Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93162 - dev-java/ant-tasks: missing dependency jakarta-regexp-1.3*
Summary: dev-java/ant-tasks: missing dependency jakarta-regexp-1.3*
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 02:14 UTC by kalium
Modified: 2005-05-19 06:29 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 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.