Summary: | dev-perl/DBD-SQLite-1.12 emerge fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | M. Edward Borasky <znmeb> |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | deadelk |
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge -v --info
emerge -v --info |
Description
M. Edward Borasky
2006-07-15 10:22:20 UTC
Created attachment 91804 [details]
emerge -v --info
Seems like you're missing DBI (?!?!? - makes no sense because the ebuild DEPENDs on it) Please post the output for: $ perl -MDBI -le 'print DBI->VERSION' Same error here... output for perl -MDBI -le 'print DBI->VERSION': Can't locate DBI.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .). BEGIN failed--compilation aborted. Created attachment 94564 [details]
emerge -v --info
A recompilation of =dev-perl/DBI-1.50 solved the issue. Closing invalid, as the ebuild already DEPENDs on DBI (maybe you removed DBI by accident?) I didn't try to close this bug report. The latter comment was only for your information. I checked, whether the package was installed, before recompilation. I didn't delete anything relating perl. Cheers I can only assume that you installed DBI, upgraded perl, didn't run perl-cleaner, and tried to emerge DBD-SQLite. Could this be the case? Because perl can't find DBI but emerge "thinks" DBI is installed (otherwise it'd emerge it, as it is a dep)... |