Hello, all - Let's see if I can report this adequately enough. The macro-task I am attempting to accomplish is to update my (English) FreeBSD Handbook to 12-STABLE from the ports collection asextracted 2020-05-23. The actual failure in creating libunbound.so is that the command to compile iterator.c is short one argument. This occurs while trying to compile ghostscript9. MAKE_JOBS_UNSAFE=yes -- Don Wilde **************************************************** * What is the Internet of Things but a system * * of systems including humans? * **************************************************** -------------- next part -------------- --- stage --- --- check-license --- ===> License BSD3CLAUSE accepted by the user --- pkg-depends --- ===> unbound-1.10.1 depends on file: /usr/local/sbin/pkg - found --- do-fetch --- --- fetch-specials --- ===> Fetching all distfiles required by unbound-1.10.1 for building --- extract-message --- ===> Extracting for unbound-1.10.1 --- checksum --- => SHA256 Checksum OK for unbound-1.10.1.tar.gz. --- clean-wrkdir --- --- /usr/ports/dns/unbound/work --- --- do-extract --- --- extract-fixup-modes --- --- /usr/ports/dns/unbound/work/.extract_done.unbound._usr_local --- --- /usr/ports/dns/unbound/work/.license_done.unbound._usr_local --- --- patch-message --- ===> Patching for unbound-1.10.1 --- do-patch --- --- post-patch --- --- post-patch-FILTER_AAAA-on --- /bin/cat /usr/ports/dns/unbound/work/unbound-1.10.1/contrib/aaaa-filter-iterator.patch | /usr/bin/patch -d /usr/ports/dns/unbound/work/unbound-1.10.1 -p1 -s --- /usr/ports/dns/unbound/work/.patch_done.unbound._usr_local --- --- build-depends --- ===> unbound-1.10.1 depends on executable: swig3.0 - found ===> unbound-1.10.1 depends on package: pkgconf>=1.3.0_1 - found ===> unbound-1.10.1 depends on file: /usr/local/bin/python3.7 - found ===> unbound-1.10.1 depends on package: autoconf>=2.69 - found ===> unbound-1.10.1 depends on package: automake>=1.16.1 - found ===> unbound-1.10.1 depends on executable: libtoolize - found --- lib-depends --- ===> unbound-1.10.1 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so) ===> unbound-1.10.1 depends on shared library: libsodium.so - found (/usr/local/lib/libsodium.so) ===> unbound-1.10.1 depends on shared library: libhiredis.so - found (/usr/local/lib/libhiredis.so) ===> unbound-1.10.1 depends on shared library: libevent.so - found (/usr/local/lib/libevent.so) --- configure-message --- ===> Configuring for unbound-1.10.1 --- do-autoreconf --- libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Remember to add 'LT_INIT' to configure.ac. libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. --- patch-libtool --- --- run-autotools-fixup --- --- do-configure --- configure: loading site script /usr/ports/Templates/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking for an ANSI C-conforming const... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking cc dependency flag... -MM checking whether cc supports -Werror... yes checking whether cc supports -Wall... yes checking whether cc supports -std=c99... yes checking whether cc supports -xc99... no checking for getopt.h... (cached) yes checking for time.h... (cached) yes checking whether we need -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE as a flag for cc... failed checking whether we need -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE as a flag for cc... failed checking whether we need -std=c99 as a flag for cc... no checking whether we need -D_BSD_SOURCE -D_DEFAULT_SOURCE as a flag for cc... no checking whether we need -D_GNU_SOURCE as a flag for cc... no checking whether we need -D_GNU_SOURCE -D_FRSRESGID as a flag for cc... no checking whether we need -D_POSIX_C_SOURCE=200112 as a flag for cc... no checking whether we need -D__EXTENSIONS__ as a flag for cc... no checking for inline... inline checking whether the C compiler (cc) accepts the "format" attribute... yes checking whether the C compiler (cc) accepts the "unused" attribute... yes checking whether the C compiler (cc) accepts the "weak" attribute... yes checking whether the C compiler (cc) accepts the "noreturn" attribute... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for yylex_destroy... yes checking for lex %option... yes checking for bison... bison -o y.tab.c checking for doxygen... no checking for strip... strip checking build system type... amd64-portbld-freebsd12.1 checking host system type... amd64-portbld-freebsd12.1 checking for ar... /usr/bin/ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B checking the name lister (/usr/local/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 524288 checking how to convert amd64-portbld-freebsd12.1 file names to amd64-portbld-freebsd12.1 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd12.1 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... (cached) strip checking for ranlib... ranlib checking for gawk... (cached) /usr/bin/awk checking command to parse /usr/local/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd12.1 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for stdarg.h... (cached) yes checking for stdbool.h... (cached) yes checking for netinet/in.h... (cached) yes checking for netinet/tcp.h... yes checking for sys/param.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/un.h... (cached) yes checking for sys/uio.h... (cached) yes checking for sys/resource.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for syslog.h... yes checking for netdb.h... (cached) yes checking for sys/wait.h... (cached) yes checking for pwd.h... (cached) yes checking for glob.h... (cached) yes checking for grp.h... yes checking for login_cap.h... (cached) yes checking for winsock2.h... no checking for ws2tcpip.h... no checking for endian.h... no checking for sys/endian.h... yes checking for libkern/OSByteOrder.h... no checking for sys/ipc.h... yes checking for sys/shm.h... yes checking for int8_t... yes checking for int16_t... (cached) yes checking for int32_t... (cached) yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking for pid_t... (cached) yes checking for off_t... (cached) yes checking for u_char... (cached) yes checking for rlim_t... yes checking for socklen_t... (cached) yes checking for in_addr_t... (cached) yes checking for in_port_t... (cached) yes checking if memcmp compares unsigned... yes checking size of time_t... 8 checking size of size_t... 8 checking for library containing inet_pton... none required checking for library containing socket... none required checking for unistd.h... (cached) yes checking for working chown... yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking return type of signal handlers... void checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether we need -D_LARGEFILE_SOURCE=1 as a flag for cc... no checking if nonblocking sockets work... yes checking whether mkdir has one arg... no checking for strptime... (cached) yes checking whether strptime works... yes checking for GNU libc compatible malloc... yes checking if compiler needs -Werror to reject unknown flags... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_spinlock_t... yes checking for pthread_rwlock_t... yes checking if -pthread unused during linking... no checking for python... /usr/local/bin/python3.7 checking for the distutils Python package... yes checking for Python include path... -I/usr/local/include/python3.7m checking for Python library path... -L/usr/local/lib -L/usr/local/lib/python3.7 -L. -lpython3.7m checking for Python site-packages path... /usr/local/lib/python3.7/site-packages checking consistency of all components of python development environment... yes checking for swig... (cached) /usr/local/bin/swig3.0 checking SWIG... present checking for SSL... found in /usr checking for HMAC_Update in -lcrypto... yes checking for openssl/ssl.h... yes checking for openssl/err.h... yes checking for openssl/rand.h... yes checking if libssl needs libdl... no checking if libssl needs -lcrypt32... no checking for LibreSSL... no checking for openssl/conf.h... yes checking for openssl/engine.h... yes checking for openssl/bn.h... yes checking for openssl/dh.h... yes checking for openssl/dsa.h... yes checking for openssl/rsa.h... yes checking for OPENSSL_config... yes checking for EVP_sha1... yes checking for EVP_sha256... yes checking for EVP_sha512... yes checking for FIPS_mode... yes checking for EVP_MD_CTX_new... yes checking for OpenSSL_add_all_digests... no checking for OPENSSL_init_crypto... yes checking for EVP_cleanup... no checking for ERR_load_crypto_strings... no checking for CRYPTO_cleanup_all_ex_data... no checking for ERR_free_strings... no checking for RAND_cleanup... no checking for DSA_SIG_set0... yes checking for EVP_dss1... no checking for EVP_DigestVerify... yes checking for SSL_CTX_set_tlsext_ticket_key_cb... no checking for EVP_aes_256_cbc... yes checking for EVP_EncryptInit_ex... yes checking for HMAC_Init_ex... yes checking for CRYPTO_THREADID_set_callback... no checking for OPENSSL_init_ssl... yes checking for SSL_CTX_set_security_level... yes checking for SSL_set1_host... yes checking for SSL_get0_peername... yes checking for X509_VERIFY_PARAM_set1_host... yes checking for SSL_CTX_set_ciphersuites... yes checking whether SSL_COMP_get_compression_methods is declared... yes checking whether sk_SSL_COMP_pop_free is declared... yes checking whether SSL_CTX_set_ecdh_auto is declared... yes checking the return type of HMAC_Init_ex... int checking for EVP_PKEY_set_type_str... yes checking for EC_KEY_new... yes checking if GOST works... no checking for ECDSA_sign... yes checking for SHA384_Init... yes checking whether NID_X9_62_prime256v1 is declared... yes checking whether NID_secp384r1 is declared... yes checking if openssl supports SHA2 and ECDSA with EVP... yes checking whether NID_ED25519 is declared... yes checking whether NID_ED448 is declared... yes checking whether TCP_FASTOPEN is declared... yes configure: WARNING: Check the platform specific TFO kernel parameters are correctly configured to support server mode TFO checking for libevent... found in /usr/local checking for library containing clock_gettime... none required checking for event.h... yes checking whether EV_VERSION_MAJOR is declared... no checking for library containing event_set... -levent checking for event_base_free... yes checking for event_base_once... yes checking for event_base_new... yes checking for event_base_get_method... yes checking for ev_loop... no checking for ev_default_loop... no checking for event_assign... yes checking whether evsignal_assign is declared... yes checking for libexpat... found in /usr/local checking for expat.h... yes checking whether XML_StopParser is declared... yes checking for libhiredis... found in /usr/local checking for hiredis/hiredis.h... yes checking whether redisConnect is declared... yes checking for getaddrinfo... yes checking for ioctlsocket... no checking for daemon... (cached) yes checking if daemon is deprecated... no checking for struct sockaddr_un.sun_len... yes checking for struct in_pktinfo.ipi_spec_dst... no checking for htobe64... yes checking for be64toh... yes checking for library containing setusercontext... -lutil checking for tzset... yes checking for sigprocmask... (cached) yes checking for fcntl... (cached) yes checking for getpwnam... yes checking for endpwent... yes checking for getrlimit... (cached) yes checking for setrlimit... (cached) yes checking for setsid... (cached) yes checking for chroot... yes checking for kill... (cached) yes checking for chown... (cached) yes checking for sleep... (cached) yes checking for usleep... (cached) yes checking for random... (cached) yes checking for srandom... (cached) yes checking for recvmsg... (cached) yes checking for sendmsg... (cached) yes checking for writev... yes checking for socketpair... (cached) yes checking for glob... (cached) yes checking for initgroups... yes checking for strftime... (cached) yes checking for localtime_r... yes checking for setusercontext... yes checking for _beginthreadex... no checking for endservent... yes checking for endprotoent... yes checking for fsync... (cached) yes checking for shmget... (cached) yes checking for accept4... (cached) yes checking for setresuid... (cached) yes checking for setresgid... (cached) yes checking whether inet_pton is declared... yes checking whether inet_ntop is declared... yes checking for inet_aton... (cached) yes checking for inet_pton... yes checking for inet_ntop... (cached) yes checking for snprintf... (cached) yes checking for correct snprintf return value... yes checking for strlcat... (cached) yes checking for strlcpy... (cached) yes checking for memmove... (cached) yes checking for gmtime_r... yes checking for isblank... (cached) yes checking for explicit_bzero... yes checking for reallocarray... yes checking whether reallocarray is declared... yes checking for arc4random... (cached) yes checking for arc4random_uniform... (cached) yes checking for ctime_r... yes checking for strsep... (cached) yes checking for library containing sodium_init... -lsodium checking for library containing crypto_box_curve25519xchacha20poly1305_beforenm... none required checking for library containing sodium_set_misuse_handler... none required checking if make supports $< with implicit rule in scope... yes configure: Stripping extension flags... configure: creating ./config.status config.status: creating Makefile config.status: creating doc/example.conf config.status: creating doc/libunbound.3 config.status: creating doc/unbound.8 config.status: creating doc/unbound-anchor.8 config.status: creating doc/unbound-checkconf.8 config.status: creating doc/unbound.conf.5 config.status: creating doc/unbound-control.8 config.status: creating doc/unbound-host.1 config.status: creating smallapp/unbound-control-setup.sh config.status: creating dnstap/dnstap_config.h config.status: creating dnscrypt/dnscrypt_config.h config.status: creating contrib/libunbound.pc config.status: creating contrib/unbound.socket config.status: creating contrib/unbound.service config.status: creating contrib/unbound_portable.service config.status: creating config.h config.status: executing libtool commands --- /usr/ports/dns/unbound/work/.configure_done.unbound._usr_local --- --- build-message --- ===> Building for unbound-1.10.1 --- do-build --- --- unbound.h --- --- dns.lo --- --- infra.lo --- --- rrset.lo --- --- unbound.h --- sed -e 's/@''UNBOUND_VERSION_MAJOR@/1/' -e 's/@''UNBOUND_VERSION_MINOR@/10/' -e 's/@''UNBOUND_VERSION_MICRO@/1/' < ./libunbound/unbound.h > unbound.h --- dns.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o dns.lo -c ./services/cache/dns.c --- infra.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o infra.lo -c ./services/cache/infra.c --- rrset.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o rrset.lo -c ./services/cache/rrset.c --- dname.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o dname.lo -c ./util/data/dname.c --- infra.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./services/cache/infra.c -fPIC -DPIC -o .libs/infra.o --- dns.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./services/cache/dns.c -fPIC -DPIC -o .libs/dns.o --- rrset.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./services/cache/rrset.c -fPIC -DPIC -o .libs/rrset.o --- dname.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/dname.c -fPIC -DPIC -o .libs/dname.o --- rrset.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./services/cache/rrset.c -o rrset.o >/dev/null 2>&1 --- infra.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./services/cache/infra.c -o infra.o >/dev/null 2>&1 --- dname.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/dname.c -o dname.o >/dev/null 2>&1 --- dns.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./services/cache/dns.c -o dns.o >/dev/null 2>&1 --- msgencode.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o msgencode.lo -c ./util/data/msgencode.c libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/msgencode.c -fPIC -DPIC -o .libs/msgencode.o --- as112.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o as112.lo -c ./util/as112.c --- msgparse.lo --- --- as112.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/as112.c -fPIC -DPIC -o .libs/as112.o --- msgparse.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o msgparse.lo -c ./util/data/msgparse.c --- as112.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/as112.c -o as112.o >/dev/null 2>&1 --- msgreply.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o msgreply.lo -c ./util/data/msgreply.c --- msgparse.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/msgparse.c -fPIC -DPIC -o .libs/msgparse.o --- packed_rrset.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o packed_rrset.lo -c ./util/data/packed_rrset.c --- msgreply.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/msgreply.c -fPIC -DPIC -o .libs/msgreply.o --- packed_rrset.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/packed_rrset.c -fPIC -DPIC -o .libs/packed_rrset.o --- msgencode.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/msgencode.c -o msgencode.o >/dev/null 2>&1 --- packed_rrset.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/packed_rrset.c -o packed_rrset.o >/dev/null 2>&1 --- iterator.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o iterator.lo -c ./iterator/iterator.c libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./iterator/iterator.c -fPIC -DPIC -o .libs/iterator.o --- msgparse.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/msgparse.c -o msgparse.o >/dev/null 2>&1 --- iter_delegpt.lo --- ./libtool --tag=CC --mode=compile cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -o iter_delegpt.lo -c ./iterator/iter_delegpt.c libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./iterator/iter_delegpt.c -fPIC -DPIC -o .libs/iter_delegpt.o --- msgreply.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./util/data/msgreply.c -o msgreply.o >/dev/null 2>&1 --- iterator.lo --- ./iterator/iterator.c:2159:47: error: too few arguments to function call, expected 12, have 11 INIT_REQUEST_STATE, FINISHED_STATE, &subq, 1)) { ^ ./iterator/iterator.c:679:1: note: 'generate_sub_request' declared here static int ^ 1 error generated. *** [iterator.lo] Error code 1 make[2]: stopped in /usr/ports/dns/unbound/work/unbound-1.10.1 --- iter_delegpt.lo --- libtool: compile: cc -I. -I/usr/local/include -I/usr/local/include/python3.7m -I/usr/local/include -I/usr/local/include -I/usr/local/include -DSRCDIR=. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE -pthread -c ./iterator/iter_delegpt.c -o iter_delegpt.o >/dev/null 2>&1 1 error make[2]: stopped in /usr/ports/dns/unbound/work/unbound-1.10.1 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 make[1]: stopped in /usr/ports/dns/unbound 1 error make[1]: stopped in /usr/ports/dns/unbound *** [stage] Error code 2 make: stopped in /usr/ports/dns/unbound make: stopped in /usr/ports/dns/unbound
On 24 May 2020, at 12:17, Donald Wilde <dwilde1 at gmail.com> wrote:> > Let's see if I can report this adequately enough. The macro-task I am > attempting to accomplish is to update my (English) FreeBSD Handbook to > 12-STABLE from the ports collection asextracted 2020-05-23. > > The actual failure in creating libunbound.so is that the command to > compile iterator.c is short one argument. This occurs while trying to > compile ghostscript9. > > MAKE_JOBS_UNSAFE=yes...> ./iterator/iterator.c:2159:47: error: too few arguments to function call, expected 12, have 11 > INIT_REQUEST_STATE, FINISHED_STATE, &subq, 1)) { > ^ > ./iterator/iterator.c:679:1: note: 'generate_sub_request' declared here > static int > ^ > 1 error generated.It looks like this error has already been reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246648 and here: https://github.com/NLnetLabs/unbound/issues/239 There is a patch in the upstream ticket, maybe you can try that. -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20200524/087468a7/attachment.sig>