Bug 1015119

Summary: aqute-bnd: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Mikolaj Izdebski <mizdebsk>
Component: aqute-bndAssignee: Jaromír Cápík <jcapik>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: java-sig-commits, jcapik, mizdebsk, ovasik, paulo.cesar.pereira.de.andrade
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-08 13:51:14 UTC Type: ---
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
aqute-bnd-ftbfs.patch none

Description Mikolaj Izdebski 2013-10-03 13:26:19 UTC
Description of problem:
Package aqute-bnd fails to build from source in rawhide.

Version-Release number of selected component (if applicable):
0.0.363-8

Probable cause of build failure:

src/main/java/aQute/bnd/ant/WrapTask.java:45: error: no suitable method found for doWrap(File,File,File,<null>,int,Hashtable<String,Object>)
					      	     		 bnd.doWrap(bndFile.exists()?bndFile:null, file, output, null, 0, getProject().getProperties());
								 					   	 	    ^
    method bnd.doWrap(File,File,File,File[],int,Map<String,String>) is not applicable
      (actual argument Hashtable<String,Object> cannot be converted to Map<String,String> by method invocation conversion)
    method bnd.doWrap(String[],int) is not applicable
      (actual and formal argument lists differ in length)

Full build logs from Koji:

Package aqute-bnd (6019793):
  noarch (6019862):
    root.log            : http://kojipkgs.fedoraproject.org/work/tasks/9862/6019862/root.log
    build.log           : http://kojipkgs.fedoraproject.org/work/tasks/9862/6019862/build.log
    state.log           : http://kojipkgs.fedoraproject.org/work/tasks/9862/6019862/state.log
    mock_output.log     : http://kojipkgs.fedoraproject.org/work/tasks/9862/6019862/mock_output.log

Additional info:
[1] http://fedoraproject.org/wiki/Packaging:Java
[2] http://fedoraproject.org/wiki/Packaging:Guidelines

Comment 1 Paulo Andrade 2013-12-19 01:29:40 UTC
Created attachment 838712 [details]
aqute-bnd-ftbfs.patch

This patch appears to correct the problem for me.

Comment 2 Mikolaj Izdebski 2014-01-08 13:51:14 UTC
I'll look into it soon.

*** This bug has been marked as a duplicate of bug 991985 ***