Bug 98842 - Spec files is missing gcc-java build dependency
Summary: Spec files is missing gcc-java build dependency
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: db4
Version: 1.0
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-07-09 14:42 UTC by Matthias Saou
Modified: 2007-03-27 04:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-07-25 04:57:52 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.