dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
262 stars 26 forks source link

Windows MSYS2 install pacman ' failed retrieving file ngdevkit.db.sig' #61

Closed khelkun closed 2 years ago

khelkun commented 2 years ago

When I reach this point:

echo -e '\n[ngdevkit]\nSigLevel = PackageOptional\nServer = https://dciabrin.net/msys2-ngdevkit/$arch' >> /etc/pacman.conf
pacman -Sy

pacman does not seem to find the ngdevkit package:

sebtr@DESKTOP-2AV51PU MSYS /p/ngdevkit-master
$ echo -e '\n[ngdevkit]\nSigLevel = PackageOptional\nServer = https://dciabrin.net/msys2-ngdevkit/$arch' >> /etc/pacman.conf
pacman -Sy

error: ngdevkit: missing required signature
:: Synchronizing package databases...
 mingw32 is up to date
 mingw64 is up to date
 ucrt64 is up to date
 clang64 is up to date
 msys is up to date
 ngdevkit             1255.0   B   629   B/s 00:02 [#####################] 100%
error: failed retrieving file 'ngdevkit.db.sig' from dciabrin.net : The requested URL returned error: 404
error: failed to synchronize all databases (failed to retrieve some files)
khelkun commented 2 years ago

Sorry for the force pushed on the PR, it's been a while I've not used github to contribute

dciabrin commented 2 years ago

Thanks for the fix, merged.