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:     br...@freebsd.org
Last committer: br...@freebsd.org
Ident:          $FreeBSD: branches/2016Q3/security/openssl-devel/Makefile 
422786 2016-09-26 18:08:44Z brnrd $
Log URL:        
http://beefy4.nyi.freebsd.org/data/93amd64-quarterly/422895/logs/openssl-devel-1.1.0b.log
Build URL:      
http://beefy4.nyi.freebsd.org/build.html?mastername=93amd64-quarterly&build=422895
Log:

====>> Building security/openssl-devel
build started at Fri Sep 30 00:10:22 UTC 2016
port directory: /usr/ports/security/openssl-devel
building for: FreeBSD 93amd64-quarterly-job-16 9.3-RELEASE-p47 FreeBSD 
9.3-RELEASE-p47 amd64
maintained by: br...@freebsd.org
Makefile ident:      $FreeBSD: branches/2016Q3/security/openssl-devel/Makefile 
422786 2016-09-26 18:08:44Z brnrd $
Poudriere version: 3.1.14
Host OSVERSION: 1200005
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_v=FreeBSD 9.3-RELEASE-p47
UNAME_r=9.3-RELEASE-p47
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
OPSYS=FreeBSD
ARCH=amd64
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-quarterly/ref
UID=0
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/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=openssl-devel-1.1.0b
OSREL=9.3
_OSRELEASE=9.3-RELEASE-p47
PYTHONBASE=/usr/local
OLDPWD=/
_SMP_CPUS=24
PWD=/usr/local/poudriere/data/.m/93amd64-quarterly/ref/.p/pool
HAVE_COMPAT_IA32_KERN=YES LINUX_OSRELEASE=2.6.32
MASTERNAME=93amd64-quarterly
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=903000
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for openssl-devel-1.1.0b:
     SHARED=on: Build shared libraries
     THREADS=on: Threading support
     ZLIB=off: zlib compression support
     RFC3779=off: RFC3779 support (BGP)
     MAN3=on: Install API manpages (section 3)
====> Cipher Suite Support
     IDEA=off: IDEA
     JPAKE=off: J-PAKE (experimental)
     RC2=off: RC2 (unsafe)
     RC4=off: RC4 (unsafe)
     RC5=off: RC5 (patented)
====> Hash Function Support
     MD2=off: MD2 (obsolete)
     MD4=off: MD4 (unsafe)
     MDC2=off: MDC-2
     RMD160=on: RIPEMD-160
====> Optimizations
     ASM=on: Assembler code
     SSE2=on: Runtime SSE2 detection
====> Protocols Support
     NEXTPROTONEG=off: Next Protocol Negotiation (SPDY)
     SCTP=on: SCTP (Stream Control Transmission)
     SSL3=off: SSLv3
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--
shared enable-threads no-rfc3779 no-idea no-rc5 no-md2 no-md4 no-mdc2 
enable-rmd160 enable-asm enable-sse2 no-nextprotoneg enable-sctp no-ssl3-method 
--openssldir=/usr/local/openssl
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
CMAKE_PREFIX_PATH="/usr/local" ac_cv_path_PERL=/usr/local/bin/perl 
ac_cv_path_PERL_PATH=/usr/local/bin/perl 
XDG_DATA_HOME=/wrkdirs/usr/ports/security/openssl-devel/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/security/openssl-devel/work  
HOME=/wrkdirs/usr/ports/security/openssl-devel/work TMPDIR="/tmp" SHELL=/bin/sh 
CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
LIBRPATH="/usr/local/lib" GREP_OPTIONS= SHLIBVER=9 
XDG_DATA_HOME=/wrkdirs/usr/ports/security/openssl-devel/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/security/openssl-devel/work  
HOME=/wrkdirs/usr/ports/security/openssl-devel/work TMPDIR="/tmp" NO_PIE=yes 
WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 
-pipe -isystem /usr/local/include -fstack-protector -fno-strict-aliasing"  
CPP="cpp" CPPFLAGS="-isystem /usr/local/include"  LDFLAGS=" -L/usr/local/lib 
-fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -isystem 
/usr/local/include -fstack-protector -fno-strict-aliasing -isystem 
/usr/local/include"  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--
SHARED=""
NO_SHARED="@comment
"
SHLIBVER=9
THREADS=""
NO_THREADS="@comment
"
ZLIB="@comment
"
NO_ZLIB=""
RFC3779="@comment
"
NO_RFC3779=""
MAN3=""
NO_MAN3="@comment
"
IDEA="@comment
"
NO_IDEA=""
JPAKE="@comment
"
NO_JPAKE=""
RC2="@comment
"
NO_RC2=""
RC4="@comment
"
NO_RC4=""
RC5="@comment
"
NO_RC5=""
MD2="@comment
"
NO_MD2=""
MD4="@comment
"
NO_MD4=""
MDC2="@comment
"
NO_MDC2=""
RMD160=""
NO_RMD160="@comment
"
ASM=""
NO_ASM="@comment
"
SSE2=""
NO_SSE2="@comment
"
NEXTPROTONEG="@comment
"
NO_NEXTPROTONEG=""
SCTP=""
NO_SCTP="@comment
"
SSL3="@comment
"
NO_SSL3=""
OPENSSLDIR=openssl
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
PERL_VERSION=5.20.3
PERL_VER=5.20
PERL5_MAN1=lib/perl5/site_perl/man/man1
PERL5_MAN3=lib/perl5/site_perl/man/man3
SITE_PERL=lib/perl5/site_perl
SITE_ARCH=lib/perl5/site_perl/mach/5.20
DOCSDIR="share/doc/openssl"
EXAMPLESDIR="share/examples/openssl"
DATADIR="share/openssl"
WWWDIR="www/openssl"
ETCDIR="etc/openssl"
--End PLIST_SUB--

