Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 306749

Summary: Open Office 3.2.0 fails to compile at pdfimport/xpdfwrapper
Product: Gentoo Linux Reporter: Philip Webb <purslow>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: VERIFIED FIXED    
Severity: normal CC: dpblnt
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: output from 'emerge --info'
Result of 'emerge -pqv =app-office/openoffice-3.2.0'
last 100 lines of build log
last c 200 lines of build log with '-j1'
last 300 lines of build log MAKEOPTS -j1

Description Philip Webb 2010-02-25 05:26:38 UTC
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
Comment 1 Philip Webb 2010-02-25 05:29:19 UTC
Created attachment 221051 [details]
output from 'emerge --info'

This is the result of 'emerge --info'
Comment 2 Philip Webb 2010-02-25 05:36:01 UTC
The build log is 5 MB & apparently isn't accepted by Bugzilla.
I can submit the final 1 MB , if that helps.
Comment 3 Philip Webb 2010-02-25 05:39:00 UTC
Created attachment 221053 [details]
Result of 'emerge -pqv =app-office/openoffice-3.2.0'

This is the result of the 'emerge -pvq' step.
Comment 4 Serkan Kaba (RETIRED) gentoo-dev 2010-02-25 07:03:39 UTC
*** Bug 306751 has been marked as a duplicate of this bug. ***
Comment 5 Andreas Proschofsky (RETIRED) gentoo-dev 2010-02-25 08:34:31 UTC
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 ;-)
Comment 6 Philip Webb 2010-02-25 09:52:38 UTC
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.
Comment 7 Andreas Proschofsky (RETIRED) gentoo-dev 2010-02-25 09:55:14 UTC
(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"...
Comment 8 Philip Webb 2010-02-26 00:28:35 UTC
Same outcome as before with 'MAKEOPTS="-j1" emerge openoffice'.
I will attach the final c 200 lines of the new build log.
Comment 9 Philip Webb 2010-02-26 00:30:21 UTC
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.
Comment 10 Balint Dobai-Pataky 2010-02-26 11:00:21 UTC
Created attachment 221289 [details]
last 300 lines of build log MAKEOPTS -j1
Comment 11 Andreas Proschofsky (RETIRED) gentoo-dev 2010-02-26 11:32:30 UTC
interesting. which version of poppler do you have installed? Also: Did you recently run a revdep-rebuild?
Comment 12 Hanno Zysik (geki) 2010-02-26 11:43:07 UTC
O ha, sorry Andreas. This is another change I missed checking your ebuild.

OOo 3.2 depends on 'app-text/poppler[xpdf-headers]'.
Comment 13 Andreas Proschofsky (RETIRED) gentoo-dev 2010-02-26 12:00:18 UTC
(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
Comment 14 Philip Webb 2010-02-27 01:49:48 UTC
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.
Comment 15 Philip Webb 2010-02-27 01:54:38 UTC
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.
Comment 16 Andreas Proschofsky (RETIRED) gentoo-dev 2010-02-27 10:00:57 UTC
@Philip: Thanks for reporting back!