Trac tickets

Simon Ruderich simon at ruderich.com
Wed Aug 8 04:02:41 PDT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Matthew K. Meissner wrote:
> Simon, could you please provide more details on how it fails on your ppc
> iMac, versions, etc.?
> 
> Thanks,
> Matt

Hi,

I tried it on my iMac G4, Mac OS X 10.4.10 with Xcode 2.4.1 with the
following result (only configure and build information) I attached to
this mail.

Without +universal it builds fine for me on my iMac.

Thanks for your help,
Simon
- --
+ privacy is necessary
+ using http://gnupg.org
+ public key id: 0x6115F804EFB33229

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFGuaKqYRX4BO+zMikRCg/QAJ0U0xpHhwuTz+bRA8/I+LVpt+g6pACfd25J
6KKMCnpa57L9dB0LV3CItAc=
=BGN8
-----END PGP SIGNATURE-----
-------------- next part --------------
--->  Configuring libogg
DEBUG: Executing org.macports.configure (libogg)
DEBUG: Environment: CXXFLAGS='-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc' CPPFLAGS='-I/opt/local/include' CFLAGS='-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc' LDFLAGS='-L/opt/local/lib -arch i386 -arch ppc'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/libogg-1.1.3" && ./configure --prefix=/opt/local --disable-dependency-tracking'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... powerpc-apple-darwin8.10.0
checking host system type... powerpc-apple-darwin8.10.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 65536
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.10.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.10.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for int16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for uint16_t... yes
checking for u_int32_t... yes
checking for u_int16_t... yes
checking for int64_t... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for working memcmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/libogg/Makefile
config.status: creating include/Makefile
config.status: creating include/ogg/Makefile
config.status: creating include/ogg/config_types.h
config.status: creating win32/Makefile
config.status: creating libogg.spec
config.status: creating ogg.pc
config.status: creating ogg-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
DEBUG: Executing proc-post-org.macports.configure-configure-0
--->  Building libogg with target all
DEBUG: Executing org.macports.build (libogg)
DEBUG: Environment: 
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/libogg-1.1.3" && make all'
make  all-recursive
Making all in src
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include  -I/opt/local/include  -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c -o framing.lo framing.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c framing.c  -fno-common -DPIC -o .libs/framing.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c framing.c -o framing.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include  -I/opt/local/include  -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c -o bitwise.lo bitwise.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c bitwise.c  -fno-common -DPIC -o .libs/bitwise.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c bitwise.c -o bitwise.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc  -L/opt/local/lib -arch i386 -arch ppc -o libogg.la -rpath /opt/local/lib -no-undefined -version-info 5:3:5 framing.lo bitwise.lo  
gcc -dynamiclib -arch i386 -arch ppc  -o .libs/libogg.0.5.3.dylib  .libs/framing.o .libs/bitwise.o  -L/opt/local/lib -install_name  /opt/local/lib/libogg.0.dylib -compatibility_version 6 -current_version 6.3
ld: Undefined symbols:
_free
_malloc
_memchr
_memcpy
_memmove
_memset
_realloc
/usr/bin/libtool: internal link edit command failed
lipo: can't figure out the architecture type of: /var/tmp//ccVk9yCo.out
make[2]: *** [libogg.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/libogg-1.1.3" && make all " returned error 2
Command output: make  all-recursive
Making all in src
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include  -I/opt/local/include  -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c -o framing.lo framing.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c framing.c  -fno-common -DPIC -o .libs/framing.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c framing.c -o framing.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include  -I/opt/local/include  -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c -o bitwise.lo bitwise.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c bitwise.c  -fno-common -DPIC -o .libs/bitwise.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -c bitwise.c -o bitwise.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -fno-common -O4 -Wall -fsigned-char -ffast-math -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc  -L/opt/local/lib -arch i386 -arch ppc -o libogg.la -rpath /opt/local/lib -no-undefined -version-info 5:3:5 framing.lo bitwise.lo  
gcc -dynamiclib -arch i386 -arch ppc  -o .libs/libogg.0.5.3.dylib  .libs/framing.o .libs/bitwise.o  -L/opt/local/lib -install_name  /opt/local/lib/libogg.0.dylib -compatibility_version 6 -current_version 6.3
ld: Undefined symbols:
_free
_malloc
_memchr
_memcpy
_memmove
_memset
_realloc
/usr/bin/libtool: internal link edit command failed
lipo: can't figure out the architecture type of: /var/tmp//ccVk9yCo.out
make[2]: *** [libogg.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Warning: the following items did not execute (for libogg): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: libogg.txt.sig
Type: application/octet-stream
Size: 65 bytes
Desc: not available
Url : http://lists.macosforge.org/pipermail/macports-dev/attachments/20070808/df10a623/libogg.txt.obj


More information about the macports-dev mailing list