Bug 1006592 - Building against byteman in rawhide fails because it can't find Requires: mvn(com.sun:tools)
Summary: Building against byteman in rawhide fails because it can't find Requires: mvn...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: javapackages-tools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ---
Assignee: Stanislav Ochotnicky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 992169
TreeView+ depends on / blocked
 
Reported: 2013-09-10 21:20 UTC by Gerard Ryan
Modified: 2013-09-11 08:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-11 08:33:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Gerard Ryan 2013-09-10 21:20:25 UTC
Description of problem:
When trying to build eclipse-jbosstools, I run into the following problem when yum tries to install dependencies:

DEBUG util.py:264:  Error: Package: byteman-2.1.2-2.fc20.noarch (build)
DEBUG util.py:264:             Requires: mvn(com.sun:tools)
DEBUG util.py:264:   You could try using --skip-broken to work around the problem
DEBUG util.py:264:   You could try running: rpm -Va --nofiles --nodigest

Additional info:
Here's a scratch build in koji that failed when trying to build eclipse-jbosstools:
http://koji.fedoraproject.org/koji/taskinfo?taskID=5919807

Comment 1 Marek Goldmann 2013-09-11 06:58:27 UTC
The new javapackages-tools package stopped to provide "mvn(com.sun:tools) = SYSTEM". Instead it provides "mvn(com.sun:tools:SYSTEM) = SYSTEM". It seems that this causes some issues.

Byteman package requires "mvn(com.sun:tools)" and it cannot be resolved. This breaks the byteman package and all of its dependencies (wildfly included).

Mikołaj, Stano, any ideas?


Note You need to log in before you can comment on or make changes to this bug.