Subject: arts fails in soundserver
To: None <tech-pkg@NetBSD.org>
From: Mark Kirby <mark@coris.org.uk>
List: tech-pkg
Date: 08/22/2004 18:36:25
hi,

updated pkgsrc this morning and started building kde3.3. All goes fine untill 
it starts building arts. It buikds for a while then stops with the following 
error

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../mcop -I../flow -I../flow 
-DEXECUTE=\"/usr/pkg/bin/artsd\" -I/usr/pkg/include -I/usr/pkg/qt3/include 
-I/usr/X11R6/include  -I/usr/pkg/include -I/usr/X11R6/include -I../libltdl  
-DQT_THREAD_SUPPORT -I/usr/pkg/include -I/usr/pkg/qt3/include 
-DGLX_GLXEXT_LEGACY -I/usr/include -I/usr/pkg/include/freetype2 -pthread 
-I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include    
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith 
-Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -I/usr/pkg/include 
-I/usr/pkg/qt3/include -DGLX_GLXEXT_LEGACY -I/usr/include 
-I/usr/pkg/include/freetype2 -fno-exceptions -fno-check-new -fno-common  
-ftemplate-depth-99  -MT soundserverstartup_impl.o -MD -MP -MF 
".deps/soundserverstartup_impl.Tpo" -c -o soundserverstartup_impl.o 
soundserverstartup_impl.cc; \
then mv -f ".deps/soundserverstartup_impl.Tpo" 
".deps/soundserverstartup_impl.Po"; else rm -f 
".deps/soundserverstartup_impl.Tpo"; exit 1; fi
/bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG 
-DNO_DEBUG -O2 -O2 -I/usr/pkg/include -I/usr/pkg/qt3/include 
-DGLX_GLXEXT_LEGACY -I/usr/include -I/usr/pkg/include/freetype2 
-fno-exceptions -fno-check-new -fno-common  -ftemplate-depth-99   -Wl,-E 
-L/usr/pkg/qt3/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/qt3/lib -Wl,-R/usr/pkg/lib 
-L/usr/lib -Wl,-R/usr/lib -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -o artsd  
soundserverv2_impl.o soundserver_impl.o simplesoundserver_impl.o artsd.o 
cpuusage.o samplestorage_impl.o crashhandler.o soundserverstartup_impl.o 
libsoundserver_idl.la ../flow/libartsflow.la ../mcop_mt/libmcop_mt.la  -lintl
../flow/.libs/libartsflow.so: undefined reference to `_oss_ioctl'
gmake[2]: *** [artsd] Error 1
gmake[2]: Leaving directory 
`/usr/pkgsrc/audio/arts/work/arts-1.3.0/soundserver'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/audio/arts/work/arts-1.3.0'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/audio/arts
*** Error code 1

Im using netbsd 2.0G and it was a clean system (no packages installed) at the 
start of the build.

Has anyone built arts recently?

Thanks 

Mark