You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build.
Maintainer: po...@freebsd.org Last committer: vani...@freebsd.org Ident: $FreeBSD: head/lang/kawa/Makefile 451698 2017-10-10 13:06:45Z vanilla $ Log URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p459306_s328104/logs/kawa-3.0.log Build URL: http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p459306_s328104 Log: =>> Building lang/kawa build started at Thu Jan 18 07:26:27 UTC 2018 port directory: /usr/ports/lang/kawa package name: kawa-3.0 building for: FreeBSD head-i386-default-job-04 12.0-CURRENT FreeBSD 12.0-CURRENT 1200056 i386 maintained by: po...@freebsd.org Makefile ident: $FreeBSD: head/lang/kawa/Makefile 451698 2017-10-10 13:06:45Z vanilla $ Poudriere version: 3.2.4 Host OSVERSION: 1200054 Jail OSVERSION: 1200056 Job Id: 04 !!! Jail is newer than host. (Jail: 1200056, Host: 1200054) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1200056 UNAME_v=FreeBSD 12.0-CURRENT 1200056 UNAME_r=12.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere USER=root HOME=/root P_PYTHON_MAJOR_VER=2 POUDRIERE_VERSION=3.2.4 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- po...@freebsd.org --End MAINTAINER-- --CONFIGURE_ARGS-- --enable-kawa-frontend --with-java-source=1.8.0 --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- JAVA="/usr/local/openjdk8/bin/java" JAVAC="/usr/local/openjdk8/bin/javac" MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/lang/kawa/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/kawa/work HOME=/wrkdirs/usr/ports/lang/kawa/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/lang/kawa/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 XDG_DATA_HOME=/wrkdirs/usr/ports/lang/kawa/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/kawa/work HOME=/wrkdirs/usr/ports/lang/kawa/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/lang/kawa/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -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" --End MAKE_ENV-- --PLIST_SUB-- PORTDOCS="" PORTEXAMPLES="" JAVASHAREDIR="share/java" JAVAJARDIR="share/java/classes" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/kawa" EXAMPLESDIR="share/examples/kawa" DATADIR="share/kawa" WWWDIR="www/kawa" ETCDIR="etc/kawa" --End PLIST_SUB-- --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/kawa DOCSDIR=/usr/local/share/doc/kawa EXAMPLESDIR=/usr/local/share/examples/kawa WWWDIR=/usr/local/www/kawa ETCDIR=/usr/local/etc/kawa --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### ARCH=i386 CONFIGURE_MAX_CMD_LEN=262144 OPSYS=FreeBSD OSREL=12.0 OSVERSION=1200056 PYTHONBASE=/usr/local UID=0 _OSRELEASE=12.0-CURRENT #### Misc Poudriere #### GID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =======================<phase: check-sanity >============================ ===> NOTICE: The kawa 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 ===> License MIT accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> kawa-3.0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.4.txz [head-i386-default-job-04] Installing pkg-1.10.4... [head-i386-default-job-04] Extracting pkg-1.10.4: .......... done ===> kawa-3.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of kawa-3.0 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> NOTICE: The kawa 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 ===> License MIT accepted by the user ===> Fetching all distfiles required by kawa-3.0 for building =========================================================================== =======================<phase: checksum >============================ ===> NOTICE: The kawa 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 ===> License MIT accepted by the user ===> Fetching all distfiles required by kawa-3.0 for building => SHA256 Checksum OK for kawa-3.0.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> NOTICE: <snip> [head-i386-default-job-04] | | `-- Installing jbigkit-2.1_1... [head-i386-default-job-04] | | `-- Extracting jbigkit-2.1_1: .......... done [head-i386-default-job-04] | | `-- Extracting tiff-4.0.9: .......... done [head-i386-default-job-04] | `-- Extracting lcms2-2.9: .......... done [head-i386-default-job-04] | `-- Installing libidn-1.33_1... [head-i386-default-job-04] | `-- Extracting libidn-1.33_1: .......... done [head-i386-default-job-04] | `-- Installing svgalib-1.4.3_7... [head-i386-default-job-04] | `-- Extracting svgalib-1.4.3_7: .......... done [head-i386-default-job-04] `-- Extracting ghostscript9-agpl-base-9.16_5: .......... done [head-i386-default-job-04] `-- Installing libXaw-1.0.13,2... [head-i386-default-job-04] | `-- Installing libXmu-1.1.2_3,1... [head-i386-default-job-04] | `-- Extracting libXmu-1.1.2_3,1: .......... done [head-i386-default-job-04] | `-- Installing libXp-1.0.3,1... [head-i386-default-job-04] | | `-- Installing printproto-1.0.5... [head-i386-default-job-04] | | `-- Extracting printproto-1.0.5: .... done [head-i386-default-job-04] | `-- Extracting libXp-1.0.3,1: .......... done [head-i386-default-job-04] | `-- Installing libXpm-3.5.12... [head-i386-default-job-04] | `-- Extracting libXpm-3.5.12: .......... done [head-i386-default-job-04] `-- Extracting libXaw-1.0.13,2: .......... done [head-i386-default-job-04] `-- Installing netpbm-10.80.00... [head-i386-default-job-04] | `-- Installing jasper-1.900.1_17... [head-i386-default-job-04] | `-- Extracting jasper-1.900.1_17: .......... done [head-i386-default-job-04] `-- Extracting netpbm-10.80.00: .......... done [head-i386-default-job-04] `-- Installing psutils-1.17_5... [head-i386-default-job-04] `-- Extracting psutils-1.17_5: .......... done [head-i386-default-job-04] Extracting groff-1.22.3: .......... done Message from perl5-5.24.3: 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. Message from python27-2.7.14_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== Message from ca_root_nss-3.34.1: ********************************* WARNING ********************************* 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. *********************************** NOTE ********************************** 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 *************************************************************************** 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 Message from ghostscript9-agpl-base-9.16_5: Note: in order to use the script "dvipdf", dvips must be installed. This program is provided by another package print/tex-dvipsk. FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.16/Resource/Init have to be configured if you want to use FAPI feature. ===> kawa-3.0 depends on executable: groff - found ===> Returning to build of kawa-3.0 =========================================================================== =======================<phase: lib-depends >============================ ===> kawa-3.0 depends on shared library: libreadline.so.7 - found (/usr/local/lib/libreadline.so.7) =========================================================================== =======================<phase: configure >============================ ===> Configuring for kawa-3.0 configure: loading site script /usr/ports/Templates/config.site checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... i386-portbld-freebsd12.0 checking host system type... i386-portbld-freebsd12.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether ln -s works... yes checking for Posix find command... /usr/bin/find checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating gnu/bytecode/Makefile config.status: creating gnu/Makefile config.status: creating gnu/kawa/servlet/Makefile config.status: creating gnu/brl/Makefile config.status: creating gnu/kawa/brl/Makefile config.status: creating kawa/lib/Makefile config.status: creating gnu/kawa/slib/Makefile config.status: creating gnu/commonlisp/lisp/Makefile config.status: creating gnu/commonlisp/testsuite/Makefile config.status: creating gnu/jemacs/lisp/Makefile config.status: creating gnu/jemacs/testsuite/Makefile config.status: creating gnu/q2/testsuite/Makefile config.status: creating gnu/xquery/testsuite/Makefile config.status: creating gnu/kawa/android/Makefile config.status: creating gnu/kawa/javafx/Makefile config.status: creating doc/Makefile config.status: creating testsuite/Makefile config.status: creating bin/kawa.bat config.status: creating bin/kawa.sh config.status: creating bin/qexo config.status: linking testsuite/scribble.html.in to testsuite/scribble.html === configuring in bin (/wrkdirs/usr/ports/lang/kawa/work/kawa-3.0/bin) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-kawa-frontend' '--with-java-source=1.8.0' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd12.0' 'build_alias=i386-portbld-freebsd12.0' --cache-file=/dev/null --srcdir=. configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-portbld-freebsd12.0 checking host system type... i386-portbld-freebsd12.0 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking dependency style of c++... (cached) gcc3 checking for add_history in -lhistory... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands =========================================================================== =======================<phase: build >============================ ===> Building for kawa-3.0 gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/kawa/work/kawa-3.0' if test ! -e selected-java-source -o \ "%java8 +use:com.sun.net.httpserver +enable:XML -with:jline3 +use:java.awt" != "`cat selected-java-source`"; \ then gmake do-preprocess; \ fi gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/kawa/work/kawa-3.0' /usr/local/openjdk8/bin/javac -d . -g gnu/kawa/util/PreProcess.java gmake[2]: *** [Makefile:2067: gnu/kawa/util/PreProcess.class] Segmentation fault (core dumped) gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/kawa/work/kawa-3.0' gmake[1]: *** [Makefile:2070: selected-java-source] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/kawa/work/kawa-3.0' *** Error code 1 Stop. make: stopped in /usr/ports/lang/kawa _______________________________________________ freebsd-pkg-fallout@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"