Date: Thu, 5 Sep 2013 02:45:50 GMT From: pkg-fallout@FreeBSD.org To: semprix@gmx.com Cc: pkg-fallout@FreeBSD.org Subject: [RELEASE - head-default] Build failed for rainbowcrack-1.2 during build Message-ID: <201309050245.r852jobc028718@beefy2.isc.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: semprix@gmx.com Last committer: beat@FreeBSD.org Ident: $FreeBSD: head/security/rainbowcrack/Makefile 300897 2012-07-14 14:29:18Z beat $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-09-04_22h17m34s/logs/rainbowcrack-1.2.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-09-04_22h17m34s Log: ====>> Building security/rainbowcrack build started at Thu Sep 5 02:45:46 UTC 2013 port directory: /usr/ports/security/rainbowcrack building for: FreeBSD head-default-job-17 10.0-CURRENT FreeBSD 10.0-CURRENT amd64 maintained by: semprix@gmx.com Makefile ident: $FreeBSD: head/security/rainbowcrack/Makefile 300897 2012-07-14 14:29:18Z beat $ Poudriere version: 3.1-pre ---Begin Environment--- OSVERSION=1000035 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-default/ref PKG_EXT=txz tpid=26274 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=24 PKGNG=1 PKGNAME=rainbowcrack-1.2 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/root MASTERNAME=head-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/rainbowcrack DOCSDIR=/usr/local/share/doc/rainbowcrack EXAMPLESDIR=/usr/local/share/examples/rainbowcrack WWWDIR=/usr/local/www/rainbowcrack ETCDIR=/usr/local/etc/rainbowcrack --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes NO_RESTRICTED=yes DISABLE_MAKE_JOBS=yes ---End make.conf--- ===> Cleaning for rainbowcrack-1.2 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> rainbowcrack-1.2 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.1.4_1.txz Installing pkg-1.1.4_1... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of rainbowcrack-1.2 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by rainbowcrack-1.2 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by rainbowcrack-1.2 for building => SHA256 Checksum OK for rainbowcrack-1.2.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> Fetching all distfiles required by rainbowcrack-1.2 for building ===> Extracting for rainbowcrack-1.2 => SHA256 Checksum OK for rainbowcrack-1.2.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for rainbowcrack-1.2 ===> Converting DOS text files to UNIX text files ===> Applying FreeBSD patches for rainbowcrack-1.2 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for rainbowcrack-1.2 =========================================================================== =======================<phase: build >============================ ===> Building for rainbowcrack-1.2 c++ -O2 -pipe -fno-strict-aliasing Public.cpp ChainWalkContext.cpp HashAlgorithm.cpp HashRoutine.cpp RainbowTableGenerate.cpp -lssl -o rtgen Public.cpp:118:23: warning: format specifies type 'unsigned long long' but the argument has type 'u_int64_t' (aka 'unsigned long') [-Wformat] sprintf(str, "%llu", n); ~~~~ ^ %lu Public.cpp:131:26: warning: format specifies type 'unsigned long long' but the argument has type 'u_int64_t' (aka 'unsigned long') [-Wformat] sprintf(str, "%016llx", n); ~~~~~~~ ^ %016lx Public.cpp:158:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 3 warnings generated. HashAlgorithm.cpp:12:10: fatal error: 'openssl/md2.h' file not found #include <openssl/md2.h> ^ 1 error generated. *** Error code 1 Stop. make: stopped in /wrkdirs/usr/ports/security/rainbowcrack/work/rainbowcrack-1.2 *** Error code 1 Stop. make: stopped in /usr/ports/security/rainbowcrack ===> Cleaning for rainbowcrack-1.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050245.r852jobc028718>