[Bug 200776] sysutils/apcupsd Revision 388568 breaks build on FreeBSD 9.3 (amd64)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 11 00:31:17 UTC 2015


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 at FreeBSD.org
          Reporter: draenan at gmail.com
             Flags: maintainer-feedback?(itetcu at FreeBSD.org)
          Assignee: itetcu at 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.


More information about the freebsd-ports-bugs mailing list