git-developer / marvyn

MARVYN - Mastering Audio, Ripping & Video tasks automaticallY & Nicely
GNU General Public License v3.0
15 stars 3 forks source link

gzip: stdin: unexpected end of file #6

Closed emmakat closed 3 years ago

emmakat commented 3 years ago

Hi hope you are doing well. I was attempting a new installation of marvyn in a virtualbox ubuntu vm, and have the following error - I've copy and pasted the part where the error occurs. Was wondering if you might know what the issue might be. Thanks so much!

Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done.

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now The command '/bin/sh -c apt-get update && apt-get dist-upgrade -y && apt-get install -y --no-install-recommends -qq make g++ gcc pkg-config libavcodec-dev libexpat-dev libssl-dev zlib1g-dev wget ca-certificates && wget -q -O- "https://www.makemkv.com/download/makemkv-oss-${MAKEMKV_VERSION}.tar.gz" | tar -xz --strip-components=1 --one-top-level=makemkv-oss && wget -q -O- "https://www.makemkv.com/download/makemkv-bin-${MAKEMKV_VERSION}.tar.gz" | tar -xz --strip-components=1 --one-top-level=makemkv-bin && cd makemkv-oss && ./configure --disable-gui --prefix="${MAKEMKV_DIR}" -q && make -s -j "$(nproc)" PREFIX="${MAKEMKV_DIR}" && make install PREFIX="${MAKEMKV_DIR}" && cd .. && cd makemkv-bin && mkdir -p tmp && touch tmp/eula_accepted && make -s -j "$(nproc)" PREFIX="${MAKEMKV_DIR}" && make install PREFIX="${MAKEMKV_DIR}"' returned a non-zero code: 2

emmakat commented 3 years ago

testing whether makemkv 1.16.3 resolves this issue, will report back with a PR if so.