zooloo wrote:
[]s expanded:
> 
> $ grep -ni 'sha256' fink-build-log_python25_*
> 3676:Python-2.5.1/Modules/sha256module.c
> 
> By the way, the same holds for _sha512.so .
> 
> Which parts of the buildlog (753 KiB) are most likely to be helpful?

I am not sure if you find the reason for this in the build log. For 
comparison, in my build log, I have

> building '_sha256' extension
> gcc -fno-strict-aliasing -fno-common -Wno-long-double -no-cpp-precomp 
> -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. 
> -I/sw_stable/src/fink.build/python25-2.5.1-1/Python-2.5.1/./Include 
> -I/sw_stable/src/fink.build/python25-2.5.1-1/Python-2.5.1/./Mac/Include 
> -I./Include -I. -I/sw/include 
> -I/sw_stable/src/fink.build/python25-2.5.1-1/Python-2.5.1/Include 
> -I/sw_stable/src/fink.build/python25-2.5.1-1/Python-2.5.1 -c 
> /sw_stable/src/fink.build/python25-2.5.1-1/Python-2.5.1/Modules/sha256module.c
>  -o 
> build/temp.macosx-10.5-i386-2.5/sw_stable/src/fink.build/python25-2.5.1-1/Python-2.5.1/Modules/sha256module.o
> gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I. -I./Include 
> -I/sw/include 
> build/temp.macosx-10.5-i386-2.5/sw_stable/src/fink.build/python25-2.5.1-1/Python-2.5.1/Modules/sha256module.o
>  -L/sw/lib -o build/lib.macosx-10.5-i386-2.5/_sha256.so

This is after the _md5.so extension is built.

What you need to find out is why your python25 decides not to build the 
_sha* modules. There is some logic in setup.py that looks at openssl 
versions  and then decides to build _sha256.so. I haven't yet understood 
completely what happens there, but it would be interesting to see what 
you get from the two commands

   /usr/bin/openssl version
   grep VERSION_NUMBER /usr/include/openssl/opensslv.h

-- 
Martin



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to