Bug 1436075
Summary: | embree 2.15.0-1 not built with $RPM_OPT_FLAGS | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
Component: | embree | Assignee: | Luya Tshimbalanga <luya_tfz> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 26 | CC: | luya, luya_tfz, mtasaka, negativo17, ville.skytta |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | embree-2.15.0-2.fc26 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-04-01 17:31:44 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: | 496968 |
Description
Ville Skyttä
2017-03-27 05:39:18 UTC
Strange. the spec in 2.15.0-1 has '%{optflags}' https://src.fedoraproject.org/cgit/rpms/embree.git/tree/embree.spec %build pushd %{_target_platform} CXXFLAGS='%{optflags}' %cmake .. popd I just scratch built below https://koji.fedoraproject.org/koji/taskinfo?taskID=18638019 adding "-Wno-all -Wformat" which should enable %{optflags} This is because of this change: https://github.com/embree/embree/commit/e2187611a542749f7571bcda5e793e497512e967 Using CXXFLAGS='%{optflags}' %cmake -DEMBREE_IGNORE_CMAKE_CXX_FLAGS:BOOL=off .. seems good: https://koji.fedoraproject.org/koji/taskinfo?taskID=18641267 You can apply the change. I am unable to do on my side to due to network issue. Thanks (In reply to Luya Tshimbalanga from comment #3) > You can apply the change. I am unable to do on my side to due to network > issue. > Thanks Okay, then I'll build. By the way I will again merge branches, because F-24/F-25/F-26/master branches' embree are actually all the same. LuxRender-1.6-13.fc26 embree-2.15.0-2.fc26 ispc-1.9.1-11.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-a10331aece LuxRender-1.6-13.fc26, embree-2.15.0-2.fc26, ispc-1.9.1-11.fc26 has been pushed to the Fedora 26 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-2017-a10331aece LuxRender-1.6-13.fc26, embree-2.15.0-2.fc26, ispc-1.9.1-11.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |