Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 06:47:02 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110armv6-quarterly][x11/tint] Failed for tint2-0.13 in configure
Message-ID:  <201705010647.v416l2KH010802@beefy15.nyi.freebsd.org>

next in thread | raw e-mail | index | archive | help

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:     yamagi@yamagi.org
Last committer: robak@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q2/x11/tint/Makefile 436137 2017-03-14 09:20:42Z robak $
Log URL:        http://beefy15.nyi.freebsd.org/data/110armv6-quarterly/439599/logs/tint2-0.13.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=110armv6-quarterly&build=439599
Log:

====>> Building x11/tint
build started at Mon May  1 06:43:17 UTC 2017
port directory: /usr/ports/x11/tint
building for: FreeBSD 110armv6-quarterly-job-18 11.0-RELEASE-p10 FreeBSD 11.0-RELEASE-p10 r317487 arm
maintained by: yamagi@yamagi.org
Makefile ident:      $FreeBSD: branches/2017Q2/x11/tint/Makefile 436137 2017-03-14 09:20:42Z robak $
Poudriere version: 3.1.17-9-gf49c6f78
Host OSVERSION: 1200028
Jail OSVERSION: 1100122
Job Id: 18

---Begin Environment---
SHELL=/bin/csh
UNAME_p=armv6
UNAME_m=arm
ABI_FILE=/usr/lib/crt1.o
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p10 r317487
UNAME_r=11.0-RELEASE-p10
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110armv6-quarterly/ref
QEMU_EMULATING=1
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=tint2-0.13
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110armv6-quarterly/ref/.p/pool
MASTERNAME=110armv6-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-9-gf49c6f78
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for tint2-0.13:
     EXAMPLES=on: Build and/or install examples
     NLS=on: Native Language Support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/x11/tint/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/tint/work  HOME=/wrkdirs/usr/ports/x11/tint/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/x11/tint/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/tint/work  HOME=/wrkdirs/usr/ports/x11/tint/work TMPDIR="/tmp" 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="/nxb-bin/usr/bin/cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -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--
EXAMPLES=""
NO_EXAMPLES="@comment
"
NLS=""
NO_NLS="@comment
"
CMAKE_BUILD_TYPE="release"
GTK2_VERSION="2.10.0"
GTK3_VERSION="3.0.0"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/tint2"
EXAMPLESDIR="share/examples/tint2"
DATADIR="share/tint2"
WWWDIR="www/tint2"
ETCDIR="etc/tint2"
--End PLIST_SUB--

--SUB_LIST--
EXAMPLES=""
NO_EXAMPLES="@comment
"
NLS=""
NO_NLS="@comment
"
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/tint2
DOCSDIR=/usr/local/share/doc/tint2
EXAMPLESDIR=/usr/local/share/examples/tint2
WWWDIR=/usr/local/www/tint2
ETCDIR=/usr/local/etc/tint2
--End SUB_LIST--

