------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/coreutils-8.32.txz Installing /packages/All/gmp-6.2.1.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/expat-2.2.10.txz Installing /packages/All/ncurses-6.2.20210116.txz Installing /packages/All/readline-8.0.4_1.txz Installing /packages/All/openssl-1.1.1i,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The afl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> afl++-2.63c depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The afl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> afl++-2.63c depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by afl++-2.63c for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The afl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> afl++-2.63c depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by afl++-2.63c for building => SHA256 Checksum OK for AFLplusplus-AFLplusplus-2.63c_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The afl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> afl++-2.63c depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by afl++-2.63c for building ===> Extracting for afl++-2.63c ===> NOTICE: The afl port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> afl++-2.63c depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by afl++-2.63c for building => SHA256 Checksum OK for AFLplusplus-AFLplusplus-2.63c_GH0.tar.gz. Extracted Memory Use: 4.50M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for afl++-2.63c ===> Applying ports patches for afl++-2.63c from /xports/security/afl++/files SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> afl++-2.63c depends on executable: ginstall - found ===> afl++-2.63c depends on package: gmp>0 - found ===> afl++-2.63c depends on package: gmake>=4.3 - found ===> afl++-2.63c depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> afl++-2.63c depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> afl++-2.63c depends on executable: ginstall - found ===> afl++-2.63c depends on package: gmp>0 - found ===> afl++-2.63c depends on package: gmake>=4.3 - found ===> afl++-2.63c depends on file: /usr/local/bin/python3.7 - found ===> afl++-2.63c depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> Configuring for afl++-2.63c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for afl++-2.63c gmake[2]: Entering directory '/construction/security/afl++/AFLplusplus-2.63c' [*] Checking for the default compiler cc... [*] Checking for the ability to compile x86 code... [+] shmat seems to be working. [-] You seem to need to install the package python3-dev or python2-dev (and perhaps python[23]-apt), but it is optional so we continue [+] Everything seems to be working, ready to compile. cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" src/afl-gcc.c -o afl-gcc -L/usr/local/lib set -e; for i in afl-g++ afl-clang afl-clang++; do ln -sf afl-gcc $i; done cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto=full -c src/afl-common.c -o src/afl-common.o cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto=full -c src/afl-sharedmem.c -o src/afl-sharedmem.o cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto=full -c src/afl-forkserver.c -o src/afl-forkserver.o cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto=full src/afl-fuzz-bitmap.c src/afl-fuzz-cmplog.c src/afl-fuzz-extras.c src/afl-fuzz-init.c src/afl-fuzz-mutators.c src/afl-fuzz-one.c src/afl-fuzz-python.c src/afl-fuzz-queue.c src/afl-fuzz-redqueen.c src/afl-fuzz-run.c src/afl-fuzz-state.c src/afl-fuzz-stats.c src/afl-fuzz.c src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o -o afl-fuzz -L/usr/local/lib cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto=full src/afl-showmap.c src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o -o afl-showmap -L/usr/local/lib cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto=full src/afl-tmin.c src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o -o afl-tmin -L/usr/local/lib cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" src/afl-gotcpu.c src/afl-common.o -o afl-gotcpu -L/usr/local/lib cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto=full src/afl-analyze.c src/afl-common.o src/afl-sharedmem.o -o afl-analyze -L/usr/local/lib cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" src/afl-as.c -o afl-as -L/usr/local/lib ln -sf afl-as as [+] All done! Be sure to review the README.md - it's pretty short and useful. NOTE: If you can read this, your terminal probably uses white background. This will make the UI hard to read. See docs/status_screen.md for advice. gmake -C libtokencap gmake[3]: Entering directory '/construction/security/afl++/AFLplusplus-2.63c/libtokencap' cc -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -I ../include/ -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -shared -fPIC libtokencap.so.c -o ../libtokencap.so -L/usr/local/lib -ldl gmake[3]: Leaving directory '/construction/security/afl++/AFLplusplus-2.63c/libtokencap' gmake -C gcc_plugin CC="gcc" CXX="g++" gmake[3]: Entering directory '/construction/security/afl++/AFLplusplus-2.63c/gcc_plugin' [+] shmat seems to be working. [*] Checking for working 'gcc'... [*] Checking for gcc plugin development header files... [*] Checking for '../afl-showmap'... [+] All set and ready to build. gcc -Wall -I../include -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DGCC_VERSION=\"Release/2019-02-22\" -DGCC_BINDIR=\"/usr/bin\" -Wno-unused-function -c ../src/afl-common.c -o afl-common.o -L/usr/local/lib gcc -DAFL_GCC_CC=\"gcc\" -DAFL_GCC_CXX=\"g++\" -Wall -I../include -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DGCC_VERSION=\"Release/2019-02-22\" -DGCC_BINDIR=\"/usr/bin\" -Wno-unused-function afl-gcc-fast.c afl-common.o -o ../afl-gcc-fast -L/usr/local/lib ln -sf afl-gcc-fast ../afl-g++-fast g++ -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wall -fPIC -fno-rtti -I"/usr/lib/gcc80/plugin/include" -shared afl-gcc-pass.so.cc -o ../afl-gcc-pass.so gcc -Wall -I../include -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DGCC_VERSION=\"Release/2019-02-22\" -DGCC_BINDIR=\"/usr/bin\" -Wno-unused-function -fPIC -c afl-gcc-rt.o.c -o ../afl-gcc-rt.o ln -sf afl-gcc-fast.8 ../afl-g++-fast.8 [+] All done! You can now use '../afl-gcc-fast' to compile programs. gmake[3]: Leaving directory '/construction/security/afl++/AFLplusplus-2.63c/gcc_plugin' gmake -C libdislocator CFLAGS="-I../include -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\"" gmake[3]: Entering directory '/construction/security/afl++/AFLplusplus-2.63c/libdislocator' cc -I../include -pipe -I/usr/lib/gcc80/plugin -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -g -Wno-pointer-sign -I include/ -Werror -DAFL_PATH="/usr/local/lib/afl" -DBIN_PATH="/usr/local/bin" -DDOC_PATH="/usr/local/share/doc/afl" -shared -fPIC libdislocator.so.c -o ../libdislocator.so -L/usr/local/lib gmake[3]: Leaving directory '/construction/security/afl++/AFLplusplus-2.63c/libdislocator' gmake[2]: Leaving directory '/construction/security/afl++/AFLplusplus-2.63c' SUCCEEDED 00:00:39 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> afl++-2.63c depends on package: gmp>0 - found ===> afl++-2.63c depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for afl++-2.63c ===> afl++-2.63c depends on package: gmp>0 - found ===> afl++-2.63c depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list gmake[2]: Entering directory '/construction/security/afl++/AFLplusplus-2.63c' [*] Checking for the default compiler cc... [*] Checking for the ability to compile x86 code... [+] shmat seems to be working. [-] You seem to need to install the package python3-dev or python2-dev (and perhaps python[23]-apt), but it is optional so we continue [+] Everything seems to be working, ready to compile. [+] All done! Be sure to review the README.md - it's pretty short and useful. NOTE: If you can read this, your terminal probably uses white background. This will make the UI hard to read. See docs/status_screen.md for advice. install -d -m 755 ${DESTDIR}/usr/local/bin ${DESTDIR}/usr/local/lib/afl ${DESTDIR}/usr/local/share/doc/afl ${DESTDIR}/usr/local/share/afl rm -f ${DESTDIR}/usr/local/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/local/bin rm -f ${DESTDIR}/usr/local/bin/afl-as if [ -f afl-qemu-trace ]; then install -m 755 afl-qemu-trace ${DESTDIR}/usr/local/bin; fi if [ -f afl-gcc-fast ]; then set e; install -m 755 afl-gcc-fast ${DESTDIR}/usr/local/bin; ln -sf afl-gcc-fast ${DESTDIR}/usr/local/bin/afl-g++-fast; install -m 755 afl-gcc-pass.so afl-gcc-rt.o ${DESTDIR}/usr/local/lib/afl; fi if [ -f afl-clang-fast ]; then gmake -C llvm_mode install; fi if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so ${DESTDIR}/usr/local/lib/afl; fi if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so ${DESTDIR}/usr/local/lib/afl; fi if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so ${DESTDIR}/usr/local/lib/afl; fi if [ -f libradamsa.so ]; then set -e; install -m 755 libradamsa.so ${DESTDIR}/usr/local/lib/afl; fi if [ -f afl-fuzz-document ]; then set -e; install -m 755 afl-fuzz-document ${DESTDIR}/usr/local/bin; fi if [ -f socketfuzz32.so -o -f socketfuzz64.so ]; then gmake -C examples/socket_fuzzing install; fi if [ -f argvfuzz32.so -o -f argvfuzz64.so ]; then gmake -C examples/argv_fuzzing install; fi set -e; ln -sf afl-gcc ${DESTDIR}/usr/local/bin/afl-g++ set -e; if [ -f afl-clang-fast ] ; then ln -sf afl-clang-fast ${DESTDIR}/usr/local/bin/afl-clang ; ln -sf afl-clang-fast ${DESTDIR}/usr/local/bin/afl-clang++ ; else ln -sf afl-gcc ${DESTDIR}/usr/local/bin/afl-clang ; ln -sf afl-gcc ${DESTDIR}/usr/local/bin/afl-clang++; fi mkdir -m 0755 -p /construction/security/afl++/stage/usr/local/man/man8 install -m0644 *.8 /construction/security/afl++/stage/usr/local/man/man8 install -m 755 afl-as ${DESTDIR}/usr/local/lib/afl ln -sf afl-as ${DESTDIR}/usr/local/lib/afl/as install -m 644 docs/*.md ${DESTDIR}/usr/local/share/doc/afl cp -r testcases/ ${DESTDIR}/usr/local/share/afl cp -r dictionaries/ ${DESTDIR}/usr/local/share/afl /usr/libexec/binutils234/elf/strip: '/construction/security/afl++/stage/usr/local/bin/afl-clang-fast': No such file gmake[2]: [/xports/security/afl++/files/Makefile.extra:5: install-strip] Error 1 (ignored) /usr/libexec/binutils234/elf/strip: 'afl-ld': No such file gmake[2]: Leaving directory '/construction/security/afl++/AFLplusplus-2.63c' install -m 444 /construction/security/afl++/AFLplusplus-2.63c/libtokencap/README.md /construction/security/afl++/stage/usr/local/share/doc/afl/libtokencap install -m 444 /construction/security/afl++/AFLplusplus-2.63c/gcc_plugin/README.* /construction/security/afl++/stage/usr/local/share/doc/afl/gcc_plugin install -m 444 /construction/security/afl++/AFLplusplus-2.63c/libdislocator/README.md /construction/security/afl++/stage/usr/local/share/doc/afl/libdislocator /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.cmplog.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.ctx.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.instrim.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.laf-intel.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.llvm_mode.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.lto.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.neverzero.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.ngram.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.snapshot.md /usr/bin/touch /construction/security/afl++/stage/usr/local/share/doc/afl/README.whitelist.md ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for afl++-2.63c file sizes/checksums [131]: 0% file sizes/checksums [131]: 76% file sizes/checksums [131]: 100% packing files [131]: 0% packing files [131]: 76% packing files [131]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:01:03