Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36143 - pygame 1.6 ACCESS VIOLATION
Summary: pygame 1.6 ACCESS VIOLATION
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
: 37115 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-19 15:49 UTC by Russell Valentine
Modified: 2011-10-30 22:20 UTC (History)
1 user (show)

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 Russell Valentine 2003-12-19 15:49:46 UTC
While emerging pygame I get a access violation, it is trying to do stuff out of the sandbox area.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-pygame-1.6-14917.log"

unlink:    /usr/lib/portage/pym/xpak.pyc
open_wr:   /usr/lib/portage/pym/xpak.pyc
--------------------------------------------------------------------------------


Reproducible: Always
Steps to Reproduce:
1. emerge rsync
2. emerge pygame

Actual Results:  
access violation error
>>> Install pygame-1.6 into /var/tmp/portage/pygame-1.6/image/ category dev-python
ACCESS DENIED  unlink:    /usr/lib/portage/pym/xpak.pyc
ACCESS DENIED  open_wr:   /usr/lib/portage/pym/xpak.pyc

Expected Results:  
Keep in the sandbox area and move files over later.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-12-20 13:52:46 UTC
Quick fix: python -c 'import xpak'
This is resolved better in 2.0.50, which has yet to be released.
Comment 2 Russell Valentine 2003-12-21 16:22:01 UTC
I'm sorry but where do you put python -c 'import xpak' as a quick fix?
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2003-12-21 18:19:47 UTC
Just run it from the commandline as root.
Comment 4 Marius Mauch (RETIRED) gentoo-dev 2004-01-05 19:08:29 UTC
*** Bug 37115 has been marked as a duplicate of this bug. ***
Comment 5 Marius Mauch (RETIRED) gentoo-dev 2004-02-08 17:55:13 UTC
supposed to be fixed in 2.0.50 which is stable now. If this bug is not fixed please reopen.