Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26586 - noegnud-nethack ebuild installs unplayable game due to bad permissions
Summary: noegnud-nethack ebuild installs unplayable game due to bad permissions
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-13 20:18 UTC by Anthony Ventimiglia
Modified: 2003-09-14 22:30 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 Anthony Ventimiglia 2003-08-13 20:18:46 UTC
The nethack directory under noegnud-nethack is installed with no write permissions 
for the group making the game unplayable. A simple fix, but it should be fixed in the 
ebuild: 
 
This  will fix the problem. 
 
# emerge noegnud-nethack 
# chmod g+w /usr/games/lib/noegnud-0.7.1/nethack-3.4.1 
 

Reproducible: Always
Steps to Reproduce:
1. # emerge noegnud-nethack  -- (as root) 
2. $ noegnud-nethack              -- (as user in games group) 
		 
Actual Results:  
 noegnud crashes trying to begin game 

Expected Results:  
It should have started a nethack game
Comment 1 SpanKY gentoo-dev 2003-08-13 20:22:21 UTC
i fixed this about 2 weeks ago 
chmod -R g+w ${GAMES_LIBDIR}/noegnud-${PV}  
Comment 2 Anthony Ventimiglia 2003-08-13 21:34:42 UTC
I see that in the ebuild, but it doesn't work. Perhaps you should actually test the ebuild. 
Comment 3 SpanKY gentoo-dev 2003-08-14 16:52:23 UTC
i forgot the ${D}, symptom of doing testing on one box while running cvs on another ...

fixed in cvs
Comment 4 SpanKY gentoo-dev 2003-09-14 22:30:27 UTC
*** Bug 28104 has been marked as a duplicate of this bug. ***