Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231016 - ebuild for sci-visualization/hippodraw incompatible with python 2.5
Summary: ebuild for sci-visualization/hippodraw incompatible with python 2.5
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 01:47 UTC by Pavel Stratil
Modified: 2008-07-09 15:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Stratil 2008-07-07 01:47:04 UTC
ebuild contains 

pkg_setup() {
	# need python threads (see bug #224269)
	if ! built_with_use dev-lang/python threads; then
		die "hippodraw needs dev-lang/python with USE=\"threads\""
	fi
}

... the treads are on by default in python 2.5, disabled by 'nothreads' flag (unlike 2.4 where treads were off and had to be enabled by using 'threads' use flag)

Reproducible: Always
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2008-07-07 08:52:59 UTC
All current python ebuilds have changed to 'threads'. Please, sync and upgrade your Python.