--SUB_LIST--
SHARED=""
NO_SHARED="@comment
"
THREADS=""
NO_THREADS="@comment
"
ZLIB="@comment
"
NO_ZLIB=""
RFC3779="@comment
"
NO_RFC3779=""
MAN3=""
NO_MAN3="@comment
"
IDEA="@comment
"
NO_IDEA=""
JPAKE="@comment
"
NO_JPAKE=""
RC2="@comment
"
NO_RC2=""
RC4="@comment
"
NO_RC4=""
RC5="@comment
"
NO_RC5=""
MD2="@comment
"
NO_MD2=""
MD4="@comment
"
NO_MD4=""
MDC2="@comment
"
NO_MDC2=""
RMD160=""
NO_RMD160="@comment
"
ASM=""
NO_ASM="@comment
"
SSE2=""
NO_SSE2="@comment
"
NEXTPROTONEG="@comment
"
NO_NEXTPROTONEG=""
SCTP=""
NO_SCTP="@comment
"
SSL3="@comment
"
NO_SSL3=""
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/openssl
DOCSDIR=/usr/local/share/doc/openssl
EXAMPLESDIR=/usr/local/share/examples/openssl
WWWDIR=/usr/local/www/openssl
ETCDIR=/usr/local/etc/openssl
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /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 OpenSSL accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   openssl-devel-1.1.0b depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.8.7_1.txz
[93amd64-quarterly-job-16] Installing pkg-1.8.7_1...
[93amd64-quarterly-job-16] Extracting pkg-1.8.7_1: .......... done
===>   openssl-devel-1.1.0b depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of openssl-devel-1.1.0b
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License OpenSSL accepted by the user
=> openssl-1.1.0b.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch https://www.openssl.org/source/openssl-1.1.0b.tar.gz
openssl-1.1.0b.tar.gz                                 5041 kB    0  Bps
===> Fetching all distfiles required by openssl-devel-1.1.0b for building
===========================================================================
=======================<phase: checksum       >============================
===>  License OpenSSL accepted by the user
===> Fetching all distfiles required by openssl-devel-1.1.0b for building
=> SHA256 Checksum OK for openssl-1.1.0b.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License OpenSSL accepted by the user
===> Fetching all distfiles required by openssl-devel-1.1.0b for building
===>  Extracting for openssl-devel-1.1.0b
=> SHA256 Checksum OK for openssl-1.1.0b.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for openssl-devel-1.1.0b
===>  Applying FreeBSD patches for openssl-devel-1.1.0b
/usr/bin/sed -i.bak -e 's|m4 -B 8192|m4|g'  
/wrkdirs/usr/ports/security/openssl-devel/work/openssl-1.1.0b/crypto/des/Makefile.in
sed: 
/wrkdirs/usr/ports/security/openssl-devel/work/openssl-1.1.0b/crypto/des/Makefile.in:
 No such file or directory
*** [post-patch] Error code 1

Stop in /usr/ports/security/openssl-devel.
_______________________________________________
freebsd-pkg-fallout@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout
To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"

Reply via email to