Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] [PREFIX] Ready to go on Ubuntu...
Date: Mon, 10 Apr 2006 19:29:54
Message-Id: 20060410192952.GJ24329@gentoo.org
In Reply to: Re: [gentoo-osx] [PREFIX] Ready to go on Ubuntu... by m h
1 On 10-04-2006 20:25:24 +0000, m h wrote:
2 > On 4/8/06, grobian@g.o <grobian@g.o> wrote:
3 > > On 07-04-2006 18:54:44 -0700, m h wrote:
4 > > > Complaint that "emake" wasn't found, which is found in
5 > > > usr/portage/bin. I added ${PREFIX}/usr/portage/bin to DEFAULT_PATH in
6 > > > make.globals and continued. Not sure if this is a regression (could
7 > > > be user error).
8 > >
9 > > I've had this too. Setting DEFAULT_PATH means you override it, not
10 > > append to it. Copy the path from make.globals and add the paths to that
11 > > line to get what you expect.
12 > >
13 >
14 > Just clarifying here. You mean hardcode the path to emake int the
15 > ebuild which calls it?
16
17 No, if you set DEFAULT_PATH in your make.conf, make sure you start by
18 modifying what is in make.globals. The one in make.globals is like the
19 default setting, and if you set it, you lose the defaults. (like then
20 you do "export PATH=$HOME/bin" in bash for instance).
21
22
23 --
24 Fabian Groffen
25 --
26 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] [PREFIX] Ready to go on Ubuntu... m h <sesquile@×××××.com>