Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29765 - XFCE4 ebuild failed when compiling XFFM
Summary: XFCE4 ebuild failed when compiling XFFM
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-27 13:00 UTC by doug whiteley
Modified: 2003-09-28 09:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description doug whiteley 2003-09-27 13:00:30 UTC
When I try emerging XFCE4, I get an error during the XFFM compilation... it
appears to be to do with a missing library, libdbh.so.

Reproducible: Always
Steps to Reproduce:
1.emerge xfce4
2.
3.

Actual Results:  
emerge fails

Expected Results:  
xfce4 gets installed

gcc: /usr/lib/libdbh.so: No such file or directory
make[2]: *** [xffm] Error 1
make[2]: Leaving directory `/var/tmp/portage/xffm-4.0.0/work/xffm-4.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xffm-4.0.0/work/xffm-4.0.0'
make: *** [all] Error 2
 
!!! ERROR: xfce-base/xffm-4.0.0 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! (no error message)
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-27 16:09:11 UTC
you probably have dbh emerged already, but please emerge it again.
Comment 2 doug whiteley 2003-09-27 19:26:09 UTC
Well, yes I did have it installed already, but I went ahead and emerged t
again, and lo and behold, it worked. I have no idea what was wrong there...
very odd.
Comment 3 Brad Cowan (RETIRED) gentoo-dev 2003-09-28 09:26:52 UTC
yes this was the correct fix, a side effect of portage having no sane way
to automatically reemerge a package if a package needs rebuilt.