Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1107042
Summary: | urbanlightscape: FTBFS in rawhide | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> | ||||||||||
Component: | urbanlightscape | Assignee: | Ralf Corsepius <rc040203> | ||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | rawhide | CC: | i, rc040203 | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | urbanlightscape-1.3.3-3.fc21 | Doc Type: | Bug Fix | ||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2015-07-03 19:06:39 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: | 245418, 922257, 1105908 | ||||||||||||
Attachments: |
|
Description
Dennis Gilmore
2014-06-09 19:12:36 UTC
Created attachment 905915 [details]
build.log
Created attachment 905916 [details]
root.log
Created attachment 905917 [details]
state.log
One header (src/indii/krig/EdgeDistanceMap.hpp) uses <xmmintrin.h>, which is not available on arm or other secondary arches. Created attachment 910246 [details]
Patch for rawhide
Patch to mark this package ExclusiveArch.
SSE is required for xmmintrin.h, so you will need to leave those flags in the Makefiles in order for this to build on ix86. (In reply to Yaakov Selkowitz from comment #6) > SSE is required for xmmintrin.h, so you will need to leave those flags in > the Makefiles in order for this to build on ix86. I originally wanted to disable sse2 support as upstream told me without this urbanlightscape could run but slower(~1/4 of speed with sse2), and now that arm is already slow enough, I decide to disable builds on arm and then find if we can port this to NEON. Built for f22 f21 and f20, but f23 failed as pow in libm couldn't be found, I guess it's caused by the mess on rawhide. Fixed in rawhide: http://koji.fedoraproject.org/koji/buildinfo?buildID=666873 The cause for the FTBFS is a broken configure script, which drop CXXFLAGS during some config-checks. urbanlightscape-1.3.3-3.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/urbanlightscape-1.3.3-3.fc21 urbanlightscape-1.3.3-3.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/urbanlightscape-1.3.3-3.fc22 urbanlightscape-1.3.3-3.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. urbanlightscape-1.3.3-3.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |