Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1006592

Summary: Building against byteman in rawhide fails because it can't find Requires: mvn(com.sun:tools)
Product: [Fedora] Fedora Reporter: Gerard Ryan <gerard>
Component: javapackages-toolsAssignee: Stanislav Ochotnicky <sochotni>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: high    
Version: rawhideCC: java-sig-commits, mgoldman, mizdebsk, msrb, sochotni
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-11 08:33:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 992169    

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?