Bug 170613 - missing buildrequirement for java-1.4.2-gcj-compat-devel
Summary: missing buildrequirement for java-1.4.2-gcj-compat-devel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: lucene
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Vadim Nasardinov
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-13 12:59 UTC by Karsten Hopp
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-07 21:27:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build log (69.99 KB, text/plain)
2005-10-13 12:59 UTC, Karsten Hopp
no flags Details

Description Karsten Hopp 2005-10-13 12:59:26 UTC
Created attachment 119895 [details]
build log

Comment 1 Karsten Hopp 2005-10-13 12:59:26 UTC
Description of problem:
missing a buildrequirement for java-1.4.2-gcj-compat-devel:
+ find-and-aot-compile . -fPIC
/var/tmp/lucene-1.4.3-1jpp_1fc.src.rpm/rpm-tmp.51473: line 37:
find-and-aot-compile: command not found
error: Bad exit status from /var/tmp/lucene-1.4.3-1jpp_1fc.src.rpm/rpm-tmp.51473
(%build)

Version-Release number of selected component (if applicable):
lucene-1.4.3-1jpp_1fc

How reproducible:
Always

Steps to Reproduce:
1.try to build package in a minimal environment (mock)
2.
3.
  

Additional info:

Comment 2 Vadim Nasardinov 2005-11-07 21:27:42 UTC
I think overholt fixed this on Oct 27 in rawhide.

As of lucene/devel/lucene.spec,v1.9, find-and-aot-compile is no longer
used.  Instead, aot-compile-rpm is used:


| $ cvs status lucene.spec | grep revision
|    Working revision:    1.10
|    Repository revision: 1.10    /cvs/dist/rpms/lucene/devel/lucene.spec,v
|
| $ cvs annotate lucene.spec 2>/dev/null | grep aot-compile-rpm
| 1.9          (overholt 27-Oct-05): aot-compile-rpm
| 1.9          (overholt 27-Oct-05): - Use aot-compile-rpm.
| 
| $ cvs annotate -r1.8 lucene.spec 2>/dev/null | grep aot-compile
| 1.2          (overholt 09-Jun-05):   find-and-aot-compile . "-fPIC"


aot-compile-rpm is shipped by java-1.4.2-gcj-compat-devel:

| $ rpm -qf $(readlink -f $(which aot-compile-rpm))
| java-1.4.2-gcj-compat-devel-1.4.2.0-40jpp_51rh

The latter is listed as a BuildRequires for lucene:

| $ cvs annotate lucene.spec 2>/dev/null | grep java-gcj-compat-devel
| 1.9          (overholt 27-Oct-05): BuildRequires:       java-gcj-compat-devel
>= 1.0.43
| $ rpm -q --whatprovides java-gcj-compat-devel
| java-1.4.2-gcj-compat-devel-1.4.2.0-40jpp_51rh



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