Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723864 - www-misc/awstats has dependency on now obsoleted dev-perl/Geo-IP
Summary: www-misc/awstats has dependency on now obsoleted dev-perl/Geo-IP
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-05-19 04:11 UTC by Reuben Farrelly
Modified: 2022-01-12 15:20 UTC (History)
3 users (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 Reuben Farrelly 2020-05-19 04:11:25 UTC
The Gentoo awstats ebuild has a use flag for geoip, which if selected brings in the dependency of dev-perl/Geo-IP.

However dev-perl/Geo-IP is being replaced by dev-perl/GeoIP2 which superseeds it.

The exact same ebuild situation exists for SpamAssassin, and there is talk about how to fix the same issue in that package here: https://bugs.gentoo.org/675494

So a possibly fix might be from this part of the ebuild:

    geoip? (
        dev-perl/Geo-IP
    )

to

    geoip? (
        || ( dev-perl/GeoIP2 dev-perl/Geo-IP )
    )

Or I suppose a straight requirement on only GeoIP2.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2021-10-09 19:17:49 UTC
Nothing to do for perl here.