Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136260 - net-analyzer/tcptraceroute missing RDEPEND on libnet and libpcap
Summary: net-analyzer/tcptraceroute missing RDEPEND on libnet and libpcap
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-10 00:52 UTC by petre rodan (RETIRED)
Modified: 2006-06-10 11:07 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 petre rodan (RETIRED) gentoo-dev 2006-06-10 00:52:15 UTC
please add libnet and libpcap as RDEPEND for all tcptraceroute ebuilds, since they are dynamically linked libraries needed by your application. [1]
 when installing from binary packages (think catalyst or an enterprise setup), only RDEPEND is checked and that one is missing in your case. [2]

[1] http://devmanual.gentoo.org/general-concepts/dependencies/index.html
[2] http://thread.gmane.org/gmane.linux.gentoo.devel/29509/

thanks,
peter
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2006-06-10 11:07:39 UTC
peter: quoting `man 5 ebuild`:

RDEPEND
     This should contain a list of all packages that are required for this program to run (aka  runtime depend). If this is not set, then it defaults to the value of DEPEND. You may use the same syntax to vary dependencies as seen above in DEPEND.

None of ebuilds in net-analyzer/tcptraceroute have RDEPEND variable thus I think this is not a bug. Reopen, please, if I'm wrong.