Hi, On Fri, Aug 10, 2018 at 11:18 AM, Robin Becker <[email protected]> wrote: > 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
I wonder if you've hit the fact that the bzip.org website went down a few days ago. Can you try the latest `devel` branch of multibuild. I think that is fixed there (by using the archive.org copy). Cheers, Matthew _______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
