Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346761 - Failed to compile app-office/openoffice-3.2.1-r1 while emerging
Summary: Failed to compile app-office/openoffice-3.2.1-r1 while emerging
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 14:24 UTC by OuYang Liang
Modified: 2010-12-09 09:33 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 OuYang Liang 2010-11-25 14:24:21 UTC
checking for required Perl modules... Can't locate Archive/Zip.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.12.2/i686-linux /usr/lib/perl5/site_perl/5.12.2 /usr/lib/perl5/vendor_perl/5.12.2/i686-linux /usr/lib/perl5/vendor_perl/5.12.2 /usr/lib/perl5/5.12.2/i686-linux /usr/lib/perl5/5.12.2 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/local/lib/site_perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
configure: error: Failed to find some modules
make: *** [stamp/build] Error 1
 * ERROR: app-office/openoffice-3.2.1-r1 failed:
 *   Build failed
 * 
 * Call stack:
 *     ebuild.sh, line  54:  Called src_compile
 *   environment, line 8107:  Called die
 * The specific snippet of code:
 *       make || die "Build failed"
 * 
 * If you need support, post the output of 'emerge --info =app-office/openoffice-3.2.1-r1',
 * the complete build log and the output of 'emerge -pqv =app-office/openoffice-3.2.1-r1'.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH=".:/opt/jdk1.5.0_22/lib" JAVA_HOME="/opt/jdk1.5.0_22"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info
 * The complete build log is located at '/var/tmp/portage/app-office/openoffice-3.2.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-3.2.1-r1/temp/environment'.
 * S: '/var/tmp/portage/app-office/openoffice-3.2.1-r1/work/ooo'

Reproducible: Always




I've set MAKEOPTS=-j1 in /etc/make.conf before compiling it.
Comment 1 Dustin Polke 2010-11-25 14:49:12 UTC
Could it be that you haven't run
# perl-cleaner all
after upgrading perl yet?

If this does not solve this, please post your emerge --info and reopen.
Thanks.
Comment 2 Guschtel 2010-12-09 09:33:27 UTC
running "perl-cleaner all" before running the OOo update fixes the problem for me (Gentoo amd64, MAKEOPTS="-j12")