Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460964 - media-gfx/graphite2-1.2.1 fails tests
Summary: media-gfx/graphite2-1.2.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-03-09 14:31 UTC by Markus Walter
Modified: 2013-03-09 18:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (media-gfx:graphite2-1.2.1:20130309-120644.log,122.11 KB, text/plain)
2013-03-09 14:31 UTC, Markus Walter
Details
emerge --info (info.txt,6.36 KB, text/plain)
2013-03-09 14:31 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2013-03-09 14:31:03 UTC
Created attachment 341446 [details]
build log

On my hardened ~amd64 machine graphite2-1.2.1 fails a quarter of its tests, while graphite2-1.2.0 merges just fine.
Comment 1 Markus Walter 2013-03-09 14:31:20 UTC
Created attachment 341448 [details]
emerge --info
Comment 2 Michael Palimaka (kensington) gentoo-dev 2013-03-09 15:52:51 UTC
Please also attach /var/tmp/portage/media-gfx/graphite2-1.2.1/work/graphite2-1.2.1_build/Testing/Temporary/LastTest.log
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2013-03-09 16:04:47 UTC
I think I have the culprit, it might fail with py3 as python interpreter.

Could you try to set your python interpreter to be py2 by default, or edit the ebuild to replace the PYTHON_COMPAT this:

PYTHON_COMPAT=( python{2_5,2_6,2_7} )

Also it passes all tests on my box with python2.7 only.
Comment 4 Markus Walter 2013-03-09 17:55:46 UTC
(In reply to comment #3)
> I think I have the culprit, it might fail with py3 as python interpreter.
> 
> Could you try to set your python interpreter to be py2 by default, or edit
> the ebuild to replace the PYTHON_COMPAT this:
> 
> PYTHON_COMPAT=( python{2_5,2_6,2_7} )
> 
> Also it passes all tests on my box with python2.7 only.

Changing PYTHON_COMPAT did the trick for me. Do you still need the additional log (I assume not)?
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2013-03-09 18:04:18 UTC
Nope it just shows that it is only py2 compatible.
Thanks for the info, I fixed it in cvs.