Bug 98842

Summary: Spec files is missing gcc-java build dependency
Product: [Retired] Red Hat Raw Hide Reporter: Matthias Saou <matthias>
Component: db4Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 1.0Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-07-25 04:57:52 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 Matthias Saou 2003-07-09 14:42:18 UTC
While trying to rebuild db4-4.1.25-3.src.rpm on an older Red Hat Linux system,
the configure script failed because it didn't find any java compiler.

It would be nice to simply add this to the spec file to go with the rest of the
whole java thingy :

%ifarch %{java_arches}
BuildRequires: jikes
%endif

Matthias

Comment 1 Matthias Saou 2003-07-09 14:48:05 UTC
Sorry, I hadn't gone far enough and just assumed from the error message that
jikes was the answer, but in fact, it should be :

BuildRequires: gcc-java

Which I guess could still be added as it's really not as common as gcc or
gcc-c++, even on build systems.

Matthias

Comment 2 Bill Nottingham 2003-07-25 04:57:52 UTC
Fixed, will be in next build.