Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48519 - sys-apps/iproute2-2.4.7.20020116 doesn't compile
Summary: sys-apps/iproute2-2.4.7.20020116 doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-20 16:32 UTC by Caleb Shay
Modified: 2004-04-21 16:02 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 Caleb Shay 2004-04-20 16:32:09 UTC
iproute2 does not build.

Line 64 of the ebuild does a sed statement that replaces -ldb with -ldb-1, this should be -ldb1 since that is what sys-libs/db-1.85-r1.ebuild installs it as.
Comment 1 SpanKY gentoo-dev 2004-04-21 16:02:43 UTC
yeah, i had libdb-1 on my system for some reason which is why i used that

fixed in portage earlier today when seemant pointed it out