Page 1 of 1
[installation] file retrieval failure on OSX
Posted: Sun Sep 02, 2018 8:56 pm
by nanoman
After installing the macOS binary for pacman, I tried installing the packages by following the instructions at
https://devkitpro.org/wiki/devkitPro_pa ... _Databases. Instead of a list or an update, I instead get tons of errors relating to file retrieval (which can be seen in the image below).
- temp.png
- Error messages within terminal
- (33.57 KiB) Not downloaded yet
How do I get the rest of the installation to be successful and get rid of these errors?
Re: [installation] file retrieval failure on OSX
Posted: Fri Sep 07, 2018 4:42 pm
by WinterMute
Looks like something has changed recently with ca root certificates in OSX. What version is that?
I'm going to have to look at how pacman is compiled for OSX and see if I can get it to use the keychain stores but in the meantime can you try downloading cacert.pem from
https://curl.haxx.se/docs/caextract.html and copy it to /etc/ssl/cert.pem on your machine? That should get it working in the short term I hope.