Gentoo Archives: gentoo-user

From: reader@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: besides package.use where to store info needed at emerge
Date: Thu, 03 Jan 2008 18:08:36
Message-Id: 87r6gyu6u4.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Re: besides package.use where to store info needed at emerge by Neil Bothwick
1 Neil Bothwick <neil@××××××××××.uk> writes:
2
3 > On Thu, 03 Jan 2008 10:44:14 -0600, reader@×××××××.com wrote:
4 >
5 >> At the `pkg' part of /etc/portage/env/cat/pkg
6 >>
7 >> Do I need to include the full address somehow like: dev-util/cvs
8 >> or just `/etc/portage/env/cat/cvs'
9 >
10 > cat = category
11 > pkg = package
12 >
13 > Use /etc/portage/env/dev-util/cvs
14
15 Sorry to keep nagging with this but I must still not have it right. I
16 do not see that compile flag being set during emerge:
17
18 ls -R /etc/portage/env
19 /etc/portage/env:
20 dev-utils
21
22 /etc/portage/env/dev-utils:
23 cvs
24
25 cat /etc/portage/env/dev-utils/cvs
26 EXTRA_ECONF='--enable-rootcommit'
27
28 And a snippet of emerge -v cvs ouput:
29
30 (wrapped for mail)
31 [...]
32
33 >>> Compiling source in
34 >>> /var/tmp/portage/dev-util/cvs-1.12.12-r4/work/cvs-1.12.12 ...
35 * econf: updating cvs-1.12.12/build-aux/config.guess with
36 /usr/share/gnuconfig/config.guess
37 * econf: updating cvs-1.12.12/build-aux/config.sub with
38 /usr/share/gnuconfig/config.sub
39
40 ./configure --prefix=/usr --host=i686-pc-linux-gnu
41 --mandir=/usr/share/man --infodir=/usr/share/info
42 --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
43 --with-external-zlib --with-tmpdir=/tmp --enable-encryption
44 --with-gssapi --enable-nls --enable-pam --enable-server
45 --build=i686-pc-linux-gnu
46
47 [...]
48
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: besides package.use where to store info needed at emerge Neil Bothwick <neil@××××××××××.uk>