===> Building for siag-3.6.1nb9 cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /opt/pkg/bin/mksh ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/misc/siag/work/siag-3.6.1' Making all in cole gmake[2]: Entering directory '/Users/pbulk/build/misc/siag/work/siag-3.6.1/cole' clang -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -pipe -Os -I/opt/pkg/include/ncurses -I/opt/pkg/include -c cole.c clang -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -pipe -Os -I/opt/pkg/include/ncurses -I/opt/pkg/include -c internal.c clang -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/pkg/include/ncurses -I/opt/pkg/include -Wall -pipe -Os -I/opt/pkg/include/ncurses -I/opt/pkg/include -c oledecod.c In file included from oledecod.c:49: /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:739:7: error: conflicting types for 'valloc' void *valloc(size_t); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/malloc/_malloc.h:45:7: note: previous declaration is here void *valloc(size_t) __alloc_size(1); ^ oledecod.c:662:40: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] printf ("FILE %02lx %8ld '%c%s'\n", pps_list[entry].ppsnumber, ~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ %02x oledecod.c:663:5: warning: format specifies type 'long' but the argument has type 'unsigned int' [-Wformat] pps_list[entry].size, !isprint((int)pps_list[entry].name[0]) ? ' ' : pps_list[entry].name[0], pps_list[entry].name+1); ^~~~~~~~~~~~~~~~~~~~ oledecod.c:669:35: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] printf ("DIR %02lx '%c%s'\n", pps_list[entry].ppsnumber, ~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ %02x 3 warnings and 1 error generated. gmake[2]: *** [Makefile:143: oledecod.o] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/misc/siag/work/siag-3.6.1/cole' gmake[1]: *** [Makefile:188: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/misc/siag/work/siag-3.6.1' gmake: *** [Makefile:332: all-recursive-am] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/misc/siag *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/misc/siag