On Mar 6, 2010, at 5:08 PM, James Bunton wrote: > You can try help test my new package from http://delx.net.au/hg/finkinfos > if you like. It works for me in Python 2.5, 2.6 on 10.5 & 10.6.
alas, no joy...
Setting up fink-buildlock-pyobjc-py25-2.2+svn2349-1 (2010.03.06-20.56.09) ...
Cleaning up .la files being installed
bzip2 -dc /sw/src/pyobjc-2.2+svn2349.tar.bz2 | /sw/bin/tar -xf -
--no-same-owner --no-same-permissions
[ -r /sw/fink/dists/local/main/finkinfo/pyobjc-py.patch ]
patch -p1 < /sw/fink/dists/local/main/finkinfo/pyobjc-py.patch
patching file pyobjc-framework-CFNetwork/setup.py
patching file pyobjc-framework-Cocoa/setup.py
patching file pyobjc-framework-CoreText/setup.py
patching file pyobjc-framework-FSEvents/setup.py
patching file pyobjc-framework-Quartz/setup.py
patching file pyobjc-framework-SystemConfiguration/setup.py
patching file pyobjc-core/Modules/objc/objc-class.m
/var/tmp/tmp.1.KD0ptE
#!/bin/bash -ev
distribution="$(sw_vers -productVersion | cut -d. -f1-2)"
sw_vers -productVersion | cut -d. -f1-2
if [ "2.5" = "2.5" ]; then
export CC=gcc-4.0
fi
for proj in pyobjc-core pyobjc-metadata pyobjc-framework*
do
echo -ne "\n----- $proj -----\n\n"
if [ "$distribution" = "10.5" ] && grep -q "min_os_level='10.6'"
"${proj}/setup.py"; then
rm -rf "${proj}"
continue
fi
pushd "${proj}" > /dev/null
# Build python libs
/sw/bin/python2.5 setup.py build
popd > /dev/null
done
----- pyobjc-core -----
Traceback (most recent call last):
File "setup.py", line 157, in <module>
"-DPyObjC_BUILD_RELEASE=%02d%02d"%(tuple(map(int,
platform.mac_ver()[0].split('.')[:2]))),
ValueError: invalid literal for int() with base 10: ''
### execution of /var/tmp/tmp.1.KD0ptE failed, exit code 1
--
If this were played upon a stage now, I could condemn it as an improbable
fiction. - Fabian, Twelfth Night, III,v
http://five.sentenc.es/
PGP.sig
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
