Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 02:04:49 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110mips64-quarterly][mail/isync] Failed for isync-1.2.2 in build
Message-ID:  <201711210204.vAL24nWr077200@beefy16.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:     ehaupt@FreeBSD.org
Last committer: ehaupt@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q4/mail/isync/Makefile 447913 2017-08-13 20:34:57Z ehaupt $
Log URL:        http://beefy16.nyi.freebsd.org/data/110mips64-quarterly/454580/logs/isync-1.2.2.log
Build URL:      http://beefy16.nyi.freebsd.org/build.html?mastername=110mips64-quarterly&build=454580
Log:

====>> Building mail/isync
build started at Tue Nov 21 02:03:55 UTC 2017
port directory: /usr/ports/mail/isync
building for: FreeBSD 110mips64-quarterly-job-16 11.0-RELEASE-p15 FreeBSD 11.0-RELEASE-p15 1100122 mips
maintained by: ehaupt@FreeBSD.org
Makefile ident:      $FreeBSD: branches/2017Q4/mail/isync/Makefile 447913 2017-08-13 20:34:57Z ehaupt $
Poudriere version: 3.1.22
Host OSVERSION: 1200052
Jail OSVERSION: 1100122
Job Id: 16

---Begin Environment---
POUDRIEREPATH=/usr/local/bin/poudriere
LOCALBASE=/usr/local
LIBEXECPREFIX=/usr/local/libexec/poudriere
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIERE_VERSION=3.1.22
HOME=/root
USER=root
SCRIPTPREFIX=/usr/local/share/poudriere
MASTERNAME=110mips64-quarterly
PWD=/usr/local/poudriere/data/.m/110mips64-quarterly/ref/.p/pool
OLDPWD=/
PKGNAME=isync-1.2.2
POUDRIERE_BUILD_TYPE=bulk
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
QEMU_EMULATING=1
MASTERMNT=/usr/local/poudriere/data/.m/110mips64-quarterly/ref
SAVED_TERM=
STATUS=1
MAIL=/var/mail/root
BLOCKSIZE=K
UNAME_r=11.0-RELEASE-p15
UNAME_v=FreeBSD 11.0-RELEASE-p15 1100122
OSVERSION=1100122
ABI_FILE=/usr/lib/crt1.o
UNAME_m=mips
UNAME_p=mips64
SHELL=/bin/csh
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--
--with-sasl=/usr/local  --with-ssl=/usr --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/mail/isync/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/mail/isync/work  HOME=/wrkdirs/usr/ports/mail/isync/work TMPDIR="/tmp" 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--
OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/mail/isync/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/mail/isync/work  HOME=/wrkdirs/usr/ports/mail/isync/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 -G0  -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS="-I/usr/local/include/db5"  LDFLAGS=" -L/usr/local/lib/db5 " LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -G0 -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--
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/isync"
EXAMPLESDIR="share/examples/isync"
DATADIR="share/isync"
WWWDIR="www/isync"
ETCDIR="etc/isync"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/isync
DOCSDIR=/usr/local/share/doc/isync
EXAMPLESDIR=/usr/local/share/examples/isync
WWWDIR=/usr/local/www/isync
ETCDIR=/usr/local/etc/isync
--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
PACKAGE_BUILDING=yes
MACHINE=mips
MACHINE_ARCH=mips64
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=mips64
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-p15
#### 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
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)  131072
stack size              (kbytes, -s)  8192
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    >============================
===>   isync-1.2.2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[110mips64-quarterly-job-16] Installing pkg-1.10.1...
[110mips64-quarterly-job-16] Extracting pkg-1.10.1: .......... done
===>   isync-1.2.2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of isync-1.2.2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by isync-1.2.2 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by isync-1.2.2 for building
=> SHA256 Checksum OK for isync-1.2.2.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by isync-1.2.2 for building
===>  Extracting for isync-1.2.2
=> SHA256 Checksum OK for isync-1.2.2.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for isync-1.2.2
===>  Applying FreeBSD patches for isync-1.2.2
===========================================================================
=======================<phase: build-depends  >============================
===========================================================================
=======================<phase: lib-depends    >============================
===>   isync-1.2.2 depends on shared library: libsasl2.so - not found
===>   Installing existing package /packages/All/cyrus-sasl-2.1.26_12.txz
[110mips64-quarterly-job-16] Installing cyrus-sasl-2.1.26_12...
*** Added group `cyrus' (id 60)
*** Added user `cyrus' (id 60)
[110mips64-quarterly-job-16] Extracting cyrus-sasl-2.1.26_12: .......... done
Message from cyrus-sasl-2.1.26_12:
You can use sasldb2 for authentication, to add users use:

	saslpasswd2 -c username

If you want to enable SMTP AUTH with the system Sendmail, read
Sendmail.README

NOTE: This port has been compiled with a default pwcheck_method of
      auxprop.  If you want to authenticate your user by /etc/passwd,
      PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and
      set sasl_pwcheck_method to saslauthd after installing the
      Cyrus-IMAPd 2.X port.  You should also check the
      /usr/local/lib/sasl2/*.conf files for the correct
      pwcheck_method.
      If you want to use GSSAPI mechanism, install
      ports/security/cyrus-sasl2-gssapi.
      If you want to use SRP mechanism, install
      ports/security/cyrus-sasl2-srp.
      If you want to use LDAP auxprop plugin, install
      ports/security/cyrus-sasl2-ldapdb.
===>   isync-1.2.2 depends on shared library: libsasl2.so - found (/usr/local/lib/libsasl2.so)
===>   Returning to build of isync-1.2.2
===>   isync-1.2.2 depends on shared library: libdb-5.3.so - not found
===>   Installing existing package /packages/All/db5-5.3.28_6.txz
[110mips64-quarterly-job-16] Installing db5-5.3.28_6...
[110mips64-quarterly-job-16] Extracting db5-5.3.28_6: .......... done
===>   isync-1.2.2 depends on shared library: libdb-5.3.so - found (/usr/local/lib/libdb-5.3.so)
===>   Returning to build of isync-1.2.2
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for isync-1.2.2
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 make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... /nxb-bin/usr/bin/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 /nxb-bin/usr/bin/cc accepts -g... yes
checking for /nxb-bin/usr/bin/cc option to accept ISO C89... none needed
checking whether /nxb-bin/usr/bin/cc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /nxb-bin/usr/bin/cc... gcc3
checking whether strftime supports %z... yes
checking how to run the C preprocessor... /nxb-bin/usr/bin/cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for vasprintf... (cached) yes
checking for strnlen... (cached) yes
checking for memrchr... yes
checking for timegm... yes
checking for socket in -lsocket... no
checking for inet_ntoa in -lnsl... no
checking for getaddrinfo... (cached) yes
checking for inet_ntop... (cached) yes
checking for dlopen in -ldl... no
checking for CRYPTO_lock in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for sasl_client_init in -lsasl2... yes
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for Berkeley DB >= 4.1... yes
checking for deflate in -lz... (cached) yes
checking for zlib.h... (cached) yes
checking for getopt_long... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating isync.spec
config.status: creating autodefs.h
config.status: executing depfiles commands

Using SSL
Using SASL
Using zlib
Using Berkeley DB

===========================================================================
=======================<phase: build          >============================
===>  Building for isync-1.2.2
/nxb-bin/usr/bin/make  all-recursive
Making all in src
Making all in compat
/nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I../..    -I/usr/local/include/db5 -D_GNU_SOURCE -I/usr/include -I/usr/local/include  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I../..    -I/usr/local/include/db5 -D_GNU_SOURCE -I/usr/include -I/usr/local/include  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c
mv -f .deps/config.Tpo .deps/config.Po
/nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I../..    -I/usr/local/include/db5 -D_GNU_SOURCE -I/usr/include -I/usr/local/include  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings -MT convert.o -MD -MP -MF .deps/convert.Tpo -c -o convert.o convert.c
mv -f .deps/convert.Tpo .deps/convert.Po
/nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I../..    -I/usr/local/include/db5 -D_GNU_SOURCE -I/usr/include -I/usr/local/include  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/util.Tpo .deps/util.Po
/nxb-bin/usr/bin/cc  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings  -L/usr/local/lib/db5  -L/usr/lib -L/usr/local/lib -o isync main.o config.o convert.o  util.o -ldb 
/nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I..    -I/usr/local/include/db5 -D_GNU_SOURCE -I/usr/include -I/usr/local/include  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I..    -I/usr/local/include/db5 -D_GNU_SOURCE -I/usr/include -I/usr/local/include  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o sync.c
mv -f .deps/sync.Tpo .deps/sync.Po
/nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I..    -I/usr/local/include/db5 -D_GNU_SOURCE -I/usr/include -I/usr/local/include  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c
mv -f .deps/config.Tpo .deps/config.Po
/nxb-bin/usr/bin/cc -DHAVE_CONFIG_H -I. -I..    -I/usr/local/include/db5 -D_GNU_SOURCE -I/usr/include -I/usr/local/include  -O2 -pipe -G0  -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes  -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
util.c: In function 'map_name':
util.c:526: error: #pragma GCC diagnostic not allowed inside functions
util.c:528: error: #pragma GCC diagnostic not allowed inside functions
util.c:532: error: #pragma GCC diagnostic not allowed inside functions
*** Error code 1

Stop.
make[4]: stopped in /wrkdirs/usr/ports/mail/isync/work/isync-1.2.2/src
*** Error code 1

Stop.
make[3]: stopped in /wrkdirs/usr/ports/mail/isync/work/isync-1.2.2/src
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/mail/isync/work/isync-1.2.2
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/mail/isync/work/isync-1.2.2
*** Error code 1

Stop.
make: stopped in /usr/ports/mail/isync



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