Open Office 3.2.0 compile failed twice at Making: swen-US.res Compiling: rsc_sw Module 'sw' delivered successfully. 264 files copied, 0 files unchanged 1 module(s): sdext need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /z/tmp/portage/app-office/openoffice-3.2.0/work/ooo/build/OOO320_m12/sdext/source/pdfimport/xpdfwrapper It asks: When you file a bug report, please include the following information: GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.17" JAVACFLAGS="-source 1.5 -target 1.5" COMPILER="". I will append the 3 other files asked for separately. Reproducible: Always Steps to Reproduce: 1. emerge openoffice 3.2.0 2. wait 1 h 34 m 3. watch the error msg Actual Results: compile failed with an error msg Expected Results: compile should complete after 1 h 45 m or longer
Created attachment 221051 [details] output from 'emerge --info' This is the result of 'emerge --info'
The build log is 5 MB & apparently isn't accepted by Bugzilla. I can submit the final 1 MB , if that helps.
Created attachment 221053 [details] Result of 'emerge -pqv =app-office/openoffice-3.2.0' This is the result of the 'emerge -pvq' step.
*** Bug 306751 has been marked as a duplicate of this bug. ***
Please build with MAKEOPTS="-j1" - as the ebuild actually advices - to get some useful error output. In this case it would also be sufficient to just paste the last few lines of the error output and not the whole log. btw: if you gzip it before uploading it gets a lot smaller ;-)
Created attachment 221093 [details] last 100 lines of build log This is the last 100 lines of the error output as requested. I will try compiling with '-j1' tomorrow.
(In reply to comment #6) > Created an attachment (id=221093) [details] > last 100 lines of build log > > This is the last 100 lines of the error output as requested. > I will try compiling with '-j1' tomorrow. > I guess you misunderstood me ;-) The last 100 lines are ONLY useful if you build with MAKEOPTS="-j1"...
Same outcome as before with 'MAKEOPTS="-j1" emerge openoffice'. I will attach the final c 200 lines of the new build log.
Created attachment 221237 [details] last c 200 lines of build log with '-j1' These are the last c 200 lines of the build log, showing the error msgs.
Created attachment 221289 [details] last 300 lines of build log MAKEOPTS -j1
interesting. which version of poppler do you have installed? Also: Did you recently run a revdep-rebuild?
O ha, sorry Andreas. This is another change I missed checking your ebuild. OOo 3.2 depends on 'app-text/poppler[xpdf-headers]'.
(In reply to comment #12) > O ha, sorry Andreas. This is another change I missed checking your ebuild. > > OOo 3.2 depends on 'app-text/poppler[xpdf-headers]'. > Thanks again Hanno! (and a second time for looking over the ebuild!). Fix is in the tree, closing
Thanks for fixing it. I remerged Poppler with the extra USE flag & then OO 3.2.0 compiled successfully in 1 h 39 m using 4,0 GB disk storage (3.1.1 took 1 h 45 m & used 5,3 GB storage). OO 3.2.0 starts instantly ! So a big improvement on the previous version & congrats to the devs.
@Philip: Thanks for reporting back!