[kde-solaris] Error during compiling kdebase

Reuter Enno Enno.Reuter at Micronas.com
Mon Apr 3 16:32:53 CEST 2006


Hi to all,
During compiling kdebase-3.5.2 I got following errors:
Kde-3.5.2
Qt-3.3.6


gmake[4]: Entering directory
`/scratch/kde/kde-3.5.2_tmp/kdebase-3.5.2/kicker/kicker'
if /bin/bash ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I/scratch/kde/kde-3.5.2/include
-I/scratch/kde/qt-x11-free-3.3.6/include    -DQT_THREAD_SUPPORT
-I/scratch/kde/kde-3.5.2/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-DUSE_SOLARIS -DSVR4 -D_FILE_OFFSET_BITS=64  -Wno-long-long -Wundef
-Wall -W -Wpointer-arith -O2 -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 -D_GNU_SOURCE -shared
-MT kicker_dummy.lo -MD -MP -MF ".deps/kicker_dummy.Tpo" -c -o
kicker_dummy.lo kicker_dummy.cpp; \
then mv -f ".deps/kicker_dummy.Tpo" ".deps/kicker_dummy.Plo"; else rm -f
".deps/kicker_dummy.Tpo"; exit 1; fi
echo > dummy.cpp
if /bin/bash ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I/scratch/kde/kde-3.5.2/include
-I/scratch/kde/qt-x11-free-3.3.6/include    -DQT_THREAD_SUPPORT
-I/scratch/kde/kde-3.5.2/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-DUSE_SOLARIS -DSVR4 -D_FILE_OFFSET_BITS=64  -Wno-long-long -Wundef
-Wall -W -Wpointer-arith -O2 -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 -D_GNU_SOURCE -shared
-MT dummy.lo -MD -MP -MF ".deps/dummy.Tpo" -c -o dummy.lo dummy.cpp; \
then mv -f ".deps/dummy.Tpo" ".deps/dummy.Plo"; else rm -f
".deps/dummy.Tpo"; exit 1; fi
/bin/bash ../../libtool --silent --tag=CXX --mode=link g++
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2
-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 -D_GNU_SOURCE -shared   -mimpure-text -o
libkdeinit_kicker.la -rpath /scratch/kde/kde-3.5.2/lib -no-undefined
-avoid-version -L/scratch/kde/kde-3.5.2/lib
-L/scratch/kde/qt-x11-free-3.3.6/lib     dummy.lo core/libkicker_core.la
buttons/libkicker_buttons.la ui/libkicker_ui.la
../libkicker/libkickermain.la -lkio -lkutils 
ld: fatal: symbol `__gnu_cxx::free_list::_M_get(unsigned int)' is
multiply-defined:
	(file
.libs/libkdeinit_kicker.lax/libkicker_core.a/bitmap_allocator.o and file
.libs/libkdeinit_kicker.lax/libkicker_buttons.a/bitmap_allocator.o);
ld: fatal: symbol `__gnu_cxx::free_list::_M_clear()' is
multiply-defined:
	(file
.libs/libkdeinit_kicker.lax/libkicker_core.a/bitmap_allocator.o and file
.libs/libkdeinit_kicker.lax/libkicker_buttons.a/bitmap_allocator.o);
ld: fatal: symbol
`__gnu_cxx::__pool_alloc_base::_M_allocate_chunk(unsigned int, int&)' is
multiply-defined:
	(file
.libs/libkdeinit_kicker.lax/libkicker_core.a/pool_allocator.o and file
.libs/libkdeinit_kicker.lax/libkicker_buttons.a/pool_allocator.o);
ld: fatal: symbol
`__gnu_cxx::__pool_alloc_base::_M_get_free_list(unsigned int)' is
multiply-defined:
	(file
.libs/libkdeinit_kicker.lax/libkicker_core.a/pool_allocator.o and file
.libs/libkdeinit_kicker.lax/libkicker_buttons.a/pool_allocator.o);
ld: fatal: symbol `__gnu_cxx::__pool_alloc_base::_M_get_mutex()' is
multiply-defined:
	(file
.libs/libkdeinit_kicker.lax/libkicker_core.a/pool_allocator.o and file
.libs/libkdeinit_kicker.lax/libkicker_buttons.a/pool_allocator.o);
ld: fatal: symbol `__gnu_cxx::__pool_alloc_base::_S_end_free' is
multiply-defined:
	
	
snip	
	
	
ld: fatal: symbol `__gnu_cxx::__verbose_terminate_handler()' is
multiply-defined:
	(file .libs/libkdeinit_kicker.lax/libkicker_core.a/vterminate.o
and file .libs/libkdeinit_kicker.lax/libkicker_ui.a/vterminate.o);
ld: fatal: symbol `__cxa_demangle' is multiply-defined:
	(file .libs/libkdeinit_kicker.lax/libkicker_core.a/cp-demangle.o
and file .libs/libkdeinit_kicker.lax/libkicker_ui.a/cp-demangle.o);
ld: fatal: File processing errors. No output written to
.libs/libkdeinit_kicker.so
collect2: ld returned 1 exit status
gmake[4]: *** [libkdeinit_kicker.la] Error 1
gmake[4]: Leaving directory
`/scratch/kde/kde-3.5.2_tmp/kdebase-3.5.2/kicker/kicker'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/scratch/kde/kde-3.5.2_tmp/kdebase-3.5.2/kicker/kicker'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/scratch/kde/kde-3.5.2_tmp/kdebase-3.5.2/kicker'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/scratch/kde/kde-3.5.2_tmp/kdebase-3.5.2'


Can anybody give me a hint whats wrong? 


Thanks Enno


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-solaris/attachments/20060404/87bd2331/attachment.html 


More information about the kde-solaris mailing list