Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Error emerging kdeaddons-3.5.3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
BigBadRat
n00b
n00b


Joined: 05 Jun 2006
Posts: 3

PostPosted: Wed Jun 14, 2006 9:14 pm    Post subject: [SOLVED] Error emerging kdeaddons-3.5.3 Reply with quote

I was emerging kde-3.5.3 and the kdeaddons package failed to emerge. I hope someone can give me some hint about how to solve this.

The error log

Code:

/bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../noatun/library -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I//usr/include/db4.2  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -pipe -O2 -Wformat-security -Wmissing-format-attribute -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  -c -o view.lo view.cpp
/bin/sh ../../libtool --silent --tag=CXX --mode=link g++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -pipe -O2 -Wformat-security -Wmissing-format-attribute -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    -o noatun_oblique.la -rpath /usr/kde/3.5/lib/kde3 -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib    -module -avoid-version -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined base.lo kbuffer.lo query.lo oblique.lo tree.lo file.lo selector.lo menu.lo cmodule.lo kdatacollection.lo view.lo -lkio -lnoatun -ldb-4.2
.libs/base.o: In function `Base::remove(File)':
base.cpp:(.text+0x15f4): undefined reference to `Dbt::Dbt()'
base.cpp:(.text+0x166d): undefined reference to `Db::del(DbTxn*, Dbt*, unsigned int)'
base.cpp:(.text+0x168a): undefined reference to `Db::sync(unsigned int)'
base.cpp:(.text+0x16a6): undefined reference to `Dbt::~Dbt()'
.libs/base.o: In function `Base::find(unsigned int)':
base.cpp:(.text+0x1751): undefined reference to `Dbt::Dbt()'
base.cpp:(.text+0x17b0): undefined reference to `Dbt::Dbt()'

.... lots of this  Dbt object coming from base.cpp until this...


.libs/base.o: In function `Base::clearProperty(unsigned int, QString const&)':
base.cpp:(.text+0x484e): undefined reference to `Dbt::Dbt()'
base.cpp:(.text+0x48bf): undefined reference to `Dbt::Dbt()'
base.cpp:(.text+0x493f): undefined reference to `Db::put(DbTxn*, Dbt*, Dbt*, unsigned int)'
base.cpp:(.text+0x4958): undefined reference to `Db::sync(unsigned int)'
base.cpp:(.text+0x4999): undefined reference to `Dbt::~Dbt()'
base.cpp:(.text+0x49b5): undefined reference to `Dbt::~Dbt()'
.libs/base.o: In function `Base::setProperty(unsigned int, QString const&, QString const&)':
base.cpp:(.text+0x4d14): undefined reference to `Dbt::Dbt()'
base.cpp:(.text+0x4d85): undefined reference to `Dbt::Dbt()'
base.cpp:(.text+0x4e05): undefined reference to `Db::put(DbTxn*, Dbt*, Dbt*, unsigned int)'
base.cpp:(.text+0x4e1e): undefined reference to `Db::sync(unsigned int)'
base.cpp:(.text+0x4e5f): undefined reference to `Dbt::~Dbt()'
base.cpp:(.text+0x4e7b): undefined reference to `Dbt::~Dbt()'
collect2: ld returned 1 exit status
make[4]: *** [noatun_oblique.la] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.3/work/kdeaddons-3.5.3/noatun-plugins/oblique'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.3/work/kdeaddons-3.5.3/noatun-plugins/oblique'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.3/work/kdeaddons-3.5.3/noatun-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeaddons-3.5.3/work/kdeaddons-3.5.3'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeaddons-3.5.3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  kdeaddons-3.5.3.ebuild, line 32:   Called kde_src_compile
  kde.eclass, line 164:   Called kde_src_compile 'all'
  kde.eclass, line 299:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 295:   Called die

!!! died running emake, kde_src_compile:make




And the flags used for this emerge

Code:

[ebuild     U ] kde-base/kdeaddons-3.5.3 [3.5.2-r1] USE="arts berkdb sdl xinerama xmms -debug -kdeenablefinal -kdehiddenvisibility%" 0 kB


Last edited by BigBadRat on Thu Jun 15, 2006 7:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
BigBadRat
n00b
n00b


Joined: 05 Jun 2006
Posts: 3

PostPosted: Thu Jun 15, 2006 7:11 pm    Post subject: Reply with quote

I reemerged DB as suggested in the topic below and kdeaddons compiled without problems

https://forums.gentoo.org/viewtopic-t-471256.html
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Fri Jun 16, 2006 7:09 am    Post subject: Reply with quote

Moved from Portage & Programming to Duplicate Threads.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum