From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 11 00:31:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38F96D22 for ; Thu, 11 Jun 2015 00:31:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08BF415C1 for ; Thu, 11 Jun 2015 00:31:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5B0VGif084084 for ; Thu, 11 Jun 2015 00:31:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200776] sysutils/apcupsd Revision 388568 breaks build on FreeBSD 9.3 (amd64) Date: Thu, 11 Jun 2015 00:31:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: draenan@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: itetcu@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 00:31:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200776 Bug ID: 200776 Summary: sysutils/apcupsd Revision 388568 breaks build on FreeBSD 9.3 (amd64) Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: itetcu@FreeBSD.org Reporter: draenan@gmail.com Flags: maintainer-feedback?(itetcu@FreeBSD.org) Assignee: itetcu@FreeBSD.org Removal of "-lstdc++" from the Makefile breaks the build on my 9.3 amd64 server. >From the build log: -----BEGIN----- /wrkdirs/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.13/src/drivers/modbus/libmodbusdrv.a(ModbusComm.o): In function `ModbusComm::ReadRegister(unsigned short, unsigned int)': ModbusComm.cpp:(.text+0x5f9): undefined reference to `operator new[](unsigned long)' /wrkdirs/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.13/src/lib/libapc.a(astring.o): In function `astring::assign(char const*, int)': astring.cpp:(.text+0x6c): undefined reference to `operator new[](unsigned long)' /wrkdirs/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.13/src/lib/libapc.a(astring.o): In function `astring::realloc(unsigned int)': astring.cpp:(.text+0x1de): undefined reference to `operator new[](unsigned long)' /wrkdirs/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.13/src/lib/libapc.a(astring.o): In function `astring::vformat(char const*, __va_list_tag*)': astring.cpp:(.text+0x48e): undefined reference to `operator new[](unsigned long)' Makefile:33: recipe for target 'apcupsd' failed gmake[2]: *** [apcupsd] Error 1 ../autoconf/targets.mak:55: recipe for target 'all' failed gmake[1]: *** [all] Error 2 autoconf/targets.mak:105: recipe for target 'src_DIR' failed gmake: *** [src_DIR] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/sysutils/apcupsd. -----END----- Fixed for me by adding "-lstdc++" to the LIBS entry in the Makefile. -- You are receiving this mail because: You are the assignee for the bug.