Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2017 16:08:40 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110armv6-quarterly][x11/slim] Failed for slim-1.3.6_13 in configure
Message-ID:  <201702261608.v1QG8e3B052104@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:     henry.hu.sh@gmail.com
Last committer: jbeich@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q1/x11/slim/Makefile 432894 2017-01-31 02:49:07Z jbeich $
Log URL:        http://beefy15.nyi.freebsd.org/data/110armv6-quarterly/434718/logs/slim-1.3.6_13.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=110armv6-quarterly&build=434718
Log:

====>> Building x11/slim
build started at Sun Feb 26 16:06:59 UTC 2017
port directory: /usr/ports/x11/slim
building for: FreeBSD 110armv6-quarterly-job-09 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 r314125 arm
maintained by: henry.hu.sh@gmail.com
Makefile ident:      $FreeBSD: branches/2017Q1/x11/slim/Makefile 432894 2017-01-31 02:49:07Z jbeich $
Poudriere version: 3.1.14
Host OSVERSION: 1200020
Jail OSVERSION: 1100122
Job Id: 09

---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-p8 r314125
UNAME_r=11.0-RELEASE-p8
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=slim-1.3.6_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.14
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for slim-1.3.6_13:
     CONSOLEKIT=on: Enable support for consolekit
     PAM=on: Pluggable authentication module support
     UTF8=off: Support UTF-8 characters
===> 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/slim/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/slim/work  HOME=/wrkdirs/usr/ports/x11/slim/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/x11/slim/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/slim/work  HOME=/wrkdirs/usr/ports/x11/slim/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 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
VERSION="1.3.6"
CONSOLEKIT=""
NO_CONSOLEKIT="@comment
"
PAM=""
NO_PAM="@comment
"
UTF8="@comment
"
NO_UTF8=""
CMAKE_BUILD_TYPE="release"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/slim"
EXAMPLESDIR="share/examples/slim"
DATADIR="share/slim"
WWWDIR="www/slim"
ETCDIR="etc/slim"
--End PLIST_SUB--

