Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45939 - tcptraceroute ebuild causes 2 libnet versions to be installed
Summary: tcptraceroute ebuild causes 2 libnet versions to be installed
Status: RESOLVED DUPLICATE of bug 33545
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-27 17:05 UTC by Sven
Modified: 2005-07-17 13:06 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 Sven 2004-03-27 17:05:06 UTC
hi,

the tcptraceroute ebuild contains the follwoing:
DEPEND="net-libs/libpcap
        <net-libs/libnet-1.1
        >=net-libs/libnet-1.0.2a-r3"

the intension is clear:
tcptraceroute depends on libnet, but it muts be a version <1.1 and >=1.0.2a but the portage wants to install libnet-1.0.2a (which satisfies <1.1) and libnet-1.1.1 (which satisfies >1.0.2a).

this is either a bug in the portage or a bug in the ebuild.
if there is nothing to express something like ">=a and <b", than it is a bug - or let's say insufficiency - of the portage. is there is an appropriate for doing that, than please fix the ebuild.
Comment 1 SpanKY gentoo-dev 2004-04-20 10:12:18 UTC
bug in portage

*** This bug has been marked as a duplicate of 33545 ***