Changes between Initial Version and Version 2 of Ticket #21248


Ignore:
Timestamp:
Sep 10, 2009, 4:16:46 AM (15 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21248

    • Property Cc mmoll@… removed
    • Property Summary changed from python25 +universal ignores univeral_archs to python25 +universal ignores universal_archs
    • Property Owner changed from macports-tickets@… to mww@…
    • Property Milestone changed from MacPorts 1.8.1 to
    • Property Keywords universal snow leopard x86_64 removed
  • Ticket #21248 – Description

    initial v2  
    11I'm trying to build python25 +universal on Snow Leopard. In my macports.conf I have set universal_archs to i386 and x86_64. The python configure script hardcodes i386 and ppc as the universal architectures. Even if I replace ppc with x86_64, the compilation fails with these errors:
    2 
     2{{{
    33/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /Developer/SDKs/MacOSX10.6.sdk  -fno-strict-aliasing -mno-fused-madd -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include -D_DARWIN_C_SOURCE  -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
    44In file included from /Developer/SDKs/MacOSX10.6.sdk/usr/include/architecture/i386/math.h:626,
     
    1919lipo: can't figure out the architecture type of: /var/tmp//ccD3CsnI.out
    2020make: *** [Modules/python.o] Error 1
     21}}}