Gentoo Archives: gentoo-alt

From: Leho Kraav <leho@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] gawk-4.1.0 failing on Snow Leopard
Date: Sun, 21 Jul 2013 22:24:23
Message-Id: 51EC5EFB.9030201@kraav.com
In Reply to: Re: [gentoo-alt] gawk-4.1.0 failing on Snow Leopard by Leho Kraav
1 On 22.07.2013 00:08, Leho Kraav wrote:
2 > On 21.07.2013 23:09, Leho Kraav wrote:
3 >> Exactly this
4 >> http://lists.gnu.org/archive/html/bug-gawk/2013-05/msg00020.html
5 >>
6 >> Darwin amcbook 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36
7 >> PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 i386 MacBook4,1 Darwin
8 >
9 >
10 > Hmmm, this is because gcc-config and binutils-config have failed without
11 > $EPREFIX/etc/init.d/functions.sh. For some reason baselayout-prefix-1.3
12 > seems to have failed somewhere.
13
14 Aaah, okay. Just read:
15
16 "Since we have everything in place for a self-catered rebuild, we can
17 start the final stage to install the Prefix system. This final stage
18 recompiles everything in the system, but now all packages can be
19 compiled with tools from the Prefix, instead of those from the host system."
20
21 So everything in stage3 was indeed supposed to be compiled with system
22 toolchain, which I think makes the gawk build fail indeed a valid bug. I
23 worked around it atm by switching to prefix gcc already for gawk build,
24 which linked gawk against prefix readline. I guess no harm done for the
25 rest of the stuff already getting built with prefix gcc.