Bug 426681

Summary: openoffice.org-2.3.0-6.7.fc8.src.rpm not builded
Product: [Fedora] Fedora Reporter: Danilo Marcucci <danilo>
Component: openoffice.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: jnavrati
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-29 15:16:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
It's log from /usr/src/redhat/BUILD/OOG680_m6/instsetoo_native/unxlngi6.pro/OpenOffice/rpm/logging/en-US/ none

Description Danilo Marcucci 2007-12-24 07:45:31 UTC
Description of problem:
Not builded.

Version-Release number of selected component (if applicable):
openoffice.org-2.3.0-6.7.fc8.src.rpm

How reproducible:
rpmbuild --define "dist .fc8" --define "fedora 8" --rebuild --target i686
/usr/src/redhat/SRPMS/openoffice.org-2.3.0-6.7.fc8.src.rpm

Steps to Reproduce:
1.
2.
3.
  
Actual results:
**************************************************
ERROR: ERROR: Could not register all components!
in function: create_services_rdb
**************************************************

**************************************************
ERROR: Saved logfile:
/usr/src/redhat/BUILD/OOG680_m6/instsetoo_native/unxlngi6.pro/OpenOffice/rpm/logging/en-US/log_OOG680_en-US.log
**************************************************
... cleaning the output tree ...
... removing directory
/usr/src/redhat/BUILD/OOG680_m6/instsetoo_native/unxlngi6.pro/OpenOffice/rpm/zip/en-US
...
... removing directory
/usr/src/redhat/BUILD/OOG680_m6/instsetoo_native/unxlngi6.pro/OpenOffice/rpm/services.rdb/en-US_witherror_1
...
Sat Dec 22 09:17:57 2007 (02:25 min.)
dmake:  Error code 255, while making 'openoffice_en-US'
---* tg_merge.mk *---
+ echo - ---dump log start---
- ---dump log start---
+ cat '../unx*.pro/OpenOffice/rpm/logging/en-US/log_*__en-US.log'
cat: ../unx*.pro/OpenOffice/rpm/logging/en-US/log_*__en-US.log: No such file or
directory
errore: Stato d'uscita errato da /var/tmp/rpm-tmp.84937 (%install)


Expected results:
Builded

Additional info:

Comment 1 Danilo Marcucci 2007-12-24 07:45:31 UTC
Created attachment 290345 [details]
It's log from /usr/src/redhat/BUILD/OOG680_m6/instsetoo_native/unxlngi6.pro/OpenOffice/rpm/logging/en-US/

Comment 2 Caolan McNamara 2007-12-29 15:16:59 UTC
You probably have javac as icedtea and the configure is currently set to use
--with-jdk-home=/path/to/gcj meaning that some bits are getting built with
icedtea using the default java 1.6 bytecode output and then some bits are using
gij to try and run those and it can only handle up to java 1.5 bytecode. 

So you could probably should either try 
a) editing the .spec to toggle "jdk_is_gcj" to 0
b) or remove the icedtea-devel stuff to ensure that that ecj is used to built
the java bits

Not a bug I'd say, just a problem of supporting two java implementations at this
changeover time.

Comment 3 Danilo Marcucci 2008-01-04 08:59:01 UTC
I have removed icedtea-devel (rpm -e java-1.7.0-icedtea-devel) and the package
openoffice.org-2.3.0-6.7.fc8.src.rpm its rebuild without error.
Thanks