Gentoo Archives: gentoo-osx

From: Brian Harring <ferringb@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] Re: Attempt to use prefix on linux as secondary...
Date: Fri, 16 Dec 2005 12:27:22
Message-Id: 20051216122638.GH30053@nightcrawler.e-centre.net
In Reply to: [gentoo-osx] Re: Attempt to use prefix on linux as secondary... by m h
1 On Thu, Dec 15, 2005 at 04:59:15PM -0800, m h wrote:
2 > Ok, I'm running into the consistancy message that Haubi mentioned.
3 > I've prefix set to
4 > /data1/portage/dec15/prefix
5 > but the toolsbox prefix (is that the correct nomenclature?) (I'll call
6 > it PREFIX2) is:
7 > /data1/portage/dec15/prefix/toolsbox-4-patchespre.20051215/i686-pc-linux-gnu
8 >
9 > I'll need to trace through to see whats happening. My make.conf in
10 > PREFIX2/etc is not being read even though I modify it....
11 Betcha it 'twasn't configured properly. :)
12
13 Snag people seem to hit; adjusting prefix for configure scripts screws
14 with lib/exec/data crap, but _doesn't_ fool with configuration
15 locations. Rough configure statement that should be used
16 ./configure --sysconfdir=${PREFIX}/etc --prefix=${PREFIX}/user \
17 --with-offset-prefix=${PREFIX}
18
19 ~harring

Replies

Subject Author
Re: [gentoo-osx] Re: Attempt to use prefix on linux as secondary... Brian Harring <ferringb@g.o>