Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 62420

Summary: emerge bcel: java-config --classpath=regexp-bin fails with "Could not find package regexp-bin" error
Product: Gentoo Linux Reporter: norbert kamenicky <noro>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 62344    
Bug Blocks:    

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