Gentoo Archives: gentoo-alt

From: Ramon van Alteren <ramon@××××××××××.nl>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Lion and vers_string
Date: Fri, 02 Mar 2012 21:08:48
Message-Id: CAOAuWyzrpC25nGoi-qPQ3P7m14JRDnBBpSocn5QG+R_G5nbENw@mail.gmail.com
In Reply to: Re: [gentoo-alt] Lion and vers_string by Fabian Groffen
1 Hi,
2
3 On Fri, Mar 2, 2012 at 19:13, Fabian Groffen <grobian@g.o> wrote:
4 > On 02-03-2012 17:15:21 +0100, Ramon van Alteren wrote:
5 >> I'm trying to get prefix working on my shiney new spotify laptop which
6 >> came with Lion and I am running into problems with binutils-apple
7 >> I have the gcc-4.2.1 version header but the compilation for
8 >> binutils-apple fails due to missing vers_string.
9 >>
10 >> Any idea where I should get that ?
11 >
12 > can you post a compile fail snippet?
13
14 gcc -m64 -march=nocona -ULTO_SUPPORT -DNDEBUG
15 -I/Users/ramon/gprefix/var/tmp/portage/sys-devel/binutils-apple-4.2/work/libunwind/include
16 -Wall -I./../include -march=nocona -ULTO_SUPPORT -DNDEBUG
17 -I/Users/ramon/gprefix/var/tmp/portage/sys-devel/binutils-apple-4.2/work/libunwind/include
18 -c -MD -dependency-file ./replace.d \
19 -o ./replace.o replace.c
20 md -d -u ./Makedep ./replace.d
21 vers_string -c ar > ./vers.c
22 /Users/ramon/gprefix/tmp/usr/bin/bash: vers_string: command not found
23 make[1]: *** [vers.c] Error 127
24 make[1]: Leaving directory
25 `/Users/ramon/gprefix/var/tmp/portage/sys-devel/binutils-apple-4.2/work/cctools-809/ar'
26 make: *** [all] Error 1
27 emake failed
28 * ERROR: sys-devel/binutils-apple-4.2 failed (compile phase):
29 * emake failed for the cctools
30 *
31 * Call stack:
32 * ebuild.sh, line 98: Called src_compile
33 * environment, line 2574: Called compile_cctools
34 * environment, line 614: Called die
35 * The specific snippet of code:
36 * emake LIB_PRUNETRIE="-L../../${LD64}/src -lprunetrie"
37 EFITOOLS= LTO= COMMON_SUBDIRS='libstuff ar misc otool' SUBDIRS_32=
38 RC_CFLAGS="${CFLAGS}" OFLAG="${CFLAGS}" || die "emake failed for the
39 cctools";
40
41
42 /Ramon

Replies

Subject Author
Re: [gentoo-alt] Lion and vers_string Charles Davis <cdavis@××××××××××××.edu>