lovell / sharp-libvips

Packaging scripts to prebuild libvips and its dependencies - you're probably looking for https://github.com/lovell/sharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gzip: stdin: not in gzip format

Dramex opened this issue · comments

what i did was just :

./build.sh 8.9.2 linux-x64

This happens when there's a problem downloading the source code for one of the dependencies, perhaps due to a temporary networking problem.

@lovell can you confirm if you get same issue because I'm trying for 2 days. i used different machines and network.

for more debugging :

make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/deps/gif'
make[2]: Leaving directory `/deps/gif'
make[1]: Leaving directory `/deps/gif'

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
  • p.s : Is there a plan to provide a ready-to-use lambda layer that compile sharp libvips with imagemagick for gif support ?

I'm trying for 2 days. i used different machines and network.

You'll need to work out where the lin.sh script is failing. The log output just before the failure should indicate how far it had got.

provide a ready-to-use lambda layer

Please see lovell/sharp#1772