On Thu, Nov 20, 2008 at 11:16:23PM -0600, Pepe Barbe wrote: > > On Nov 20, 2008, at 10:56 AM, Daniel Macks wrote: > > > There were some other probably-harmless/less-than-ideal things in > > pil-pyXX, I just cleaned them up and added a -py26 variant. Confirmed > > that it builds and passes its self-tests, but don't actually use it > > myself to know anything else. > > I reported a while ago an issue with this package and it's happening > again for py[24, 25, 26]: > > running build_ext > building '_imaging' extension > creating build/temp.macosx-10.5-i386-2.6 > creating build/temp.macosx-10.5-i386-2.6/libImaging > gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict- > prototypes -I/sw/include -DHAVE_LIBJPEG -DHAVE_LIBZ -IlibImaging -I/sw/ > include/freetype2 -I/sw/include -I/usr/include -I/sw/include/python2.6 > -c _imaging.c -o build/temp.macosx-10.5-i386-2.6/_imaging.o > _imaging.c:2907: warning: initialization from incompatible pointer type > _imaging.c:2967: warning: initialization from incompatible pointer type > gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict- > prototypes -I/sw/include -DHAVE_LIBJPEG -DHAVE_LIBZ -IlibImaging -I/sw/ > include/freetype2 -I/sw/include -I/usr/include -I/sw/include/python2.6 > -c decode.c -o build/temp.macosx-10.5-i386-2.6/decode.o > decode.c: In function 'PyImaging_ZipDecoderNew': > decode.c:620: error: 'ZIPSTATE' undeclared (first use in this function) > decode.c:620: error: (Each undeclared identifier is reported only once > decode.c:620: error: for each function it appears in.) > error: command 'gcc' failed with exit status 1 > ### execution of /sw/bin/python2.6 failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-pil-py26-1.1.6-6 > (Reading database ... 211959 files and directories currently installed.) > Removing fink-buildlock-pil-py26-1.1.6-6 ... > Failed: phase compiling: pil-py26-1.1.6-6 failed
Could you confirm that you have a case-insensitive filesystem and have libzip1* installed? I just committed a fix that should solve this problem in that situation. It's still 1.1.6-6, but the new one will give nothing for 'fink dumpinfo -eCPPFLAGS pil-py25' instead of some -I flag (and will hopefully build:) dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
