Hi,

On Fri, Mar 2, 2012 at 19:13, Fabian Groffen <[email protected]> wrote:
> On 02-03-2012 17:15:21 +0100, Ramon van Alteren wrote:
>> I'm trying to get prefix working on my shiney new spotify laptop which
>> came with Lion and I am running into problems with binutils-apple
>> I have the gcc-4.2.1 version header but the compilation for
>> binutils-apple fails due to missing vers_string.
>>
>> Any idea where I should get that ?
>
> can you post a compile fail snippet?

gcc -m64 -march=nocona -ULTO_SUPPORT -DNDEBUG
-I/Users/ramon/gprefix/var/tmp/portage/sys-devel/binutils-apple-4.2/work/libunwind/include
-Wall -I./../include  -march=nocona -ULTO_SUPPORT -DNDEBUG
-I/Users/ramon/gprefix/var/tmp/portage/sys-devel/binutils-apple-4.2/work/libunwind/include
-c -MD -dependency-file ./replace.d \
                -o ./replace.o replace.c
md -d -u ./Makedep ./replace.d
vers_string -c  ar > ./vers.c
/Users/ramon/gprefix/tmp/usr/bin/bash: vers_string: command not found
make[1]: *** [vers.c] Error 127
make[1]: Leaving directory
`/Users/ramon/gprefix/var/tmp/portage/sys-devel/binutils-apple-4.2/work/cctools-809/ar'
make: *** [all] Error 1
emake failed
 * ERROR: sys-devel/binutils-apple-4.2 failed (compile phase):
 *   emake failed for the cctools
 *
 * Call stack:
 *     ebuild.sh, line   98:  Called src_compile
 *   environment, line 2574:  Called compile_cctools
 *   environment, line  614:  Called die
 * The specific snippet of code:
 *       emake LIB_PRUNETRIE="-L../../${LD64}/src -lprunetrie"
EFITOOLS= LTO= COMMON_SUBDIRS='libstuff ar misc otool' SUBDIRS_32=
RC_CFLAGS="${CFLAGS}" OFLAG="${CFLAGS}" || die "emake failed for the
cctools";


/Ramon

Reply via email to