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

Bug 93162

Summary: dev-java/ant-tasks: missing dependency jakarta-regexp-1.3*
Product: Gentoo Linux Reporter: kalium
Component: New packagesAssignee: Java team <java>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description kalium 2005-05-19 02:14:42 UTC
Complains about missing jakarta-regexp-1.3* package when installing.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-19 02:23:25 UTC
Don
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-05-19 02:23:25 UTC
DonĀ“t use noregexp flag... 

# euse -i noregexp

local use flags (searching: noregexp)
************************************************************
[-    ] noregexp (dev-java/ant-tasks):
Disable Apache Regexp Ant task -- Warning: Enabling this could break some of the
Java packages!!
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-19 06:29:34 UTC
the problem is quite simple, you had dev-java/regexp installed i guess. we moved
it to dev-java/jakarta-regexp. it's not possible with current versions of
portage to specify AND-dependencies where we could say
">=dev-java/jakarta-regexp-1.3-r2 && <=dev-java/jakarta-regexp-1.4" or something
(see bug #4315) . re-emerging of jakarta-regexp fixes this issue at the moment.