conda-forge / pillow-feedstock

A conda-smithy repository for pillow.
BSD 3-Clause "New" or "Revised" License
2 stars 30 forks source link

Python 3.4 32-bit failing on Windows/AppVeyor #9

Closed jakirkham closed 8 years ago

jakirkham commented 8 years ago

For some reason this cannot find zlib on Python 3.4 32-bit on Windows. All other Windows builds work fine. This will cause/is causing a failure master.

patricksnape commented 8 years ago

I will look at this tomorrow, but maybe we can just patch the setup.py and set the ZLIB_ROOT?

patricksnape commented 8 years ago

Also, setting the DEBUG flag to True here might go a long way to debugging this.

ocefpaf commented 8 years ago

Master seems to be failing in all archs now.

LINK : fatal error LNK1104: cannot open file 'python27_d.lib'

Is that b/c you set the debug mode?

jakirkham commented 8 years ago

Nope. I removed the debug mode stuff.

ocefpaf commented 8 years ago

BTW I am having trouble with zlib on libnetcdf too. See https://github.com/conda-forge/libnetcdf-feedstock/pull/1

jakirkham commented 8 years ago

I removed the debug mode stuff.

I guess not. Well, the rest of it is removed now.

jakirkham commented 8 years ago

So, interesting fact, it was zlib. Now the issue is jpeg. See the log.

jakirkham commented 8 years ago

Should add that it was using zlib from defaults, but now it is from conda-forge.

ocefpaf commented 8 years ago

I bumped our zlib build number in an attempt to fix libnetcdf :grimacing:

jakirkham commented 8 years ago

Basically, this is back to the original failure Python 3.4 32-bit Windows failur. So, if you want to take a look, @patricksnape, please feel free.