I use travis to create manylinux and osx builds for the reportlab toolkit. After a minor change to the source I find all of the linux builds have failed, the OSX builds seem to have worked. I'm not sure why this should be, but the travis logs seem to indicate problems during the setup phase (before rportlab is involved

unicode width=16 python 2.7 etc etc
make  install-data-hook
make[3]: Entering directory `/io/libpng-1.6.32'
+ cd /usr/local/include
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pnglibconf.h
+ ln -s libpng16/pnglibconf.h pnglibconf.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f png.h
+ ln -s libpng16/png.h png.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pngconf.h
+ ln -s libpng16/pngconf.h pngconf.h
+ cd /usr/local/lib/pkgconfig
+ rm -f libpng.pc
+ ln -s libpng16.pc libpng.pc
make[3]: Leaving directory `/io/libpng-1.6.32'
make[2]: Leaving directory `/io/libpng-1.6.32'
make[1]: Leaving directory `/io/libpng-1.6.32'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   271  100   271    0     0    808      0 --:--:-- --:--:-- --:--:--   808
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors


there might be some issue with travis so I tried the build locally and see the 
same kind of error. The multibuild repository is here

https://github.com/MrBitBucket/wheel-builder

not being an expert I was wondering if there's something wrong with my setup. The config.sh is the bit where libpng is built and differs for OSX it is here

https://github.com/MrBitBucket/wheel-builder/blob/master/config.sh


Pointers would be really useful.
--
Robin Becker
_______________________________________________
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to