Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 26586

Summary: noegnud-nethack ebuild installs unplayable game due to bad permissions
Product: Gentoo Linux Reporter: Anthony Ventimiglia <anthony>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED INVALID    
Severity: critical CC: gnagent2
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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. ***