msys2-pacman icon indicating copy to clipboard operation
msys2-pacman copied to clipboard

A friendly fork of https://gitlab.archlinux.org/pacman/pacman

Results 29 msys2-pacman issues
Sort by recently updated
recently updated
newest added

See #46 This is the same CI config as used upstream. This currently fails because we delete a lot of things in our fork..

It would also be nice to run Linux CI here, so we can be more confident that our changes didn't break things. It would be nice if our changes would...

https://gitlab.archlinux.org/pacman/pacman/-/blob/master/NEWS?ref_type=heads Arch backports quite a few things already: https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/blob/main/PKGBUILD?ref_type=heads

See https://github.com/msys2/MSYS2-packages/issues/4176 We should look into why it potentially is slow.

If we check ownership for a file we find in the system PATH then we might need a .exe suffix on the full path we identified, because although MSYS will...

If I want to check which package an executable is from, then it only works if I fully specify the file extension (e.g. ".exe"). ## Works ❯ pacman -Qo ntldd.exe...

https://github.com/msys2/msys2-pacman/commit/3077636f7466dfce19894666ae3a3284a8889279 doesn't take care of the .com extension. It's at least used by mpv (mpv uses both of mpv.exe and mpv.com).

@lazka I did not look around of how to call the scripts to automagically move this change into the `pacman` package. Could you please point me where to start or...

I've seen them with: * repo.msys.org (locally) * mirror2.sandyriver.net (in CI) ~These are 2 out of 3 mirrors supporting http2, so maybe it is http2 related.~ It can be reproduced...

### Description / Steps to reproduce the issue 1. Open a Window of MSYS2 MSYS 2. Do anything to populate bash history 3. Do `pacman -Syu` and make sure it's...

bug