Bug 163034

Summary: rebuild fails due to hardcoded path to gcj-4.0.0
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: eclipse-bugzillaAssignee: eclipse-bugs
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-29 13:45:35 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:

Description Karsten Hopp 2005-07-12 12:59:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.8) Gecko/20050623 Fedora/1.0.4-5 Firefox/1.0.4

Description of problem:
 >grep eclipse-bugzilla.db eclipse-bugzilla-0.1.1_fc-2.src.rpm.failed
+ gcj-dbtool -n /var/tmp/eclipse-bugzilla-buildroot/usr/lib/gcj-4.0.1/classmap.db.d/eclipse-bugzilla.db 8000
+ gcj-dbtool -f /var/tmp/eclipse-bugzilla-buildroot/usr/lib/gcj-4.0.1/classmap.db.d/eclipse-bugzilla.db /var/tmp/eclipse-bugzilla-buildroot//usr/share/eclipse/plugins/org.eclipse.team.bugzilla_0.1.1/bugzilla.jar /usr/lib/eclipse/plugins/org.eclipse.team.bugzilla_0.1.1/libbugzilla.jar.so
+ gcj-dbtool -f /var/tmp/eclipse-bugzilla-buildroot/usr/lib/gcj-4.0.1/classmap.db.d/eclipse-bugzilla.db /var/tmp/eclipse-bugzilla-buildroot//usr/share/eclipse/plugins/org.eclipse.team.bugs_0.1.1/bugs.jar /usr/lib/eclipse/plugins/org.eclipse.team.bugs_0.1.1/libbugs.jar.so
error: File not found: /var/tmp/eclipse-bugzilla-buildroot/usr/lib/gcj-4.0.0/classmap.db.d/eclipse-bugzilla.db
    File not found: /var/tmp/eclipse-bugzilla-buildroot/usr/lib/gcj-4.0.0/classmap.db.d/eclipse-bugzilla.db


Version-Release number of selected component (if applicable):
eclipse-bugzilla-0.1.1_fc-2

How reproducible:
Always

Steps to Reproduce:
1.rebuild eclipse-bugzilla on a rawhide system
2.check output
3.
  

Actual Results:  db file has been built into $RPM_BUILD_ROOT//usr/lib/gcj-4.0.1,
%files sections lists %{_libdir}/gcj-4.0.0/classmap.db.d/%{name}.db

Additional info:

Comment 1 Andrew Overholt 2005-07-13 16:04:48 UTC
We're changing around how the native compilation works for FC5 so things are
broken ATM.  I will get to this later today or tomorrow.  Thanks for spotting it.