-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IexMathFpu build error #3
Comments
This issue also applies to i686 kernel with ix86 userland, not just to the abovementioned AMD64-kernel with 32bit userland mixture. (Tested with today's Debian sid: libc6-dev 2.13-35 linux-image-3.2.0-3-686-pae). |
Also present in v2.0.0.beta.2.zip |
Still present in ilmbase 1.0.3. |
Same for me on 32bit linux. I've used the hack described, but make check fails at this step: |
RedHat uses the following patch to fix the build-error:diff -up ilmbase-1.0.3/IexMath/IexMathFpu.cpp.ucontext ilmbase-1.0.3/IexMath/IexMathFpu.cpp +#if 0 -#if 0 // -#endif } // namespace FpuControlThe testsuite still fails withlt-ImathTest: testBox.cpp:253: void {anonymous}::testExtendByPoint(const char*) [with T = Imath::Vec2]: Assertion `b.min == p && b.max == p' failed. FAIL: ImathTest1 of 1 tests failed |
I must chime in too. This is on Funtoo ~x86 (32bit current). The same occurs whether I use the version from http://dev.gentoo.org/~ssuominen/openexr-${PV}.tar.gz |
Hey - are you pulling from the develop branch from here? |
cloned exactly like this: git clone https://github.com/openexr/openexr.git. Is this what you wanted to know: master 5c820c8? |
|
Thank you. The development version indeed got it way past that error. However, I now have the same symptom mentioned by ametzler above: |
ilmbase 2.0.0 builds on i386, however the testsuite still fails with: |
Does 20061ef fix this? |
2.0.1 compiles, but the testsuite still errs out, probably due to a opt-error. Pasting in the respective comment from #67: |
opened the testBox failure as a separate issue: #100. |
Co-authored-by: Philippe Leprince <github.pleprince@gmail.com> Signed-off-by: Vlad Lazar <vladal@unity3d.com> * better multy-type compression * Version the Stream --------- Signed-off-by: Vlad Lazar <vladal@unity3d.com> Co-authored-by: Philippe Leprince <github.pleprince@gmail.com>
Signed-off-by: Philippe Leprince <github.pleprince@gmail.com>
Good morning,
libc6 2.11.3-3
linux-image-2.6.32-5-amd64 2.6.32-41squeeze2
I am running AMD64-kernel with 32bit userland, ilmbase has been
configured with --build=i486-linux-gnu.
thanks, cu andreas
The text was updated successfully, but these errors were encountered: