Gentoo Archives: gentoo-osx

From: m h <sesquile@×××××.com>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] [PREFIX] Creating a profile (package.provided)
Date: Thu, 16 Mar 2006 23:01:34
Message-Id: e36b84ee0603161500v5adbb90m26c9aa6c818da62f@mail.gmail.com
In Reply to: Re: [gentoo-osx] [PREFIX] Creating a profile (package.provided) by Grobian
1 On 3/16/06, Grobian <grobian@g.o> wrote:
2 > On 16-03-2006 14:41:59 -0800, m h wrote:
3 > > >
4 > > > If you copied my profile, you need to put the openssl provide back in.
5 > > >
6 > > ok, did that. But now I'm complaining about missing virtual/libintl.
7 > > This isn't even in the prefix tree!
8 > > Didn't you run into that issue?
9 >
10 > If I recall correctly this has been updated recently. So I think
11 > someone forgot to commit this one (virtuals are ebuilds these days if
12 > I'm correct...)
13 > I haven't seen the problem myself
14 >
15
16 So I'm fudging these right now by adding them to package.provided.
17 (Though in reality I want them to be built in the prefix location...)
18
19 I'm running into issues like this:
20 These are the packages that would be merged, in order:
21
22 Calculating system dependencies \
23 emerge: there are no ebuilds to satisfy "sys-libs/libstdc++-v3".
24
25
26
27 !!! Problem resolving dependencies for sys-devel/gcc
28 !!! Depgraph creation failed.
29 ....
30 There is no ebuild in the tree for sys-libs/libstcc+++-v3, so
31 apparently adding this to package.provided does no good.
32 So I added gcc to packages.provided and now emerge system now asks be
33 if it go ahead.
34 When I hit yes. I get the following:
35
36 Do you want me to merge these packages? [Yes/No] y
37 >>> Emerging (1 of 53) sys-devel/patch-2.5.9-r1 to /
38 !!! EBUILD_PHASE=clean
39 !!! D=/tmp/Mar16
40 !!! DEST=/tmp/Mar16/var/tmp/portage/patch-2.5.9-r1/image/
41 !!! PREFIX=/tmp/Mar16
42 !!! ROOT=/tmp/Mar16
43 *** Adjusting cvs-src permissions for portage user...
44 >>> Downloading http://distfiles.gentoo.org/distfiles/patch-2.5.9.tar.gz
45 [patch-2.5.9-r1] bash: /tmp/Mar16/usr/bin/wget: No such file or directory
46 >>> Downloading
47 http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/patch-2.5.9.tar.gz
48 [patch-2.5.9-r1] bash: /tmp/Mar16/usr/bin/wget: No such file or directory
49
50 Now I set my DEFAULT_PATH in make.global to include /usr/bin (which is
51 where wget is located). But it still doesn't find wget.
52 So I edited make.conf FETCHCOMMAND (actually uncommented it) and I'm
53 now compiling away...
54
55 matt
56
57 My package.provided looks like this:
58 sys-apps/portage-2.1.10
59 sys-devel/binutils-2.15
60 sys-libs/libstdc++-v3
61 sys-devel/gcc-3.4
62
63 --
64 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] [PREFIX] Creating a profile (package.provided) m h <sesquile@×××××.com>