Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264524 - net-analyzer/ntop-3.3.9-r1 ebuild needs ">=dev-libs/geoip-1.4.6" rather than just "geoip"
Summary: net-analyzer/ntop-3.3.9-r1 ebuild needs ">=dev-libs/geoip-1.4.6" rather than ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-01 16:56 UTC by Blu3
Modified: 2009-04-10 22:41 UTC (History)
1 user (show)

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 Blu3 2009-04-01 16:56:16 UTC
--- /usr/portage/net-analyzer/ntop/ntop-3.3.9-r1.ebuild.orig    2009-04-01 12:51:27.000000000 -0400
+++ /usr/portage/net-analyzer/ntop/ntop-3.3.9-r1.ebuild 2009-04-01 12:37:25.000000000 -0400
@@ -25,7 +25,7 @@
        ssl? ( dev-libs/openssl )
        tcpd? ( sys-apps/tcp-wrappers )
        sys-libs/zlib
-       dev-libs/geoip"
+       >=dev-libs/geoip-1.4.6"
 DEPEND="${COMMON_DEPEND}
        >=sys-devel/libtool-1.4"

Otherwise compilation fails with undefined reference / unknown symbol GeoIP_name_by_ipnum_v6 in previous versions of geoip.
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2009-04-10 22:41:59 UTC
Actually when I've test it, I had geoip-1.4.5. I didn't specified the version because 1.4.5 had the same stable keywords as 1.4.4. Probably you had geoip-1.4.4 installed on your box prior to ntop-3.3.9-r1 install.

Fixed in cvs by adding >=dev-libs/geoip-1.4.5 dependency atom.