Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950324 - dev-perl/MaxMind-DB-Reader-1.0.14 should RDEPEND on dev-perl/Moose
Summary: dev-perl/MaxMind-DB-Reader-1.0.14 should RDEPEND on dev-perl/Moose
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-26 22:56 UTC by Maciej S. Szmigiero
Modified: 2025-02-26 23:01 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 Maciej S. Szmigiero 2025-02-26 22:56:02 UTC
dev-perl/MaxMind-DB-Reader-1.0.14 should RDEPEND on dev-perl/Moose, since without that package installed mmdb-dump-metadata from this package fails to run:

$ mmdb-dump-metadata -file GeoLite2-City.mmdb
> Can't locate Moose.pm in @INC (you may need to install the Moose module) (@INC entries checked: /etc/perl /usr/local/lib64/perl5/5.40/x86_64-linux-thread-multi /usr/local/lib64/perl5/5.40 /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.40 /usr/lib64/perl5/5.40/x86_64-linux-thread-multi /usr/lib64/perl5/5.40) at /usr/lib64/perl5/vendor_perl/5.40/Moo/HandleMoose.pm line 64.

dev-perl/Moo (which owns Moo/HandleMoose.pm) does not depend on dev-perl/Moose either.

With dev-perl/Moose installed mmdb-dump-metadata works correctly.