--SUB_LIST--
CONSOLEKIT=""
NO_CONSOLEKIT="@comment
"
PAM=""
NO_PAM="@comment
"
UTF8="@comment
"
NO_UTF8=""
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/slim
DOCSDIR=/usr/local/share/doc/slim
EXAMPLESDIR=/usr/local/share/examples/slim
WWWDIR=/usr/local/www/slim
ETCDIR=/usr/local/etc/slim
--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-p8
#### 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    >============================
===>   slim-1.3.6_13 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.9.4_1.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-09] Installing pkg-1.9.4_1...
[110armv6-quarterly-job-09] Extracting pkg-1.9.4_1: .......... done
===>   slim-1.3.6_13 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of slim-1.3.6_13
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by slim-1.3.6_13 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by slim-1.3.6_13 for building
=> SHA256 Checksum OK for slim-1.3.6.tar.gz.
<snip>
[110armv6-quarterly-job-09] |   `-- Extracting xineramaproto-1.2.1: .. done
[110armv6-quarterly-job-09] `-- Extracting libXinerama-1.1.3_3,1: .......... done
[110armv6-quarterly-job-09] `-- Installing libXxf86vm-1.1.4_1...
[110armv6-quarterly-job-09] |   `-- Installing xf86vidmodeproto-2.3.1...
[110armv6-quarterly-job-09] |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[110armv6-quarterly-job-09] `-- Extracting libXxf86vm-1.1.4_1: .......... done
[110armv6-quarterly-job-09] `-- Installing pixman-0.34.0...
[110armv6-quarterly-job-09] `-- Extracting pixman-0.34.0: .......... done
[110armv6-quarterly-job-09] `-- Installing dri-11.2.2,2...
[110armv6-quarterly-job-09] `-- Extracting dri-11.2.2,2: .... done
[110armv6-quarterly-job-09] `-- Installing xkbcomp-1.3.1...
[110armv6-quarterly-job-09] |   `-- Installing libxkbfile-1.0.9...
[110armv6-quarterly-job-09] |   `-- Extracting libxkbfile-1.0.9: .......... done
[110armv6-quarterly-job-09] `-- Extracting xkbcomp-1.3.1: ...... done
[110armv6-quarterly-job-09] `-- Installing libXaw-1.0.13,2...
[110armv6-quarterly-job-09] |   `-- Installing libXpm-3.5.12...
[110armv6-quarterly-job-09] |   `-- Extracting libXpm-3.5.12: .......... done
[110armv6-quarterly-job-09] |   `-- Installing printproto-1.0.5...
[110armv6-quarterly-job-09] |   `-- Extracting printproto-1.0.5: .... done
[110armv6-quarterly-job-09] |   `-- Installing libXp-1.0.3,1...
[110armv6-quarterly-job-09] |   `-- Extracting libXp-1.0.3,1: .......... done
[110armv6-quarterly-job-09] `-- Extracting libXaw-1.0.13,2: .......... done
[110armv6-quarterly-job-09] `-- Installing libGL-11.2.2...
[110armv6-quarterly-job-09] |   `-- Installing dri2proto-2.8...
[110armv6-quarterly-job-09] |   `-- Extracting dri2proto-2.8: .... done
[110armv6-quarterly-job-09] `-- Extracting libGL-11.2.2: .......... done
[110armv6-quarterly-job-09] `-- Installing xkeyboard-config-2.19...
[110armv6-quarterly-job-09] `-- Extracting xkeyboard-config-2.19: .......... done
[110armv6-quarterly-job-09] `-- Installing libxkbui-1.0.2_4...
[110armv6-quarterly-job-09] `-- Extracting libxkbui-1.0.2_4: ...... done
[110armv6-quarterly-job-09] Extracting xorg-server-1.17.4,1: .......... done
Message from python27-2.7.13_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 perl5-5.24.1.r4_1:
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.
===>   slim-1.3.6_13 depends on file: /usr/local/libdata/pkgconfig/xorg-server.pc - found
===>   Returning to build of slim-1.3.6_13
===>   slim-1.3.6_13 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - not found
===>   Installing existing package /packages/All/libXrandr-1.5.1.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-09] Installing libXrandr-1.5.1...
[110armv6-quarterly-job-09] `-- Installing randrproto-1.5.0...
[110armv6-quarterly-job-09] `-- Extracting randrproto-1.5.0: .... done
[110armv6-quarterly-job-09] Extracting libXrandr-1.5.1: .......... done
===>   slim-1.3.6_13 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found
===>   Returning to build of slim-1.3.6_13
===>   slim-1.3.6_13 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found
===>   slim-1.3.6_13 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found
===========================================================================
=======================<phase: lib-depends    >============================
===>   slim-1.3.6_13 depends on shared library: libpthread-stubs.so - found (/usr/local/lib/libpthread-stubs.so)
===>   slim-1.3.6_13 depends on shared library: libpng.so - not found
===>   Installing existing package /packages/All/png-1.6.27.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-09] Installing png-1.6.27...
[110armv6-quarterly-job-09] Extracting png-1.6.27: .......... done
===>   slim-1.3.6_13 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so)
===>   Returning to build of slim-1.3.6_13
===>   slim-1.3.6_13 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so)
===>   slim-1.3.6_13 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so)
===>   slim-1.3.6_13 depends on shared library: libck-connector.so - not found
===>   Installing existing package /packages/All/consolekit-0.4.5_4.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-09] Installing consolekit-0.4.5_4...
[110armv6-quarterly-job-09] `-- Installing polkit-0.113_3...
[110armv6-quarterly-job-09] |   `-- Installing spidermonkey170-17.0.0_4...
[110armv6-quarterly-job-09] |   | `-- Installing gcc-4.9.4...
[110armv6-quarterly-job-09] |   |   `-- Installing mpc-1.0.3...
[110armv6-quarterly-job-09] |   |   | `-- Installing gmp-5.1.3_3...
[110armv6-quarterly-job-09] |   |   | `-- Extracting gmp-5.1.3_3: .......... done
[110armv6-quarterly-job-09] |   |   | `-- Installing mpfr-3.1.5...
[110armv6-quarterly-job-09] |   |   | `-- Extracting mpfr-3.1.5: .......... done
[110armv6-quarterly-job-09] |   |   `-- Extracting mpc-1.0.3: ...... done
[110armv6-quarterly-job-09] |   |   `-- Installing binutils-2.27_5,1...
[110armv6-quarterly-job-09] |   |   `-- Extracting binutils-2.27_5,1: .......... done
[110armv6-quarterly-job-09] |   | `-- Extracting gcc-4.9.4: .......... done
[110armv6-quarterly-job-09] |   | `-- Installing nspr-4.13.1...
[110armv6-quarterly-job-09] |   | `-- Extracting nspr-4.13.1: .......... done
[110armv6-quarterly-job-09] |   `-- Extracting spidermonkey170-17.0.0_4: .......... done
[110armv6-quarterly-job-09] |   `-- Installing dbus-1.10.14...
[110armv6-quarterly-job-09] |   | `-- Installing gnome_subr-1.0...
[110armv6-quarterly-job-09] |   | `-- Extracting gnome_subr-1.0: . done
===> Creating groups.
Creating group 'messagebus' with gid '556'.
===> Creating users
Creating user 'messagebus' with uid '556'.
[110armv6-quarterly-job-09] |   `-- Extracting dbus-1.10.14: ......... done
[110armv6-quarterly-job-09] |   `-- Installing glib-2.46.2_4...
[110armv6-quarterly-job-09] |   | `-- Installing libiconv-1.14_10...
[110armv6-quarterly-job-09] |   | `-- Extracting libiconv-1.14_10: .......... done
[110armv6-quarterly-job-09] |   | `-- Installing pcre-8.39_1...
[110armv6-quarterly-job-09] |   | `-- Extracting pcre-8.39_1: .......... done
[110armv6-quarterly-job-09] |   `-- Extracting glib-2.46.2_4: .......... done
No schema files found: doing nothing.
===> Creating groups.
Creating group 'polkitd' with gid '565'.
===> Creating users
Creating user 'polkitd' with uid '565'.
[110armv6-quarterly-job-09] `-- Extracting polkit-0.113_3: ........ done
[110armv6-quarterly-job-09] `-- Installing dbus-glib-0.104...
[110armv6-quarterly-job-09] `-- Extracting dbus-glib-0.104: .......... done
[110armv6-quarterly-job-09] Extracting consolekit-0.4.5_4: ......... done
Message from gcc-4.9.4:
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/gcc49

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   slim-1.3.6_13 depends on shared library: libck-connector.so - found (/usr/local/lib/libck-connector.so)
===>   Returning to build of slim-1.3.6_13
===>   slim-1.3.6_13 depends on shared library: libjpeg.so - not found
===>   Installing existing package /packages/All/jpeg-turbo-1.5.1.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-09] Installing jpeg-turbo-1.5.1...
[110armv6-quarterly-job-09] Extracting jpeg-turbo-1.5.1: .......... done
===>   slim-1.3.6_13 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so)
===>   Returning to build of slim-1.3.6_13
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for slim-1.3.6_13
===>  Performing in-source build
/bin/mkdir -p /wrkdirs/usr/ports/x11/slim/work/slim-1.3.6
-- The C compiler identification is Clang 3.9.1
-- The CXX compiler identification is Clang 3.9.1
-- Check for working C compiler: /nxb-bin/usr/bin/cc
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_3b426/fast"
-- Check for working C compiler: /nxb-bin/usr/bin/cc -- broken
CMake Error at /usr/local/share/cmake/Modules/CMakeTestCCompiler.cmake:51 (message):
  The C compiler "/nxb-bin/usr/bin/cc" is not able to compile a simple test
  program.

  It fails with the following output:

   Change Dir: /wrkdirs/usr/ports/x11/slim/work/slim-1.3.6/CMakeFiles/CMakeTmp

  

  Run Build Command:"/usr/bin/make" "cmTC_3b426/fast"

  /nxb-bin/usr/bin/make -f CMakeFiles/cmTC_3b426.dir/build.make
  CMakeFiles/cmTC_3b426.dir/build

  Building C object CMakeFiles/cmTC_3b426.dir/testCCompiler.c.o

  /nxb-bin/usr/bin/cc -O2 -pipe -fno-strict-aliasing -o
  CMakeFiles/cmTC_3b426.dir/testCCompiler.c.o -c
  /wrkdirs/usr/ports/x11/slim/work/slim-1.3.6/CMakeFiles/CMakeTmp/testCCompiler.c


  Linking C executable cmTC_3b426

  /usr/local/bin/cmake -E cmake_link_script
  CMakeFiles/cmTC_3b426.dir/link.txt --verbose=1

  /nxb-bin/usr/bin/cc -O2 -pipe -fno-strict-aliasing
  CMakeFiles/cmTC_3b426.dir/testCCompiler.c.o -o cmTC_3b426

  

  Generator: execution of make failed.  Make command was: "/usr/bin/make"
  "cmTC_3b426/fast"

  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:4 (project)


-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/x11/slim/work/slim-1.3.6/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/x11/slim/work/slim-1.3.6/CMakeFiles/CMakeError.log".
*** Error code 1

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



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