===> Building for poptop-1.3.4nb1 cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/poptop/work/pptpd-1.3.4/missing --run aclocal-1.9 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/poptop/work/pptpd-1.3.4/missing --run automake-1.9 --foreign WARNING: 'automake' is missing on your system. You should only need it if you modified 'Makefile.am', 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/poptop/work/pptpd-1.3.4/missing --run autoconf WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. /opt/pkg/bin/mksh ./config.status --recheck cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/poptop/work/pptpd-1.3.4/missing --run 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. rm -f stamp-h1 touch config.h.in /opt/pkg/bin/gmake all-am gmake[1]: Entering directory '/Users/pbulk/build/net/poptop/work/pptpd-1.3.4' /opt/pkg/bin/mksh ./config.status --recheck clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c pqueue.c cd . && /opt/pkg/bin/mksh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c pptpd.c In file included from pptpd.c:27: ./our_getopt.h:144:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/unistd.h:509:6: note: conflicting prototype is here int getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt); ^ pptpd.c:396:3: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations] daemon(0, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdlib.h:299:6: note: 'daemon' has been explicitly marked deprecated here int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED; ^ 2 warnings generated. clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c configfile.c clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c pptpmanager.c clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c compat.c compat.c:177:3: warning: call to undeclared function 'memset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] memset(&sa, 0, sizeof(sa)); ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c inststr.c clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c getopt.c getopt.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_index (str, chr) ^ getopt.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exchange (argv) ^ getopt.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_initialize (argc, argv, optstring) ^ getopt.c:416:28: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] posixly_correct = getenv ("POSIXLY_CORRECT"); ^ getopt.c:525:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_internal (argc, argv, optstring, longopts, longind, long_only) ^ getopt.c:981:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt (argc, argv, optstring) ^ In file included from getopt.c:117: ./our_getopt.h:144:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int getopt (); ^ 7 warnings generated. clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c getopt1.c getopt1.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long (argc, argv, options, long_options, opt_index) ^ getopt1.c:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long_only (argc, argv, options, long_options, opt_index) ^ 2 warnings generated. clang -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -L/opt/pkg/lib -o pptpd pqueue.o pptpd.o configfile.o pptpmanager.o compat.o inststr.o getopt.o getopt1.o -lwrap clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c pptpctrl.c clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c ctrlpacket.c ctrlpacket.c:367:36: warning: variable 'start_ctrl_conn_rqst' set but not used [-Wunused-but-set-variable] struct pptp_start_ctrl_conn_rqst *start_ctrl_conn_rqst; ^ 1 warning generated. clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c pptpgre.c clang -DHAVE_CONFIG_H -I. -I. -I. -I. -I/opt/pkg/include -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -c ppphdlc.c clang -O2 -fno-builtin -Wall -DSBINDIR='"/opt/pkg/sbin"' -L/opt/pkg/lib -o pptpctrl pqueue.o pptpctrl.o ctrlpacket.o inststr.o compat.o pptpgre.o ppphdlc.o for d in plugins; do /opt/pkg/bin/gmake -j1 -C $d all; done gmake[2]: Entering directory '/Users/pbulk/build/net/poptop/work/pptpd-1.3.4/plugins' gcc -o pptpd-logwtmp.so -shared -O2 -g -I.. -I../../include -fPIC pptpd-logwtmp.c -lutil In file included from pptpd-logwtmp.c:15: ./pppd.h:61:10: fatal error: 'net/ppp_defs.h' file not found #include ^~~~~~~~~~~~~~~~ 1 error generated. gmake[2]: *** [Makefile:19: pptpd-logwtmp.so] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/net/poptop/work/pptpd-1.3.4/plugins' gmake[1]: *** [Makefile:683: all-local] Error 2 gmake[1]: Leaving directory '/Users/pbulk/build/net/poptop/work/pptpd-1.3.4' gmake: *** [Makefile:215: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/poptop *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/poptop