Gentoo Archives: gentoo-alt

From: Jason Pepas <cell@×××××××××.edu>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix] sparc issue, was m4 ebuild digest problem
Date: Fri, 25 May 2007 15:21:01
Message-Id: 4656FECC.6000909@cs.utexas.edu
In Reply to: Re: [gentoo-alt] [prefix] sparc issue, was m4 ebuild digest problem by Jason Pepas
1 Jason Pepas wrote:
2 > !!! ARCH is not set... Are you missing the '/etc/make.profile' symlink?
3 > !!! Is the symlink correct? Is your portage tree complete?
4
5 Ok, I created a sunos 5.9 profile (yeah, we still haven't upgraded to
6 solaris 10...) using the following bit of script:
7
8 # setup the sunos 5.9 profile
9 cd ${GPREFIX}/usr/portage/profiles/default-prefix/sunos/solaris
10 mkdir -p 5.9
11 echo "sys-sunos/libc-2.9" > 5.9/package.provided
12 echo ".." > 5.9/parent
13 mkdir -p 5.9/sparc
14 cat > 5.9/sparc/make.defaults << EOF
15 ARCH=sparc
16 CHOST="sparc-sun-solaris2.9"
17 ACCEPT_KEYWORDS="sparc-solaris"
18 USE="sparc-solaris"
19 EOF
20 echo ".." > 5.9/sparc/parent
21 cd -
22
23
24 -jason pepas
25 --
26 gentoo-alt@g.o mailing list

Replies