lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gub fails on odcctools


From: Joe Neeman
Subject: gub fails on odcctools
Date: Fri, 2 Mar 2007 10:05:52 +1100
User-agent: KMail/1.9.5

make -f lilypond.make bootstrap fails on odcctools. I've stuck the full output 
at the bottom of this email just in case it has something I've missed, but 
the basic problem is that (struct ranlib).ran_un doesn't have an element 
ran_name.

I've traced this to the definition of struct ranlib in 
target/darwin-ppc/src/odcctools-20060413/include/mach-o/ranlib.h:
struct  ranlib {
    union {
        uint32_t        ran_strx;       /* string table index of */
#ifndef __LP64__
        char            *ran_name;      /* symbol defined by */
#endif
    } ran_un;
    uint32_t            ran_off;        /* library member at this offset */
};

I added an
#else
#error "foo"
after the definition of ran_name and it turns out that __LP64__ is defined. I 
would have thought that it shouldn't be, given that I am cross-compiling for 
a 32-bit system. What do I do now?

invoking cd /programming/lilypond/target/darwin-ppc/build/odcctools-20060413 
&& /programming/lilypond/target/darwin-ppc/src/odcctools-20060413/configure 
--prefix=/programming/lilypond/target/darwin-ppc/install/odcctools-20060413-root/usr
 --program-prefix=powerpc-apple-darwin7- 
--prefix=/programming/lilypond/target/darwin-ppc/system/usr/cross/ 
--with-slibdir=/usr/lib/ --target=powerpc-apple-darwin7 
--with-sysroot=/programming/lilypond/target/darwin-ppc/system/ 
--disable-multilib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... powerpc-apple-darwin7
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ranlib... ranlib
checking for ar... ar
checking for configured assembler targets... ppc ppc64 i386
checking if -mdynamic-no-pic is supported... no
checking if -fno-builtin-round is supported... yes
checking if -fno-builtin-trunc is supported... yes
checking if -no-cpp-precomp is supported... no
checking if -Wall is supported... yes
checking if -Wno-long-double is supported... no
checking if -Wno-import is supported... yes
checking if -x objective-c is supported... no
checking if __private_extern__ is supported... no
checking if -multiply_defined suppress is supported... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for max unsigned long long... 18446744073709551615ULL
checking for strmode... no
checking for qsort_r... no
checking for qsort... yes
checking for getattrlist... no
checking for NSIsSymbolNameDefined... no
checking whether getc_unlocked is declared... yes
checking whether byte ordering is bigendian... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating libstuff/Makefile
config.status: creating libmacho/Makefile
config.status: creating ar/Makefile
config.status: creating as/Makefile
config.status: creating as/ppc/Makefile
config.status: creating as/ppc64/Makefile
config.status: creating as/i386/Makefile
config.status: creating ld/Makefile
config.status: creating ld64/Makefile
config.status: creating man/Makefile
config.status: creating misc/Makefile
config.status: creating otool/Makefile
config.status: creating include/config.h
substituting 
in /programming/lilypond/target/darwin-ppc/build/odcctools-20060413/Makefile
'ld64' -> ''
invoking 
mv /programming/lilypond/target/darwin-ppc/build/odcctools-20060413/Makefile 
/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/Makefile~
 *** Stage: compile (odcctools)
invoking cd /programming/lilypond/target/darwin-ppc/build/odcctools-20060413 
&& make  -j2
make[1]: Entering directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413'
cd libstuff && make
cd include && make
make[2]: Entering directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/libstuff'
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
allocate.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/allocate.c
make[2]: Entering directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/include'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/include'
cd libmacho && make
make[2]: Entering directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/libmacho'
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc -c -o 
arch.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libmacho/arch.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
errors.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/errors.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
arch.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/arch.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc -c -o 
emulated.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/emulated.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
execute.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/execute.c
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/emulated.c:
 
In function 'vm_allocate':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/emulated.c:67:
 
warning: cast from pointer to integer of different size
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/emulated.c:
 
In function 'map_fd':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/emulated.c:105:
 
