===> libeio-0cipiertest_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libeio-0cipiertest_2 for building ===> Extracting for libeio-0cipiertest_2 => SHA256 Checksum OK for scunningham-libeio-libeio-0cipiertest_GH0.tar.gz. ===> Patching for libeio-0cipiertest_2 ===> libeio-0cipiertest_2 depends on executable: autoconf-2.69 - found ===> libeio-0cipiertest_2 depends on executable: autoheader-2.69 - found ===> libeio-0cipiertest_2 depends on executable: autoreconf-2.69 - found ===> libeio-0cipiertest_2 depends on executable: aclocal-1.15 - found ===> libeio-0cipiertest_2 depends on executable: automake-1.15 - found ===> libeio-0cipiertest_2 depends on executable: libtoolize - found ===> Configuring for libeio-0cipiertest_2 libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' 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. configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU 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 whether cc understands -c and -o together... yes checking dependency style of cc... none 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 build system type... amd64-portbld-freebsd11.1 checking host system type... amd64-portbld-freebsd11.1 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/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert amd64-portbld-freebsd11.1 file names to amd64-portbld-freebsd11.1 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd11.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 ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm 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... freebsd11.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 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 whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) none checking for stdint.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/prctl.h usability... no checking sys/prctl.h presence... no checking for sys/prctl.h... no checking for library containing pthread_create... -lpthread checking for utimes... yes checking for futimes... yes checking for readahead... no checking for fdatasync... yes checking for sendfile... yes checking for sync_file_range... no checking for fallocate... no checking for sys_syncfs... no checking for prctl_set_name... no checking for posix_madvise... yes checking for posix_fadvise... yes checking linux/fs.h usability... no checking linux/fs.h presence... no checking for linux/fs.h... no checking linux/fiemap.h usability... no checking linux/fiemap.h presence... no checking for linux/fiemap.h... no checking for splice, vmsplice and tee... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ===> Building for libeio-0cipiertest_2 --- all --- /usr/bin/make all-am --- eio.lo --- /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O3 -O2 -pipe -fstack-protector -fno-strict-aliasing -c -o eio.lo eio.c libtool: compile: cc -DHAVE_CONFIG_H -I. -O3 -O2 -pipe -fstack-protector -fno-strict-aliasing -c eio.c -fPIC -DPIC -o .libs/eio.o In file included from eio.c:45: ./ecb.h:475:42: error: '_Noreturn' keyword must precede function declarator ecb_inline void ecb_unreachable (void) ecb_noreturn; ^~~~~~~~~~~~ _Noreturn ./ecb.h:278:26: note: expanded from macro 'ecb_noreturn' #define ecb_noreturn _Noreturn ^ eio.c:603:12: warning: expression result unused [-Wunused-value] assert (("unable to allocate worker thread data", wrk)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/assert.h:54:21: note: expanded from macro 'assert' #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ ^ eio.c:1362:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ eio.c:1844:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ eio.c:2386:41: warning: implicit declaration of function 'rename' is invalid in C99 [-Wimplicit-function-declaration] case EIO_RENAME: req->result = rename (path , req->ptr2); break; ^ eio.c:2777:12: warning: expression result unused [-Wunused-value] assert (("cannot add requests to IO::AIO::GRP after the group finished", grp->int1 != 2)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/assert.h:54:21: note: expanded from macro 'assert' #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ ^ 5 warnings and 1 error generated. *** [eio.lo] Error code 1 make[2]: stopped in /wrkdirs/libeio-0cipiertest-port/work/libeio-libeio-0cipiertest 1 error make[2]: stopped in /wrkdirs/libeio-0cipiertest-port/work/libeio-libeio-0cipiertest *** [all] Error code 2 make[1]: stopped in /wrkdirs/libeio-0cipiertest-port/work/libeio-libeio-0cipiertest make[1]: stopped in /wrkdirs/libeio-0cipiertest-port/work/libeio-libeio-0cipiertest ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /libeio-0cipiertest-port 1