rishihahs / heroku-buildpack-libreoffice

Heroku buildpack for LibreOffice
MIT License
25 stars 45 forks source link

Getting error after latest update #4

Open shashi-we opened 9 years ago

shashi-we commented 9 years ago

Hello,

I am using this buildpack on heroku and it was working great by couple of days ago but I am getting error after latest update. I am getting following error on heroku while installation:

remote: [INFO] ------------------------------------------------------------------------ remote: =====> Downloading Buildpack: https://github.com/rishihahs/heroku-buildpack-libreoffice.git remote: =====> Detected Framework: LibreOffice remote: -----> LibreOffice: Downloading LibreOffice 4.4.5 binaries from https://s3.amazonaws.com/buildpack-libreoffice/libreoffice4.4.5_x86-64.tar remote: % Total % Received % Xferd Average Speed Time Time Time Current remote: Dload Upload Total Spent Left Speed remote: 100 622M 100 622M 0 0 59.8M 0 0:00:10 0:00:10 --:--:-- 66.4M remote: -----> LibreOffice: Downloading LibreOffice dependencies (gettext, dbus, libffi, glib, dbus-glib) from https://s3.amazonaws.com/buildpack-libreoffice/libreoffice_deps.tar remote: % Total % Received % Xferd Average Speed Time Time Time Current remote: Dload Upload Total Spent Left Speed remote: 100 30.2M 100 30.2M 0 0 41.4M 0 --:--:-- --:--:-- --:--:-- 41.3M remote: -----> LibreOffice: Extracting LibreOffice 4.4.5 binaries to /tmp/build_aaf0618b6ac3ef0fac70741354ab4345/vendor/libreoffice remote: remote: gzip: stdin: not in gzip format remote: tar: Child returned status 1 remote: tar: Error is not recoverable: exiting now remote: remote: ! Push rejected, failed to compile Multipack app remote: remote: Verifying deploy.... remote: remote: ! Push rejected to doc-processor. remote:

Can you please let me know if I need to make any changes at my end to get it work properly as it was working before?

Thanks!

rishihahs commented 9 years ago

@nrempel Any ideas?

@shashi-we For the time being, you can reference the last commit that was working in your buildpack URL: https://github.com/rishihahs/heroku-buildpack-libreoffice.git#41732b8

nrempel commented 9 years ago

Not sure what the problem is at first glance. I'll try and take a look later today.

On Aug 29, 2015, at 8:14 AM, Rishi Shah notifications@github.com wrote:

@nrempel Any ideas?

@shashi-we For the time being, you can reference the last commit that was working in your buildpack URL: https://github.com/rishihahs/heroku-buildpack-libreoffice.git#41732b8

— Reply to this email directly or view it on GitHub.

rauschen commented 9 years ago

Maybe readd the gz to the tar.gz

commit: 0e93fa24e2b9e55e5b9ed753be8da3638141f9c9

hoti-tky commented 8 years ago

I have same issue using buildpack on Cloud Foundry. Would you please: 1) change .tar file into .tar.gz file on s3 or 2) use "tar xf" instead of "tar xzf"

tealtail commented 8 years ago

I'm seeing the same:

remote: gzip: stdin: not in gzip format
remote: tar: Child returned status 1
remote: tar: Error is not recoverable: exiting now
vkeziah commented 7 years ago

I am getting the same issue on heroku what is the solution