------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 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 ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/misc/openhab XDG_CONFIG_HOME=/construction/misc/openhab XDG_CACHE_HOME=/construction/misc/openhab/.cache HOME=/construction/misc/openhab TMPDIR="/tmp" PATH=/construction/misc/openhab/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/misc/openhab/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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/misc/openhab XDG_CONFIG_HOME=/construction/misc/openhab XDG_CACHE_HOME=/construction/misc/openhab/.cache HOME=/construction/misc/openhab TMPDIR="/tmp" PATH=/construction/misc/openhab/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/misc/openhab/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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 ------------------------------------------------------------------------------- DESTDIR=/construction/misc/openhab/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- PORTVERSION=3.4.4 JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/openhab" EXAMPLESDIR="share/examples/openhab" DATADIR="share/openhab" WWWDIR="www/openhab" ETCDIR="etc/openhab" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- JAVASHAREDIR="/usr/local/share/java" JAVAJARDIR="/usr/local/share/java/classes" JAVALIBDIR="/usr/local/share/java/classes" JAVA_VERSION="11" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/openhab DOCSDIR=/usr/local/share/doc/openhab EXAMPLESDIR=/usr/local/share/examples/openhab WWWDIR=/usr/local/www/openhab ETCDIR=/usr/local/etc/openhab SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ccache-3.7.12_4.pkg Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. Installing /packages/All/alsa-lib-1.2.2_1.pkg ===== Message from alsa-lib-1.2.2_1: -- ===> 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://docs.freebsd.org/en/articles/contributing/#ports-contributing Installing /packages/All/brotli-1.0.9,1.pkg Installing /packages/All/png-1.6.39.pkg Installing /packages/All/freetype2-2.12.1_2.pkg ===== Message from freetype2-2.12.1_2: -- 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/index.html, if documentation was installed). Installing /packages/All/expat-2.5.0.pkg Installing /packages/All/fontconfig-2.14.2,1.pkg Running fc-cache to build fontconfig cache... Installing /packages/All/giflib-5.2.1.pkg Installing /packages/All/libdeflate-1.18.pkg Installing /packages/All/jbigkit-2.1_1.pkg Installing /packages/All/liblz4-1.9.4,1.pkg Installing /packages/All/zstd-1.5.5.pkg Installing /packages/All/jpeg-turbo-2.1.5.1.pkg Installing /packages/All/tiff-4.4.0_1.pkg Installing /packages/All/lcms2-2.15_1.pkg Installing /packages/All/javavmwrapper-2.7.9.pkg Installing /packages/All/libfontenc-1.1.4.pkg Installing /packages/All/mkfontscale-1.2.1.pkg Installing /packages/All/font-bh-ttf-1.0.3_4.pkg Running fc-cache to build fontconfig cache... Installing /packages/All/font-misc-meltho-1.0.3_4.pkg Installing /packages/All/font-misc-ethiopic-1.0.4.pkg Installing /packages/All/encodings-1.0.5,1.pkg Installing /packages/All/dejavu-2.37_1.pkg Running fc-cache to build fontconfig cache... ===== 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/xorg-fonts-truetype-7.7_1.pkg Installing /packages/All/libXau-1.0.9.pkg Installing /packages/All/xorgproto-2022.1_1.pkg Installing /packages/All/libXdmcp-1.1.3.pkg Installing /packages/All/libxcb-1.15_1.pkg Installing /packages/All/libX11-1.8.6,1.pkg Installing /packages/All/libXext-1.3.4,1.pkg Installing /packages/All/libXfixes-6.0.0.pkg Installing /packages/All/libXi-1.8,1.pkg Installing /packages/All/libXrender-0.9.10_2.pkg Installing /packages/All/libXrandr-1.5.2.pkg Installing /packages/All/libICE-1.1.0_1,1.pkg Installing /packages/All/libSM-1.2.3,1.pkg Installing /packages/All/libXt-1.2.1,1.pkg Installing /packages/All/libXtst-1.2.3_2.pkg Installing /packages/All/openjdk11-11.0.19+7.1.pkg ===== Message from openjdk11-11.0.19+7.1: -- This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and procfs(5) mounted on /proc. If you have not done it yet, please do the following: mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 SUCCEEDED 00:00:15 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> openhab-3.4.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> openhab-3.4.4 depends on file: /usr/local/sbin/pkg - found => openhab-3.4.4.zip doesn't seem to exist in /distfiles/. => Attempting to fetch https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/3.4.4/openhab-3.4.4.zip openhab-3.4.4.zip 0% of 99 MB 0 Bps openhab-3.4.4.zip 0% of 99 MB 229 kBps openhab-3.4.4.zip 1% of 99 MB 1303 kBps openhab-3.4.4.zip 4% of 99 MB 3195 kBps 01m05s openhab-3.4.4.zip 8% of 99 MB 4306 kBps 42s openhab-3.4.4.zip 13% of 99 MB 4407 kBps 33s openhab-3.4.4.zip 17% of 99 MB 4839 kBps 27s openhab-3.4.4.zip 22% of 99 MB 5154 kBps 23s openhab-3.4.4.zip 27% of 99 MB 5320 kBps 20s openhab-3.4.4.zip 32% of 99 MB 4591 kBps 18s openhab-3.4.4.zip 36% of 99 MB 4394 kBps 17s openhab-3.4.4.zip 41% of 99 MB 4892 kBps 15s openhab-3.4.4.zip 46% of 99 MB 5207 kBps 13s openhab-3.4.4.zip 51% of 99 MB 5414 kBps 12s openhab-3.4.4.zip 57% of 99 MB 5295 kBps 10s openhab-3.4.4.zip 62% of 99 MB 5344 kBps 09s openhab-3.4.4.zip 67% of 99 MB 5365 kBps 07s openhab-3.4.4.zip 73% of 99 MB 5495 kBps 06s openhab-3.4.4.zip 78% of 99 MB 5284 kBps 04s openhab-3.4.4.zip 84% of 99 MB 5867 kBps 03s openhab-3.4.4.zip 90% of 99 MB 6315 kBps 02s openhab-3.4.4.zip 96% of 99 MB 6977 kBps 21s openhab-3.4.4.zip 99 MB 4973 kBps 21s ===> Fetching all distfiles required by openhab-3.4.4 for building SUCCEEDED 00:00:21 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> openhab-3.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openhab-3.4.4 for building => SHA256 Checksum OK for openhab-3.4.4.zip. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> openhab-3.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openhab-3.4.4 for building ===> Extracting for openhab-3.4.4 ===> openhab-3.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openhab-3.4.4 for building => SHA256 Checksum OK for openhab-3.4.4.zip. Extracted Memory Use: 111.26M SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for openhab-3.4.4 ===> Applying ports patches for openhab-3.4.4 from /xports/misc/openhab/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> openhab-3.4.4 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> openhab-3.4.4 depends on file: /usr/local/bin/ccache - found ===> Configuring for openhab-3.4.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for openhab-3.4.4 /bin/mv /construction/misc/openhab/openhab-3.4.4/conf/services/runtime.cfg /construction/misc/openhab/openhab-3.4.4/conf/services/runtime.cfg.sample /bin/mv /construction/misc/openhab/openhab-3.4.4/conf/services/addons.cfg /construction/misc/openhab/openhab-3.4.4/conf/services/addons.cfg.sample /bin/mv /construction/misc/openhab/openhab-3.4.4/conf/html/index.html /construction/misc/openhab/openhab-3.4.4/conf/html/index.html.sample /bin/mv /construction/misc/openhab/openhab-3.4.4/conf/transform/en.map /construction/misc/openhab/openhab-3.4.4/conf/transform/en.map.sample /bin/mv /construction/misc/openhab/openhab-3.4.4/conf/transform/de.map /construction/misc/openhab/openhab-3.4.4/conf/transform/de.map.sample /bin/rm -f -r /construction/misc/openhab/openhab-3.4.4/runtime/bin/contrib /bin/rm -f /construction/misc/openhab/openhab-3.4.4/*.ps1 /construction/misc/openhab/openhab-3.4.4/*.bat /construction/misc/openhab/openhab-3.4.4/runtime/bin/*.ps1 /construction/misc/openhab/openhab-3.4.4/runtime/bin/*.bat /construction/misc/openhab/openhab-3.4.4/runtime/bin/*.psm1 /construction/misc/openhab/openhab-3.4.4/runtime/bin/setenv.bak /construction/misc/openhab/openhab-3.4.4/runtime/bin/setenv.orig SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> openhab-3.4.4 depends on file: /usr/local/openjdk11/bin/java - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for openhab-3.4.4 ===> openhab-3.4.4 depends on file: /usr/local/openjdk11/bin/java - found ===> Generating temporary packing list ===> Creating groups. ===> Creating users /bin/mkdir -p /construction/misc/openhab/stage/usr/local/etc/openhab /bin/mkdir -p /construction/misc/openhab/stage/usr/local/libexec/openhab /bin/mkdir -p /construction/misc/openhab/stage/usr/local/share/openhab /bin/mkdir -p /construction/misc/openhab/stage/var/log/openhab /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/home /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/persistence /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/persistence/db4o /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/persistence/rrd4j /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/persistence/mapdb /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/backups /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/userdata /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/userdata/etc /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/userdata/etc/scripts /bin/mkdir -p /construction/misc/openhab/stage/var/db/openhab/userdata/tmp /bin/mkdir -p /construction/misc/openhab/stage/var/run/openhab (cd /construction/misc/openhab/openhab-3.4.4/conf && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE . /construction/misc/openhab/stage/usr/local/etc/openhab) (cd /construction/misc/openhab/openhab-3.4.4 && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 555 "$@"'\'' . {} + \)' COPYTREE_BIN runtime /construction/misc/openhab/stage/usr/local/libexec/openhab) (cd /construction/misc/openhab/openhab-3.4.4 && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 555 "$@"'\'' . {} + \)' COPYTREE_BIN addons /construction/misc/openhab/stage/usr/local/libexec/openhab) install -m 555 /construction/misc/openhab/openhab-3.4.4/start.sh /construction/misc/openhab/stage/usr/local/libexec/openhab/ install -m 555 /construction/misc/openhab/openhab-3.4.4/start_debug.sh /construction/misc/openhab/stage/usr/local/libexec/openhab/ (cd /construction/misc/openhab/openhab-3.4.4/userdata && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE . /construction/misc/openhab/stage/usr/local/share/openhab) ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- 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 openhab-3.4.4 file sizes/checksums [430]: 0% file sizes/checksums [430]: 23% file sizes/checksums [430]: 46% file sizes/checksums [430]: 69% file sizes/checksums [430]: 93% file sizes/checksums [430]: 100% Service unavailablepacking files [430]: 0% packing files [430]: 23% packing files [430]: 46% packing files [430]: 69% packing files [430]: 93% packing files [430]: 100% packing directories [27]: 0% packing directories [27]: 100% SUCCEEDED 00:00:31 TOTAL TIME 00:01:25