#25907: libvpx 0.9.1 fails to build on Leopard --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: libvpx --------------------------------+------------------------------------------- Comment(by jeremyhu@…): On ppc without universal, it's enabling a bunch of i386 stuff including throwing -arch i386 into CFLAGS ... It's also trying to use the Leopard SDK rather than / {{{ Configuring selected codecs enabling vp8_encoder enabling vp8_decoder enabling x86 enabling runtime_cpu_detect enabling mmx enabling sse enabling sse2 enabling sse3 enabling ssse3 enabling postproc Unable to invoke compiler: /usr/bin/gcc-4.0 -pipe -O0 -ggdb3 -arch ppc -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -O3 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer- arith -Wcast-qual -Wno-unused -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -m32 -arch i386 -O3 -Wall -Wdeclaration-after- statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused Configuration failed. This could reflect a misconfiguration of your toolchains, improper options selected, or another problem. If you don't see any useful error messages above, the next step is to look at the configure error log file (config.err) to determine what configure was trying to do when it died. shell command " cd "/opt/local/var/macports/build /_Users_jeremy_src_macports- trunk_dports_multimedia_libvpx/work/libvpx-0.9.1" && ./configure --prefix=/opt/local --enable-vp8 --enable-psnr --enable-postproc --enable- multithread --enable-runtime-cpu-detect --disable-install-docs " returned error 1 }}} -- Ticket URL: <http://trac.macports.org/ticket/25907#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS