[gimp/wip/Jehan/native-win64-build] Trying to force pacman install?
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/native-win64-build] Trying to force pacman install?
- Date: Mon, 3 May 2021 14:15:19 +0000 (UTC)
commit da354abea90b42260eb4cd22614e3a41ac4d9c1a
Author: Jehan <jehan girinstud io>
Date: Mon May 3 16:08:03 2021 +0200
Trying to force pacman install?
Pacman is completely broken. There must be some race condition or
something because the exact same install command works or doesn't on
consecutive builds, with several similar conflict errors:
> mingw-w64-x86_64-gdk-pixbuf2: /mingw64/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.dll exists
in filesystem
build/windows/build-msys2.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build/windows/build-msys2.sh b/build/windows/build-msys2.sh
index 2cbbeb27e9..1d5a1a0dca 100644
--- a/build/windows/build-msys2.sh
+++ b/build/windows/build-msys2.sh
@@ -12,7 +12,7 @@ fi
pacman --noconfirm -Suy
# Install the required packages
-pacman --noconfirm -S --needed \
+pacman --noconfirm -S --force --needed \
base-devel \
mingw-w64-$MSYS2_ARCH-toolchain \
mingw-w64-$MSYS2_ARCH-ccache \
[
Date Prev][
Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]