[RELEASE - head-default] Build failed for qcl-0.6.1 during build
pkg-fallout at FreeBSD.org
pkg-fallout at FreeBSD.org
Thu Jul 25 10:43:10 UTC 2013
Maintainer: huntting at glarp.com
Last committer: beat at FreeBSD.org
Ident: $FreeBSD: head/science/qcl/Makefile 300897 2012-07-14 14:29:18Z beat $
Log URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-25_07h07m51s/logs/qcl-0.6.1.log
Build URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-25_07h07m51s
Log:
====>> Building science/qcl
build started at Thu Jul 25 10:42:46 UTC 2013
port directory: /usr/ports/science/qcl
building for: FreeBSD head-default-job-17 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
maintained by: huntting at glarp.com
Makefile ident: $FreeBSD: head/science/qcl/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
FORCE_PACKAGE=yes
tpid=30555
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=qcl-0.6.1
PKG_DELETE=/usr/local/sbin/pkg delete -y -f
PKG_ADD=/usr/local/sbin/pkg add
PWD=/root/poudriere
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/qcl
DOCSDIR=/usr/local/share/doc/qcl
EXAMPLESDIR=/usr/local/share/examples/qcl
WWWDIR=/usr/local/www/qcl
ETCDIR=/usr/local/etc/qcl
--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 qcl-0.6.1
=======================<phase: check-config >============================
=========================================================================
=======================<phase: pkg-depends >============================
===> qcl-0.6.1 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 qcl-0.6.1
=========================================================================
=======================<phase: fetch-depends >============================
=========================================================================
=======================<phase: fetch >============================
===> Fetching all distfiles required by qcl-0.6.1 for building
=========================================================================
=======================<phase: checksum >============================
===> Fetching all distfiles required by qcl-0.6.1 for building
=> SHA256 Checksum OK for qcl-0.6.1.tgz.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract >============================
===> Fetching all distfiles required by qcl-0.6.1 for building
===> Extracting for qcl-0.6.1
=> SHA256 Checksum OK for qcl-0.6.1.tgz.
=========================================================================
=======================<phase: patch-depends >============================
=========================================================================
=======================<phase: patch >============================
===> Patching for qcl-0.6.1
===> Applying FreeBSD patches for qcl-0.6.1
=========================================================================
=======================<phase: build-depends >============================
=========================================================================
=======================<phase: lib-depends >============================
=========================================================================
=======================<phase: configure >============================
===> Configuring for qcl-0.6.1
echo 'PREFIX=/usr/local' >>/wrkdirs/usr/ports/science/qcl/work/qcl-0.6.1/Makefile
cd /wrkdirs/usr/ports/science/qcl/work/qcl-0.6.1 && make dep
mkdep -O2 -pipe -DQCL_DEBUG -DQC_DEBUG -DQCL_USE_READLINE -DQCL_IRQ -Iqc -DDEF_INCLUDE_PATH="\"/usr/local/share/qcl\"" *.cc
=========================================================================
=======================<phase: build >============================
===> Building for qcl-0.6.1
c++ -O2 -pipe -fno-strict-aliasing -DQCL_DEBUG -DQC_DEBUG -DQCL_USE_READLINE -DQCL_IRQ -Iqc -DDEF_INCLUDE_PATH="\"/usr/local/share/qcl\"" -c types.cc
In file included from types.cc:18:
In file included from ./types.h:21:
In file included from qc/qc.h:24:
qc/bitvec.h:135:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
QC_CHECK(l>=0);
^~~~~~~~~~~~~~
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^~~~~~~~
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^~~~~~~~~~
qc/bitvec.h:135:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^
qc/bitvec.h:178:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
QC_CHECK(i<len);
^~~~~~~~~~~~~~~
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^~~~~~~~
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^~~~~~~~~~
qc/bitvec.h:178:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^
qc/bitvec.h:185:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
QC_CHECK(i+l<=len);
^~~~~~~~~~~~~~~~~~
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^~~~~~~~
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^~~~~~~~~~
qc/bitvec.h:185:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^
qc/bitvec.h:190:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
QC_CHECK(i+l<=len);
^~~~~~~~~~~~~~~~~~
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^~~~~~~~
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^~~~~~~~~~
qc/bitvec.h:190:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^
qc/bitvec.h:191:3: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
QC_CHECK(l<=BPW);
^~~~~~~~~~~~~~~~
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
^~~~~~~~
qc/bitvec.h:39:24: note: expanded from macro 'SEGFAULT'
#define SEGFAULT while(*((int*)0))
^~~~~~~~~~
qc/bitvec.h:191:3: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
qc/bitvec.h:45:5: note: expanded from macro 'QC_CHECK'
SEGFAULT; \
<snip>
More information about the freebsd-pkg-fallout
mailing list