+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/afl++-2.62cnb2/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/afl++-2.62cnb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Installing for afl++-2.62cnb2 => Generating pre-install file lists Python 2.7.18 which: no python3m in (/home/pbulk/build/devel/afl++/work/.cwrapper/bin:/home/pbulk/build/devel/afl++/work/.buildlink/bin:/home/pbulk/build/devel/afl++/work/.gcc/bin:/home/pbulk/build/devel/afl++/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/bin) which: no python3-config in (/home/pbulk/build/devel/afl++/work/.cwrapper/bin:/home/pbulk/build/devel/afl++/work/.buildlink/bin:/home/pbulk/build/devel/afl++/work/.gcc/bin:/home/pbulk/build/devel/afl++/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/bin) which: no python-config in (/home/pbulk/build/devel/afl++/work/.cwrapper/bin:/home/pbulk/build/devel/afl++/work/.buildlink/bin:/home/pbulk/build/devel/afl++/work/.gcc/bin:/home/pbulk/build/devel/afl++/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/bin) [*] Checking for the default compiler cc... [*] Checking for the ability to compile x86 code... <stdin>:1:1: warning: return type defaults to 'int' [-Wimplicit-int] [+] shmat seems to be working. [+] support seems to be working. [+] Everything seems to be working, ready to compile. [*] Testing the CC wrapper and instrumentation output... ./afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null echo 1 | ./afl-showmap -m none -q -o .test-instr1 ./test-instr [+] All right, the instrumentation seems to be working! [+] LLVM users: see llvm_mode/README.md for a faster alternative to afl-gcc. [+] All done! Be sure to review the README.md - it's pretty short and useful. install -d -m 755 ${DESTDIR}/usr/pkg/bin ${DESTDIR}/usr/pkg/lib/afl ${DESTDIR}/usr/pkg/share/doc/afl ${DESTDIR}/usr/pkg/share/afl rm -f ${DESTDIR}/usr/pkg/bin/afl-plot.sh install -m 755 afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-system-config ${DESTDIR}/usr/pkg/bin rm -f ${DESTDIR}/usr/pkg/bin/afl-as if [ -f afl-qemu-trace ]; then install -m 755 afl-qemu-trace ${DESTDIR}/usr/pkg/bin; fi if [ -f afl-gcc-fast ]; then set e; install -m 755 afl-gcc-fast ${DESTDIR}/usr/pkg/bin; ln -sf afl-gcc-fast ${DESTDIR}/usr/pkg/bin/afl-g++-fast; install -m 755 afl-gcc-pass.so afl-gcc-rt.o ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f afl-clang-fast -a -f libLLVMInsTrim.so -a -f afl-llvm-rt.o ]; then set -e; install -m 755 afl-clang-fast ${DESTDIR}/usr/pkg/bin; ln -sf afl-clang-fast ${DESTDIR}/usr/pkg/bin/afl-clang-fast++; install -m 755 libLLVMInsTrim.so afl-llvm-pass.so afl-llvm-rt.o ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f afl-llvm-rt-32.o ]; then set -e; install -m 755 afl-llvm-rt-32.o ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f afl-llvm-rt-64.o ]; then set -e; install -m 755 afl-llvm-rt-64.o ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f compare-transform-pass.so ]; then set -e; install -m 755 compare-transform-pass.so ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f split-compares-pass.so ]; then set -e; install -m 755 split-compares-pass.so ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f split-switches-pass.so ]; then set -e; install -m 755 split-switches-pass.so ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f libradamsa.so ]; then set -e; install -m 755 libradamsa.so ${DESTDIR}/usr/pkg/lib/afl; fi if [ -f afl-fuzz-document ]; then set -e; install -m 755 afl-fuzz-document ${DESTDIR}/usr/pkg/bin; fi /bin/make -C examples/socket_fuzzing install make[1]: Entering directory '/home/pbulk/build/devel/afl++/work/AFLplusplus-2.62c/examples/socket_fuzzing' cc -m32 -pipe -O2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra socketfuzz.c -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ldl -shared -ldl -o socketfuzz32.so || echo "socketfuzz32 build failure (that's fine)" In file included from /usr/include/features.h:514, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from socketfuzz.c:11: /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory 7 | # include <gnu/stubs-32.h> | ^~~~~~~~~~~~~~~~ compilation terminated. socketfuzz32 build failure (that's fine) cc -m64 -pipe -O2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra socketfuzz.c -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ldl -shared -ldl -o socketfuzz64.so || echo "socketfuzz64 build failure (that's fine)" install -d -m 755 /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/ if [ -f socketfuzz32.so ]; then set -e; install -m 755 socketfuzz32.so /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/; fi if [ -f socketfuzz64.so ]; then set -e; install -m 755 socketfuzz64.so /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/; fi make[1]: Leaving directory '/home/pbulk/build/devel/afl++/work/AFLplusplus-2.62c/examples/socket_fuzzing' /bin/make -C examples/argv_fuzzing install make[1]: Entering directory '/home/pbulk/build/devel/afl++/work/AFLplusplus-2.62c/examples/argv_fuzzing' cc -m32 -pipe -O2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra argvfuzz.c -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ldl -shared -ldl -o argvfuzz32.so || echo "argvfuzz32 build failure (that's fine)" In file included from /usr/include/features.h:514, from /usr/include/dlfcn.h:22, from argvfuzz.c:16: /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory 7 | # include <gnu/stubs-32.h> | ^~~~~~~~~~~~~~~~ compilation terminated. argvfuzz32 build failure (that's fine) cc -m64 -pipe -O2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra argvfuzz.c -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ldl -shared -ldl -o argvfuzz64.so || echo "argvfuzz64 build failure (that's fine)" install -d -m 755 /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/ if [ -f argvfuzz32.so ]; then set -e; install -m 755 argvfuzz32.so /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/; fi if [ -f argvfuzz64.so ]; then set -e; install -m 755 argvfuzz64.so /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/; fi make[1]: Leaving directory '/home/pbulk/build/devel/afl++/work/AFLplusplus-2.62c/examples/argv_fuzzing' set -e; ln -sf afl-gcc ${DESTDIR}/usr/pkg/bin/afl-g++ set -e; if [ -f afl-clang-fast ] ; then ln -sf afl-clang-fast ${DESTDIR}/usr/pkg/bin/afl-clang ; ln -sf afl-clang-fast ${DESTDIR}/usr/pkg/bin/afl-clang++ ; else ln -sf afl-gcc ${DESTDIR}/usr/pkg/bin/afl-clang ; ln -sf afl-gcc ${DESTDIR}/usr/pkg/bin/afl-clang++; fi mkdir -m 0755 -p /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/man/man8 install -m0644 *.8 /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/man/man8 install -m 755 afl-as ${DESTDIR}/usr/pkg/lib/afl ln -sf afl-as ${DESTDIR}/usr/pkg/lib/afl/as install -m 644 docs/*.md ${DESTDIR}/usr/pkg/share/doc/afl cp -r testcases/ ${DESTDIR}/usr/pkg/share/afl cp -r dictionaries/ ${DESTDIR}/usr/pkg/share/afl => Automatic manual page handling => Generating post-install file lists pkg_create: can't stat `/home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/argvfuzz32.so' pkg_create: can't stat `/home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/socketfuzz32.so' => Checking file-check results for afl++-2.62cnb2 ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg: ERROR: /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/argvfuzz32.so ERROR: /home/pbulk/build/devel/afl++/work/.destdir/usr/pkg/lib/afl/socketfuzz32.so *** Error code 1 Stop. bmake[1]: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/devel/afl++ *** Error code 1 Stop. bmake: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/devel/afl++