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 fail at fftw #89

Open A4EVA opened 1 year ago

A4EVA commented 1 year ago

Hello, I'm trying to install the vita sdk using the instructions provided on the Vita SDK website when I use the ./install-all.sh script it fail at fftw installation and this error is reported: Installing fftw... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9 100 9 0 0 12 0 --:--:-- --:--:-- --:--:-- 12 xz: (stdin): unknown file format tar: Child returned status 1 tar: Error is not recoverable: exiting now I also tried to use the vdpm fftw but is the same it seems that fftw is not available for download 'cause I tried to download it by hand without success. Can anyone help me ?

isage commented 1 year ago

Try now

A4EVA commented 1 year ago

Everything went fine. Thank You so much !

Alexei32 commented 1 year ago

Hi hi, having the same problem here: $ ./install-all.sh find: ‘/tmp/vdpm_install_zlib’: No such file or directory Installing zlib... % 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 69380 100 69380 0 0 58437 0 0:00:01 0:00:01 --:--:-- 726k tar: /usr/local/vitasdk/arm-vita-eabi: Cannot open: No such file or directory tar: Error is not recoverable: exiting now

Failed to install, the package probably does not exist.

ikzouo commented 1 year ago

I have the same problem

find: ‘/tmp/vdpm_install_libvorbis’: No such file or directory Installing libvorbis... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9 100 9 0 0 11 0 --:--:-- --:--:-- --:--:-- 11 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.

isage commented 1 year ago

There are some issues in package upload process which we're working to resolve. Current workaround is to wait 6 hours (or check that https://github.com/vitasdk/packages/actions last run status is green) and retry. Or build it yourself from scratch. Or use docker image.

faelpinho commented 1 year ago

In my case, the problem is when installing zlib. Tried to install zlib via apt, and it doesn't work.

btarg commented 1 year ago

I'm also getting this error:

find: ‘/tmp/vdpm_install_zlib’: No such file or directory
Installing zlib...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
tar: /usr/local/vitasdk/arm-vita-eabi: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
 93 69424   93 64671    0     0   181k      0 --:--:-- --:--:-- --:--:--  181k
curl: (23) Failure writing output to destination

Failed to install, the package probably does not exist.
CelesteBlue-dev commented 11 months ago

Hello. On my side, today it is the package cpython (but cpython3 installed flawlessly) that gave error "Failed to install, the package probably does not exist." so I had to remove it manually from install-packages.sh then run install-all.sh again.