Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28326 - net-fs/openafs defines a reserved variable ($ARCH)
Summary: net-fs/openafs defines a reserved variable ($ARCH)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-09 22:42 UTC by SpanKY
Modified: 2003-11-21 10:16 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 SpanKY gentoo-dev 2003-09-09 22:42:42 UTC
you cannot set ARCH in an ebuild since it is reserved for portage

net-fs/openafs/openafs-1.2.10.ebuild:ARCH=i386_linux24
net-fs/openafs/openafs-1.2.9.ebuild:ARCH=i386_linux24
net-fs/openafs/openafs-1.2.8.ebuild:ARCH=i386_linux24
Comment 1 Steven Jenkins 2003-09-10 08:55:55 UTC
Recommend s/ARCH/SYS_NAME/. ARCH is used only as a local variable; SYS_NAME is what the Makefile calls it. Any name that isn't reserved will work.
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2003-11-21 10:16:56 UTC
Replaced reserved word with SYS_NAME is all the ebuilds.