Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62420 - emerge bcel: java-config --classpath=regexp-bin fails with "Could not find package regexp-bin" error
Summary: emerge bcel: java-config --classpath=regexp-bin fails with "Could not find ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on: 62344
Blocks:
  Show dependency tree
 
Reported: 2004-08-31 13:16 UTC by norbert kamenicky
Modified: 2004-09-04 06:18 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 norbert kamenicky 2004-08-31 13:16:38 UTC
emerge bcel failed with:
"Could not find package regexp-bin",
which is generated by:
java-config --classpath=regexp-bin 



Reproducible: Always
Steps to Reproduce:
1.emerge regexp-bin
2.java-config --classpath=regexp-bin
3.

Actual Results:  
Could not find package regexp-bin

Expected Results:  
/usr/share/regexp-bin/lib/regexp-1.3.jar


Solution:

Replace "dojar" with "java-pkg_dojar" in regexp ebuild
and re-emerge regexp-bin package this way:

sed -i 's/\(dojar\)/java-pkg_\1/' \
/usr/portage/dev-java/regexp-bin/regexp-bin-1.3.ebuild

emerge --oneshot regexp-bin
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-04 06:18:40 UTC
should be fixed now