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 992008 - axis: FTBFS in rawhide
Summary: axis: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: axis
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mat Booth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F20FTBFS
TreeView+ depends on / blocked
 
Reported: 2013-08-05 03:05 UTC by Dennis Gilmore
Modified: 2013-08-07 10:31 UTC (History)
5 users (show)

Fixed In Version: axis-1.4-22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-07 10:31:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dennis Gilmore 2013-08-05 03:05:58 UTC
Your package axis failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=5698606

Build logs:
root.log: http://kojipkgs.fedoraproject.org/work/tasks/8606/5698606/root.log
build.log: http://kojipkgs.fedoraproject.org/work/tasks/8606/5698606/build.log
state.log: http://kojipkgs.fedoraproject.org/work/tasks/8606/5698606/state.log
NOTE: build logs are cleaned up after 1 week

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Comment 1 Krzysztof Daniel 2013-08-06 10:56:14 UTC
it looks like API change

beyond my knowledge:

[javac] /builddir/build/BUILD/axis-1.4-src/src/org/apache/axis/message/NodeImpl.java:45: error: NodeImpl is not abstract and does not override abstract method getUserData(String) in Node
    [javac] public class NodeImpl implements org.w3c.dom.Node, javax.xml.soap.Node,
    [javac]        ^
    [javac] /builddir/build/BUILD/axis-1.4-src/src/org/apache/axis/message/MessageElement.java:73: error: MessageElement is not abstract and does not override abstract method getUserData(String) in Node
    [javac] public class MessageElement extends NodeImpl implements SOAPElement,
    [javac]        ^
    [javac] /builddir/build/BUILD/axis-1.4-src/src/org/apache/axis/message/SOAPHeaderElement.java:40: error: SOAPHeaderElement is not abstract and does not override abstract method getUserData(String) in Node
    [javac] public class SOAPHeaderElement extends MessageElement
    [javac]        ^
    [javac] /builddir/build/BUILD/axis-1.4-src/src/org/apache/axis/SOAPPart.java:90: error: SOAPPart is not abstract and does not override abstract method renameNode(Node,String,String) in Document
    [javac] public class SOAPPart extends javax.xml.soap.SOAPPart implements Part
    [javac]        ^
    [javac] /builddir/build/BUILD/axis-1.4-src/src/org/apache/axis/message/SOAPEnvelope.java:50: error: SOAPEnvelope is not abstract and does not override abstract method getUserData(String) in Node
    [javac] public class SOAPEnvelope extends MessageElement
    [javac]        ^
    [javac] /builddir/build/BUILD/axis-1.4-src/src/org/apache/axis/message/SOAPHeader.java:50: error: SOAPHeader is not abstract and does not override abstract method getUserData(String) in Node
    [javac] public class SOAPHeader extends MessageElement
    [javac]        ^
    [javac] /builddir/build/BUILD/axis-1.4-src/src/org/apache/axis/message/SOAPBody.java:46: error: SOAPBody is not abstract and does not override abstract method getUserData(String) in Node
    [javac] public class SOAPBody extends MessageElement
    [javac]        ^
    [javac] /builddir/build/BUILD/axis-1.4-src/src/org/apache/axis/message/SOAPBodyElement.java:37: error: SOAPBodyElement is not abstract and does not override abstract method getUserData(String) in Node

Comment 2 Mat Booth 2013-08-07 10:31:32 UTC
axis-1.4-22 is now built for rawhide:

http://koji.fedoraproject.org/koji/buildinfo?buildID=454859


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