------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/archivers/snappy-java XDG_CONFIG_HOME=/construction/archivers/snappy-java HOME=/construction/archivers/snappy-java TMPDIR="/tmp" PATH=/construction/archivers/snappy-java/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/archivers/snappy-java XDG_CONFIG_HOME=/construction/archivers/snappy-java HOME=/construction/archivers/snappy-java TMPDIR="/tmp" PATH=/construction/archivers/snappy-java/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- CXX="c++" DESTDIR=/construction/archivers/snappy-java/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/snappy" EXAMPLESDIR="share/examples/snappy" DATADIR="share/snappy" WWWDIR="www/snappy" ETCDIR="etc/snappy" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- JAVASHAREDIR="/usr/local/share/java" JAVAJARDIR="/usr/local/share/java/classes" JAVALIBDIR="/usr/local/share/java/classes" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/snappy DOCSDIR=/usr/local/share/doc/snappy EXAMPLESDIR=/usr/local/share/examples/snappy WWWDIR=/usr/local/www/snappy ETCDIR=/usr/local/etc/snappy SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500908 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libnghttp2-1.43.0.txz Installing /packages/All/ca_root_nss-3.61.txz ===== Message from ca_root_nss-3.61: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/openssl-1.1.1j_1,1.txz Installing /packages/All/curl-7.75.0.txz Installing /packages/All/expat-2.2.10.txz Installing /packages/All/libuv-1.40.0.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/rhash-1.4.1.txz Installing /packages/All/liblz4-1.9.3,1.txz Installing /packages/All/libarchive-3.4.3_1,1.txz Installing /packages/All/ncurses-6.2.20210213.txz Installing /packages/All/cmake-3.19.5.txz Installing /packages/All/readline-8.1.0.txz Installing /packages/All/bash-5.1.4_1.txz Installing /packages/All/png-1.6.37_1.txz Installing /packages/All/freetype2-2.10.4.txz ===== Message from freetype2-2.10.4: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/alsa-lib-1.1.2_2.txz ===== Message from alsa-lib-1.1.2_2: -- ===> NOTICE: The alsa-lib 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 Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/fontconfig-2.13.93,1.txz Installing /packages/All/javavmwrapper-2.7.6.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/java-zoneinfo-2021.a.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.14_1.txz Installing /packages/All/libX11-1.6.12,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.1,1.txz Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/openjdk8-8.181.13_1.txz ===== Message from openjdk8-8.181.13_1: -- ====================================================================== This OpenJDK implementation requires procfs(5) mounted on /proc. If you have not done it yet, please do the following: mount -t procfs proc /proc To make it permanent, you need the following line in /etc/fstab: proc /proc procfs rw 0 0 ====================================================================== Installing /packages/All/sbt-1.4.7.txz Installing /packages/All/gmake-4.3_2.txz SUCCEEDED 00:00:21 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> snappyjava-1.1.7.5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> snappyjava-1.1.7.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by snappyjava-1.1.7.5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> snappyjava-1.1.7.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by snappyjava-1.1.7.5 for building => SHA256 Checksum OK for snappy-java-repository-1.1.7.5.tar.gz. => SHA256 Checksum OK for xerial-snappy-java-1.1.7.5_GH0.tar.gz. => SHA256 Checksum OK for google-snappy-1.1.7_GH0.tar.gz. => SHA256 Checksum OK for kiyo-masui-bitshuffle-0.3.2_GH0.tar.gz. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> snappyjava-1.1.7.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by snappyjava-1.1.7.5 for building ===> Extracting for snappyjava-1.1.7.5 => SHA256 Checksum OK for snappy-java-repository-1.1.7.5.tar.gz. => SHA256 Checksum OK for xerial-snappy-java-1.1.7.5_GH0.tar.gz. => SHA256 Checksum OK for google-snappy-1.1.7_GH0.tar.gz. => SHA256 Checksum OK for kiyo-masui-bitshuffle-0.3.2_GH0.tar.gz. Extracted Memory Use: 250.44M SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for snappyjava-1.1.7.5 ===> Applying ports patches for snappyjava-1.1.7.5 from /xports/archivers/snappy-java/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> snappyjava-1.1.7.5 depends on executable: cmake - found ===> snappyjava-1.1.7.5 depends on executable: sbt - found ===> snappyjava-1.1.7.5 depends on file: /usr/local/openjdk8/bin/java - found ===> snappyjava-1.1.7.5 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> snappyjava-1.1.7.5 depends on executable: cmake - found ===> snappyjava-1.1.7.5 depends on executable: sbt - found ===> snappyjava-1.1.7.5 depends on file: /usr/local/openjdk8/bin/java - found ===> snappyjava-1.1.7.5 depends on package: gmake>=4.3 - found ===> Configuring for snappyjava-1.1.7.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for snappyjava-1.1.7.5 cd /construction/archivers/snappy-java/snappy-java-1.1.7.5 && /usr/bin/env JAVA_HOME=/usr/local/openjdk8 XDG_DATA_HOME=/construction/archivers/snappy-java XDG_CONFIG_HOME=/construction/archivers/snappy-java HOME=/construction/archivers/snappy-java TMPDIR="/tmp" PATH=/construction/archivers/snappy-java/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" gmake CXX="c++" DESTDIR=/construction/archivers/snappy-java/stage SBT_IVY_HOME=/construction/archivers/snappy-java/repository SBT_BOOT_DIR=/construction/archivers/snappy-java/sbt_boot SBT_GLOBAL_DIR=/construction/archivers/snappy-java/sbt_global gmake[1]: Entering directory '/construction/archivers/snappy-java/snappy-java-1.1.7.5' /bin/sh: perl: not found tar xvfz target/snappy-1.1.7.tar.gz -C target x snappy-1.1.7/ x snappy-1.1.7/.appveyor.yml x snappy-1.1.7/.travis.yml x snappy-1.1.7/AUTHORS x snappy-1.1.7/CMakeLists.txt x snappy-1.1.7/CONTRIBUTING.md x snappy-1.1.7/COPYING x snappy-1.1.7/NEWS x snappy-1.1.7/README.md x snappy-1.1.7/cmake/ x snappy-1.1.7/cmake/SnappyConfig.cmake x snappy-1.1.7/cmake/config.h.in x snappy-1.1.7/format_description.txt x snappy-1.1.7/framing_format.txt x snappy-1.1.7/snappy-c.cc x snappy-1.1.7/snappy-c.h x snappy-1.1.7/snappy-internal.h x snappy-1.1.7/snappy-sinksource.cc x snappy-1.1.7/snappy-sinksource.h x snappy-1.1.7/snappy-stubs-internal.cc x snappy-1.1.7/snappy-stubs-internal.h x snappy-1.1.7/snappy-stubs-public.h.in x snappy-1.1.7/snappy-test.cc x snappy-1.1.7/snappy-test.h x snappy-1.1.7/snappy.cc x snappy-1.1.7/snappy.h x snappy-1.1.7/snappy_unittest.cc x snappy-1.1.7/testdata/ x snappy-1.1.7/testdata/alice29.txt x snappy-1.1.7/testdata/asyoulik.txt x snappy-1.1.7/testdata/baddata1.snappy x snappy-1.1.7/testdata/baddata2.snappy x snappy-1.1.7/testdata/baddata3.snappy x snappy-1.1.7/testdata/fireworks.jpeg x snappy-1.1.7/testdata/geo.protodata x snappy-1.1.7/testdata/html x snappy-1.1.7/testdata/html_x_4 x snappy-1.1.7/testdata/kppkn.gtb x snappy-1.1.7/testdata/lcet10.txt x snappy-1.1.7/testdata/paper-100k.pdf x snappy-1.1.7/testdata/plrabn12.txt x snappy-1.1.7/testdata/urls.10K touch target/snappy-extracted.log tar xvfz target/bitshuffle-0.3.2.tar.gz -C target x bitshuffle-0.3.2/ x bitshuffle-0.3.2/.gitignore x bitshuffle-0.3.2/.travis.yml x bitshuffle-0.3.2/LICENSE x bitshuffle-0.3.2/MANIFEST.in x bitshuffle-0.3.2/README.rst x bitshuffle-0.3.2/bitshuffle/ x bitshuffle-0.3.2/bitshuffle/__init__.py x bitshuffle-0.3.2/bitshuffle/ext.pyx x bitshuffle-0.3.2/bitshuffle/h5.pyx x bitshuffle-0.3.2/bitshuffle/tests/ x bitshuffle-0.3.2/bitshuffle/tests/__init__.py x bitshuffle-0.3.2/bitshuffle/tests/data/ x bitshuffle-0.3.2/bitshuffle/tests/data/regression_0.1.3.h5 x bitshuffle-0.3.2/bitshuffle/tests/make_regression_tdata.py x bitshuffle-0.3.2/bitshuffle/tests/test_ext.py x bitshuffle-0.3.2/bitshuffle/tests/test_h5filter.py x bitshuffle-0.3.2/bitshuffle/tests/test_h5plugin.py x bitshuffle-0.3.2/bitshuffle/tests/test_regression.py x bitshuffle-0.3.2/conda-recipe/ x bitshuffle-0.3.2/conda-recipe/bld.bat x bitshuffle-0.3.2/conda-recipe/build.sh x bitshuffle-0.3.2/conda-recipe/meta.yaml x bitshuffle-0.3.2/conda-recipe/setup.py.patch x bitshuffle-0.3.2/lz4/ x bitshuffle-0.3.2/lz4/LICENSE x bitshuffle-0.3.2/lz4/README.md x bitshuffle-0.3.2/lz4/lz4.c x bitshuffle-0.3.2/lz4/lz4.h x bitshuffle-0.3.2/lzf/ x bitshuffle-0.3.2/lzf/LICENSE.txt x bitshuffle-0.3.2/lzf/README.txt x bitshuffle-0.3.2/lzf/README_bitshuffle.txt x bitshuffle-0.3.2/lzf/example.c x bitshuffle-0.3.2/lzf/lzf/ x bitshuffle-0.3.2/lzf/lzf/lzf.h x bitshuffle-0.3.2/lzf/lzf/lzfP.h x bitshuffle-0.3.2/lzf/lzf/lzf_c.c x bitshuffle-0.3.2/lzf/lzf/lzf_d.c x bitshuffle-0.3.2/lzf/lzf_filter.c x bitshuffle-0.3.2/lzf/lzf_filter.h x bitshuffle-0.3.2/requirements.txt x bitshuffle-0.3.2/setup.cfg.example x bitshuffle-0.3.2/setup.py x bitshuffle-0.3.2/src/ x bitshuffle-0.3.2/src/bitshuffle.c x bitshuffle-0.3.2/src/bitshuffle.h x bitshuffle-0.3.2/src/bitshuffle_core.c x bitshuffle-0.3.2/src/bitshuffle_core.h x bitshuffle-0.3.2/src/bitshuffle_internals.h x bitshuffle-0.3.2/src/bshuf_h5filter.c x bitshuffle-0.3.2/src/bshuf_h5filter.h x bitshuffle-0.3.2/src/bshuf_h5plugin.c x bitshuffle-0.3.2/src/iochain.c x bitshuffle-0.3.2/src/iochain.h x bitshuffle-0.3.2/src/lzf_h5plugin.c touch target/bitshuffle-extracted.log "$JAVA_HOME/bin/javac" -source 1.7 -target 1.7 -h src/main/java/org/xerial/snappy/ -d target/jni-classes -sourcepath src/main/java src/main/java/org/xerial/snappy/SnappyNative.java warning: [options] bootstrap class path not set in conjunction with -source 1.7 1 warning "$JAVA_HOME/bin/javac" -source 1.7 -target 1.7 -h src/main/java/org/xerial/snappy/ -d target/jni-classes -sourcepath src/main/java src/main/java/org/xerial/snappy/BitShuffleNative.java warning: [options] bootstrap class path not set in conjunction with -source 1.7 1 warning cd target/snappy-1.1.7-Default && cmake ../../target/snappy-1.1.7 -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - little endian -- Looking for byteswap.h -- Looking for byteswap.h - not found -- Looking for sys/endian.h -- Looking for sys/endian.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/uio.h -- Looking for sys/uio.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for windows.h -- Looking for windows.h - not found -- Looking for zlibVersion in z -- Looking for zlibVersion in z - found -- Looking for lzo1x_1_15_compress in lzo2 -- Looking for lzo1x_1_15_compress in lzo2 - not found -- Performing Test HAVE_BUILTIN_EXPECT -- Performing Test HAVE_BUILTIN_EXPECT - Success -- Performing Test HAVE_BUILTIN_CTZ -- Performing Test HAVE_BUILTIN_CTZ - Success -- Looking for mmap -- Looking for mmap - found -- Looking for sysconf -- Looking for sysconf - found -- Configuring done -- Generating done -- Build files have been written to: /construction/archivers/snappy-java/snappy-java-1.1.7.5/target/snappy-1.1.7-Default touch target/snappy-1.1.7-Default/CMakeCache.txt c++ -I/usr/local/openjdk8/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -DHAVE_CONFIG_H -I"/usr/local/openjdk8/include/freebsd" -Itarget/snappy-1.1.7 -Itarget/snappy-1.1.7-Default -Itarget/bitshuffle-0.3.2/src -c target/snappy-1.1.7/snappy-sinksource.cc -o target/snappy-1.1.7-Default/snappy-sinksource.o c++ -I/usr/local/openjdk8/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -DHAVE_CONFIG_H -I"/usr/local/openjdk8/include/freebsd" -Itarget/snappy-1.1.7 -Itarget/snappy-1.1.7-Default -Itarget/bitshuffle-0.3.2/src -c target/snappy-1.1.7/snappy-stubs-internal.cc -o target/snappy-1.1.7-Default/snappy-stubs-internal.o c++ -I/usr/local/openjdk8/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -DHAVE_CONFIG_H -I"/usr/local/openjdk8/include/freebsd" -Itarget/snappy-1.1.7 -Itarget/snappy-1.1.7-Default -Itarget/bitshuffle-0.3.2/src -c target/snappy-1.1.7/snappy.cc -o target/snappy-1.1.7-Default/snappy.o c++ -I/usr/local/openjdk8/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -DHAVE_CONFIG_H -I"/usr/local/openjdk8/include/freebsd" -Itarget/snappy-1.1.7 -Itarget/snappy-1.1.7-Default -Itarget/bitshuffle-0.3.2/src -U__AVX2__ -U__SSE2__ -c target/bitshuffle-0.3.2/src/bitshuffle_core.c -o target/snappy-1.1.7-Default/bitshuffle_core.o c++ -I/usr/local/openjdk8/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -DHAVE_CONFIG_H -I"/usr/local/openjdk8/include/freebsd" -Itarget/snappy-1.1.7 -Itarget/snappy-1.1.7-Default -Itarget/bitshuffle-0.3.2/src -U__AVX2__ -U__SSE2__ -c target/bitshuffle-0.3.2/src/iochain.c -o target/snappy-1.1.7-Default/iochain.o c++ -I/usr/local/openjdk8/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -DHAVE_CONFIG_H -I"/usr/local/openjdk8/include/freebsd" -Itarget/snappy-1.1.7 -Itarget/snappy-1.1.7-Default -Itarget/bitshuffle-0.3.2/src -c src/main/java/org/xerial/snappy/SnappyNative.cpp -o target/snappy-1.1.7-Default/SnappyNative.o c++ -I/usr/local/openjdk8/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -DHAVE_CONFIG_H -I"/usr/local/openjdk8/include/freebsd" -Itarget/snappy-1.1.7 -Itarget/snappy-1.1.7-Default -Itarget/bitshuffle-0.3.2/src -c src/main/java/org/xerial/snappy/BitShuffleNative.cpp -o target/snappy-1.1.7-Default/BitShuffleNative.o c++ -I/usr/local/openjdk8/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden -DHAVE_CONFIG_H -I"/usr/local/openjdk8/include/freebsd" -Itarget/snappy-1.1.7 -Itarget/snappy-1.1.7-Default -Itarget/bitshuffle-0.3.2/src -o target/snappy-1.1.7-Default/libsnappyjava.so target/snappy-1.1.7-Default/snappy-sinksource.o target/snappy-1.1.7-Default/snappy-stubs-internal.o target/snappy-1.1.7-Default/snappy.o target/snappy-1.1.7-Default/bitshuffle_core.o target/snappy-1.1.7-Default/iochain.o target/snappy-1.1.7-Default/SnappyNative.o target/snappy-1.1.7-Default/BitShuffleNative.o -shared -static cp target/snappy-1.1.7-Default/libsnappyjava.so /tmp/libsnappyjava.so strip /tmp/libsnappyjava.so cp /tmp/libsnappyjava.so target/snappy-1.1.7-Default/libsnappyjava.so cp target/snappy-1.1.7-Default/libsnappyjava.so src/main/resources/org/xerial/snappy/native/DragonFlyBSD/x86_64/libsnappyjava.so cp target/snappy-1.1.7-Default/libsnappyjava.so target/classes/org/xerial/snappy/native/DragonFlyBSD/x86_64/libsnappyjava.so sbt -Dsbt.ivy.home=/construction/archivers/snappy-java/repository -Dsbt.offline=true -Dsbt.boot.directory=/construction/archivers/snappy-java/sbt_boot -Dsbt.coursier=false -Dsbt.global.base=/construction/archivers/snappy-java/sbt_global package [info] Loading settings for project snappy-java-1-1-7-5-build from plugins.sbt ... [info] Loading project definition from /construction/archivers/snappy-java/snappy-java-1.1.7.5/project [info] Updating ProjectRef(uri("file:/construction/archivers/snappy-java/snappy-java-1.1.7.5/project/"), "snappy-java-1-1-7-5-build")... [info] Done updating. [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings. [info] Loading settings for project snappy-java-1-1-7-5 from version.sbt,build.sbt ... [info] Set current project to snappy-java (in build file:/construction/archivers/snappy-java/snappy-java-1.1.7.5/) [info] Updating ... [info] Done updating. [info] Compiling 30 Java sources to /construction/archivers/snappy-java/snappy-java-1.1.7.5/target/classes ... [warn] bootstrap class path not set in conjunction with -source 1.7 [info] Done compiling. [info] Packaging /construction/archivers/snappy-java/snappy-java-1.1.7.5/target/snappy-java-1.1.7.5.jar ... [info] Done packaging. [success] Total time: 11 s, completed Feb 24, 2021 3:49:51 AM gmake[1]: Leaving directory '/construction/archivers/snappy-java/snappy-java-1.1.7.5' SUCCEEDED 00:01:10 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> snappyjava-1.1.7.5 depends on file: /usr/local/openjdk8/bin/java - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for snappyjava-1.1.7.5 ===> snappyjava-1.1.7.5 depends on file: /usr/local/openjdk8/bin/java - found ===> Generating temporary packing list install -m 0644 /construction/archivers/snappy-java/snappy-java-1.1.7.5/target/snappy-java-1.1.7.5.jar /construction/archivers/snappy-java/stage/usr/local/share/java/classes/snappy-java.jar install -s -m 0644 /construction/archivers/snappy-java/snappy-java-1.1.7.5/target/snappy-1.1.7-Default/libsnappyjava.so /construction/archivers/snappy-java/stage/usr/local/lib ====> 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:00 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for snappyjava-1.1.7.5 (snappyjava-1.1.7.5) /construction/archivers/snappy-java/stage//usr/local/lib/libsnappyjava.so - required shared library libstdc++.so.9 not found file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:01:44