------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/libzip-1.5.2.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/gmake-4.2.1_3.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/fusefs-libs-2.9.9_1.txz ===== Message from fusefs-libs-2.9.9_1: -- Install the fuse kernel module to use this port. SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The fuse-zip 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 ------------------------------------------------------------------------------- ===> fuse-zip-0.4.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The fuse-zip 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 ===> fuse-zip-0.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fuse-zip-0.4.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The fuse-zip 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 ===> fuse-zip-0.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fuse-zip-0.4.4 for building => SHA256 Checksum OK for fuse-zip-0.4.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The fuse-zip 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 ===> fuse-zip-0.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fuse-zip-0.4.4 for building ===> Extracting for fuse-zip-0.4.4 => SHA256 Checksum OK for fuse-zip-0.4.4.tar.gz. Extracted Memory Use: 9.14M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for fuse-zip-0.4.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> fuse-zip-0.4.4 depends on package: libzip>=0.11.1 - found ===> fuse-zip-0.4.4 depends on executable: gmake - found ===> fuse-zip-0.4.4 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> fuse-zip-0.4.4 depends on shared library: libzip.so - found (/usr/local/lib/libzip.so) ===> fuse-zip-0.4.4 depends on shared library: libfuse.so - found (/usr/local/lib/libfuse.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> fuse-zip-0.4.4 depends on package: libzip>=0.11.1 - found ===> fuse-zip-0.4.4 depends on executable: gmake - found ===> fuse-zip-0.4.4 depends on package: pkgconf>=1.3.0_1 - found ===> fuse-zip-0.4.4 depends on shared library: libzip.so - found (/usr/local/lib/libzip.so) ===> fuse-zip-0.4.4 depends on shared library: libfuse.so - found (/usr/local/lib/libfuse.so) ===> Configuring for fuse-zip-0.4.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for fuse-zip-0.4.4 gmake[1]: Entering directory '/construction/sysutils/fusefs-zip/fuse-zip-0.4.4' c++ -c -g -O0 -Wall -Wextra -I/usr/local/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/local/include main.cpp \ -Ilib \ -o main.o gmake -C lib gmake[2]: Entering directory '/construction/sysutils/fusefs-zip/fuse-zip-0.4.4/lib' c++ -c -g -O0 -Wall -Wextra -I/usr/local/include extraField.cpp -o extraField.o c++ -c -g -O0 -Wall -Wextra -I/usr/local/include bigBuffer.cpp -o bigBuffer.o c++ -c -g -O0 -Wall -Wextra -I/usr/local/include/fuse -D_FILE_OFFSET_BITS=64 -I/usr/local/include fuse-zip.cpp -o fuse-zip.o c++ -c -g -O0 -Wall -Wextra -I/usr/local/include fileNode.cpp -o fileNode.o c++ -c -g -O0 -Wall -Wextra -I/usr/local/include fuseZipData.cpp -o fuseZipData.o fuse-zip.cpp: In function 'FuseZipData* initFuseZip(const char*, const char*, bool)': fuse-zip.cpp:83:17: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] catch (std::bad_alloc) { ^~~~~~~~~ fuse-zip.cpp: In function 'int fusezip_open(const char*, fuse_file_info*)': fuse-zip.cpp:210:17: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] catch (std::bad_alloc) { ^~~~~~~~~ fuse-zip.cpp:213:17: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] catch (std::exception) { ^~~~~~~~~ fileNode.cpp: In member function 'int FileNode::open()': fileNode.cpp:240:21: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] catch (std::bad_alloc) { ^~~~~~~~~ fileNode.cpp:243:21: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] catch (std::exception) { ^~~~~~~~~ ar -cr libfusezip.a extraField.o bigBuffer.o fuse-zip.o fileNode.o fuseZipData.o gmake[2]: Leaving directory '/construction/sysutils/fusefs-zip/fuse-zip-0.4.4/lib' c++ main.o -Llib -lfusezip -L/usr/local/lib -lfuse -pthread -L/usr/local/lib -lzip \ -o fuse-zip gmake[1]: Leaving directory '/construction/sysutils/fusefs-zip/fuse-zip-0.4.4' SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for fuse-zip-0.4.4 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/fusefs-zip/fuse-zip-0.4.4/fuse-zip /construction/sysutils/fusefs-zip/stage/usr/local/bin install -m 444 /construction/sysutils/fusefs-zip/fuse-zip-0.4.4/fuse-zip.1 /construction/sysutils/fusefs-zip/stage/usr/local/man/man1 install -m 0644 /construction/sysutils/fusefs-zip/fuse-zip-0.4.4/README.md /construction/sysutils/fusefs-zip/fuse-zip-0.4.4/changelog /construction/sysutils/fusefs-zip/stage/usr/local/share/doc/fuse-zip ====> 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: package ------------------------------------------------------------------------------- ===> Building package for fuse-zip-0.4.4 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:11