>>> Building on exopi-1 under devel/libsigsegv DIST = [devel/libsigsegv:libsigsegv-2.14.tar.gz] FULLPKGNAME = libsigsegv-2.14p0 distfiles size=464658 >>> Running build in devel/libsigsegv at 1713255352.70 ===> devel/libsigsegv ===> Building from scratch libsigsegv-2.14p0 ===> Checking files for libsigsegv-2.14p0 `/exopi-cvs/ports/distfiles/libsigsegv-2.14.tar.gz' is up to date. >> (SHA256) libsigsegv-2.14.tar.gz: OK ===> Extracting for libsigsegv-2.14p0 ===> Patching for libsigsegv-2.14p0 ===> Applying OpenBSD patch patch-src_fault-openbsd-powerpc_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://savannah.gnu.org/bugs/?58829 | |Index: src/fault-openbsd-powerpc.h |--- src/fault-openbsd-powerpc.h.orig |+++ src/fault-openbsd-powerpc.h -------------------------- Patching file src/fault-openbsd-powerpc.h using Plan A... Hunk #1 succeeded at 25. done ===> Applying OpenBSD patch patch-src_handler-unix_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/handler-unix.c |--- src/handler-unix.c.orig |+++ src/handler-unix.c -------------------------- Patching file src/handler-unix.c using Plan A... Hunk #1 succeeded at 382. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for libsigsegv-2.14p0 ===> Configuring for libsigsegv-2.14p0 Using /exopi-obj/pobj/libsigsegv-2.14/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/libsigsegv-2.14/config.site Build Tools: checking for a BSD-compatible install... /exopi-obj/pobj/libsigsegv-2.14/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... none checking how to run the C preprocessor... cc -E checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking host platform... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 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... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/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 stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes 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 dynamic linker characteristics... openbsd7.5 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... no checking whether to build static libraries... yes Optional Platform Environment: checking for sys/signal.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for sysconf(_SC_PAGESIZE)... yes checking for PAGESIZE in limits.h... no checking for mmap with MAP_ANON... yes checking for mmap with MAP_ANONYMOUS... yes checking for mmap of /dev/zero... yes checking whether a fault handler according to POSIX works... yes checking whether a fault handler according to Linux/i386 works... (cached) no checking whether a fault handler according to old Linux/i386 works... (cached) no checking whether a fault handler according to Linux/m68k works... (cached) no checking whether a fault handler according to Linux/PowerPC works... no checking whether a fault handler according to Linux/HPPA works... no checking whether a fault handler according to BSD works... no checking whether a fault handler according to IRIX works... no checking whether a fault handler according to HP-UX HPPA works... no checking whether a fault handler according to OSF/1 Alpha works... no checking whether a fault handler according to NetBSD Alpha works... no checking whether a fault handler according to AIX works... no checking whether a fault handler according to MacOSX/Darwin7 PowerPC works... no checking whether a fault handler according to MacOSX/Darwin5 PowerPC works... no checking whether a fault handler according to Hurd works... no checking for the fault handler specifics... fault-openbsd-i386.h checking if the system supports catching SIGSEGV... yes checking for stack direction... grows down checking for prmap_t in sys/procfs.h... no checking for mquery... yes checking for mincore... no checking for getrlimit... (cached) yes checking for setrlimit... (cached) yes checking for sigaltstack... (cached) yes checking for setrlimit... (cached) yes checking for stack_t... yes checking for working sigaltstack... yes checking for correct stack_t interpretation... yes checking whether a signal handler can be left through longjmp... yes checking whether a signal handler can be left through longjmp and sigaltstack... yes checking whether a signal handler can be left through longjmp and setcontext... no checking whether a signal handler can be left through siglongjmp... yes checking whether a signal handler can be left through siglongjmp and sigaltstack... yes checking whether a signal handler can be left through siglongjmp and setcontext... no checking if the system supports catching stack overflow... yes checking for uintptr_t... yes Build Parameters: checking whether to activate relocatable installation... no Output Substitution: Now please type 'make' to compile. Good luck. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/sigsegv.h config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for libsigsegv-2.14p0 /usr/bin/make TARGETSTACK=" all" all-recursive Making all in src /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c -o handler.lo /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/handler.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/handler.c -fPIC -DPIC -o .libs/handler.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/handler.c -o handler.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c -o stackvma.lo /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/stackvma.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/stackvma.c -fPIC -DPIC -o .libs/stackvma.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/stackvma.c -o stackvma.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c -o leave.lo /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/leave.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/leave.c -fPIC -DPIC -o .libs/leave.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/leave.c -o leave.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c -o dispatcher.lo /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/dispatcher.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/dispatcher.c -fPIC -DPIC -o .libs/dispatcher.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/dispatcher.c -o dispatcher.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c -o version.lo /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/version.c cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/version.c -fPIC -DPIC -o .libs/version.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -I.. -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src -O2 -pipe -c /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/src/version.c -o version.o /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -rpath /usr/local/lib -version-info 2:7:0 -lc -no-undefined -o libsigsegv.la -rpath /usr/local/lib handler.lo stackvma.lo leave.lo dispatcher.lo version.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/libsigsegv.so.1.0 -O2 -pipe .libs/handler.o .libs/stackvma.o .libs/leave.o .libs/dispatcher.o .libs/version.o -Wl,-soname,libsigsegv.so.1.0 libtool: link: ar cru .libs/libsigsegv.a handler.o stackvma.o leave.o dispatcher.o version.o libtool: link: ranlib .libs/libsigsegv.a Making all in tests cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests -I.. -I../src -O2 -pipe -c -o test-catch-segv1.o /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests/test-catch-segv1.c /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o test-catch-segv1 test-catch-segv1.o ../src/libsigsegv.la libtool: link: cc -o .libs/test-catch-segv1 -O2 -pipe test-catch-segv1.o -L.libs -lsigsegv -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests -I.. -I../src -O2 -pipe -c -o test-catch-segv2.o /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests/test-catch-segv2.c /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o test-catch-segv2 test-catch-segv2.o ../src/libsigsegv.la libtool: link: cc -o .libs/test-catch-segv2 -O2 -pipe test-catch-segv2.o -L.libs -lsigsegv -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests -I.. -I../src -O2 -pipe -c -o test-segv-dispatcher1.o /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests/test-segv-dispatcher1.c /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o test-segv-dispatcher1 test-segv-dispatcher1.o ../src/libsigsegv.la libtool: link: cc -o .libs/test-segv-dispatcher1 -O2 -pipe test-segv-dispatcher1.o -L.libs -lsigsegv -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests -I.. -I../src -O2 -pipe -c -o test-catch-stackoverflow1.o /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests/test-catch-stackoverflow1.c /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o test-catch-stackoverflow1 test-catch-stackoverflow1.o ../src/libsigsegv.la libtool: link: cc -o .libs/test-catch-stackoverflow1 -O2 -pipe test-catch-stackoverflow1.o -L.libs -lsigsegv -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests -I.. -I../src -O2 -pipe -c -o test-catch-stackoverflow2.o /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/tests/test-catch-stackoverflow2.c /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o test-catch-stackoverflow2 test-catch-stackoverflow2.o ../src/libsigsegv.la libtool: link: cc -o .libs/test-catch-stackoverflow2 -O2 -pipe test-catch-stackoverflow2.o -L.libs -lsigsegv -Wl,-rpath-link,/usr/local/lib Now please type 'make check' to run a quick test suite. Hope it works. >>> Running package in devel/libsigsegv at 1713255386.16 ===> devel/libsigsegv ===> Faking installation for libsigsegv-2.14p0 Making install in src mkdir -p '/exopi-obj/pobj/libsigsegv-2.14/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/libsigsegv-2.14/bin/install -c libsigsegv.la '/exopi-obj/pobj/libsigsegv-2.14/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/libsigsegv-2.14/bin/install -c -m 644 ./.libs/libsigsegv.a /exopi-obj/pobj/libsigsegv-2.14/fake-amd64/usr/local/lib/libsigsegv.a libtool: install: /exopi-obj/pobj/libsigsegv-2.14/bin/install -c -m 644 ./.libs/libsigsegv.so.1.0 /exopi-obj/pobj/libsigsegv-2.14/fake-amd64/usr/local/lib/libsigsegv.so.1.0 libtool: install: /exopi-obj/pobj/libsigsegv-2.14/bin/install -c -m 644 ./.libs/libsigsegv.lai /exopi-obj/pobj/libsigsegv-2.14/fake-amd64/usr/local/lib/libsigsegv.la /bin/sh /exopi-obj/pobj/libsigsegv-2.14/libsigsegv-2.14/build-aux/install-sh -d /exopi-obj/pobj/libsigsegv-2.14/fake-amd64/usr/local/include /exopi-obj/pobj/libsigsegv-2.14/bin/install -c -m 644 sigsegv.h /exopi-obj/pobj/libsigsegv-2.14/fake-amd64/usr/local/include/sigsegv.h Making install in tests /usr/bin/make TARGETSTACK="install-recursive install-am install-data-am" install-data-hook Now use the package; you can remove it later via 'make uninstall'. ===> Building package for libsigsegv-2.14p0 Create /exopi-cvs/ports/packages/amd64/all/libsigsegv-2.14p0.tgz Creating package libsigsegv-2.14p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|*************************** | 42% archiving|************************************************ | 74% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/libsigsegv-2.14p0.tgz >>> Running clean in devel/libsigsegv at 1713255388.52 ===> devel/libsigsegv ===> Cleaning for libsigsegv-2.14p0 >>> Ended at 1713255388.94 max_stuck=2.18/build=33.47/package=2.35/clean=0.44