Bug 1460767 - xmlrpc fails to build in Fedora 26
Summary: xmlrpc fails to build in Fedora 26
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: xmlrpc
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-12 16:33 UTC by Troy Dawson
Modified: 2017-07-24 04:49 UTC (History)
4 users (show)

Fixed In Version: 3.1.3-17
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-24 04:49:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Add junit to pom deps (1.26 KB, patch)
2017-06-12 16:47 UTC, Troy Dawson
no flags Details | Diff

Description Troy Dawson 2017-06-12 16:33:07 UTC
Description of problem:
xmlrpc no longer builds on Fedora 26

Version-Release number of selected component (if applicable):
xmlrpc-3.1.3-16.fc26

How reproducible:
100% if your Fedora 26 is up to date

Steps to Reproduce:
1.koji build --scratch f26 xmlrpc-3.1.3-16.fc26.src.rpm
2.
3.

Actual results:
...
DEBUG: [INFO] Compiling 20 source files to /builddir/build/BUILD/apache-xmlrpc-3.1.3-src/server/target/test-classes
DEBUG: [INFO] /builddir/build/BUILD/apache-xmlrpc-3.1.3-src/server/src/test/java/org/apache/xmlrpc/test/JiraTest.java: Some input files use unchecked or unsafe operations.
DEBUG: [INFO] /builddir/build/BUILD/apache-xmlrpc-3.1.3-src/server/src/test/java/org/apache/xmlrpc/test/JiraTest.java: Recompile with -Xlint:unchecked for details.
DEBUG: [INFO] -------------------------------------------------------------
DEBUG: [ERROR] COMPILATION ERROR : 
DEBUG: [INFO] -------------------------------------------------------------
DEBUG: [ERROR] /builddir/build/BUILD/apache-xmlrpc-3.1.3-src/server/src/test/java/org/apache/xmlrpc/test/XmlRpcTestCase.java:[26,23] package junit.framework does not exist
DEBUG: [ERROR] /builddir/build/BUILD/apache-xmlrpc-3.1.3-src/server/src/test/java/org/apache/xmlrpc/test/XmlRpcTestCase.java:[46,46] cannot find symbol
DEBUG:   symbol: class TestCase
...

Expected results:
Expect it to build

Additional info:
I tracked this down to the ws-commons-util to ws-commons-util-1.0.2-5.fc26

Comment 1 Troy Dawson 2017-06-12 16:47:15 UTC
Created attachment 1287075 [details]
Add junit to pom deps

The update to ws-commons-util-1.0.2-5.fc26 changed their pom file to only pull in the junit as a dependency during tests.  Evidently xmlrpc was using this to get junit into the enviroment, even though junit was being installed.
This patch adds junit to xmlrpc's dependencies, allowing it to build correctly.

Comment 2 Mikolaj Izdebski 2017-06-13 09:35:21 UTC
Thank you for the patch, I've applied it with minor modification.

Comment 3 Fedora Update System 2017-07-12 12:13:02 UTC
xmlrpc-3.1.3-17.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-59a2906489

Comment 4 Fedora Update System 2017-07-12 18:22:51 UTC
xmlrpc-3.1.3-17.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-59a2906489

Comment 5 Fedora Update System 2017-07-23 03:55:02 UTC
xmlrpc-3.1.3-17.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 6 Mikolaj Izdebski 2017-07-24 04:49:59 UTC
I believe that this bug is fixed in xmlrpc-3.1.3-17,
which is available in updates for Fedora 26, so I am closing this bug now.

The build containing the fix can be found at Koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=907542


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