Bug 1406480

Summary: netty-tcnative-1.1.30-3.fc24 FTBFS
Product: [Fedora] Fedora Reporter: Merlin Mathesius <mmathesi>
Component: netty-tcnativeAssignee: jiri vanek <jvanek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: jvanek, psabata, sgallagh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: netty-tcnative-1.1.30-5.fc26 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-04 22:12:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1400162    
Deadline: 2017-01-03   
Attachments:
Description Flags
proposed patch to correct FTBFS issue
none
additional patch to correct FTBFS issue for Rawhide none

Description Merlin Mathesius 2016-12-20 16:18:37 UTC
netty-tcnative-1.1.30-3.fc24 fails to build from source.

This affects Base Runtime, Rawhide, and F25.

The reason for this is undeclared build dependencies on maven-antrun-plugin, maven-plugin-build-helper, maven-plugin-bundle, maven-source-plugin, and sonatype-oss-parent.

This can be corrected by adding BuildRequires for maven-antrun-plugin, maven-plugin-build-helper, maven-plugin-bundle, maven-source-plugin, and sonatype-oss-parent.

Note: there are additional FTBFS problems in Rawhide that appear to be related to OpenSSL updates and may require updating to a newer upstream release. However, please address that separately so Base Runtime can get a quick F25 based solution to the FTBFS problem.

Comment 1 Merlin Mathesius 2016-12-20 16:27:15 UTC
Created attachment 1233930 [details]
proposed patch to correct FTBFS issue

Comment 2 Merlin Mathesius 2016-12-20 16:28:37 UTC
Please apply the patch or respond with a reason it should not be applied within two weeks. After that time, a provenpackager will go ahead and apply it.

Comment 3 Merlin Mathesius 2017-01-04 21:30:18 UTC
Created attachment 1237340 [details]
additional patch to correct FTBFS issue for Rawhide

This patch addresses the OpenSSL compatibility problem to correct the FTBFS issue for Rawhide as well.