Gentoo Archives: gentoo-dev

From: Ned Ludd <solar@g.o>
To: Ciaran McCreesh <ciaranm@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New PKGDIR=$PORTDIR/packages/$CHOST
Date: Sat, 31 Jul 2004 18:49:52
Message-Id: 1091299740.17729.408.camel@simple
In Reply to: Re: [gentoo-dev] New PKGDIR=$PORTDIR/packages/$CHOST by Ciaran McCreesh
1 On Sat, 2004-07-31 at 14:13, Ciaran McCreesh wrote:
2 > On 31 Jul 2004 13:33:12 -0400 Ned Ludd <solar@g.o> wrote:
3 > | Would anybody object to making the default PKGDIR be
4 > | $PORTDIR/packages/$CHOST ?
5 > |
6 > | CCHOST would even be ideal, but this variable is never set to CHOST in
7 > | the global scope if not cross compiling.
8 >
9 > PKGDIR=${PORTDIR}/packages/${CCHOST:-${CHOST}} ?
10
11 Yeah that would be nice if it worked, but portage does not seem to be
12 able to cope with that set in the make.conf
13
14 build-host # grep PKGDIR /etc/make.conf
15 PKGDIR=${PORTDIR}/packages/${CCHOST:-${CHOST}}
16
17 build-host # emerge info | grep ^PKGDIR
18 PKGDIR=""
19
20 emerge something
21 Traceback ......
22
23 Even with them both explicitly defined in make.conf it wont work ;/
24
25 --
26 Ned Ludd <solar@g.o>
27 Gentoo (hardened,security,infrastructure,embedded,toolchain) Developer

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] New PKGDIR=$PORTDIR/packages/$CHOST Brian Harring <ferringb@g.o>