Subject: Error building amarok on DragonFly
To: None <tech-pkg@netbsd.org>
From: Jonathan Fosburgh <jonathan@fosburgh.org>
List: tech-pkg
Date: 11/02/2005 07:59:18
I have been trying to build amarok on DragonFly 1.3.7-DEVELOPMENT. I am 
tracking pkgsrc via cvs and this error is persisting  as of this morning.  
The error is occuring while building the engines. I have tried manipulating 
the Makefile in the engine directory to find any that will build, but so far 
they are all showing the same error.  Here is what I am getting:

gmake[5]: Entering directory 
`/usr/pkgsrc/audio/amarok/work/amarok-1.3.5/amarok/src/engine/void'
if /bin/sh ../../../../libtool --silent --mode=compile --tag=CXX c++ 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../amarok/src/engine 
-I../../../../amarok/src/plugin -I../../../../amarok/src -I/usr/pkg/include 
-I/usr/pkg/qt3/include -I/usr/pkg/xorg/include  -I/usr/pkg/include 
-I/usr/pkg/xorg/include  -DQT_THREAD_SUPPORT -I/usr/pkg/include 
-DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/qt3/include -DGLX_GLXEXT_LEGACY 
-I/usr/pkg/xorg/include -I/usr/pkg/include/krb5 -I/usr/pkg/include/freetype2  
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 
-I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/qt3/include 
-DGLX_GLXEXT_LEGACY -I/usr/pkg/xorg/include -I/usr/pkg/include/krb5 
-I/usr/pkg/include/freetype2 -Wno-non-virtual-dtor -fno-exceptions 
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT void-engine.lo -MD -MP 
-MF ".deps/void-engine.Tpo" -c -o void-engine.lo void-engine.cpp; \
then mv -f ".deps/void-engine.Tpo" ".deps/void-engine.Plo"; else rm -f 
".deps/void-engine.Tpo"; exit 1; fi
/bin/sh ../../../../libtool --silent --mode=link --tag=CXX c++  -Wno-long-long 
-Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 
-I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/qt3/include 
-DGLX_GLXEXT_LEGACY -I/usr/pkg/xorg/include -I/usr/pkg/include/krb5 
-I/usr/pkg/include/freetype2 -Wno-non-virtual-dtor -fno-exceptions 
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -L/usr/pkg/qt3/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/usr/pkg/qt3/lib -L/usr/pkg/xorg/lib -Wl,-R/usr/pkg/xorg/lib -o 
libamarok_void-engine_plugin.la -rpath /usr/pkg/lib/kde3 -avoid-version 
-module -no-undefined    -L/usr/pkg/lib -L/usr/pkg/qt3/lib 
-L/usr/pkg/xorg/lib    -L/usr/pkg/qt3/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/qt3/lib -L/usr/pkg/xorg/lib 
-Wl,-R/usr/pkg/xorg/lib 
void-engine.lo ../../../../amarok/src/engine/libengine.la ../../../../amarok/src/plugin/libplugin.la 
-lkdecore -lintl
libtool: link: cannot find the library `'
gmake[5]: *** [libamarok_void-engine_plugin.la] Error 1
gmake[5]: Leaving directory 
`/usr/pkgsrc/audio/amarok/work/amarok-1.3.5/amarok/src/engine/void'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory 
`/usr/pkgsrc/audio/amarok/work/amarok-1.3.5/amarok/src/engine'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory 
`/usr/pkgsrc/audio/amarok/work/amarok-1.3.5/amarok/src'


I am new to pkgsrc and to this list, so I am not sure what additional 
information you need.  Do I need to attach the build.log file as well?  
Thanks in advance for any help.