Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge system - db error [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
elpollodiablo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2003
Posts: 141

PostPosted: Sun Jan 29, 2006 4:28 pm    Post subject: emerge system - db error [SOLVED] Reply with quote

emerging db (sys-libs/db-4.2.52_p2-r1) during emerge -e system gives me this error:

Code:

>>> Test phase [not enabled]: sys-libs/db-4.2.52_p2-r1

>>> Install db-4.2.52_p2-r1 into /var/tmp/portage/db-4.2.52_p2-r1/image/ category sys-libs
Installing DB include files: /var/tmp/portage/db-4.2.52_p2-r1/image//usr/include ...
Installing DB library: /var/tmp/portage/db-4.2.52_p2-r1/image//usr/lib ...
cp -p .libs/libdb-4.2.so /var/tmp/portage/db-4.2.52_p2-r1/image//usr/lib/libdb-4.2.so
cp -p .libs/libdb-4.2.lai /var/tmp/portage/db-4.2.52_p2-r1/image//usr/lib/libdb-4.2.la
cp -p .libs/libdb_cxx-4.2.so /var/tmp/portage/db-4.2.52_p2-r1/image//usr/lib/libdb_cxx-4.2.so
cp: cannot stat `.libs/libdb_cxx-4.2.so': No such file or directory
make: *** [install_lib] Error 1

!!! ERROR: sys-libs/db-4.2.52_p2-r1 failed.
!!! Function einstall, Line 534, Exitcode 2
!!! einstall failed
!!! If you need support, post the topmost build error, NOT this status message.


and this is make.conf:
Code:

USE="acpi alsa -arts cups -esd gnome -gphoto2 gtk gtk2 -kde -mikmod mmx mozilla opengl -oss -qt samba sse sse2 truetype usb X xinerama xmms dvd nvidia moznomail moznocompose moznoirc  mmx mmx2 -cdr -dvdr win32codecs cdr dvdr threads cairo"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS='${CFLAGS}'

ALSA_CARDS="emu10k1,usb-audio"
#FEATURES="distcc"
#MAKEOPTS="-j6"

SANE_BACKENDS="plustek"


Help would be appreciated. Thanks, m
Back to top
View user's profile Send private message
elpollodiablo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2003
Posts: 141

PostPosted: Sun Jan 29, 2006 5:50 pm    Post subject: Re: emerge system - db error [SOLVED] Reply with quote

Well, this was wrong:
Code:

CXXFLAGS='${CFLAGS}'


and this is correct:
Code:

CXXFLAGS="${CFLAGS}"


Maybe I should get a couple of days off from work... :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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