Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439752 - net-analyzer/jnettop-0.13.0-r1 lacks DEPEND on 'db' and 'ncurses'
Summary: net-analyzer/jnettop-0.13.0-r1 lacks DEPEND on 'db' and 'ncurses'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 439748
  Show dependency tree
 
Reported: 2012-10-26 11:57 UTC by Denis M. (Phr33d0m)
Modified: 2012-10-27 15:45 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 Denis M. (Phr33d0m) 2012-10-26 11:57:00 UTC
# ▶ qlist -e "jnettop" | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs qfile -Cv | sort -u | awk '{print $1}' | uniq
dev-libs/glib-2.32.4-r1
net-libs/libpcap-1.3.0
sys-libs/db-4.8.30
sys-libs/glibc-2.15-r3
sys-libs/ncurses-5.9-r2

From which 'db' and 'ncurses' are unmet in the ebuild.

Reproducible: Always
Comment 1 Sergey Popov (RETIRED) gentoo-dev 2012-10-26 11:59:33 UTC
Confirmed, at least about ncurses. Perhaps it is some kind of automagic, will look on it a bit later
Comment 2 Agostino Sarubbo gentoo-dev 2012-10-26 12:20:14 UTC
he is right:

o jresolver.o jprocessor.o jcapture.o jdevice.o jbase.o jresolv.o jtxtdisplay.o jcursesdisplay.o jfilter.o juiadisplay.o jnetdisplay.o -pthread -lgthread-2.0 -lrt -lglib-2.0     -lpcap -ldb -lncurses 

-ldb -lncurses is used at compile time
Comment 3 Sergey Popov (RETIRED) gentoo-dev 2012-10-27 15:45:15 UTC
+  27 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> jnettop-0.13.0-r1.ebuild:
+  Fix automagic dependencies wrt bug #439752. Thanks to Phr33d0m for
+  discovering this issue

Fixed without revbump.