Bug 1308257

Summary: xneur: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: xneurAssignee: Pavel Alexeev <pahan>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: pahan, rc040203
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: xneur-0.19.0-1.fc25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-11 00:26:56 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:
Bug Depends On:    
Bug Blocks: 1305208    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2016-02-13 22:43:17 UTC
Your package xneur failed to build from source in current rawhide.

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

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

Comment 1 Fedora Release Engineering 2016-02-13 22:43:20 UTC
Created attachment 1126839 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 22:43:21 UTC
Created attachment 1126840 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 22:43:22 UTC
Created attachment 1126841 [details]
state.log

Comment 4 Jan Kurik 2016-02-24 15:19:46 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 5 Ralf Corsepius 2016-03-22 07:51:24 UTC
This FTBFS is caused by the package's upstream having gone into to the trap of playing games with CFLAGS, esp. to add -Werror to CFLAGS.

A quick fix to this package would be to sed out these harmful CFLAGS from configure*:


# diff --git a/xneur.spec b/xneur.spec
index 70b3764..37ec19d 100644
--- a/xneur.spec
+++ b/xneur.spec
@@ -67,6 +67,11 @@ developing applications that use %{name}.

 %patch0 -p2 -b .memory-misusages

+# Remove harmful cflags
+sed -i -e 's,DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -std=gnu99 -fPIC",DEFAULT_CFLAGS="-std=gnu99 -fPIC",' configure*
+# Fix up timestamps to avoid rerunning the autotools
+touch -r aclocal.m4 configure*
+
 %build
 #? % if 0%{?HGrev}
 #?./autogen.sh

Comment 6 Fedora Update System 2016-10-12 01:54:02 UTC
gxneur-0.19.0-1.fc25, xneur-0.19.0-1.fc25 has been pushed to the Fedora 25 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-2016-0f91c61c8e

Comment 7 Fedora Update System 2016-12-11 00:26:56 UTC
gxneur-0.19.0-1.fc25, xneur-0.19.0-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.