[09:36:19] <koobs> wiredfool: yep, i havent seen a second build (via install->build_ext-build) before when a build has already been run. normally it detects things have been built: http://hg.python.org/cpython/file/70990e795657/Lib/distutils/command/build_ext.py#l475
[09:36:55] <koobs> wiredfool: i dont think ive quite narrowed it down yet, which is why i asked here[M#
[16:31:17] <travis-ci> [travis-ci] wiredfool/Pillow#471 (tiff-seek - e26c620 : wiredfool): The build was broken.
[16:46:01] <koobs> wiredfool: i need to revert my port to the state it was in to reproduce the issue (im partially through trying to isolate where the difference is triggered)
[16:46:24] <koobs> wiredfool: well, thats a good question, can pip do sdist build|install ?
[16:46:47] <koobs> ie, from sdist, no wheely things
[16:47:28] <wiredfool> python packaging is a maze of twisty passages
[16:47:43] <koobs> wiredfool: that runs a single stage, likely not going to be reproducible there. the reason i ask is, pillow uses distutils/setuptools, and pip wraps the build/install calls up in setuptools
[16:59:46] <tdsmith> is tkinter support actually missing from the python 3 version? it's only built against python 3 once. slightly weird to me that a single command is building against both 3.x and 2.x
[17:02:32] <koobs> now what the hell would cause that :|
[17:02:49] <wiredfool> koobs: also, you want 2.5.3. It's got one more CVE fix
[17:02:51] <tdsmith> build_ext is called twice against python3 but i think it's a no-op the second time so it's maybe not a concern that build_ext called by install doesn't find tkinter
[17:03:02] <koobs> wiredfool: im trying to fix this before i land it, already have it done :)