Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136359 - Compress::Zlib for openoffice
Summary: Compress::Zlib for openoffice
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-10 22:14 UTC by Matthew Rodgers
Modified: 2006-06-11 02:32 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 Matthew Rodgers 2006-06-10 22:14:21 UTC
emerge app-office/openoffice-2.0.2-r1

dependency of perl library Compress::Zlib not emerged first

ERROR MESSAGE:
checking the Perl version... checked (perl 5)
checking for required Perl modules... Can't locate Compress/Zlib.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 .) at /usr/lib/perl5/vendor_perl/5.8.8/Archive/Zip.pm line 24.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Archive/Zip.pm line 24.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
configure: error: Failed to find some modules
make: *** [stamp/build] Error 1

TEMPORARY FIX:
1. perl -MCPAN -e shell
2. cpan> install Compress::Zlib
3. emerge again
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2006-06-10 22:17:18 UTC
Not portage
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2006-06-10 22:18:29 UTC
Perhaps you should try running 'perl-cleaner all'.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-06-11 02:32:52 UTC
See above. Also, I don't see why are you using gcpan for ebuilds that are in portage (dev-perl/Compress-Zlib). Finally, the above output is from which ebuild exactly? Doesn't look like OO.org.