Fail install on Ubuntu x86 and x64
-
Hi team, the installation on Ubuntu fail with this error:
= = = = = = = = = = = = = = = = = = = = =
Configuring 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
= = = = = = = = = = = = = = = = = = = = =git clone --recursive --depth 1 --branch master "https://github.com/RetroPie/common-shaders.git" "/opt/retropie/configs/all/retroarch/shaders"
Cloning into '/opt/retropie/configs/all/retroarch/shaders'...
HEAD is now in branch 'master' at commit '7ab98be403804fe45c71e616c75716eff471bf9c'gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Copying default configuration to /opt/retropie/configs/all/retroarch.cfg
~/RetroPie-Setup
Error running 'tar -xv -z -C /opt/retropie/configs/all/retroarch/assets' - returned 2Log ended at: gio 16 apr 2020, 23.00.31, CEST
Total running time: 0 hours, 7 mins, 35 secsI receive the same error on both version x86/64.
My hardware is Intel NUC version NUC5i5RYH
Thank you -
Looks like a download/connection issue. What happens when you run the following command ?
git clone --recursive --depth 1 --branch master "https://github.com/RetroPie/common-shaders.git" /tmp/shaders
-
Hi mitu,
if i try to clone is work:git clone --recursive --depth 1 --branch master "https://github.com/RetroPie/common-shaders.git" /tmp/shaders
Cloning into '/tmp/shaders'...
remote: Enumerating objects: 1171, done.
remote: Counting objects: 100% (1171/1171), done.
remote: Compressing objects: 100% (635/635), done.
remote: Total 1171 (delta 641), reused 906 (delta 523), pack-reused 0
Receiving objects: 100% (1171/1171), 15.03 MiB | 9.40 MiB/s, done.
Resolving deltas: 100% (641/641), done.
Checking connectivity... done.I tried again a fresh install, two times, now and receiver this error (different):
######### First time ########
= = = = = = = = = = = = = = = = = = = = =
Configuring 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
= = = = = = = = = = = = = = = = = = = = =Already on 'master'
Your branch is up-to-date with 'origin/master'.
Already up-to-date.
HEAD is now in branch 'master' at commit '7ab98be403804fe45c71e616c75716eff471bf9c'gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
~/RetroPie-Setup
Error running 'tar -xv -z -C /opt/retropie/configs/all/retroarch/assets' - returned 2Log ended at: ven 17 apr 2020, 08.32.43, CEST
Total running time: 0 hours, 4 mins, 31 secs###### Second time ######
= = = = = = = = = = = = = = = = = = = = =
Configuring 'retroarch' : RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators
= = = = = = = = = = = = = = = = = = = = =Already on 'master'
Your branch is up-to-date with 'origin/master'.
Already up-to-date.
HEAD is now in branch 'master' at commit '7ab98be403804fe45c71e616c75716eff471bf9c'gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
~/RetroPie-Setup
Error running 'tar -xv -z -C /opt/retropie/configs/all/retroarch/assets' - returned 2Log ended at: ven 17 apr 2020, 08.55.14, CEST
Total running time: 0 hours, 5 mins, 24 secsThank you
-
Can you post the whole log, not just the error part ? Use pastebin.com for log files though.
-
Hi, done.
-
The error appears when the setup is trying to download and extract the https://files.retropie.org.uk/binaries/retroarch-minimal-assets.tar.gz file. It doesn't fail here - but I'm using an 18.04 Ubuntu installation.
Can you manually download and test the archive file ? Is there a reason you're using such an old Ubuntu release ? I'm not sure that 16.04 is still supported by RetroPie-Setup. -
Hi,
no problem i will try with 18.04 and let you know.Thank you
-
Hi, after i used 18.04 it works.
Thank you
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.