Bug 200776 - sysutils/apcupsd Revision 388568 breaks build on FreeBSD 9.3 (amd64)
Summary: sysutils/apcupsd Revision 388568 breaks build on FreeBSD 9.3 (amd64)
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 00:31 UTC by Adrian Waters
Modified: 2017-03-07 11:42 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (itetcu)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Waters 2015-06-11 00:31:16 UTC
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.
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2017-02-27 20:52:26 UTC
Maintainer reset.
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2017-03-07 11:42:07 UTC
Recent revision ports r435590 builds fine for me on 9.3/amd64 (despite the fact that it is no longer supported and requires explicit ALLOW_UNSUPPORTED_SYSTEM setting).  Feel free to reopen the bug if the problem still persists, or even better upgrade your system to a supported FreeBSD version.