Bug 1308257 - xneur: FTBFS in rawhide
Summary: xneur: FTBFS in rawhide
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: xneur
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Pavel Alexeev
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F24FTBFS
TreeView+ depends on / blocked
 
Reported: 2016-02-13 22:43 UTC by Fedora Release Engineering
Modified: 2016-12-11 00:26 UTC (History)
2 users (show)

Fixed In Version: xneur-0.19.0-1.fc25
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-11 00:26:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (46.63 KB, text/plain)
2016-02-13 22:43 UTC, Fedora Release Engineering
no flags Details
root.log (113.04 KB, text/plain)
2016-02-13 22:43 UTC, Fedora Release Engineering
no flags Details
state.log (617 bytes, text/plain)
2016-02-13 22:43 UTC, Fedora Release Engineering
no flags Details

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.


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