msys2 / setup-msys2

GitHub Action to setup MSYS2
https://github.com/marketplace/actions/setup-msys2
MIT License
299 stars 40 forks source link

error: could not find database #217

Closed juanmanzanero closed 2 years ago

juanmanzanero commented 2 years ago

Hello! I am using setup-msys2 to test a C++ program. Since this morning, my runner stopped working, it says 'could not find database'. Here's a log of the failure:

Many thanks in advance!!!!

Run msys2/setup-msys2@v2 2 with: 3 msystem: MSYS 4 update: false 5 install: git gcc gcc-fortran python python-pip cmake ninja make patch 6 path-type: minimal 7 pacboy: false 8 release: true 9 location: RUNNER_TEMP 10 platform-check-severity: fatal 11 env: 12 BUILD_RELEASE: Release 13 BUILD_DEBUG: Debug 14 CMAKE_GENERATOR: Ninja 15 Downloading MSYS2... 18 Extracting MSYS2... 79 Disable Key Refresh... 81 Restoring package cache... 88 Starting MSYS2 for the first time... 156 Installing additional packages through pacman... 157 C:\Windows\system32\cmd.exe /D /S /C D:\a_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-S' '--needed' '--overwrite' '*' 'git' 'gcc' 'gcc-fortran' 'python' 'python-pip' 'cmake' 'ninja' 'make' 'patch'" 158 warning: database file for 'clang32' does not exist (use '-Sy' to download) 159 error: failed to prepare transaction (could not find database) 160 Error: The process 'C:\Windows\system32\cmd.exe' failed with exit code 1

eine commented 2 years ago

See #215 and #216.