warning: cast from pointer to integer of different size
ar cru libmacho.a arch.o emulated.o
ranlib libmacho.a
make[2]: Leaving directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/libmacho'
cd man && make
make[2]: Entering directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/man'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/man'
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
bytesex.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/bytesex.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
round.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/round.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
hppa.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/hppa.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
swap_headers.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/swap_headers.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
reloc.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/reloc.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
version_number.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/version_number.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
get_toc_byte_sex.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/get_toc_byte_sex.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
best_arch.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/best_arch.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
fatals.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/fatals.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
arch_usage.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/arch_usage.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
ofile.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile.c
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile.c:
 
In function 'ofile_map':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile.c:743:
 
warning: dereferencing type-punned pointer will break strict-aliasing rules
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile.c:
 
In function 'ofile_unmap':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile.c:1238:
 
warning: cast from pointer to integer of different size
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile.c:
 
In function 'ofile_first_member':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile.c:1652:
 
warning: implicit declaration of function 'temporary_archive_member_warning'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile.c:3761:8:
 
warning: extra tokens at end of #endif directive
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
ofile_error.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/ofile_error.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
print.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/print.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
set_arch_flag_name.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/set_arch_flag_name.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
seg_addr_table.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/seg_addr_table.c
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/seg_addr_table.c:
 
In function 'parse_seg_addr_table':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/seg_addr_table.c:103:
 
warning: dereferencing type-punned pointer will break strict-aliasing rules
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/seg_addr_table.c:
 
In function 'process_seg_addr_table':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/seg_addr_table.c:257:
 
warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
dylib_table.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/dylib_table.c
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/dylib_table.c:
 
In function 'parse_dylib_table':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/dylib_table.c:75:
 
warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
breakout.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/breakout.c
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
writeout.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:
 
In function 'writeout':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:131:
 
warning: dereferencing type-punned pointer will break strict-aliasing rules
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:264:
 
warning: cast from pointer to integer of different size
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:
 
In function 'writeout_to_mem':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:382:
 
warning: dereferencing type-punned pointer will break strict-aliasing rules
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:
 
In function 'make_table_of_contents':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1021:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1036:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1129:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:
 
In function 'ranlib_name_qsort':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1232:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:
 
In function 'check_sort_ranlibs':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1280:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1297:
 
error: 'union <anonymous>' has no member named 'ran_name'
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1304:
 
error: 'union <anonymous>' has no member named 'ran_name'
gcc -Wall -Wno-import  -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 
-D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_  -I..//include 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include 
-include 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/extern.h 
-I/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/include/foreign
 -g -O2 -fno-builtin-round -fno-builtin-trunc   -c -o 
checkout.o 
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/checkout.c
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:
 
In function 'ranlib_name_qsort':
/programming/lilypond/target/darwin-ppc/src/odcctools-20060413/libstuff/writeout.c:1233:
 
warning: control reaches end of non-void function
make[2]: *** [writeout.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413/libstuff'
make[1]: *** [libstuff] Error 2
make[1]: Leaving directory 
`/programming/lilypond/target/darwin-ppc/build/odcctools-20060413'
Command barfed: 
cd /programming/lilypond/target/darwin-ppc/build/odcctools-20060413 && 
make  -j2
Traceback (most recent call last):
  File "gub-builder.py", line 339, in ?
    main ()
  File "gub-builder.py", line 332, in main
    run_builder (options, settings, pm, deps, spec_object_dict)
  File "gub-builder.py", line 256, in run_builder
    run_one_builder (options, spec)
  File "gub-builder.py", line 195, in run_one_builder
    (available[stage]) ()
  File "lib/gub.py", line 413, in compile
    self.system ('cd %(builddir)s && %(compile_command)s')
  File "lib/context.py", line 145, in system
    verbose=self.verbose)
  File "lib/oslog.py", line 67, in system
    self.system_one (i, call_env, ignore_errors)
  File "lib/oslog.py", line 37, in system_one
    raise SystemFailed (m)
misc.SystemFailed: Command barfed: 
cd /programming/lilypond/target/darwin-ppc/build/odcctools-20060413 && 
make  -j2

make: *** [cross-compilers] Error 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]