------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/zip-3.0_1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/autoconf-2.69_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- 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 Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_3.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- 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/p11-kit-0.23.20.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.13.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/bash-5.0.17.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/pkgconf-1.6.3,1.txz 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/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- 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/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/javavmwrapper-2.7.5.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/libXrandr-1.5.2.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/openjdk13-13.0.3+3.1.txz ===== Message from openjdk13-13.0.3+3.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:54 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openjdk14-14.0.1+7.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openjdk14-14.0.1+7.1 for building => SHA256 Checksum OK for battleblow-jdk14u-jdk-14.0.1+7-1_GH0.tar.gz. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openjdk14-14.0.1+7.1 for building ===> Extracting for openjdk14-14.0.1+7.1 => SHA256 Checksum OK for battleblow-jdk14u-jdk-14.0.1+7-1_GH0.tar.gz. Extracted Memory Use: 729.06M SUCCEEDED 00:00:26 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for openjdk14-14.0.1+7.1 ===> Applying ports patches for openjdk14-14.0.1+7.1 ===> Cleanly applied ports patch(es) patch-configure patch-make_autoconf_flags-cflags.m4 patch-make_autoconf_libraries.m4 patch-src_hotspot_os_bsd_os__bsd.cpp SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> openjdk14-14.0.1+7.1 depends on executable: zip - found ===> openjdk14-14.0.1+7.1 depends on package: autoconf>0 - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/include/cups/cups.h - found ===> openjdk14-14.0.1+7.1 depends on executable: bash - found ===> openjdk14-14.0.1+7.1 depends on package: gmake>=4.3 - found ===> openjdk14-14.0.1+7.1 depends on package: libiconv>=1.14_11 - found ===> openjdk14-14.0.1+7.1 depends on package: pkgconf>=1.3.0_1 - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> openjdk14-14.0.1+7.1 depends on shared library: libasound.so - found (/usr/local/lib/libasound.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libgif.so - found (/usr/local/lib/libgif.so) ===> openjdk14-14.0.1+7.1 depends on shared library: liblcms2.so - found (/usr/local/lib/liblcms2.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> openjdk14-14.0.1+7.1 depends on executable: zip - found ===> openjdk14-14.0.1+7.1 depends on package: autoconf>0 - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/include/cups/cups.h - found ===> openjdk14-14.0.1+7.1 depends on executable: bash - found ===> openjdk14-14.0.1+7.1 depends on package: gmake>=4.3 - found ===> openjdk14-14.0.1+7.1 depends on package: libiconv>=1.14_11 - found ===> openjdk14-14.0.1+7.1 depends on package: pkgconf>=1.3.0_1 - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> openjdk14-14.0.1+7.1 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found ===> openjdk14-14.0.1+7.1 depends on shared library: libasound.so - found (/usr/local/lib/libasound.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libgif.so - found (/usr/local/lib/libgif.so) ===> openjdk14-14.0.1+7.1 depends on shared library: liblcms2.so - found (/usr/local/lib/liblcms2.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> openjdk14-14.0.1+7.1 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Configuring for openjdk14-14.0.1+7.1 Warning: You are using legacy autoconf cross-compilation flags. It is recommended that you use --openjdk-target instead. configure: loading site script /xports/Templates/config.site configure: Configuration created at Mon Jun 1 18:25:44 UTC 2020. checking for basename... /usr/bin/basename checking for bash... /usr/local/bin/bash checking for cat... /bin/cat checking for chmod... /bin/chmod checking for cmp... /usr/bin/cmp checking for comm... /usr/bin/comm checking for cp... /bin/cp checking for cut... /usr/bin/cut checking for date... /bin/date checking for gdiff... no checking for diff... /usr/bin/diff checking for dirname... /usr/bin/dirname checking for echo... /bin/echo checking for expr... /bin/expr checking for file... /usr/bin/file checking for find... /usr/bin/find checking for head... /usr/bin/head checking for gunzip... /usr/bin/gunzip checking for pigz... (cached) /usr/bin/gzip checking for ln... /bin/ln checking for ls... /bin/ls checking for gmkdir... no checking for mkdir... /bin/mkdir checking for mktemp... /usr/bin/mktemp checking for mv... /bin/mv checking for nawk... no checking for gawk... no checking for awk... /usr/bin/awk checking for printf... /usr/bin/printf checking for greadlink... no checking for readlink... /usr/bin/readlink checking for rm... /bin/rm checking for rmdir... /bin/rmdir checking for sh... /bin/sh checking for sort... /usr/bin/sort checking for tail... /usr/bin/tail checking for gtar... no checking for tar... /usr/bin/tar checking for tee... /usr/bin/tee checking for touch... /usr/bin/touch checking for tr... /usr/bin/tr checking for uname... /usr/bin/uname checking for uniq... /usr/bin/uniq checking for wc... /usr/bin/wc checking for which... /usr/bin/which checking for xargs... /usr/bin/xargs checking for gawk... (cached) /usr/bin/awk checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for cygpath... no checking for wslpath... no checking for df... /bin/df checking for cpio... /usr/bin/cpio checking for nice... /usr/bin/nice checking for lsb_release... no checking for cmd.exe... no checking for /mnt/c/Windows/System32/cmd.exe... no checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking target system type... x86_64-portbld-dragonfly5.9 configure: error: unsupported operating system dragonfly5.9 configure exiting with result code 1 ===> Script "configure" failed unexpectedly. Please report the problem to java@FreeBSD.org [maintainer] and attach the "/construction/java/openjdk14/jdk14u-jdk-14.0.1-7-1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /xports/java/openjdk14 FAILED 00:00:18