Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324035 - app-office/openoffice-3.2.1 ebuild hangs
Summary: app-office/openoffice-3.2.1 ebuild hangs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 23:13 UTC by Ivan Trombley
Modified: 2011-07-26 23:00 UTC (History)
0 users

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


Attachments
build.log (build.log,47.51 KB, text/plain)
2010-06-14 23:14 UTC, Ivan Trombley
Details
emerge --info (emerge_info.txt,3.97 KB, text/plain)
2010-06-14 23:15 UTC, Ivan Trombley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Trombley 2010-06-14 23:13:20 UTC
The openoffice-3.2.1 ebuild hangs here:

...
Updating: /var/tmp/portage/app-office/openoffice-3.2.1/work/ooo/build/OOO320_m19/extras/source/autotext/lang/es/acor_es-ES.dat
Updating: /var/tmp/portage/app-office/openoffice-3.2.1/work/ooo/build/OOO320_m19/extras/source/autotext/lang/en-US/acor_en-US.dat
Updating: /var/tmp/portage/app-office/openoffice-3.2.1/work/ooo/build/OOO320_m19/extras/source/autotext/lang/pt-BR/acor_pt-BR.dat
Updating: /var/tmp/portage/app-office/openoffice-3.2.1/work/ooo/build/OOO320_m19/extras/source/autotext/lang/sv/acor_sv-SE.dat
touch stamp/autocorr.apply

Setting MAKEOPTS="-j1" does not correct the problem.

I will attach the full log.


Reproducible: Always

Steps to Reproduce:
1. emerge openoffice
Comment 1 Ivan Trombley 2010-06-14 23:14:15 UTC
Created attachment 235333 [details]
build.log
Comment 2 Ivan Trombley 2010-06-14 23:15:35 UTC
Created attachment 235335 [details]
emerge --info
Comment 3 Ivan Trombley 2010-07-17 04:11:03 UTC
I figured this out. I have MAKEFLAGS="-j5" set so that qt-creator takes advantage of multiple cores. In order to get the openoffice ebuild to not hang, I had to use:

MAKEOPTS="-j1" MAKEFLAGS="-j1" ebuild openoffice
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2011-07-26 23:00:02 UTC
Most of the parallel build issues are fixed by the lo-3.4.2 and later.
This one is just one of the lucky ones :)