From owner-freebsd-ports@FreeBSD.ORG Tue Aug 13 18:46:26 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 04268605; Tue, 13 Aug 2013 18:46:26 +0000 (UTC) (envelope-from dnewman@networktest.com) Received: from mail5.networktest.com (mail5.networktest.com [204.109.60.142]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5BC82C44; Tue, 13 Aug 2013 18:46:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail5.networktest.com (Postfix) with ESMTP id C89D82FCC99; Tue, 13 Aug 2013 11:40:03 -0700 (PDT) Received: from mail5.networktest.com ([127.0.0.1]) by localhost (mail5.networktest.com [127.0.0.1]) (maiad, port 10024) with ESMTP id 14384-09; Tue, 13 Aug 2013 11:40:03 -0700 (PDT) Received: from tejay.local (cpe-172-249-28-59.socal.res.rr.com [172.249.28.59]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail5.networktest.com (Postfix) with ESMTPSA id 78BF82FCC98; Tue, 13 Aug 2013 11:40:03 -0700 (PDT) Message-ID: <520A7D84.5020001@networktest.com> Date: Tue, 13 Aug 2013 11:40:04 -0700 From: David Newman Organization: Network Test Inc. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: itetcu@FreeBSD.org Subject: FreeBSD Port: apcupsd-3.14.10_1 X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 18:46:26 -0000 Greetings. Running 'make package' on the 9.1-RELEASE/i386 port of apcupsd-3.14.10_1 fails to run to completion. Please see the error output below. If it's relevant, I am running this in a 32-bit jail on a 64-bit 9.1 machine. But I am not sure that is relevant, since all the dependency ports (gettext, gmake, libiconv) compiled OK in the 32-bit jail. Thanks in advance for clues on getting this package to build. dn # make package ===> Building for apcupsd-3.14.10 src src/lib src/drivers src/drivers/apcsmart src/drivers/dumb src/drivers/net src/drivers/pcnet src/drivers/usb src/drivers/usb/generic src/drivers/snmplite src/libusbhid LD src/apcupsd /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(snmp.o): In function `Snmp::VarBindList::VarBindList(Asn::Sequence&)': snmp.cpp:(.text+0x7b3): undefined reference to `operator new[](unsigned int)' /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(snmp.o): In function `Snmp::VarBindList::Append(Asn::ObjectId const&, Snmp::Variable*)': snmp.cpp:(.text+0xe4d): undefined reference to `operator new[](unsigned int)' /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(snmp.o): In function `Snmp::VarBindList::VarBindList(Asn::Sequence&)': snmp.cpp:(.text+0xf53): undefined reference to `operator new[](unsigned int)' /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(asn.o): In function `Asn::Sequence::assign(Asn::Sequence const&)': asn.cpp:(.text+0x71b): undefined reference to `operator new[](unsigned int)' /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(asn.o): In function `Asn::ObjectId::demarshal(unsigned char*&, unsigned int&)': asn.cpp:(.text+0x826): undefined reference to `operator new[](unsigned int)' /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(asn.o):asn.cpp:(.text+0x918): more undefined references to `operator new[](unsigned int)' follow gmake[2]: *** [apcupsd] Error 1 gmake[1]: *** [all] Error 2 gmake: *** [src_DIR] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/sysutils/apcupsd. *** [package] Error code 1 Stop in /usr/ports/sysutils/apcupsd.