=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Installing for afl++-2.62c => Generating pre-install file lists [!] Note: skipping x86 compilation checks (AFL_NO_X86 set). [+] shmat seems to be working. [+] Python 3.7.9 support seems to be working. [+] Everything seems to be working, ready to compile. [!] Note: skipping build tests (you may need to use LLVM or QEMU mode). [+] 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. WARNING: Fuzzing on MacOS X is slow because of the unusually high overhead of fork() on this OS. Consider using Linux or *BSD. You can also use VirtualBox (virtualbox.org) to put AFL inside a Linux or *BSD VM. install -d -m 755 ${DESTDIR}/opt/pkg/bin ${DESTDIR}/opt/pkg/lib/afl ${DESTDIR}/opt/pkg/share/doc/afl ${DESTDIR}/opt/pkg/share/afl rm -f ${DESTDIR}/opt/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}/opt/pkg/bin rm -f ${DESTDIR}/opt/pkg/bin/afl-as if [ -f afl-qemu-trace ]; then install -m 755 afl-qemu-trace ${DESTDIR}/opt/pkg/bin; fi if [ -f afl-gcc-fast ]; then set e; install -m 755 afl-gcc-fast ${DESTDIR}/opt/pkg/bin; ln -sf afl-gcc-fast ${DESTDIR}/opt/pkg/bin/afl-g++-fast; install -m 755 afl-gcc-pass.so afl-gcc-rt.o ${DESTDIR}/opt/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}/opt/pkg/bin; ln -sf afl-clang-fast ${DESTDIR}/opt/pkg/bin/afl-clang-fast++; install -m 755 libLLVMInsTrim.so afl-llvm-pass.so afl-llvm-rt.o ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f afl-llvm-rt-32.o ]; then set -e; install -m 755 afl-llvm-rt-32.o ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f afl-llvm-rt-64.o ]; then set -e; install -m 755 afl-llvm-rt-64.o ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f compare-transform-pass.so ]; then set -e; install -m 755 compare-transform-pass.so ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f split-compares-pass.so ]; then set -e; install -m 755 split-compares-pass.so ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f split-switches-pass.so ]; then set -e; install -m 755 split-switches-pass.so ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f libradamsa.so ]; then set -e; install -m 755 libradamsa.so ${DESTDIR}/opt/pkg/lib/afl; fi if [ -f afl-fuzz-document ]; then set -e; install -m 755 afl-fuzz-document ${DESTDIR}/opt/pkg/bin; fi /opt/pkg/bin/gmake -C examples/socket_fuzzing install gmake[1]: Entering directory '/opt/work/devel/afl++/work/AFLplusplus-2.62c/examples/socket_fuzzing' clang -m32 -O2 -I/opt/pkg/include/python3.7 -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra socketfuzz.c -L/opt/pkg/lib -L/usr/lib -shared -o socketfuzz32.so || echo "socketfuzz32 build failure (that's fine)" ld: unknown/unsupported architecture name for: -arch armv4t clang: error: linker command failed with exit code 1 (use -v to see invocation) socketfuzz32 build failure (that's fine) clang -m64 -O2 -I/opt/pkg/include/python3.7 -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra socketfuzz.c -L/opt/pkg/lib -L/usr/lib -shared -o socketfuzz64.so || echo "socketfuzz64 build failure (that's fine)" install -d -m 755 /opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/ if [ -f socketfuzz32.so ]; then set -e; install -m 755 socketfuzz32.so /opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/; fi if [ -f socketfuzz64.so ]; then set -e; install -m 755 socketfuzz64.so /opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/; fi gmake[1]: Leaving directory '/opt/work/devel/afl++/work/AFLplusplus-2.62c/examples/socket_fuzzing' /opt/pkg/bin/gmake -C examples/argv_fuzzing install gmake[1]: Entering directory '/opt/work/devel/afl++/work/AFLplusplus-2.62c/examples/argv_fuzzing' clang -m32 -O2 -I/opt/pkg/include/python3.7 -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra argvfuzz.c -L/opt/pkg/lib -L/usr/lib -shared -o argvfuzz32.so || echo "argvfuzz32 build failure (that's fine)" ld: unknown/unsupported architecture name for: -arch armv4t clang: error: linker command failed with exit code 1 (use -v to see invocation) argvfuzz32 build failure (that's fine) clang -m64 -O2 -I/opt/pkg/include/python3.7 -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra argvfuzz.c -L/opt/pkg/lib -L/usr/lib -shared -o argvfuzz64.so || echo "argvfuzz64 build failure (that's fine)" install -d -m 755 /opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/ if [ -f argvfuzz32.so ]; then set -e; install -m 755 argvfuzz32.so /opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/; fi if [ -f argvfuzz64.so ]; then set -e; install -m 755 argvfuzz64.so /opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/; fi gmake[1]: Leaving directory '/opt/work/devel/afl++/work/AFLplusplus-2.62c/examples/argv_fuzzing' set -e; ln -sf afl-gcc ${DESTDIR}/opt/pkg/bin/afl-g++ set -e; if [ -f afl-clang-fast ] ; then ln -sf afl-clang-fast ${DESTDIR}/opt/pkg/bin/afl-clang ; ln -sf afl-clang-fast ${DESTDIR}/opt/pkg/bin/afl-clang++ ; else ln -sf afl-gcc ${DESTDIR}/opt/pkg/bin/afl-clang ; ln -sf afl-gcc ${DESTDIR}/opt/pkg/bin/afl-clang++; fi mkdir -m 0755 -p /opt/work/devel/afl++/work/.destdir/opt/pkg/man/man8 install -m0644 *.8 /opt/work/devel/afl++/work/.destdir/opt/pkg/man/man8 install -m 755 afl-as ${DESTDIR}/opt/pkg/lib/afl ln -sf afl-as ${DESTDIR}/opt/pkg/lib/afl/as install -m 644 docs/*.md ${DESTDIR}/opt/pkg/share/doc/afl cp -r testcases/ ${DESTDIR}/opt/pkg/share/afl cp -r dictionaries/ ${DESTDIR}/opt/pkg/share/afl => Automatic manual page handling => Generating post-install file lists pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/argvfuzz32.so' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/socketfuzz32.so' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/README.md' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/gif.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/html_tags.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/jpeg.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/js.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/json.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/pdf.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/png.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/regexp.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/sql.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/tiff.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/webp.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/xml.dict' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/README.md' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/ar/small_archive.a' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/bzip2/small_archive.bz2' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/cab/small_archive.cab' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/compress/small_archive.Z' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/cpio/small_archive.cpio' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/gzip/small_archive.gz' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/lzo/small_archive.lzo' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/rar/small_archive.rar' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/tar/small_archive.tar' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/xz/small_archive.xz' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/zip/small_archive.zip' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/arj/small_archive.arj' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lha/small_archive.lha' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lrzip/small_archive.lrz' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lzip/small_archive.lz' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lzma/small_archive.lzma' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/rzip/small_archive.rz' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/zoo/small_archive.zoo' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/bmp/not_kitty.bmp' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/gif/not_kitty.gif' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/ico/not_kitty.ico' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jp2/not_kitty.jp2' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jpeg/not_kitty.jpg' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jxr/not_kitty.jxr' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty.png' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_alpha.png' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_gamma.png' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_icc.png' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/tiff/not_kitty.tiff' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/webp/not_kitty.webp' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/multimedia/h264/small_movie.mp4' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/elf/small_exec.elf' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/js/small_script.js' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/pcap/small_capture.pcap' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/pdf/small.pdf' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/rtf/small_document.rtf' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/sql/simple_queries.sql' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/text/hello_world.txt' pkg_create: can't stat `/opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/xml/small_document.xml' => Checking file-check results for afl++-2.62c ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /opt/work/devel/afl++/work/.destdir/opt/pkg: ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/argvfuzz32.so ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/lib/afl/socketfuzz32.so ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/README.md ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/gif.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/html_tags.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/jpeg.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/js.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/json.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/pdf.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/png.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/regexp.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/sql.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/tiff.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/webp.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/xml.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/README.md ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/ar/small_archive.a ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/bzip2/small_archive.bz2 ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/cab/small_archive.cab ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/compress/small_archive.Z ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/cpio/small_archive.cpio ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/gzip/small_archive.gz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/lzo/small_archive.lzo ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/rar/small_archive.rar ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/tar/small_archive.tar ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/xz/small_archive.xz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/zip/small_archive.zip ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/arj/small_archive.arj ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lha/small_archive.lha ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lrzip/small_archive.lrz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lzip/small_archive.lz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lzma/small_archive.lzma ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/rzip/small_archive.rz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/zoo/small_archive.zoo ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/bmp/not_kitty.bmp ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/gif/not_kitty.gif ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/ico/not_kitty.ico ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jp2/not_kitty.jp2 ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jpeg/not_kitty.jpg ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jxr/not_kitty.jxr ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty.png ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_alpha.png ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_gamma.png ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_icc.png ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/tiff/not_kitty.tiff ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/webp/not_kitty.webp ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/multimedia/h264/small_movie.mp4 ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/elf/small_exec.elf ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/js/small_script.js ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/pcap/small_capture.pcap ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/pdf/small.pdf ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/rtf/small_document.rtf ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/sql/simple_queries.sql ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/text/hello_world.txt ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/xml/small_document.xml ERROR: ************************************************************ ERROR: The following files are in /opt/work/devel/afl++/work/.destdir/opt/pkg but not in the PLIST: ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/README.md ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/ar/small_archive.a ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/bzip2/small_archive.bz2 ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/cab/small_archive.cab ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/compress/small_archive.Z ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/cpio/small_archive.cpio ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/gzip/small_archive.gz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/lzo/small_archive.lzo ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/rar/small_archive.rar ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/tar/small_archive.tar ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/xz/small_archive.xz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/zip/small_archive.zip ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/arj/small_archive.arj ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/lha/small_archive.lha ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/lrzip/small_archive.lrz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/lzip/small_archive.lz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/lzma/small_archive.lzma ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/rzip/small_archive.rz ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/zoo/small_archive.zoo ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/gif.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/html_tags.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/bmp/not_kitty.bmp ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/gif/not_kitty.gif ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/ico/not_kitty.ico ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/jp2/not_kitty.jp2 ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/jpeg/not_kitty.jpg ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/jxr/not_kitty.jxr ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/png/not_kitty.png ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/png/not_kitty_alpha.png ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/png/not_kitty_gamma.png ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/png/not_kitty_icc.png ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/tiff/not_kitty.tiff ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/images/webp/not_kitty.webp ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/jpeg.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/js.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/json.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/multimedia/h264/small_movie.mp4 ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/others/elf/small_exec.elf ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/others/js/small_script.js ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/others/pcap/small_capture.pcap ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/others/pdf/small.pdf ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/others/rtf/small_document.rtf ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/others/sql/simple_queries.sql ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/others/text/hello_world.txt ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/others/xml/small_document.xml ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/pdf.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/png.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/regexp.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/sql.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/tiff.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/webp.dict ERROR: /opt/work/devel/afl++/work/.destdir/opt/pkg/share/afl/xml.dict *** Error code 1 Stop. bmake[1]: stopped in /opt/pkgsrc/devel/afl++ *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/devel/afl++