Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140752 - java-1.5-fixer is broken - QFILE: command not found
Summary: java-1.5-fixer is broken - QFILE: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 03:03 UTC by Chris Bainbridge (RETIRED)
Modified: 2006-07-17 17:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bainbridge (RETIRED) gentoo-dev 2006-07-17 03:03:53 UTC
Running java-1.5-fixer gives:

# /usr/bin/java-1.5-fixer
 * Generating a list of jars which ant uses ...                                                                                        [ ok ]
 * Checking for > 1.4 bytecode in ant jars ...
/usr/bin/java-1.5-fixer: line 112: QFILE: command not found
/usr/bin/java-1.5-fixer: line 112: QFILE: command not found
/usr/bin/java-1.5-fixer: line 112: QFILE: command not found
/usr/bin/java-1.5-fixer: line 112: QFILE: command not found
etc.

Replacing line 112 with:

package=`${QFILE} -C -q -v ${jar}`

seems to work.
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2006-07-17 17:13:04 UTC
Fixed. This was a bug before, and somehow managed to re-appear. Also fixed the java-check-environment.orig being installed.