apcupsd 3.4.10 fails to install
Doug Sampson
dougs at dawnsign.com
Fri Sep 21 18:22:20 UTC 2012
Hello-
I'm having troubling installing apcupsd 3.4.10 on a FreeBSD 9.0 machine. This is what I get:
aries# pwd
/usr/ports/sysutils/apcupsd
aries# make install clean
===> 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/libusbhid
LD src/apcupsd
/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/lib/libapc.a(astring.o): In function `astring::assign(char const*, int)':
astring.cpp:(.text+0xbb): undefined reference to `operator new[](unsigned int)'
/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/lib/libapc.a(astring.o): In function `astring::realloc(unsigned int)':
astring.cpp:(.text+0x23c): undefined reference to `operator new[](unsigned int)'
/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/lib/libapc.a(astring.o): In function `astring::vformat(char const*, char*)':
astring.cpp:(.text+0x4a5): undefined reference to `operator new[](unsigned int)'
gmake[2]: *** [apcupsd] Error 1
gmake[1]: *** [all] Error 2
gmake: *** [src_DIR] Error 2
*** Error code 1
Stop in /usr/ports/sysutils/apcupsd.
*** Error code 1
Stop in /usr/ports/sysutils/apcupsd.
aries#
This system was compiled from svn sources. The ARIES kernel conf is as follows:
aries# less /usr/src/sys/i386/conf/ARIES
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files:
#
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
< ..snip.. >
#
# $FreeBSD: releng/9.0/sys/i386/conf/GENERIC 227305 2011-11-07 13:40:54Z marius $
include GENERIC
nocpu I486_CPU
nocpu I586_CPU
ident ARIES
options KVA_PAGES=512 # increase system memory usage from 1GB to 2GB for ZFS usage
nodevice eisa
nodevice fdc
Contents of make.conf:
aries# less /etc/make.conf
# added by DSS 2/23/09
#.if $(.CURDIR:M*/sysutils/bacula-client) || \
# $(.CURDIR:M*/sysutils/bacula-client)
#CONFIGURE_ARGS+=--enable-static-fd
#.endif
WITHOUT_X11=yes
# added by use.perl 2012-09-21 10:18:17
PERL_VERSION=5.14.2
~Doug
More information about the freebsd-questions
mailing list