[REL - head-i386-default][security/rainbowcrack] Failed for rainbowcrack-1.2 in build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Sat Nov 30 20:18:31 UTC 2013


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 at gmx.com
Last committer: bapt at FreeBSD.org
Ident:          $FreeBSD: head/security/rainbowcrack/Makefile 327769 2013-09-20 22:55:24Z bapt $
Log URL:        http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-11-30_07h27m42s/logs/rainbowcrack-1.2.log
Build URL:      http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-11-30_07h27m42s
Log:

====>> Building security/rainbowcrack
build started at Sat Nov 30 20:18:25 UTC 2013
port directory: /usr/ports/security/rainbowcrack
building for: FreeBSD head-i386-default-job-04 11.0-CURRENT FreeBSD 11.0-CURRENT r256430 i386
maintained by: semprix at gmx.com
Makefile ident:      $FreeBSD: head/security/rainbowcrack/Makefile 327769 2013-09-20 22:55:24Z bapt $
Poudriere version: 3.1-pre

---Begin Environment---
UNAME_m=i386
UNAME_p=i386
OSVERSION=1100000
UNAME_v=FreeBSD 11.0-CURRENT r256430
UNAME_r=11.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/head-i386-default/ref
PKG_EXT=txz
tpid=73269
POUDRIERE_BUILD_TYPE=bulk
PKGNG=1
PKGNAME=rainbowcrack-1.2
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/root
MASTERNAME=head-i386-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
PKG_VERSION=/poudriere/pkg-static version
PKG_BIN=/usr/local/sbin/pkg-static
---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---
ARCH=i386
MACHINE=i386
MACHINE_ARCH=i386
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
WITH_PKGNG=yes
NO_RESTRICTED=yes
DISABLE_MAKE_JOBS=poudriere
---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.2.1.txz
Installing pkg-1.2.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
In file included from Public.cpp:11:
./Public.h:25:2: error: unknown type name 'u_int64_t'
        uint64 nIndexS;
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:26:2: error: unknown type name 'u_int64_t'
        uint64 nIndexE;
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:37:20: error: unknown type name 'u_int64_t'
string uint64tostr(uint64 n);
                   ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:38:23: error: unknown type name 'u_int64_t'
string uint64tohexstr(uint64 n);
                      ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
Public.cpp:111:20: error: unknown type name 'u_int64_t'
string uint64tostr(uint64 n)
                   ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
Public.cpp:124:23: error: unknown type name 'u_int64_t'
string uint64tohexstr(uint64 n)
                      ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
6 errors generated.
In file included from ChainWalkContext.cpp:11:
In file included from ./ChainWalkContext.h:11:
./Public.h:25:2: error: unknown type name 'u_int64_t'
        uint64 nIndexS;
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:26:2: error: unknown type name 'u_int64_t'
        uint64 nIndexE;
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:37:20: error: unknown type name 'u_int64_t'
string uint64tostr(uint64 n);
                   ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:38:23: error: unknown type name 'u_int64_t'
string uint64tohexstr(uint64 n);
                      ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
In file included from ChainWalkContext.cpp:11:
./ChainWalkContext.h:30:9: error: unknown type name 'u_int64_t'
        static uint64 m_nPlainSpaceUpToX[MAX_PLAIN_LEN + 1];            // Performance consideration
               ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
In file included from ChainWalkContext.cpp:11:
./ChainWalkContext.h:31:9: error: unknown type name 'u_int64_t'
        static uint64 m_nPlainSpaceTotal;                                                       // Performance consideration
               ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
In file included from ChainWalkContext.cpp:11:
./ChainWalkContext.h:34:9: error: unknown type name 'u_int64_t'
        static uint64 m_nReduceOffset;                                                          // Performance consideration
               ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
In file included from ChainWalkContext.cpp:11:
./ChainWalkContext.h:37:2: error: unknown type name 'u_int64_t'
        uint64 m_nIndex;
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
In file included from ChainWalkContext.cpp:11:
./ChainWalkContext.h:56:9: error: unknown type name 'u_int64_t'
        static uint64 GetPlainSpaceTotal();
               ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
In file included from ChainWalkContext.cpp:11:
./ChainWalkContext.h:61:16: error: unknown type name 'u_int64_t'
        void SetIndex(uint64 nIndex);
                      ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
In file included from ChainWalkContext.cpp:11:
./ChainWalkContext.h:68:2: error: unknown type name 'u_int64_t'
        uint64 GetIndex();
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
ChainWalkContext.cpp:31:1: error: unknown type name 'u_int64_t'
uint64 CChainWalkContext::m_nPlainSpaceUpToX[MAX_PLAIN_LEN + 1];
^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
ChainWalkContext.cpp:32:1: error: unknown type name 'u_int64_t'
uint64 CChainWalkContext::m_nPlainSpaceTotal;
^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
ChainWalkContext.cpp:35:1: error: unknown type name 'u_int64_t'
uint64 CChainWalkContext::m_nReduceOffset;
^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
ChainWalkContext.cpp:166:2: error: unknown type name 'u_int64_t'
        uint64 nTemp = 1;
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
ChainWalkContext.cpp:303:1: error: unknown type name 'u_int64_t'
uint64 CChainWalkContext::GetPlainSpaceTotal()
^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
ChainWalkContext.cpp:352:34: error: unknown type name 'u_int64_t'
void CChainWalkContext::SetIndex(uint64 nIndex)
                                 ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
