[package - head-amd64-default][textproc/htmltolatex] Failed for htmltolatex-1_21 in build
pkg-fallout at FreeBSD.org
pkg-fallout at FreeBSD.org
Mon Jan 15 09:08:41 UTC 2018
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: pi at FreeBSD.org
Last committer: linimon at FreeBSD.org
Ident: $FreeBSD: head/textproc/htmltolatex/Makefile 441494 2017-05-22 22:29:17Z linimon $
Log URL: http://beefy12.nyi.freebsd.org/data/head-amd64-default/p458948_s327953/logs/htmltolatex-1_21.log
Build URL: http://beefy12.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p458948_s327953
Log:
=>> Building textproc/htmltolatex
build started at Mon Jan 15 09:08:09 UTC 2018
port directory: /usr/ports/textproc/htmltolatex
package name: htmltolatex-1_21
building for: FreeBSD head-amd64-default-job-10 12.0-CURRENT FreeBSD 12.0-CURRENT 1200056 amd64
maintained by: pi at FreeBSD.org
Makefile ident: $FreeBSD: head/textproc/htmltolatex/Makefile 441494 2017-05-22 22:29:17Z linimon $
Poudriere version: 3.2.3-46-g2b218269
Host OSVERSION: 1200052
Jail OSVERSION: 1200056
Job Id: 10
!!! Jail is newer than host. (Jail: 1200056, Host: 1200052) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!
---Begin Environment---
SHELL=/bin/csh
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-amd64-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-amd64-default/ref/.p
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
P_PYTHON_MAJOR_VER=2
POUDRIERE_VERSION=3.2.3-46-g2b218269
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--
pi at FreeBSD.org
--End MAINTAINER--
--CONFIGURE_ARGS--
--End CONFIGURE_ARGS--
--CONFIGURE_ENV--
MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/htmltolatex/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/htmltolatex/work HOME=/wrkdirs/usr/ports/textproc/htmltolatex/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/htmltolatex/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--
--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/htmltolatex/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/htmltolatex/work HOME=/wrkdirs/usr/ports/textproc/htmltolatex/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/htmltolatex/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="" LDFLAGS=" -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="" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/htmltolatex" EXAMPLESDIR="share/examples/htmltolatex" DATADIR="share/htmltolatex" WWWDIR="www/htmltolatex" ETCDIR="etc/htmltolatex"
--End PLIST_SUB--
--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/htmltolatex DOCSDIR=/usr/local/share/doc/htmltolatex EXAMPLESDIR=/usr/local/share/examples/htmltolatex WWWDIR=/usr/local/www/htmltolatex ETCDIR=/usr/local/etc/htmltolatex
--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
#### /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=amd64
CONFIGURE_MAX_CMD_LEN=262144
HAVE_COMPAT_IA32_KERN=YES
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) 33554432
stack size (kbytes, -s) 524288
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 >============================
===> License GPLv2+ accepted by the user
===========================================================================
=======================<phase: pkg-depends >============================
===> htmltolatex-1_21 depends on file: /usr/local/sbin/pkg - not found
===> Installing existing package /packages/All/pkg-1.10.4.txz
[head-amd64-default-job-10] Installing pkg-1.10.4...
[head-amd64-default-job-10] Extracting pkg-1.10.4: .......... done
===> htmltolatex-1_21 depends on file: /usr/local/sbin/pkg - found
===> Returning to build of htmltolatex-1_21
===========================================================================
=======================<phase: fetch-depends >============================
===========================================================================
=======================<phase: fetch >============================
===> License GPLv2+ accepted by the user
===> Fetching all distfiles required by htmltolatex-1_21 for building
===========================================================================
=======================<phase: checksum >============================
===> License GPLv2+ accepted by the user
===> Fetching all distfiles required by htmltolatex-1_21 for building
=> SHA256 Checksum OK for htmltolatex.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract >============================
===> License GPLv2+ accepted by the user
===> Fetching all distfiles required by htmltolatex-1_21 for building
===> Extracting for htmltolatex-1_21
=> SHA256 Checksum OK for htmltolatex.tar.gz.
===========================================================================
=======================<phase: patch-depends >============================
===========================================================================
=======================<phase: patch >============================
===> Patching for htmltolatex-1_21
===> Applying FreeBSD patches for htmltolatex-1_21
===========================================================================
=======================<phase: build-depends >============================
===> htmltolatex-1_21 depends on executable: bison - not found
===> Installing existing package /packages/All/bison-3.0.4,1.txz
[head-amd64-default-job-10] Installing bison-3.0.4,1...
[head-amd64-default-job-10] `-- Installing gettext-runtime-0.19.8.1_1...
[head-amd64-default-job-10] | `-- Installing indexinfo-0.3.1...
[head-amd64-default-job-10] | `-- Extracting indexinfo-0.3.1: .... done
[head-amd64-default-job-10] `-- Extracting gettext-runtime-0.19.8.1_1: .......... done
[head-amd64-default-job-10] `-- Installing m4-1.4.18,1...
[head-amd64-default-job-10] `-- Extracting m4-1.4.18,1: .......... done
[head-amd64-default-job-10] Extracting bison-3.0.4,1: .......... done
===> htmltolatex-1_21 depends on executable: bison - found
===> Returning to build of htmltolatex-1_21
===> htmltolatex-1_21 depends on executable: gmake - not found
===> Installing existing package /packages/All/gmake-4.2.1_1.txz
[head-amd64-default-job-10] Installing gmake-4.2.1_1...
[head-amd64-default-job-10] Extracting gmake-4.2.1_1: .......... done
===> htmltolatex-1_21 depends on executable: gmake - found
===> Returning to build of htmltolatex-1_21
===========================================================================
=======================<phase: lib-depends >============================
===> htmltolatex-1_21 depends on shared library: libGraphicsMagick++.so - not found
===> Installing existing package /packages/All/GraphicsMagick-1.3.27a,1.txz
[head-amd64-default-job-10] Installing GraphicsMagick-1.3.27a,1...
[head-amd64-default-job-10] `-- Installing freetype2-2.8_1...
[head-amd64-default-job-10] `-- Extracting freetype2-2.8_1: .......... done
[head-amd64-default-job-10] `-- Installing gcc6-6.4.0_3...
[head-amd64-default-job-10] | `-- Installing binutils-2.28,1...
[head-amd64-default-job-10] | `-- Extracting binutils-2.28,1: .......... done
[head-amd64-default-job-10] | `-- Installing gcc-ecj-4.5...
[head-amd64-default-job-10] | `-- Extracting gcc-ecj-4.5: . done
[head-amd64-default-job-10] | `-- Installing gmp-6.1.2...
[head-amd64-default-job-10] | `-- Extracting gmp-6.1.2: .......... done
[head-amd64-default-job-10] | `-- Installing mpc-1.0.3...
[head-amd64-default-job-10] | | `-- Installing mpfr-3.1.6...
[head-amd64-default-job-10] | | `-- Extracting mpfr-3.1.6: .......... done
[head-amd64-default-job-10] | `-- Extracting mpc-1.0.3: ...... done
[head-amd64-default-job-10] `-- Extracting gcc6-6.4.0_3: .......... done
[head-amd64-default-job-10] `-- Installing jasper-1.900.1_17...
[head-amd64-default-job-10] | `-- Installing jpeg-turbo-1.5.3...
[head-amd64-default-job-10] | `-- Extracting jpeg-turbo-1.5.3: .......... done
[head-amd64-default-job-10] `-- Extracting jasper-1.900.1_17: .......... done
[head-amd64-default-job-10] `-- Installing jbigkit-2.1_1...
[head-amd64-default-job-10] `-- Extracting jbigkit-2.1_1: .......... done
[head-amd64-default-job-10] `-- Installing lcms2-2.9...
[head-amd64-default-job-10] | `-- Installing tiff-4.0.9...
[head-amd64-default-job-10] | `-- Extracting tiff-4.0.9: .......... done
[head-amd64-default-job-10] `-- Extracting lcms2-2.9: .......... done
[head-amd64-default-job-10] `-- Installing libX11-1.6.5,1...
[head-amd64-default-job-10] | `-- Installing kbproto-1.0.7...
[head-amd64-default-job-10] | `-- Extracting kbproto-1.0.7: .......... done
[head-amd64-default-job-10] | `-- Installing libXau-1.0.8_3...
[head-amd64-default-job-10] | | `-- Installing xproto-7.0.31...
[head-amd64-default-job-10] | | `-- Extracting xproto-7.0.31: .......... done
[head-amd64-default-job-10] | `-- Extracting libXau-1.0.8_3: .......... done
[head-amd64-default-job-10] | `-- Installing libXdmcp-1.1.2...
[head-amd64-default-job-10] | `-- Extracting libXdmcp-1.1.2: ......... done
[head-amd64-default-job-10] | `-- Installing libxcb-1.12_2...
[head-amd64-default-job-10] | | `-- Installing libpthread-stubs-0.4...
[head-amd64-default-job-10] | | `-- Extracting libpthread-stubs-0.4: . done
[head-amd64-default-job-10] | | `-- Installing libxml2-2.9.7...
[head-amd64-default-job-10] | | `-- Extracting libxml2-2.9.7: .......... done
[head-amd64-default-job-10] | `-- Extracting libxcb-1.12_2: .......... done
[head-amd64-default-job-10] `-- Extracting libX11-1.6.5,1: .......... done
[head-amd64-default-job-10] `-- Installing libXext-1.3.3_1,1...
[head-amd64-default-job-10] | `-- Installing xextproto-7.3.0...
[head-amd64-default-job-10] | `-- Extracting xextproto-7.3.0: .......... done
[head-amd64-default-job-10] `-- Extracting libXext-1.3.3_1,1: .......... done
[head-amd64-default-job-10] `-- Installing libwmf-0.2.8.4_15...
[head-amd64-default-job-10] | `-- Installing png-1.6.34...
[head-amd64-default-job-10] | `-- Extracting png-1.6.34: .......... done
[head-amd64-default-job-10] `-- Extracting libwmf-0.2.8.4_15: .......... done
[head-amd64-default-job-10] `-- Installing webp-0.6.1...
[head-amd64-default-job-10] | `-- Installing giflib-5.1.4...
[head-amd64-default-job-10] | `-- Extracting giflib-5.1.4: .......... done
[head-amd64-default-job-10] `-- Extracting webp-0.6.1: .......... done
[head-amd64-default-job-10] Extracting GraphicsMagick-1.3.27a,1: .......... done
Message from freetype2-2.8_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.
The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/ft2-toc.html, if documentation was installed).
Message from gcc6-6.4.0_3:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using
-Wl,-rpath=/usr/local/lib/gcc6
For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
Message from libwmf-0.2.8.4_15:
===> NOTICE:
The libwmf 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
===> htmltolatex-1_21 depends on shared library: libGraphicsMagick++.so - found (/usr/local/lib/libGraphicsMagick++.so)
===> Returning to build of htmltolatex-1_21
===========================================================================
=======================<phase: configure >============================
===> Configuring for htmltolatex-1_21
/usr/bin/sed -i.bak -e 's,/usr/local,/usr/local,g' -e 's,-lMagick,-lGraphicsMagick,g' -e 's,-lstdc++,,' -e 's,{quote},{tightquote},' /wrkdirs/usr/ports/textproc/htmltolatex/work/htmltolatex/QA/test1*_baseline*.tex /wrkdirs/usr/ports/textproc/htmltolatex/work/htmltolatex/GNUmakefile
===========================================================================
=======================<phase: build >============================
===> Building for htmltolatex-1_21
gmake[1]: Entering directory '/wrkdirs/usr/ports/textproc/htmltolatex/work/htmltolatex'
bison -d -o h2l.tab.cpp h2l.y
c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -DUNIX -I/usr/local/include/GraphicsMagick -c -o h2l.tab.o h2l.tab.cpp
h2l.y:2:17: warning: using directive refers to implicitly-defined namespace 'std'
using namespace std;
^
1 warning generated.
flex -oh2l.yy.cpp h2l.l
h2l.l:378: warning, rule cannot be matched
c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -DUNIX -I/usr/local/include/GraphicsMagick -c -o h2l.yy.o h2l.yy.cpp
c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -DUNIX -I/usr/local/include/GraphicsMagick -c -o CH2L.o CH2L.cpp
CH2L.cpp:22:17: warning: using directive refers to implicitly-defined namespace 'std'
using namespace std;
^
In file included from CH2L.cpp:27:
In file included from /usr/local/include/GraphicsMagick/Magick++.h:9:
In file included from /usr/local/include/GraphicsMagick/Magick++/Include.h:39:
In file included from /usr/local/include/GraphicsMagick/magick/api.h:87:
/usr/local/include/GraphicsMagick/magick/memory.h:17:48: warning: '__alloc_size__' attribute only applies to functions [-Wignored-attributes]
typedef void *(*MagickMallocFunc)(size_t size) MAGICK_FUNC_ALLOC_SIZE_1ARG(1);
^
/usr/local/include/GraphicsMagick/magick/common.h:188:70: note: expanded from macro 'MAGICK_FUNC_ALLOC_SIZE_1ARG'
# define MAGICK_FUNC_ALLOC_SIZE_1ARG(arg_num) MAGICK_ATTRIBUTE((__alloc_size__(arg_num)))
^
In file included from CH2L.cpp:27:
In file included from /usr/local/include/GraphicsMagick/Magick++.h:9:
In file included from /usr/local/include/GraphicsMagick/Magick++/Include.h:39:
In file included from /usr/local/include/GraphicsMagick/magick/api.h:87:
/usr/local/include/GraphicsMagick/magick/memory.h:19:60: warning: '__alloc_size__' attribute only applies to functions [-Wignored-attributes]
typedef void *(*MagickReallocFunc)(void *ptr, size_t size) MAGICK_FUNC_ALLOC_SIZE_1ARG(2);
^
/usr/local/include/GraphicsMagick/magick/common.h:188:70: note: expanded from macro 'MAGICK_FUNC_ALLOC_SIZE_1ARG'
# define MAGICK_FUNC_ALLOC_SIZE_1ARG(arg_num) MAGICK_ATTRIBUTE((__alloc_size__(arg_num)))
^
CH2L.cpp:755:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((s[0] == '#'))// && (s.size() == 7))
~~~~~^~~~~~
CH2L.cpp:755:12: note: remove extraneous parentheses around the comparison to silence this warning
if ((s[0] == '#'))// && (s.size() == 7))
~ ^ ~
CH2L.cpp:755:12: note: use '=' to turn this equality comparison into an assignment
if ((s[0] == '#'))// && (s.size() == 7))
^~
=
CH2L.cpp:3950:10: error: no viable conversion from returned value of type 'std::ofstream' (aka 'basic_ofstream<char>') to function return type 'bool'
return mTableDimensionsFile;
^~~~~~~~~~~~~~~~~~~~
4 warnings and 1 error generated.
gmake[1]: *** [<builtin>: CH2L.o] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/htmltolatex/work/htmltolatex'
*** Error code 1
Stop.
make: stopped in /usr/ports/textproc/htmltolatex
More information about the freebsd-pkg-fallout
mailing list