Gentoo Archives: gentoo-osx

From: m h <sesquile@×××××.com>
To: Michael Haubenwallner <michael.haubenwallner@×××××××.at>, gentoo-osx@l.g.o
Subject: [gentoo-osx] Re: Attempt to use prefix on linux as secondary...
Date: Fri, 16 Dec 2005 01:51:49
Message-Id: e36b84ee0512151751n2a8e35fk5e33192cdbc27d3f@mail.gmail.com
In Reply to: [gentoo-osx] Re: Attempt to use prefix on linux as secondary... by m h
1 While I'm firing off questions, any hints as to why there are no
2 ebuilds to satisfy bash? (I'm starting through the depgraph code, but
3 it is hairy and ugly....)
4
5 On 12/15/05, m h <sesquile@×××××.com> wrote:
6 > Ok, I'm running into the consistancy message that Haubi mentioned.
7 > I've prefix set to
8 > /data1/portage/dec15/prefix
9 > but the toolsbox prefix (is that the correct nomenclature?) (I'll call
10 > it PREFIX2) is:
11 > /data1/portage/dec15/prefix/toolsbox-4-patchespre.20051215/i686-pc-linux-gnu
12 >
13 > I'll need to trace through to see whats happening. My make.conf in
14 > PREFIX2/etc is not being read even though I modify it....
15 >
16 > I'm sure I'm forgetting something somewhere... I'll step through to
17 > see what I find.
18 >
19 > On 12/15/05, m h <sesquile@×××××.com> wrote:
20 > > Got around (hacked around) python issue (I have no portage user
21 > > currently, only the group). So in portage_data.py, I override
22 > > portage_uid to my userid
23 > > portage_uid=os.getuid()
24 > > and I'm rolling again.
25 > > Now I get the following:
26 > >
27 > > Invalid package name in package.provided: virtual/libc
28 > > Invalid package name in package.provided: virtual/linux-sources
29 > > Invalid package name in package.provided: virtual/os-headers
30 > > !!! Problem with sandbox binary. Disabling...
31 > >
32 > > PORTDIR /usr/portage
33 > > --- 'profiles/arch.list' is empty or not available. Empty portage tree?
34 > >
35 > > These are the packages that I would merge, in order:
36 > >
37 > > Calculating system dependencies
38 > > emerge: there are no ebuilds to satisfy ">=app-shells/bash-3.0-r9".
39 > >
40 > >
41 > >
42 > > !!! Problem resolving dependencies for >=app-shells/bash-3.0-r9
43 > > !!! Depgraph creation failed.
44 > > =========END OUTPUT============
45 > > Note the debug statement for PORTDIR, it is not prefixed!
46 > > I have the following set in make.conf:
47 > > PORTDIR=${PREFIX}/usr/portage
48 > > Am I missing something?
49 > >
50 > > I'll hack it for now (that should get rid of the arch.list error).
51 > >
52 > > Hopefully people don't mind the spam. Again, I'm not a gentoo dev, so
53 > > I'm learning about the guts of portage, hopefully this is useful (at
54 > > least as psuedo-dev notes) for someone else....
55 > >
56 >
57
58 --
59 gentoo-osx@g.o mailing list

Replies

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