[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
port of xosview not building on OpenBSD 3.2 / hp300
Hi,
OpenBSD iwt 3.2 GENERIC#3 hp300
no patches applied
The port of xosview does not build on this platform.
Help / bugfix appreciated.
The full log is attached.
Thanks,
Heiko
+++ Mon Nov 4 18:12:10 CET 2002
===> Cleaning for xosview-1.8.0
===> Checking files for xosview-1.8.0
`/usr/ports/distfiles/xosview-1.8.0.tar.gz' is up to date.
>> Checksum OK for xosview-1.8.0.tar.gz. (sha1)
===> Extracting for xosview-1.8.0
===> Patching for xosview-1.8.0
===> Configuring for xosview-1.8.0
creating cache ./config.cache
checking host system type... m68k-unknown-openbsd3.2
checking for c++... c++
checking whether the C++ compiler (c++ -O2 -L/usr/X11R6/lib) works... yes
checking whether the C++ compiler (c++ -O2 -L/usr/X11R6/lib) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking whether c++ supports bool types... yes
checking whether c++ supports long long types... yes
checking how to run the C preprocessor... cc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for a BSD compatible install... /usr/bin/install -c -o root -g kmem
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for ranlib... ranlib
disabled automatic dependencies by default
checking for snprintf... yes
checking for X11/xpm.h... yes
checking for XpmCreateImageFromData in -lXpm... yes
checking for usleep... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating bsd/Makefile
creating Makefile.config
creating Makefile.GNU.autodep
creating Xdefaults
===> Building for xosview-1.8.0
cd ./bsd && make
c++ -O2 -O2 -Wall -O4 -pipe -I/usr/X11R6/include -DXOSVIEW_VERSION=\"1.8.0\" -I/usr/ports/sysutils/xosview/w-xosview-1.8.0/xosview-1.8.0 -I/usr/ports/sysutils/xosview/w-xosview-1.8.0/xosview-1.8.0/bsd -DHAVE_BOOL=1 -DLONG_LONG=long\ long -DHAVE_SNPRINTF=1 -DHAVE_XPM=1 -DXOSVIEW_OPENBSD=1 -DHAVE_SWAPCTL=1 -DUVM=1 -DHAVE_BATTERY_METER=1 -DAPM_BATT_ABSENT=APM_BATTERY_ABSENT -DHAVE_USLEEP=1 -I.. -c MeterMaker.cc -o MeterMaker.o
c++ -O2 -O2 -Wall -O4 -pipe -I/usr/X11R6/include -DXOSVIEW_VERSION=\"1.8.0\" -I/usr/ports/sysutils/xosview/w-xosview-1.8.0/xosview-1.8.0 -I/usr/ports/sysutils/xosview/w-xosview-1.8.0/xosview-1.8.0/bsd -DHAVE_BOOL=1 -DLONG_LONG=long\ long -DHAVE_SNPRINTF=1 -DHAVE_XPM=1 -DXOSVIEW_OPENBSD=1 -DHAVE_SWAPCTL=1 -DUVM=1 -DHAVE_BATTERY_METER=1 -DAPM_BATT_ABSENT=APM_BATTERY_ABSENT -DHAVE_USLEEP=1 -I.. -c btrymeter.cc -o btrymeter.o
btrymeter.cc:19: machine/apmvar.h: No such file or directory
btrymeter.cc: In method `void BtryMeter::getpwrinfo()':
btrymeter.cc:51: aggregate `struct apm_power_info buff' has incomplete type and cannot be initialized
btrymeter.cc:62: `APM_IOC_GETPOWER' undeclared (first use this function)
btrymeter.cc:62: (Each undeclared identifier is reported only once
btrymeter.cc:62: for each function it appears in.)
btrymeter.cc:62: confused by earlier errors, bailing out
*** Error code 1
Stop in /usr/ports/sysutils/xosview/w-xosview-1.8.0/xosview-1.8.0/bsd.
*** Error code 1
Stop in /usr/ports/sysutils/xosview/w-xosview-1.8.0/xosview-1.8.0 (line 39 of Makefile).
*** Error code 1
Stop in /usr/ports/sysutils/xosview (line 1749 of /usr/ports/infrastructure/mk/bsd.port.mk).
--- Mon Nov 4 18:14:47 CET 2002