Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4986 - quake3-cpma and quake3-osp ebuilds don't work
Summary: quake3-cpma and quake3-osp ebuilds don't work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: José Alberto Suárez López
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-14 10:41 UTC by Alexander Gretencord
Modified: 2002-07-20 21:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
updated cpma ebuild (quake3-cpma-0.99x-r3.ebuild,2.19 KB, text/plain)
2002-07-14 10:42 UTC, Alexander Gretencord
Details
updated osp ebuild (quake3-osp-1.01-r2.ebuild,2.17 KB, text/plain)
2002-07-14 10:42 UTC, Alexander Gretencord
Details

Note You need to log in before you can comment on or make changes to this bug.
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.