You are not logged in.
I'm installing the PacketTracer as per the wiki instructions.
I got stuck at the installation step.
I ran:
makepkg -siAnd got this "missing dependencies" error:
:: Retrieving packages...
qt5-base-5.15.6+kde+r165-1-x86_64.pkg.tar.zst failed to download
qt5-declarative-5.15.6+kde+r19-1-x86_64.pkg.tar.zst failed to download
Total (2/2) 17.9 MiB 1123 KiB/s 00:16 [##############################] 100%
error: failed retrieving file 'qt5-declarative-5.15.6+kde+r19-1-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
error: failed retrieving file 'qt5-base-5.15.6+kde+r165-1-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
error: failed retrieving file 'qt5-base-5.15.6+kde+r165-1-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
...
error: failed retrieving file 'qt5-declarative-5.15.6+kde+r19-1-x86_64.pkg.tar.zst' from mirror.lty.me : The requested URL returned error: 404
error: failed retrieving file 'qt5-base-5.15.6+kde+r165-1-x86_64.pkg.tar.zst' from mirror.hackingand.coffee : The requested URL returned error: 404
error: failed retrieving file 'qt5-declarative-5.15.6+kde+r19-1-x86_64.pkg.tar.zst' from mirror.hackingand.coffee : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> qt5-multimedia
-> qt5-webengine
-> qt5-svg
-> qt5-networkauth
-> qt5-websockets
-> qt5-script
-> qt5-speech
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.The 404 errors are pretty self-explanatory, but... What can I do about them?
Last edited by patresko (2022-09-16 08:35:14)
Offline
pacman -SyuOffline
What a madman, thank you!
How did the upgrade resolve the 404 errors, though?
Does the upgrade perform some repository upgrades too?
Offline
404 indicates that pacman is looking for a file on the mirror that has already been removed, because your local database is out of date. Updating the local db points pacman at the current version.
Offline
I see now, thank you.
Offline