| Summary: | x11-libs/pixman: Bump to 0.32.2 (tests fail) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Matt Turner <mattst88> |
| Component: | Eclasses | Assignee: | Matt Turner <mattst88> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | x11 |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log (tests run successfully)
build.log (tests run successfully) build.log (tests fail) |
||
|
Description
Matt Turner
2013-11-12 19:21:55 UTC
Created attachment 363286 [details]
build.log (tests run successfully)
No test failure on my system (AMD FX-8350, amd64)
============================================================================
Testsuite summary for pixman 0.32.2
============================================================================
# TOTAL: 27
# PASS: 27
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
It's the 32-bit tests that fail (I saw it when building for multilib). I guess that's package.use.mask'd, but I believe it fails on 32-bit x86 as well. Created attachment 363290 [details]
build.log (tests run successfully)
Tested in x86 chroot (-march=i686)
(In reply to Chí-Thanh Christopher Nguyễn from comment #3) > Created attachment 363290 [details] > build.log (tests run successfully) > > Tested in x86 chroot (-march=i686) More info needed from me: - Enable SSE2. - Build with >=gcc-4.7 Created attachment 363292 [details]
build.log (tests fail)
Ok, with -march=i686 -msse I was able to reproduce the test failure.
I've released 0.32.4 with the tests fixed and fixed SSSE3 detection. |