Date: Sun, 29 Jan 2017 06:08:40 GMT From: pkg-fallout@FreeBSD.org To: dinoex@FreeBSD.org Cc: pkg-fallout@FreeBSD.org Subject: [package - head-i386-default][ftp/vsftpd] Failed for vsftpd-ssl-3.0.3 in build Message-ID: <201701290608.v0T68es2092558@beefy11.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: dinoex@FreeBSD.org Last committer: mat@FreeBSD.org Ident: $FreeBSD: head/ftp/vsftpd/Makefile 417651 2016-06-27 11:31:10Z mat $ Log URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p432608_s312909/logs/vsftpd-ssl-3.0.3.log Build URL: http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p432608_s312909 Log: ====>> Building ftp/vsftpd build started at Sun Jan 29 06:08:30 UTC 2017 port directory: /usr/ports/ftp/vsftpd building for: FreeBSD head-i386-default-job-06 12.0-CURRENT FreeBSD 12.0-CURRENT r312909 i386 maintained by: dinoex@FreeBSD.org Makefile ident: $FreeBSD: head/ftp/vsftpd/Makefile 417651 2016-06-27 11:31:10Z mat $ Poudriere version: 3.1.14 Host OSVERSION: 1200018 Jail OSVERSION: 1200020 Job Id: 06 !!! Jail is newer than host. (Jail: 1200020, Host: 1200018) !!! !!! 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 UNAME_v=FreeBSD 12.0-CURRENT r312909 UNAME_r=12.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=i386 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref UID=0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=vsftpd-ssl-3.0.3 OSREL=12.0 _OSRELEASE=12.0-CURRENT PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=24 PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1200020 ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for vsftpd-ssl-3.0.3: VSFTPD_SSL=on: Include support for SSL PIDFILE=off: Unofficial support for pidfile STACKPROTECTOR=on: Build with stack-protector DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/ftp/vsftpd/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/ftp/vsftpd/work HOME=/wrkdirs/usr/ports/ftp/vsftpd/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/ftp/vsftpd/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/ftp/vsftpd/work HOME=/wrkdirs/usr/ports/ftp/vsftpd/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="cc" CFLAGS="-O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -L/usr/lib -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/include -fstack-protector -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-- OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/vsftpd" EXAMPLESDIR="share/examples/vsftpd" DATADIR="share/vsftpd" WWWDIR="www/vsftpd" ETCDIR="etc/vsftpd" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/vsftpd DOCSDIR=/usr/local/share/doc/vsftpd EXAMPLESDIR=/usr/local/share/examples/vsftpd WWWDIR=/usr/local/www/vsftpd ETCDIR=/usr/local/etc/vsftpd --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles 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 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =======================<phase: check-sanity >============================ ===> License GPLv2 accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> vsftpd-ssl-3.0.3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.9.4_1.txz [head-i386-default-job-06] Installing pkg-1.9.4_1... [head-i386-default-job-06] Extracting pkg-1.9.4_1: .......... done ===> vsftpd-ssl-3.0.3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of vsftpd-ssl-3.0.3 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by vsftpd-ssl-3.0.3 for building =========================================================================== =======================<phase: checksum >============================ ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by vsftpd-ssl-3.0.3 for building => SHA256 Checksum OK for vsftpd-3.0.3.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by vsftpd-ssl-3.0.3 for building ===> Extracting for vsftpd-ssl-3.0.3 => SHA256 Checksum OK for vsftpd-3.0.3.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for vsftpd-ssl-3.0.3 ===> Applying FreeBSD patches for vsftpd-ssl-3.0.3 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for vsftpd-ssl-3.0.3 /usr/bin/sed -i.bak -e "s|#undef VSF_BUILD_TCPWRAPPERS|#define VSF_BUILD_TCPWRAPPERS 1|" -e "s|#undef VSF_BUILD_SSL|#define VSF_BUILD_SSL 1|" /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3/builddefs.h /usr/bin/sed -i.bak -e "s|^listen=.*|listen=NO|" -e "s|/etc/vsftpd.conf|/usr/local/etc/vsftpd.conf|" /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3/defs.h /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3/vsftpd.conf /usr/bin/sed -i.bak -e "s|/etc/v|/usr/local/etc/v|" /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3/vsftpd.8 /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3/vsftpd.conf.5 /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3/tunables.c /usr/bin/sed -i.bak -e "s|-O2 ||" -e "s|^CC = gcc|CC = cc|" -e "s|^CFLAGS = |CFLAGS = -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing |" -e "s|^LDFLAGS = |LDFLAGS = -L/usr/lib -fstack-protector |" -e "s| -Wl,-s| -lssp_nonshared|" /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3/Makefile /usr/bin/sed -i.bak -e '/-lutil/d' /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3/vsf_findlibs.sh =========================================================================== =======================<phase: build >============================ ===> Building for vsftpd-ssl-3.0.3 cc -c main.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c utility.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c prelogin.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c ftpcmdio.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c postlogin.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c privsock.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c tunables.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c ftpdataio.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c secbuf.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c ls.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c postprivparent.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c logging.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c str.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c netstr.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c sysstr.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c strlist.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c banner.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c filestr.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c parseconf.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c secutil.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c ascii.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c oneprocess.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c twoprocess.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c privops.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c standalone.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c hash.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c tcpwrap.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c ipaddrparse.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c access.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c features.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c readwrite.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c opts.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c ssl.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c sslslave.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c ptracesandbox.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c ftppolicy.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c sysutil.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc cc -c sysdeputil.c -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wshadow -Werror -Wformat-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc In file included from sysdeputil.c:181: /usr/include/sys/capability.h:41:2: error: this file includes <sys/capability.h> which is deprecated [-Werror,-W#warnings] #warning this file includes <sys/capability.h> which is deprecated ^ 1 error generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/ftp/vsftpd/work/vsftpd-3.0.3 *** Error code 1 Stop. make: stopped in /usr/ports/ftp/vsftpd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701290608.v0T68es2092558>