Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281838 - Invalid syntax in multiple prefix profiles
Summary: Invalid syntax in multiple prefix profiles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
: 281843 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-08-17 19:34 UTC by Jacob Godserv
Modified: 2009-08-18 14:48 UTC (History)
0 users

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


Attachments
prefix-profile.patch (prefix-profile.patch,4.04 KB, patch)
2009-08-17 22:07 UTC, Jacob Godserv
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Godserv 2009-08-17 19:34:50 UTC
In the file usr/portage/profiles/prefix/linux/x86/make.defaults, on about line 5, it says this:
ARCH=x86

The correct syntax is actually:
ARCH="x86"

This is stated in the PMS for EAPI 2 in section 4.2.3:
http://dev.gentoo.org/~gentoofan23/pms/eapi-2-approved/pms.html#x1-470004.2.3
Comment 1 Jacob Godserv 2009-08-17 20:05:00 UTC
This bug is "INCOMPLETE" atm. I will be attaching patchfiles with a fix for multiple prefix profile bugs shortly.
Comment 2 Jacob Godserv 2009-08-17 22:05:44 UTC
*** Bug 281843 has been marked as a duplicate of this bug. ***
Comment 3 Jacob Godserv 2009-08-17 22:07:29 UTC
Created attachment 201558 [details, diff]
prefix-profile.patch

Since it's easier to put all the bugs into a single bug, with a single patch file, this is what I've done.

First off, a lot of use.mask lines have comments appended to the end, which is
technically invalid, but portage doesn't mind. Nevertheless, for maximum compatibility, it's best to move these.

Second, some ARCH lines were without quotes. Everything must be in quotes, and
double-quotes at that.

This patch file fixes all that. Enjoy. :)
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-08-18 14:48:19 UTC
picky, picky =P

done, thx.