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 1015119 - aqute-bnd: FTBFS in rawhide
Summary: aqute-bnd: FTBFS in rawhide
Keywords:
Status: CLOSED DUPLICATE of bug 991985
Alias: None
Product: Fedora
Classification: Fedora
Component: aqute-bnd
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jaromír Cápík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-03 13:26 UTC by Mikolaj Izdebski
Modified: 2016-02-01 01:59 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-08 13:51:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
aqute-bnd-ftbfs.patch (721 bytes, patch)
2013-12-19 01:29 UTC, Paulo Andrade
no flags Details | Diff

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 ***


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