ChainWalkContext.cpp:374:2: error: unknown type name 'u_int64_t'
        uint64 nIndexOfX = m_nIndex - m_nPlainSpaceUpToX[m_nPlainLen - 1];
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
ChainWalkContext.cpp:438:16: error: use of undeclared identifier 'u_int64_t'
        m_nIndex = (*(uint64*)m_Hash + m_nReduceOffset + nPos) % m_nPlainSpaceTotal;
                      ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
In file included from HashAlgorithm.cpp:9:
./Public.h:25:2: error: unknown type name 'u_int64_t'
        uint64 nIndexS;
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:26:2: error: unknown type name 'u_int64_t'
        uint64 nIndexE;
        ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:37:20: error: unknown type name 'u_int64_t'
string uint64tostr(uint64 n);
                   ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
./Public.h:38:23: error: unknown type name 'u_int64_t'
string uint64tohexstr(uint64 n);
                      ^
./Public.h:20:17: note: expanded from macro 'uint64'
        #define uint64 u_int64_t
                       ^
HashAlgorithm.cpp:12:10: fatal error: 'openssl/md2.h' file not found
#include <openssl/md2.h>
         ^
5 errors generated.
RainbowTableGenerate.cpp:115:28: error: use of undeclared identifier 'atoi'; did you mean 'stoi'?
                        Bench(argv[1], argv[2], atoi(argv[3]), atoi(argv[4]), atoi(argv[5]));
                                                ^~~~
                                                stoi
/usr/include/c++/v1/string:3996:20: note: 'stoi' declared here
int                stoi  (const string& __str, size_t* __idx = 0, int __base = 10);
                   ^
RainbowTableGenerate.cpp:115:43: error: use of undeclared identifier 'atoi'; did you mean 'stoi'?
                        Bench(argv[1], argv[2], atoi(argv[3]), atoi(argv[4]), atoi(argv[5]));
                                                               ^~~~
                                                               stoi
/usr/include/c++/v1/string:3996:20: note: 'stoi' declared here
int                stoi  (const string& __str, size_t* __idx = 0, int __base = 10);
                   ^
RainbowTableGenerate.cpp:115:58: error: use of undeclared identifier 'atoi'; did you mean 'stoi'?
                        Bench(argv[1], argv[2], atoi(argv[3]), atoi(argv[4]), atoi(argv[5]));
                                                                              ^~~~
                                                                              stoi
/usr/include/c++/v1/string:3996:20: note: 'stoi' declared here
int                stoi  (const string& __str, size_t* __idx = 0, int __base = 10);
                   ^
RainbowTableGenerate.cpp:128:29: error: use of undeclared identifier 'atoi'; did you mean 'stoi'?
        int nPlainLenMin         = atoi(argv[3]);
                                   ^~~~
                                   stoi
/usr/include/c++/v1/string:3996:20: note: 'stoi' declared here
int                stoi  (const string& __str, size_t* __idx = 0, int __base = 10);
                   ^
RainbowTableGenerate.cpp:129:29: error: use of undeclared identifier 'atoi'; did you mean 'stoi'?
        int nPlainLenMax         = atoi(argv[4]);
                                   ^~~~
                                   stoi
/usr/include/c++/v1/string:3996:20: note: 'stoi' declared here
int                stoi  (const string& __str, size_t* __idx = 0, int __base = 10);
                   ^
RainbowTableGenerate.cpp:130:29: error: use of undeclared identifier 'atoi'; did you mean 'stoi'?
        int nRainbowTableIndex   = atoi(argv[5]);
                                   ^~~~
                                   stoi
/usr/include/c++/v1/string:3996:20: note: 'stoi' declared here
int                stoi  (const string& __str, size_t* __idx = 0, int __base = 10);
                   ^
RainbowTableGenerate.cpp:132:29: error: use of undeclared identifier 'atoi'; did you mean 'stoi'?
        int nRainbowChainLen     = atoi(argv[6]);
                                   ^~~~
                                   stoi
/usr/include/c++/v1/string:3996:20: note: 'stoi' declared here
int                stoi  (const string& __str, size_t* __idx = 0, int __base = 10);
                   ^
RainbowTableGenerate.cpp:133:29: error: use of undeclared identifier 'atoi'; did you mean 'stoi'?
        int nRainbowChainCount   = atoi(argv[7]);
                                   ^~~~
                                   stoi
/usr/include/c++/v1/string:3996:20: note: 'stoi' declared here
int                stoi  (const string& __str, size_t* __idx = 0, int __base = 10);
                   ^
8 errors generated.
*** Error code 1

Stop.
make[1]: 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


More information about the freebsd-pkg-fallout mailing list