Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493842 - dev-libs/geoip-1.6.0 fails to install GeoIP.dat
Summary: dev-libs/geoip-1.6.0 fails to install GeoIP.dat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 15:43 UTC by Ștefan Talpalaru
Modified: 2013-12-10 18:47 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 Ștefan Talpalaru 2013-12-10 15:43:25 UTC
GeoIP.dat is required for country level searches and should be installed from the ebuild.

To do that remove this line from src_prepare():
 mv "${WORKDIR}"/GeoIP.dat data/ || die

and add this one to src_install():
 doins "${WORKDIR}/GeoIP.dat"

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-10 18:47:44 UTC
Should be fixed in -r1.