Date: Thu, 11 Jun 2015 00:31:16 +0000 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) Message-ID: <bug-200776-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200776-13>