| Summary: | xneur: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | xneur | Assignee: | Pavel Alexeev <pahan> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 24 | CC: | 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: | |||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1305208 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2016-02-13 22:43:17 UTC
Created attachment 1126839 [details]
build.log
Created attachment 1126840 [details]
root.log
Created attachment 1126841 [details]
state.log
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 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
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 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. |