Hide Forgot
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
Created attachment 812424 [details] Proposed patch
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
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
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).
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.