Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207729 - dev-dotnet/evolution-sharp-0.14.0.1 fails for missing libdb-4.3.la
Summary: dev-dotnet/evolution-sharp-0.14.0.1 fails for missing libdb-4.3.la
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-27 19:13 UTC by Federico Ferri (RETIRED)
Modified: 2008-01-27 19:37 UTC (History)
0 users

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


Attachments
emerge -1 evolution-sharp (evolution-sharp.log,29.55 KB, text/plain)
2008-01-27 19:13 UTC, Federico Ferri (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Ferri (RETIRED) gentoo-dev 2008-01-27 19:13:27 UTC
with the following error: (previous compiles & configure all OK, see the full log atached)

grep: /usr/lib/libdb-4.3.la: No such file or directory
/bin/sed: can't read /usr/lib/libdb-4.3.la: No such file or directory
libtool: link: `/usr/lib/libdb-4.3.la' is not a valid libtool archive
make[2]: *** [libevolutionglue.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-dotnet/evolution-sharp-0.14.0.1/work/evolution-sharp-0.14.0.1/glue'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-dotnet/evolution-sharp-0.14.0.1/work/evolution-sharp-0.14.0.1'
make: *** [all] Error 2



NOTE: package sys-libs/db-4.3* got removed by `emerge --depclean`, called after running `emerge -uvDN world` and `revdep-rebuild`

# equery list sys-libs/db 
[ Searching for package 'db' in 'sys-libs' among: ]
 * installed packages
[I--] [  ] sys-libs/db-4.5.20_p2 (4.5)


why the package still looks for libdb-4.3? a bug in `emerge --depclean`? or in the configure?
Comment 1 Federico Ferri (RETIRED) gentoo-dev 2008-01-27 19:13:57 UTC
Created attachment 141912 [details]
emerge -1 evolution-sharp

full output
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-01-27 19:27:37 UTC
Run revdep-rebuild.
Comment 3 Federico Ferri (RETIRED) gentoo-dev 2008-01-27 19:37:55 UTC
oh, right...
10 pkgs re-emerged by revdep-rebuild...

it seems I have to run revdep-rebuild more often... (perhaps after *every* emerge)