devkitPro / installer

383 stars 40 forks source link

Errors in MSYS #47

Closed P0W3 closed 1 year ago

P0W3 commented 1 year ago

I used "pacman -Suy", and these are the errors that I have found. These are the same errors from devkitPro.

:: Synchronizing package databases... msys is up to date dkp-libs.db failed to download error: failed retrieving file 'msys.db' from downloads.sourceforge.net : error setting certificate verify locations: CAfile: /usr/ssl/certs/ca-bundle.crt CApath: none error: failed retrieving file 'msys.db' from www2.futureware.at : error setting certificate verify locations: CAfile: /usr/ssl/certs/ca-bundle.crt CApath: none error: failed retrieving file 'msys.db' from mirror.yandex.ru : error setting certificate verify locations: CAfile: /usr/ssl/certs/ca-bundle.crt CApath: none error: failed retrieving file 'msys.db' from mirrors.tuna.tsinghua.edu.cn : error setting certificate verify locations: CAfile: /usr/ssl/certs/ca-bundle.crt CApath: none error: failed retrieving file 'dkp-libs.db' from downloads.devkitpro.org : error setting certificate verify locations: CAfile: /usr/ssl/certs/ca-bundle.crt CApath: none error: failed to synchronize all databases (download library error)

AndrewPiroli commented 1 year ago

This was triaged and fixed in DacoTaco/priiloader#321 and can be closed.

The resolution was fixing the root CA store by re-installing ca-certificates and running update-ca-trust extract.

WinterMute commented 1 year ago

This kind of thing seems to be a hazard of not updating an msys2 install regularly.