Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xz: (stdin): File format not recognized #32

Closed
yalishanda42 opened this issue Dec 10, 2020 · 5 comments · Fixed by #40
Closed

xz: (stdin): File format not recognized #32

yalishanda42 opened this issue Dec 10, 2020 · 5 comments · Fixed by #40

Comments

@yalishanda42
Copy link

This started happening today on every build:

-----> ffmpeg app detected
-----> Install ffmpeg
       DOWNLOAD_URL =  https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
       exporting PATH

As a result, ffmpeg is not installed but the build shows up as completed.

@yalishanda42
Copy link
Author

It stopped happening a few hours ago. I am not sure what the issue was or whether it would happen again.

@eugenetan01
Copy link

eugenetan01 commented Dec 16, 2020

same here, facing this issue..

remote: -----> Install remote: DOWNLOAD_URL = https://www.johnvansickle.com/libav/releases/libav-release-64bit-static.tar.xz remote: xz: (stdin): File format not recognized remote: tar: Child returned status 1 remote: tar: Error is not recoverable: exiting now

@KeysonG
Copy link

KeysonG commented Jan 14, 2021

same here

@edmorley
Copy link
Contributor

The curl call uses --silent, causing the real error message to be hidden. It would be best to add --show-error (or whatever the long form name of -S is) so errors are still shown.

In addition, I'd recommend using --fail with curl, so non-HTTP200 responses cause curl to fail.

@Skowt
Copy link

Skowt commented May 21, 2021

This started happening again for me:

-----> ffmpeg app detected
-----> Install ffmpeg
       DOWNLOAD_URL =  https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now

@ridem ridem closed this as completed in #40 Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants