Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380503 - app-office/libreoffice-3.4.2.3: cannot build
Summary: app-office/libreoffice-3.4.2.3: cannot build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 14:09 UTC by Paul Monsour
Modified: 2011-08-24 23:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Output of emerge --info =app-office/libreoffice-3.4.2.3 (info,5.07 KB, text/plain)
2011-08-24 14:13 UTC, Paul Monsour
Details
Output of emerge -pqv =app-office/libreoffice-3.4.2.3 (pqv,840 bytes, text/plain)
2011-08-24 14:16 UTC, Paul Monsour
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Monsour 2011-08-24 14:09:37 UTC
I'm unable to build libreoffice-3.4.2.3 successfully. Had no problem with previous versions. I've tried with and without noexec option on the /tmp directory; with and without parallel-fetch; and with -j1, -j3, and -j5.

Reproducible: Always

Steps to Reproduce:
1.emerging libreoffice
2.
3.
Actual Results:  
Build fails.

Expected Results:  
Build succeeds.
Comment 1 Paul Monsour 2011-08-24 14:13:17 UTC
Created attachment 284473 [details]
Output of emerge --info =app-office/libreoffice-3.4.2.3
Comment 2 Paul Monsour 2011-08-24 14:16:37 UTC
Created attachment 284475 [details]
Output of emerge -pqv =app-office/libreoffice-3.4.2.3
Comment 3 Paul Monsour 2011-08-24 14:19:49 UTC
Here is the error message from the ebuild:

WARN: setup


Libreoffice compilation often fails on parallel issues
but the slowdown by enforcing MAKEOPTS=-j1 is too huge.
If you encounter errors try yourself to disable parallel build.

ERROR: compile
ERROR: app-office/libreoffice-3.4.2.3 failed (compile phase):
  (no error message)

Call stack:
    ebuild.sh, line  56:  Called src_compile
  environment, line 8841:  Called die
The specific snippet of code:
      make || die

If you need support, post the output of 'emerge --info =app-office/libreoffice-3.4.2.3',
the complete build log and the output of 'emerge -pqv =app-office/libreoffice-3.4.2.3'.
The complete build log is located at '/var/tmp/portage/app-office/libreoffice-3.4.2.3/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/app-office/libreoffice-3.4.2.3/temp/environment'.
S: '/var/tmp/portage/app-office/libreoffice-3.4.2.3/work/libreoffice-bootstrap-3.4.2.3'
Comment 4 Paul Monsour 2011-08-24 23:23:19 UTC
Making sure I used -j1 and -parallel-fetch together did the trick. I guess I never tried that combo together.