| Summary: | dev-perl/Geo-IP-1.25 fails on amd64 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vlad Berditchevskiy <vlad> |
| Component: | [OLD] Library | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | milton.yates, netmon |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Vlad Berditchevskiy
2006-06-29 07:32:53 UTC
Can you try Geo-IP-1.27? Otherwise, I would try installing geoip again (the dep for Geo-IP) - I just installed both fresh without issue. usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/Geo/IP/IP.so >>> Merging dev-perl/Geo-IP-1.27 to / --- /usr/ --- /usr/lib64/ --- /usr/lib64/perl5/ --- /usr/lib64/perl5/vendor_perl/ --- /usr/lib64/perl5/vendor_perl/5.8.8/ --- /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/ --- /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/ >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/Geo/ >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/Geo/IP/ >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/Geo/IP/IP.so >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/Geo/IP/IP.bs >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/Geo/IP/.packlist >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/Geo/ >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/Geo/Mirror.pm >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/Geo/IP.pm >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/Geo/IP/ >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/Geo/IP/Record.pod >>> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/Geo/IP/Record.pm --- /usr/lib64/perl5/5.8.8/ --- /usr/lib64/perl5/5.8.8/x86_64-linux/ --- /usr/share/ --- /usr/share/doc/ >>> /usr/share/doc/Geo-IP-1.27/ >>> /usr/share/doc/Geo-IP-1.27/Changes.gz >>> /usr/share/doc/Geo-IP-1.27/MANIFEST.gz >>> /usr/share/doc/Geo-IP-1.27/README.gz The same problem with Geo-IP-1.27. Recompiling geoip did not help. I upgraded gcc and glibc to the latest version (3.4.6) and recompiled geoip and Geo-IP again, but it didn't help either. :-( I could solve this problem by upgrading geoip to 1.3.14! this IS a bug in dev-libs/geoip-1.3.12.ebuild Just as it is in the dev-libs/geoip-1.3.14.ebuild: * 'append-flags -fPIC' should be added before the econf call to src_compile(). * 'inherit flag-o-matic' should be added for the previous to work. (The component of this bug should be changed to Ebuild) netmon folks, Can you confirm this is more a bug with dev-libs/geoip? Thanks! yup, fixed with recent versions :) |