| Summary: | dev-python/pygame-1.9.1 fails to compile bytecode with python3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Benjamin Peterson <benjamin> |
| Component: | [OLD] Library | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mattia.rossi.mate |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Benjamin Peterson
2009-10-07 01:30:06 UTC
Same here.. also amd64. I sorta need that for freevo... Announcement of 1.9.0 release says: " - python3, and python3.1 support mostly completed. Some modules still remain to be completed - but mostly it's working." So it's not suprising that some examples aren't compatible yet with Python 3. Does anybody need pygame/examples/macosx directory in Gentoo? Maybe the ebuild should remove this directory... (In reply to comment #1) > Same here.. also amd64. > > I sorta need that for freevo... AFAIK Freevo doesn't yet support Python 3 and it certainly doesn't use Pygame's examples. (In reply to comment #2) > So it's not suprising that some examples aren't compatible yet with Python 3. > Does anybody need pygame/examples/macosx directory in Gentoo? Maybe the ebuild > should remove this directory... I don't use them personally. I just think it should be able to compile .pycs without failing. (In reply to comment #2) > So it's not suprising that some examples aren't compatible yet with Python 3. > Does anybody need pygame/examples/macosx directory in Gentoo? Maybe the ebuild > should remove this directory... > No it should simply compile > (In reply to comment #1) > > Same here.. also amd64. > > > > I sorta need that for freevo... > > AFAIK Freevo doesn't yet support Python 3 and it certainly doesn't use Pygame's > examples. > That's true. I need pygame for freevo, not python 3 and pygame. The problem is, that python 3 is automatically installed, unless you explicitly mask it (which I did now), and therefore pygame fails to install. Masking >dev-lang/python-2.6.4 (and eventually unmergeing it) solves the issue. Examples are now installed only with USE="examples" and into a different location (/usr/share/doc/pygame-${PV}/examples), so the ebuild doesn't try to compile them.
|