Bug 1393157
Summary: | Blender failure on PPC64LE | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Luya Tshimbalanga <luya> |
Component: | blender | Assignee: | Luya Tshimbalanga <luya_tfz> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dennis, design-devel, hobbes1069, jochen, kevin, kwizart, luya_tfz, mtasaka, promac |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | blender-2.78a-3.fc26 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-13 04:03:36 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: | 1051573 |
Description
Luya Tshimbalanga
2016-11-09 02:12:04 UTC
Looks similar with https://bugs.freedesktop.org/show_bug.cgi?id=68504 https://lists.freedesktop.org/archives/mesa-dev/2013-August/043890.html explained on https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58241 -std=gnu++11 does not work, perhaps we have to do "#undef bool" somewhere. Posted here: https://lists.blender.org/pipermail/bf-committers/2016-November/047844.html Currently adding -mno-altivec on CXXFLAGS and patching against extern/glog/src/stacktrace_powerpc-inl.h makes compilation succeed. Scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=16415607 Luya, if you are okay, I can commit this change (for now). (In reply to Mamoru TASAKA from comment #2) > Posted here: > https://lists.blender.org/pipermail/bf-committers/2016-November/047844.html > > Currently adding -mno-altivec on CXXFLAGS and patching against > extern/glog/src/stacktrace_powerpc-inl.h makes compilation succeed. > > Scratch build: > https://koji.fedoraproject.org/koji/taskinfo?taskID=16415607 > > Luya, if you are okay, I can commit this change (for now). Go ahead, Mamoru. For now, fixed by http://pkgs.fedoraproject.org/cgit/rpms/blender.git/commit/?id=79a7c9d1e736fbe250abc15662904daa9ef55c16 Build successfully finished. http://koji.fedoraproject.org/koji/buildinfo?buildID=817258 |