g@gMac:/Volumes/sql/openwrt$ make package/feeds/packages/postgresql/compile -j 1 V=s make[2]: Entering directory '/Volumes/sql/openwrt/scripts/config' make[2]: 'conf' is up to date. make[2]: Leaving directory '/Volumes/sql/openwrt/scripts/config' make[1]: Entering directory '/Volumes/sql/openwrt' make[2]: Entering directory '/Volumes/sql/openwrt/feeds/packages/libs/postgresql' CFLAGS="-O2 -I/Volumes/sql/openwrt/staging_dir/host/include -I/Volumes/sql/openwrt/staging_dir/hostpkg/include -I/Volumes/sql/openwrt/staging_dir/target-powerpc_8548_musl/host/include -std=gnu99" CPPFLAGS="-I/Volumes/sql/openwrt/staging_dir/host/include -I/Volumes/sql/openwrt/staging_dir/hostpkg/include -I/Volumes/sql/openwrt/staging_dir/target-powerpc_8548_musl/host/include" CXXFLAGS="-O2 -I/Volumes/sql/openwrt/staging_dir/host/include -I/Volumes/sql/openwrt/staging_dir/hostpkg/include -I/Volumes/sql/openwrt/staging_dir/target-powerpc_8548_musl/host/include" LDFLAGS="-L/Volumes/sql/openwrt/staging_dir/host/lib -L/Volumes/sql/openwrt/staging_dir/hostpkg/lib -L/Volumes/sql/openwrt/staging_dir/target-powerpc_8548_musl/host/lib" MAKELEVEL=0 make -C /Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/bin/pg_config CC="/Volumes/sql/openwrt/staging_dir/host/bin/gcc" make: Entering directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/bin/pg_config' make -C ../../../src/backend generated-headers make[1]: Entering directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/backend' make -C catalog distprep generated-header-symlinks make[2]: Entering directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/backend/catalog' make -C utils distprep generated-header-symlinks make[2]: Entering directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/backend/utils' make[1]: Leaving directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/backend' make -C ../../../src/port all make[1]: Entering directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/port' /Volumes/sql/openwrt/staging_dir/host/bin/gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -Wno-format-truncation -O2 -I/Volumes/sql/openwrt/staging_dir/host/include -I/Volumes/sql/openwrt/staging_dir/hostpkg/include -I/Volumes/sql/openwrt/staging_dir/target-powerpc_8548_musl/host/include -std=gnu99 -I../../src/port -DFRONTEND -I../../src/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk -I/Volumes/sql/openwrt/staging_dir/host/include -I/Volumes/sql/openwrt/staging_dir/hostpkg/include -I/Volumes/sql/openwrt/staging_dir/target-powerpc_8548_musl/host/include -c -o snprintf.o snprintf.c -MMD -MP -MF .deps/snprintf.Po snprintf.c:424:27: error: 'strchrnul' is only available on macOS 15.4 or newer [-Werror,-Wunguarded-availability-new] 424 | const char *next_pct = strchrnul(format + 1, '%'); | ^~~~~~~~~ snprintf.c:376:14: note: 'strchrnul' has been marked as being introduced in macOS 15.4 here, but the deployment target is macOS 15.0.0 376 | extern char *strchrnul(const char *s, int c); | ^ snprintf.c:424:27: note: enclose 'strchrnul' in a __builtin_available check to silence this warning 424 | const char *next_pct = strchrnul(format + 1, '%'); | ^~~~~~~~~ 425 | 426 | /* Dump literal data we just scanned over */ 427 | dostr(format, next_pct - format, target); 428 | if (target->failed) 429 | break; 430 | 431 | if (*next_pct == '\0') 432 | break; 433 | format = next_pct; | 1 error generated. make[1]: *** [../../src/Makefile.global:963: snprintf.o] Error 1 make[1]: Leaving directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/port' make: *** [../../../src/Makefile.global:633: submake-libpgport] Error 2 make: Leaving directory '/Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/src/bin/pg_config' make[2]: *** [Makefile:254: /Volumes/sql/openwrt/build_dir/hostpkg/postgresql-15.6/.built] Error 2 make[2]: Leaving directory '/Volumes/sql/openwrt/feeds/packages/libs/postgresql' time: package/feeds/packages/postgresql/host-compile#0.74#0.44#1.30 ERROR: package/feeds/packages/postgresql [host] failed to build. make[1]: *** [package/Makefile:174: package/feeds/packages/postgresql/host/compile] Error 1 make[1]: Leaving directory '/Volumes/sql/openwrt' make: *** [/Volumes/sql/openwrt/include/toplevel.mk:233: package/feeds/packages/postgresql/compile] Error 2 g@gMac:/Volumes/sql/openwrt$