Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97112 - games-board/pysol-4.82-r1 sets wrong perms on /usr/games/lib/pysol/pysol.py
Summary: games-board/pysol-4.82-r1 sets wrong perms on /usr/games/lib/pysol/pysol.py
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-26 06:39 UTC by Bill Mullen
Modified: 2005-06-26 13:00 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 Bill Mullen 2005-06-26 06:39:11 UTC
After building fine, /usr/games/bin/pysol would not run. Changing ownership of
/usr/games/lib/pysol/pysol.py from root:root to root:games allowed it to start
and run properly. No other permission or ownership changes were required.

Reproducible: Always
Steps to Reproduce:
1. Build games-board/pysol-4.82-r1.ebuild.
2. Attempt to run /usr/games/bin/pysol.

Actual Results:  
/usr/games/bin/pysol: line 4: /usr/games/lib/pysol/pysol.py: Permission denied
/usr/games/bin/pysol: line 4: exec: /usr/games/lib/pysol/pysol.py: cannot
execute: Success

Expected Results:  
Launched /usr/games/lib/pysol/pysol.py

Note that the ownership on /usr/games/bin/pysol and all of
/usr/games/lib/pysol/*  is also set to root:root, but once
/usr/games/lib/pysol/pysol.py is set to root:games, the app launches and runs
properly.
Comment 1 SpanKY gentoo-dev 2005-06-26 13:00:10 UTC
this was mentioned & fixed in Bug 81176 already