[gimp/wip/Jehan/native-win64-build] Trying to force pacman install?



commit d66df7a619650b66bd2d0b01c37fc0b7ee31b896
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..08b11a76aa 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 -Sf --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]