Date: Thu, 29 Aug 2013 14:58:57 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [RELEASE - head-default] Build failed for pathalias-9.16 during build Message-ID: <201308291458.r7TEwve6071883@beefy2.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
Maintainer: dinoex@FreeBSD.org Last committer: dinoex@FreeBSD.org Ident: $FreeBSD: head/mail/pathalias/Makefile 305832 2012-10-13 13:39:56Z dinoex $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-08-29_07h45m18s/logs/pathalias-9.16.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-08-29_07h45m18s Log: ====>> Building mail/pathalias build started at Thu Aug 29 14:58:53 UTC 2013 port directory: /usr/ports/mail/pathalias building for: FreeBSD head-default-job-18 10.0-CURRENT FreeBSD 10.0-CURRENT amd64 maintained by: dinoex@FreeBSD.org Makefile ident: $FreeBSD: head/mail/pathalias/Makefile 305832 2012-10-13 13:39:56Z dinoex $ 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=66037 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=pathalias-9.16 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" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- 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/pathalias DOCSDIR=/usr/local/share/doc/pathalias EXAMPLESDIR=/usr/local/share/examples/pathalias WWWDIR=/usr/local/www/pathalias ETCDIR=/usr/local/etc/pathalias --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 pathalias-9.16 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> pathalias-9.16 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 pathalias-9.16 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by pathalias-9.16 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by pathalias-9.16 for building => SHA256 Checksum OK for pathalias-9.16.tar.Z. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> Fetching all distfiles required by pathalias-9.16 for building ===> Extracting for pathalias-9.16 => SHA256 Checksum OK for pathalias-9.16.tar.Z. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for pathalias-9.16 ===> Applying FreeBSD patches for pathalias-9.16 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for pathalias-9.16 =========================================================================== =======================<phase: build >============================ ===> Building for pathalias-9.16 cc -O2 -pipe -fno-strict-aliasing -O -c addlink.c cc -O2 -pipe -fno-strict-aliasing -O -c addnode.c cc -O2 -pipe -fno-strict-aliasing -O -c domain.c cc -O2 -pipe -fno-strict-aliasing -O -c local.c cc -O2 -pipe -fno-strict-aliasing -O -c main.c cc -O2 -pipe -fno-strict-aliasing -O -c mapit.c cc -O2 -pipe -fno-strict-aliasing -O -c mapaux.c cc -O2 -pipe -fno-strict-aliasing -O -c mem.c mem.c:231:13: warning: cast to 'char *' from smaller integer type 'unsigned int' [-Wint-to-pointer-cast] n += align((char *) n); /* keep everything aligned */ ^ 1 warning generated. yacc -d parse.y mv y.tab.c parse.c cc -O2 -pipe -fno-strict-aliasing -O -c parse.c In file included from y.tab.c:686: /usr/include/stdlib.h:90:7: error: expected ')' void *calloc(size_t, size_t) __malloc_like; ^ ./config.h:79:33: note: expanded from macro 'calloc' #define calloc(n, s) malloc ((n)*(s)) ^ /usr/include/stdlib.h:90:7: note: to match this '(' ./config.h:79:29: note: expanded from macro 'calloc' #define calloc(n, s) malloc ((n)*(s)) ^ In file included from y.tab.c:686: /usr/include/stdlib.h:90:7: error: conflicting types for 'mymalloc' void *calloc(size_t, size_t) __malloc_like; ^ ./config.h:79:22: note: expanded from macro 'calloc' #define calloc(n, s) malloc ((n)*(s)) ^ ./config.h:78:16: note: expanded from macro 'malloc' #define malloc mymalloc ^ ./def.h:214:14: note: previous declaration is here extern char *mymalloc(register unsigned int n); ^ In file included from y.tab.c:686: /usr/include/stdlib.h:97:7: error: conflicting types for 'mymalloc' void *malloc(size_t) __malloc_like; ^ ./config.h:78:16: note: expanded from macro 'malloc' #define malloc mymalloc ^ ./def.h:214:14: note: previous declaration is here extern char *mymalloc(register unsigned int n); ^ 3 errors generated. *** Error code 1 Stop. make: stopped in /wrkdirs/usr/ports/mail/pathalias/work/pathalias-9.16 *** Error code 1 Stop. make: stopped in /usr/ports/mail/pathalias ===> Cleaning for pathalias-9.16
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308291458.r7TEwve6071883>