---Begin make.conf---
.sinclude "/etc/make.nxb.conf"
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
MACHINE=arm
MACHINE_ARCH=armv6
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=armv6
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=11.0
OSVERSION=1100122
PYTHONBASE=/usr/local
UID=0
_JAVA_OS_LIST_REGEXP=native\|linux
_JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun
_JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+
_OSRELEASE=11.0-RELEASE-p10
#### Misc Poudriere ####
GID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
---Begin make.nxb.conf---
CC=/nxb-bin/usr/bin/cc
CPP=/nxb-bin/usr/bin/cpp
CXX=/nxb-bin/usr/bin/c++
AS=/nxb-bin/usr/bin/as
NM=/nxb-bin/usr/bin/nm
LD=/nxb-bin/usr/bin/ld
OBJCOPY=/nxb-bin/usr/bin/objcopy
SIZE=/nxb-bin/usr/bin/size
STRIPBIN=/nxb-bin/usr/bin/strip
SED=/nxb-bin/usr/bin/sed
READELF=/nxb-bin/usr/bin/readelf
RANLIB=/nxb-bin/usr/bin/ranlib
YACC=/nxb-bin/usr/bin/yacc
MAKE=/nxb-bin/usr/bin/make
STRINGS=/nxb-bin/usr/bin/strings
AWK=/nxb-bin/usr/bin/awk
FLEX=/nxb-bin/usr/bin/flex
---End make.nxb.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    >============================
===>   tint2-0.13 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-18] Installing pkg-1.10.1...
[110armv6-quarterly-job-18] Extracting pkg-1.10.1: .......... done
===>   tint2-0.13 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of tint2-0.13
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by tint2-0.13 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by tint2-0.13 for building
=> SHA256 Checksum OK for o9000-tint2-0.13_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License GPLv2 accepted by the user
<snip>
===>   tint2-0.13 depends on file: /usr/local/libdata/pkgconfig/xdamage.pc - found
===>   tint2-0.13 depends on file: /usr/local/libdata/pkgconfig/xfixes.pc - found
===>   tint2-0.13 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found
===>   tint2-0.13 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found
===>   tint2-0.13 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found
===========================================================================
=======================<phase: lib-depends    >============================
===>   tint2-0.13 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so)
===>   tint2-0.13 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so)
===>   tint2-0.13 depends on shared library: libImlib2.so - not found
===>   Installing existing package /packages/All/imlib2-1.4.9,2.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-18] Installing imlib2-1.4.9,2...
[110armv6-quarterly-job-18] `-- Installing giflib-5.1.4...
[110armv6-quarterly-job-18] `-- Extracting giflib-5.1.4: .......... done
[110armv6-quarterly-job-18] `-- Installing libid3tag-0.15.1b_1...
[110armv6-quarterly-job-18] `-- Extracting libid3tag-0.15.1b_1: .......... done
[110armv6-quarterly-job-18] Extracting imlib2-1.4.9,2: .......... done
===>   tint2-0.13 depends on shared library: libImlib2.so - found (/usr/local/lib/libImlib2.so)
===>   Returning to build of tint2-0.13
===>   tint2-0.13 depends on shared library: libstartup-notification-1.so - not found
===>   Installing existing package /packages/All/startup-notification-0.12_4.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-18] Installing startup-notification-0.12_4...
[110armv6-quarterly-job-18] Extracting startup-notification-0.12_4: .......... done
===>   tint2-0.13 depends on shared library: libstartup-notification-1.so - found (/usr/local/lib/libstartup-notification-1.so)
===>   Returning to build of tint2-0.13
===>   tint2-0.13 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>   tint2-0.13 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so)
===>   tint2-0.13 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so)
===>   tint2-0.13 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so)
===>   tint2-0.13 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===>   tint2-0.13 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>   tint2-0.13 depends on shared library: libgtk-x11-2.0.so - not found
===>   Installing existing package /packages/All/gtk2-2.24.29_3.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-18] Installing gtk2-2.24.29_3...
[110armv6-quarterly-job-18] `-- Installing cups-2.2.2_1...
[110armv6-quarterly-job-18] |   `-- Installing avahi-app-0.6.31_5...
[110armv6-quarterly-job-18] |   | `-- Installing dbus-glib-0.104...
[110armv6-quarterly-job-18] |   |   `-- Installing dbus-1.10.14_2...
===> Creating groups.
Creating group 'messagebus' with gid '556'.
===> Creating users
Creating user 'messagebus' with uid '556'.
[110armv6-quarterly-job-18] |   |   `-- Extracting dbus-1.10.14_2: ......... done
[110armv6-quarterly-job-18] |   | `-- Extracting dbus-glib-0.104: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing gdbm-1.12...
[110armv6-quarterly-job-18] |   | `-- Extracting gdbm-1.12: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing gnome_subr-1.0...
[110armv6-quarterly-job-18] |   | `-- Extracting gnome_subr-1.0: . done
[110armv6-quarterly-job-18] |   | `-- Installing gobject-introspection-1.46.0...
[110armv6-quarterly-job-18] |   |   `-- Installing python2-2_3...
[110armv6-quarterly-job-18] |   |   `-- Extracting python2-2_3: ...... done
[110armv6-quarterly-job-18] |   | `-- Extracting gobject-introspection-1.46.0: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing libdaemon-0.14_1...
[110armv6-quarterly-job-18] |   | `-- Extracting libdaemon-0.14_1: .......... done
===> Creating groups.
Creating group 'avahi' with gid '558'.
===> Creating users
Creating user 'avahi' with uid '558'.
[110armv6-quarterly-job-18] |   `-- Extracting avahi-app-0.6.31_5: .......... done
[110armv6-quarterly-job-18] |   `-- Installing gnutls-3.5.9...
[110armv6-quarterly-job-18] |   | `-- Installing gmp-6.1.2...
[110armv6-quarterly-job-18] |   | `-- Extracting gmp-6.1.2: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing libidn-1.33_1...
[110armv6-quarterly-job-18] |   | `-- Extracting libidn-1.33_1: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing libtasn1-4.10...
[110armv6-quarterly-job-18] |   | `-- Extracting libtasn1-4.10: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing libunistring-0.9.7...
[110armv6-quarterly-job-18] |   | `-- Extracting libunistring-0.9.7: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing nettle-3.3...
[110armv6-quarterly-job-18] |   | `-- Extracting nettle-3.3: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing p11-kit-0.23.5...
[110armv6-quarterly-job-18] |   | `-- Extracting p11-kit-0.23.5: .......... done
[110armv6-quarterly-job-18] |   | `-- Installing trousers-0.3.14_1...
[110armv6-quarterly-job-18] |   |   `-- Installing tpm-emulator-0.7.4_1...
===> Creating groups.
Creating group '_tss' with gid '601'.
===> Creating users
Creating user '_tss' with uid '601'.
[110armv6-quarterly-job-18] |   |   `-- Extracting tpm-emulator-0.7.4_1: ......... done
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[110armv6-quarterly-job-18] |   | `-- Extracting trousers-0.3.14_1: .......... done
[110armv6-quarterly-job-18] |   `-- Extracting gnutls-3.5.9: .......... done
[110armv6-quarterly-job-18] |   `-- Installing libpaper-1.1.24.4...
[110armv6-quarterly-job-18] |   `-- Extracting libpaper-1.1.24.4: .......... done
===> Creating groups.
Creating group 'cups' with gid '193'.
===> Creating users
Creating user 'cups' with uid '193'.
[110armv6-quarterly-job-18] `-- Extracting cups-2.2.2_1: .......... done
[110armv6-quarterly-job-18] Extracting gtk2-2.24.29_3: .......... done
Message from trousers-0.3.14_1:
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
===>   tint2-0.13 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so)
===>   Returning to build of tint2-0.13
===>   tint2-0.13 depends on shared library: libgsf-1.so - not found
===>   Installing existing package /packages/All/libgsf-1.14.36.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-18] Installing libgsf-1.14.36...
[110armv6-quarterly-job-18] Extracting libgsf-1.14.36: .......... done
===>   tint2-0.13 depends on shared library: libgsf-1.so - found (/usr/local/lib/libgsf-1.so)
===>   Returning to build of tint2-0.13
===>   tint2-0.13 depends on shared library: librsvg-2.so - not found
===>   Installing existing package /packages/All/librsvg2-2.40.16.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-18] Installing librsvg2-2.40.16...
[110armv6-quarterly-job-18] `-- Installing libcroco-0.6.11...
[110armv6-quarterly-job-18] `-- Extracting libcroco-0.6.11: .......... done
[110armv6-quarterly-job-18] Extracting librsvg2-2.40.16: .......... done
===>   tint2-0.13 depends on shared library: librsvg-2.so - found (/usr/local/lib/librsvg-2.so)
===>   Returning to build of tint2-0.13
===>   tint2-0.13 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===>   tint2-0.13 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so)
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for tint2-0.13
===>  Performing out-of-source build
/bin/mkdir -p /wrkdirs/usr/ports/x11/tint/work/.build
-- The C compiler identification is Clang 4.0.0
-- The CXX compiler identification is Clang 4.0.0
-- Check for working C compiler: /nxb-bin/usr/bin/cc
-- Check for working C compiler: /nxb-bin/usr/bin/cc -- works
-- Detecting C compiler ABI info
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_f5a24/fast"
-- Detecting C compiler ABI info - failed
-- Detecting C compile features
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_0d33f/fast"
-- Detecting C compile features - failed
-- Check for working CXX compiler: /nxb-bin/usr/bin/c++
-- Check for working CXX compiler: /nxb-bin/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: pkgconf (found version "1.3.0") 
-- Checking for modules 'x11;xcomposite;xdamage;xinerama;xrender;xrandr>=1.3'
--   Found x11, version 1.6.5
--   Found xcomposite, version 0.4.4
--   Found xdamage, version 1.1.4
--   Found xinerama, version 1.1.3
--   Found xrender, version 0.9.10
--   Found xrandr, version 1.5.1
-- Checking for module 'pangocairo'
--   Found pangocairo, version 1.38.0
-- Checking for module 'pango'
--   Found pango, version 1.38.0
-- Checking for module 'cairo'
--   Found cairo, version 1.14.8
-- Checking for module 'glib-2.0'
--   Found glib-2.0, version 2.46.2
-- Checking for module 'gobject-2.0'
--   Found gobject-2.0, version 2.46.2
-- Checking for module 'imlib2>=1.4.2'
--   Found imlib2, version 1.4.9
-- Checking for module 'librsvg-2.0>=2.14.0'
--   Found librsvg-2.0, version 2.40.16
-- Checking for module 'libstartup-notification-1.0>=0.12'
--   Found libstartup-notification-1.0, version 0.12
-- Looking for imlib_context_set_display in Imlib2
-- Looking for imlib_context_set_display in Imlib2 - found
-- Checking for modules 'x11;xcomposite;xdamage;xinerama;xrender;xrandr>=1.3'
--   Found x11, version 1.6.5
--   Found xcomposite, version 0.4.4
--   Found xdamage, version 1.1.4
--   Found xinerama, version 1.1.3
--   Found xrender, version 0.9.10
--   Found xrandr, version 1.5.1
-- Checking for module 'gthread-2.0'
--   Found gthread-2.0, version 2.46.2
-- Checking for module 'gtk+-x11-2.0'
--   Found gtk+-x11-2.0, version 2.24.29
-- Found Gettext: /usr/local/bin/msgmerge (found version "0.19.8.1") 
-- gettext found languages: bs fr hr pl ru sr 
-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/x11/tint/work/.build/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/x11/tint/work/.build/CMakeFiles/CMakeError.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/tint



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705010647.v416l2KH010802>