On Feb 15, 2008, at 19:52, Mack Johnson wrote:

> Could someone help me with this error?
>
> building '_zope_interface_coptimizations' extension
> creating build/temp.macosx-10.3-ppc-2.4
> creating build/temp.macosx-10.3-ppc-2.4/src
> creating build/temp.macosx-10.3-ppc-2.4/src/zope
> creating build/temp.macosx-10.3-ppc-2.4/src/zope/interface
> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- 
> madd -
> fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-
> prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/
> 2.4/include/python2.4 -c src/zope/interface/
> _zope_interface_coptimizations.c -o build/temp.macosx-10.3-ppc-2.4/ 
> src/
> zope/interface/_zope_interface_coptimizations.o
> unable to execute -fno-strict-aliasing: No such file or directory
> error: command '-fno-strict-aliasing' failed with exit status 1
>
> Error: The following dependencies failed to build: py-twisted py-
> zopeinterface shorten unrar
> Error: Status 1 encountered during processing.

I'm not sure why py-zopeinterface is failing to build for you. It  
works for me. I have 10.4.11 on Intel with Xcode 2.4.1. The  
corresponding output on my system is:

building '_zope_interface_coptimizations' extension
creating build/temp.macosx-10.3-i386-2.4
creating build/temp.macosx-10.3-i386-2.4/src
creating build/temp.macosx-10.3-i386-2.4/src/zope
creating build/temp.macosx-10.3-i386-2.4/src/zope/interface
/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp- 
precomp -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall - 
Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/ 
Versions/2.4/include/python2.4 -c src/zope/interface/ 
_zope_interface_coptimizations.c -o build/temp.macosx-10.3-i386-2.4/ 
src/zope/interface/_zope_interface_coptimizations.o
/usr/bin/gcc-4.0 -L/opt/local/lib -bundle -undefined dynamic_lookup  
build/temp.macosx-10.3-i386-2.4/src/zope/interface/ 
_zope_interface_coptimizations.o -o build/lib.macosx-10.3-i386-2.4/ 
zope/interface/_zope_interface_coptimizations.so

I assume you have a PowerPC Mac, based on your output?

For some reason, on your Mac, it hasn't included the path to the  
compiler, "/usr/bin/gcc-4.0", in the command line. I don't know why.  
What version of Xcode do you have?

What version of Mac OS X do you have?

_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to