vitasdk / vdpm

SDK installer and package "manager" for $VITASDK
GNU Lesser General Public License v2.1
221 stars 62 forks source link

install-all.sh fails on libmad #95

Open bucanero opened 1 year ago

bucanero commented 1 year ago

Since yesterday, I'm getting this error when running the default vita sdk setup:

  ./bootstrap-vitasdk.sh
  ./install-all.sh

then I get...

[.....]
find: ‘/tmp/vdpm_install_libmad’: No such file or directory
Installing libmad...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100     9  100     9    0     0    104      0 --:--:-- --:--:-- --:--:--   104
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Failed to install, the package probably does not exist.
Error: Process completed with exit code 1.
oleg-derevenetz commented 1 year ago

Yeah, libmad archive is definitely corrupted.

isage commented 1 year ago

Duplicate of #89