Bug 1019234

Summary: jersey: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Mikolaj Izdebski <mizdebsk>
Component: jerseyAssignee: gil cattaneo <puntogil>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: java-sig-commits, puntogil
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: jersey-1.17.1-7.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-10 07:24:45 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:
Attachments:
Description Flags
Proposed patch none

Description Mikolaj Izdebski 2013-10-15 10:47:01 UTC
Description of problem:
Package jersey fails to build from source in rawhide.

Version-Release number of selected component (if applicable):
1.17.1-5

Steps to Reproduce:
1. rpmbuild -bb jersey.spec

Additional info:
http://koji.fedoraproject.org/koji/taskinfo?taskID=6061388

Comment 1 Mikolaj Izdebski 2013-10-15 10:56:20 UTC
Created attachment 812424 [details]
Proposed patch

Comment 2 gil cattaneo 2013-10-15 11:11:23 UTC
thanks for reporting the problem
the problem seem caused by
<dependency>
    <groupId>com.sun</groupId>
    <artifactId>tools</artifactId>
    <version>1.7.0</version>
    <scope>system</scope>
    <systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
in jersey-1.17.1/contribs/wadl-resourcedoc-doclet/pom.xml
and our java tools which don't support any more this
should be solved removing scope and systemPath

Comment 3 Fedora Update System 2013-10-15 14:53:45 UTC
jersey-1.17.1-7.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/jersey-1.17.1-7.fc20

Comment 4 Fedora Update System 2013-10-17 20:19:50 UTC
Package jersey-1.17.1-7.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing jersey-1.17.1-7.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-19125/jersey-1.17.1-7.fc20
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2013-11-10 07:24:45 UTC
jersey-1.17.1-7.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.