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

Bug 4986

Summary: quake3-cpma and quake3-osp ebuilds don't work
Product: Gentoo Linux Reporter: Alexander Gretencord <arutha>
Component: Current packagesAssignee: José Alberto Suárez López <bass>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: updated cpma ebuild
updated osp ebuild

Description Alexander Gretencord 2002-07-14 10:41:24 UTC
I don't believe it *argh* Well here's a fixed version of the quake3-cpma and   
osp ebuilds. Got the same problems as the quake3 ebuild has (someone changed  
my chmod into fperms but forgot to remove the ${D} I had to use when using  
chmod directly.)  
  
There are some other stupidities introduced too (like fperms with 3 arguments  
because I used chown -R in my original ebuild.) PLS leave the chown or make  
fperms more robust. I think it's better to use chown yourself and have that  
additional ${D} instead of having a crappy fperms that has ${D} builtin. Also 
you obviously can't use fowners when you want to chown in ${WORKDIR} as fowners 
inserts a ${D}.
Comment 1 Alexander Gretencord 2002-07-14 10:42:05 UTC
Created attachment 2238 [details]
updated cpma ebuild
Comment 2 Alexander Gretencord 2002-07-14 10:42:26 UTC
Created attachment 2239 [details]
updated osp ebuild
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-07-14 10:58:21 UTC
It apears that we need to be a bit more careful with "fixing" user submitted
ebuilds.