You are not logged in.

#1 2025-03-20 21:02:17

dratos97391
Member
Registered: 2016-08-04
Posts: 53

[SOLVED] pacman says: failed to commit transaction (conflicting files)

I think I got a harddrive error and some systemd processes failed due to missing libraries.
I tried to update and started getting failed to commit.
I rebooted and there was no grub found!
After that I ran fsck that fixed a lot of things, but cannot boot due to an /vmlinuz-linux:Not Found  error.


I booted with an usb-stick and now the weird thing starts. After mounting sda1 to /mnt I get that pacman syu is ok, but no packages are installed!

*before chroot*
pacman -Syu --verbose --sysroot /mnt
warning: config file /mnt/etc/pacman.conf, line 38: directive 'DownloadUser' in section 'options' not recognized.
Root      : /mnt/
Conf File : /mnt/etc/pacman.conf
DB Path   : /mnt/var/lib/pacman/
Cache Dirs: /mnt/var/cache/pacman/pkg/  
Hook Dirs : /mnt/usr/share/libalpm/hooks/  /mnt/etc/pacman.d/hooks/  
Lock File : /mnt/var/lib/pacman/db.lck
Log File  : /mnt/var/log/pacman.log
GPG Dir   : /mnt/etc/pacman.d/gnupg/
Targets   : None
:: Synchronizing package databases...
 core is up to date
 extra is up to date
:: Starting full system upgrade...
 there is nothing to do
*before chroot*
[root@archiso local]# pacman -S  glibc
resolving dependencies...
looking for conflicting packages...

Packages (5) filesystem-2024.11.21-1  iana-etc-20250213-1  linux-api-headers-6.13-1  tzdata-2025a-1  glibc-2.41+r9+ga900dbaf70f0-1

Total Installed Size:  59.85 MiB

:: Proceed with installation? [Y/n] 
(5/5) checking keys in keyring                                                                           [##############################################################] 100%
(5/5) checking package integrity                                                                         [##############################################################] 100%
(5/5) loading package files                                                                              [##############################################################] 100%
(5/5) checking for file conflicts                                                                        [##############################################################] 100%
error: failed to commit transaction (conflicting files)
linux-api-headers: /usr/include/asm-generic/auxvec.h exists in filesystem
linux-api-headers: /usr/include/asm-generic/bitsperlong.h exists in filesystem
.... 14000 lines...
mkinitcpio: /mnt/usr/share/zsh/site-functions/_mkinitcpio exists in filesystem
Errors occurred, no packages were upgraded.
1 root@archiso ~ # 
130 root@archiso ~ # 
130 root@archiso ~ # pacman -S linux --verbose --sysroot /mnt &> a.txt
^C#                                                                                                                                                                           130 root@archiso ~ # pacman -S linux --verbose --sysroot --noconfirm /mnt &> a.txt
1 root@archiso ~ # 
1 root@archiso ~ # cat a.txt
error: config file --noconfirm/etc/pacman.conf could not be read: No such file or directory
root@archiso ~ # pacman -S linux --verbose --noconfirm --sysroot /mnt &> a.txt
1 root@archiso ~ # less a.txt

1  lmdb-0.9.33-1  lz4-1:1.10.0-2  mkinitcpio-39.2-3  mkinitcpio-busybox-1.36.1-1  mpfr-4.2.1-6  ncurses-6.5-3  openssl-3.4.1-1  p11-kit-0.25.5-1  pam-1.7.0-2  pambase-2023091
8-2  pcre2-10.45-1  popt-1.19-2  readline-8.2.013-1  sed-4.9-3  shadow-4.17.3-1  sqlite-3.49.1-1  systemd-257.4-1  systemd-libs-257.4-1  tzdata-2025a-1  util-linux-2.41-2  ut
il-linux-libs-2.41-2  xz-5.6.4-1  zlib-1:1.3.1-2  zstd-1.5.7-2  linux-6.13.7.arch1-1

Total Installed Size:  636.74 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
error: failed to commit transaction (conflicting files)
linux-api-headers: /mnt/usr/include/asm-generic/auxvec.h exists in filesystem
...25000 lines of stuff that exists in file system...

mkinitcpio: /mnt/usr/share/mkinitcpio/example.preset exists in filesystem
mkinitcpio: /mnt/usr/share/mkinitcpio/hook.preset exists in filesystem
mkinitcpio: /mnt/usr/share/zsh/site-functions/_mkinitcpio exists in filesystem
Errors occurred, no packages were upgraded.

I then chroot to /mnt

# pacman -Q
[root@archiso /]# 

and no packages are installed!

Following the guide at https://wiki.archlinux.org/title/Pacman … )%22_error I try to overwrite one of the thousands of packages that are spammed:

# pacman -S --no-confirm --overwrite  '*'  glibc

resolving dependencies...
looking for conflicting packages...

Packages (5) filesystem-2024.11.21-1  iana-etc-20250213-1  linux-api-headers-6.13-1  tzdata-2025a-1  glibc-2.41+r9+ga900dbaf70f0-1

Total Installed Size:  59.85 MiB

:: Proceed with installation? [Y/n] checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
error: failed to commit transaction (conflicting files)
glibc: /usr/lib/gconv/SJIS.so exists in filesystem
glibc: /usr/lib/libdl.so.2 exists in filesystem
Errors occurred, no packages were upgraded.

So even a single package with not many dependencies can be installed, tried another:

# pacman -S  --overwrite  '*'   linux-api-headers
resolving dependencies...
looking for conflicting packages...

Packages (1) linux-api-headers-6.13-1

Total Installed Size:  5.75 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                           [##############################################################] 100%
(1/1) checking package integrity                                                                         [##############################################################] 100%
(1/1) loading package files                                                                              [##############################################################] 100%
(1/1) checking for file conflicts                                                                        [##############################################################] 100%
(1/1) checking available disk space                                                                      [##############################################################] 100%
error: could not open directory: /etc/pacman.d/hooks/: Not a directory
error: failed to commit transaction (failed to run transaction hooks)
Errors occurred, no packages were upgraded.

/etc/pacman.d/hooks is a file and not a dir, the file is a sh script that looks fine.

# pacman -Qo /etc/pacman.d/hooks
error: No package owns /etc/pacman.d/hooks

well I get this since I dont have any packages!

I tried to move the hooks file:

# pacman -S  --overwrite  '*'   linux-api-headers
resolving dependencies...
looking for conflicting packages...

Packages (1) linux-api-headers-6.13-1

Total Installed Size:  5.75 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                           [##############################################################] 100%
(1/1) checking package integrity                                                                         [##############################################################] 100%
(1/1) loading package files                                                                              [##############################################################] 100%
(1/1) checking for file conflicts                                                                        [##############################################################] 100%
(1/1) checking available disk space                                                                      [##############################################################] 100%
:: Processing package changes...
(1/1) installing linux-api-headers                                                                       [##############################################################] 100%
ldconfig: /usr/lib/libdcerpc-server.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgssrpc.so.4 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-server-core.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libss.so.2 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgd.so.3 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-samr.so.0.0.1 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libext2fs.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libext2fs.so.2 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-server.so.0.0.1 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-samr.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgd.so.3.0.11 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libHShttp-conduit-2.3.9.1-J5VUl4k9GWjL81jCaKFJV3-ghc9.2.8.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libfreebl3.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgd.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-server-core.so.0.0.1 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libext2fs.so.2.4 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libHSprofunctors-5.6.2-DoPANSscL9vKcwITLqpUqO-ghc9.2.8.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: Cannot mmap file /usr/lib/libobjc.so.4.

ldconfig: Cannot mmap file /usr/lib/libobjc.so.

ldconfig: /usr/lib/libdcerpc-server.so.0 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-server-core.so.0 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-samr.so.0 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libwebp.so.7 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libfreeblpriv3.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libwebp.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libkadm5srv.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgssrpc.so.4 is not a symbolic link

ldconfig: /usr/lib/libHSmicrolens-th-0.4.3.15-HCvCCXssdEL7TtTaXAE5ex-ghc9.2.8.so is not a symbolic link

:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

# pacman -Q
linux-api-headers 6.13-1

but neither glibc or linux packages can be installed, same errors as before

Last edited by dratos97391 (2025-05-02 16:45:22)

Offline

#2 2025-03-20 21:21:56

loqs
Member
Registered: 2014-03-06
Posts: 18,444

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Please run the following from inside the chroot and post the link the second command generates. The first command will detect changes to packages tracked by pacman, the second will post the output to the pastebin 0x0.st.

# LC_ALL=C pacman -Qkk 2>&1 | grep -v ', 0 altered files' | tee /tmp/broken_packages.txt
cat /tmp/broken_packages.txt | curl -F 'file=@-' 0x0.st

Offline

#3 2025-03-20 21:24:12

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

loqs wrote:

Please run the following from inside the chroot and post the link the second command generates. The first command will detect changes to packages tracked by pacman, the second will post the output to the pastebin 0x0.st.

# LC_ALL=C pacman -Qkk 2>&1 | grep -v ', 0 altered files' | tee /tmp/broken_packages.txt
cat /tmp/broken_packages.txt | curl -F 'file=@-' 0x0.st

I ran it, but the file is empty:

# LC_ALL=C pacman -Qkk 2>&1 | grep -v ', 0 altered files' | tee /tmp/broken_packages.txt
cat /tmp/broken_packages.txt | curl -F 'file=@-' 0x0.st
451 Unavailable For Legal Reasons[root@archiso /]# cat /tmp/broken_packages.txt 
[root@archiso /]# 
# pacman -Qkk
linux-api-headers: 1023 total files, 0 altered files
[root@archiso /]# 

Last edited by dratos97391 (2025-03-20 21:25:00)

Offline

#4 2025-03-20 21:32:31

loqs
Member
Registered: 2014-03-06
Posts: 18,444

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Inside the chroot does `pacman -Q` list any packages if so does that list include linux-api-headers?

Offline

#5 2025-03-20 21:41:37

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

loqs wrote:

Inside the chroot does `pacman -Q` list any packages if so does that list include linux-api-headers?

yes, thats the only package I managed to install tonight:


[root@archiso /]# pacman -Q
linux-api-headers 6.13-1
[root@archiso /]#

Offline

#6 2025-03-20 21:52:35

loqs
Member
Registered: 2014-03-06
Posts: 18,444

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Have you confirmed the hard drive is not failing making the recovery impossible?  Do you have a recent backup from which you could restore the system?  Have you looked at Restore local database?

Offline

#7 2025-03-20 21:56:18

seth
Member
Registered: 2012-09-03
Posts: 63,991

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

error: could not open directory: /etc/pacman.d/hooks/: Not a directory

That path doesn't exist in any package, but if you add it, it has to be a directory - https://wiki.archlinux.org/title/Pacman#Hooks

[root@archiso /]# pacman -Q
linux-api-headers 6.13-1

Uhh…ohh…
https://wiki.archlinux.org/title/Pacman … l_database

451 Unavailable For Legal Reasons

You're blocked from 0x0.st, apparently because of the two rivers between which you live.

Online

#8 2025-03-21 07:35:37

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Thanks for the replies, I tried following the guide https://wiki.archlinux.org/title/Pacman … l_database but cannot install paclog-pkglist due to my pacman problems.


# pacman -S --overwrite '*' pacman-contrib 
resolving dependencies...
looking for conflicting packages...
warning: cached pkg '/var/cache/pacman/pkg/nettle-3.10.1-1-x86_64.pkg.tar.zst' is not a regular file: mode=16832
warning: dependency cycle detected:
warning: systemd-libs will be installed before its libcap dependency

Packages (102) acl-2.3.2-1  attr-2.5.2-1  audit-4.0.3-1  bash-5.2.037-2  brotli-1.1.0-3  bzip2-1.0.8-6  ca-certificates-20240618-1  ca-certificates-mozilla-3.109-1
               ca-certificates-utils-20240618-1  coreutils-9.6-4  cryptsetup-2.7.5-2  curl-8.12.1-1  dbus-1.16.2-1  dbus-broker-36-4  dbus-broker-units-36-4  dbus-units-36-4
               device-mapper-2.03.31-1  e2fsprogs-1.47.2-1  expat-2.7.0-1  file-5.46-3  filesystem-2024.11.21-1  findutils-4.10.0-2  gawk-5.3.1-2
               gcc-libs-14.2.1+r753+g1cd744a6828f-1  gdbm-1.24-2  gettext-0.24-1  glib2-2.84.0-1  glibc-2.41+r9+ga900dbaf70f0-1  gmp-6.3.0-2  gnulib-l10n-20241231-1
               gnupg-2.4.7-1  gnutls-3.8.9-1  gpgme-1.24.2-1  grep-3.11-1  gzip-1.13-4  hwdata-0.393-1  iana-etc-20250213-1  icu-76.1-1  json-c-0.18-1  kbd-2.7.1-2
               keyutils-1.6.3-3  kmod-34.1-1  krb5-1.21.3-1  leancrypto-1.2.0-2  libarchive-3.7.7-3  libassuan-3.0.0-1  libcap-2.75-1  libcap-ng-0.8.5-3  libelf-0.192-4
               libevent-2.1.12-4  libffi-3.4.7-1  libgcrypt-1.11.0-3  libgpg-error-1.51-1  libidn2-2.3.7-1  libksba-1.6.7-1  libldap-2.6.9-1  libnghttp2-1.65.0-1
               libnghttp3-1.8.0-1  libnsl-2.0.1-1  libp11-kit-0.25.5-1  libpsl-0.21.5-2  libsasl-2.1.28-5  libseccomp-2.5.6-1  libsecret-0.21.6-1  libssh2-1.11.1-1
               libsysprof-capture-47.2-3  libtasn1-4.20.0-1  libtirpc-1.3.6-1  libunistring-1.3-1  libusb-1.0.27-1  libverto-0.3.2-5  libxcrypt-4.4.38-1  libxml2-2.13.6-3
               lmdb-0.9.33-1  lz4-1:1.10.0-2  mpfr-4.2.1-6  ncurses-6.5-3  nettle-3.10.1-1  npth-1.8-1  openssl-3.4.1-1  p11-kit-0.25.5-1  pacman-7.0.0.r6.gc685ae6-2
               pacman-mirrorlist-20250311-1  pam-1.7.0-2  pambase-20230918-2  pcre2-10.45-1  pinentry-1.3.1-5  popt-1.19-2  readline-8.2.013-1  sed-4.9-3  shadow-4.17.3-1
               sqlite-3.49.1-1  systemd-257.4-1  systemd-libs-257.4-1  tpm2-tss-4.1.3-1  tzdata-2025a-1  util-linux-2.41-2  util-linux-libs-2.41-2  xz-5.6.4-1
               zlib-1:1.3.1-2  zstd-1.5.7-2  pacman-contrib-1.11.0-1

Total Download Size:     0.45 MiB
Total Installed Size:  529.03 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 nettle-3.10.1-1-x86_64 is up to date
(102/102) checking keys in keyring                                                                       [##############################################################] 100%
error: failed to commit transaction (could not find or read package)                                     [############################################------------------]  72%
Errors occurred, no packages were upgraded.

Offline

#9 2025-03-21 07:40:12

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

451 Unavailable For Legal Reasons

You're blocked from 0x0.st, apparently because of the two rivers between which you live.


lol no, I dont live in mesopotamia. Its because I tried to post an empty string to the service, this works well for me:
echo 'x'| curl -F 'file=@-' 0x0.st

Offline

#10 2025-03-21 08:55:56

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

I downloaded pacman-contrib manually and it works, but I cannot install the missing packages, after following the guide:

here is a list of my missing package list:
# cat files.list | curl -F 'file=@-' 0x0.st
http://0x0.st/81YD.txt
[root@archiso /]# cat pkglist | curl -F 'file=@-' 0x0.st
http://0x0.st/81Yk.txt
[root@archiso /]#

and the command where I try to follow the guide and install, it fails on the first

# recovery-pacman -U $(< files.list)
loading packages...
warning: linux-api-headers-6.13-1 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...
warning: cached pkg '/var/cache/pacman/pkg/nettle-3.10.1-1-x86_64.pkg.tar.zst' is not a regular file: mode=16832
warning: dependency cycle detected:
warning: pam will be installed before its systemd-libs dependency
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: mesa will be installed before its libglvnd dependency

Packages (221) bash-5.2.037-2  ca-certificates-mozilla-3.109-1  cairo-1.18.4-1  coreutils-9.6-4  dbus-1.16.2-1  device-mapper-2.03.31-1  diffutils-3.11-2  expat-2.7.0-1
               fontconfig-2:2.16.1-1  gawk-5.3.1-2  glib2-2.84.0-1  harfbuzz-10.4.0-1  hwdata-0.393-1  iana-etc-20250213-1  kmod-34.1-1  libarchive-3.7.7-3  libavif-1.2.1-1
               libcap-2.75-1  libedit-20250104_3.1-1  libheif-1.19.7-2  libnghttp2-1.65.0-1  libnghttp3-1.8.0-1  libseccomp-2.5.6-1  libsm-1.2.6-1  libx11-1.8.12-1
               libxml2-2.13.6-3  mesa-1:25.0.1-2  nettle-3.10.1-1  pango-1:1.56.3-1  pcre2-10.45-1  shadow-4.17.3-1  spirv-tools-1:1.4.309.0-1  svt-av1-3.0.1-1
               systemd-257.4-1  systemd-libs-257.4-1  util-linux-2.41-2  util-linux-libs-2.41-2  zstd-1.5.7-2  acl-2.3.2-1
               adobe-source-code-pro-fonts-2.042u+1.062i+1.026vf-2  adwaita-cursors-47.0-1  adwaita-icon-theme-47.0-1  adwaita-icon-theme-legacy-46.2-3  aom-3.12.0-1
               attr-2.5.2-1  audit-4.0.3-1  avahi-1:0.8+r194+g3f79789-3  binutils-2.44-1  brotli-1.1.0-3  bzip2-1.0.8-6  ca-certificates-20240618-1
               ca-certificates-utils-20240618-1  cantarell-fonts-1:0.303.1-2  cryptsetup-2.7.5-2  curl-8.12.1-1  dav1d-1.5.1-1  db5.3-5.3.28-5  dbus-broker-36-4
               dbus-broker-units-36-4  dconf-0.40.0-3  default-cursors-3-1  desktop-file-utils-0.28-1  duktape-2.7.0-7  e2fsprogs-1.47.2-1  file-5.46-3
               filesystem-2024.11.21-1  findutils-4.10.0-2  freetype2-2.13.3-3  fribidi-1.0.16-1  gcc-libs-14.2.1+r753+g1cd744a6828f-1  gd-2.3.3-8  gdbm-1.24-2
               gdk-pixbuf2-2.42.12-2  giflib-5.2.2-1  glib-networking-1:2.80.1-1  glibc-2.41+r9+ga900dbaf70f0-1  gmp-6.3.0-2  gnulib-l10n-20241231-1  gnupg-2.4.7-1
               gnutls-3.8.9-1  gpgme-1.24.2-1  graphite-1:1.3.14-4  grep-3.11-1  gsettings-desktop-schemas-47.1-1  gsettings-system-schemas-47.1-1
               gtk-update-icon-cache-1:4.16.12-1  gzip-1.13-4  hicolor-icon-theme-0.18-1  hidapi-0.14.0-3  icu-76.1-1  iso-codes-4.17.0-1  jansson-2.14-4  jbigkit-2.1-8
               json-c-0.18-1  json-glib-1.10.6-1  kbd-2.7.1-2  keyutils-1.6.3-3  krb5-1.21.3-1  l-smash-2.14.5-4  lame-3.100-5  lcms2-2.17-1  leancrypto-1.2.0-2
               libass-0.17.3-1  libassuan-3.0.0-1  libbpf-1.5.0-1  libcap-ng-0.8.5-3  libcloudproviders-0.3.6-1  libcolord-1.4.7-2  libcups-2:2.4.11-2  libdaemon-0.14-6
               libdatrie-0.2.13-4  libde265-1.0.15-3  libdrm-2.4.124-1  libelf-0.192-4  libepoxy-1.5.10-3  libevent-2.1.12-4  libffi-3.4.7-1  libgcrypt-1.11.0-3
               libglvnd-1.7.0-1  libgpg-error-1.51-1  libice-1.1.2-1  libidn2-2.3.7-1  libjpeg-turbo-3.1.0-1  libksba-1.6.7-1  libldap-2.6.9-1  libnsl-2.0.1-1
               libogg-1.3.5-2  libp11-kit-0.25.5-1  libpciaccess-0.18.1-2  libpng-1.6.47-1  libproxy-0.5.9-1  libpsl-0.21.5-2  librsvg-2:2.59.2-1  libsasl-2.1.28-5
               libsecret-0.21.6-1  libsodium-1.0.20-1  libsoup3-3.6.4-1  libssh2-1.11.1-1  libstemmer-2.2.0-2  libsysprof-capture-47.2-3  libtasn1-4.20.0-1  libthai-0.1.29-3
               libtheora-1.1.1-6  libtiff-4.7.0-1  libtirpc-1.3.6-1  libunibreak-6.1-1  libunistring-1.3-1  libunwind-1.8.1-3  libusb-1.0.27-1  libva-2.22.0-1
               libverto-0.3.2-5  libvorbis-1.3.7-4  libvpx-1.15.0-1  libwebp-1.5.0-1  libxau-1.0.12-1  libxaw-1.0.16-1  libxcb-1.17.0-1  libxcomposite-0.4.6-2
               libxcrypt-4.4.38-1  libxcursor-1.2.3-1  libxdamage-1.1.6-2  libxdmcp-1.1.5-1  libxext-1.3.6-1  libxfixes-6.0.1-2  libxft-2.3.8-2  libxi-1.8.2-1
               libxinerama-1.1.5-2  libxmu-1.2.1-1  libxpm-3.5.17-2  libxrandr-1.5.4-1  libxrender-0.9.12-1  libxshmfence-1.3.3-1  libxss-1.2.4-2  libxt-1.3.1-1
               libxtst-1.2.5-1  libxv-1.0.13-1  libxxf86vm-1.1.6-1  libyuv-r2426+464c51a03-1  llvm-libs-19.1.7-1  lm_sensors-1:3.6.0.r41.g31d1f125-3  lmdb-0.9.33-1
               lz4-1:1.10.0-2  lzo-2.10-5  mailcap-2.1.54-2  mkinitcpio-39.2-3  mkinitcpio-busybox-1.36.1-1  mpdecimal-4.0.0-2  mpfr-4.2.1-6  ncurses-6.5-3  npth-1.8-1
               nspr-4.36-1  openssl-3.4.1-1  opus-1.5.2-1  p11-kit-0.25.5-1  pam-1.7.0-2  pambase-20230918-2  perl-5.40.1-2  pinentry-1.3.1-5  pixman-0.44.2-1  popt-1.19-2
               python-3.13.2-1  rav1e-0.7.1-1  readline-8.2.013-1  sed-4.9-3  shared-mime-info-2.4-1  speex-1.2.1-2  speexdsp-1.2.1-2  sqlite-3.49.1-1  tinysparql-3.8.2-3
               tpm2-tss-4.1.3-1  tzdata-2025a-1  wayland-1.23.1-1  x264-3:0.164.r3108.31e19f9-2  x265-4.0-1  xcb-proto-1.17.0-3  xkeyboard-config-2.44-1  xorg-xprop-1.2.8-1
               xorgproto-2024.1-2  xxhash-0.8.3-1  xz-5.6.4-1  zlib-1:1.3.1-2

Total Download Size:      0.45 MiB
Total Installed Size:  1151.61 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 nettle-3.10.1-1-x86_64 is up to date
(221/221) checking keys in keyring                                                                       [##############################################################] 100%
error: failed to commit transaction (could not find or read package)                                     [######################----------------------------------------]  36%
Errors occurred, no packages were upgraded.

Offline

#11 2025-03-21 09:50:56

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,605

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Did you try deleting /var/cache/pacman/pkg/nettle-3.10.1-1-x86_64.pkg.tar.zst yet? And then retry the update

Last edited by skunktrader (2025-03-21 09:51:19)

Offline

#12 2025-03-21 12:52:26

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

skunktrader wrote:

Did you try deleting /var/cache/pacman/pkg/nettle-3.10.1-1-x86_64.pkg.tar.zst yet? And then retry the update

I did it and restarted the steps in the guide, now files.list is empty.
I did the install command as per the guide but get a commit error:
http://0x0.st/816a.txt

Offline

#13 2025-03-21 14:32:07

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

I get alot of these:

warning: cached pkg '/var/cache/pacman/pkg/bluez-libs-5.80-1-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/libwbclient-2:4.22.0-1-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-base-compat-batteries-0.12.2-107-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-dlist-1.0-259-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-foldable1-classes-compat-0.1-119-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-base64-bytestring-1.2.1.0-117-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-network-bsd-2.8.1.0-223-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-safe-0.3.21-18-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-utf8-string-1.0.2-163-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-fdo-notify-0.3.1-776-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-sandi-0.5-472-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-clock-0.8.4-30-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/haskell-email-validate-2.3.2.21-12-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/php-gd-8.4.5-1-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/ruby-minitest-5.22.3-2-any.pkg.tar.zst' is not a regular file: mode=16877
warning: cached pkg '/var/cache/pacman/pkg/usbutils-018-1-x86_64.pkg.tar.zst' is not a regular file: mode=16877
warning: dependency cycle detected:

the folders above are not files, I think thats why it warns. I tried removing them

it seems to work but with some LD errors:

[root@archiso /]# recovery-pacman -S $(< pkglist)
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/  
Lock File : /var/lib/pacman/db.lck
Log File  : /dev/null
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : aardvark-dns  acl  adobe-source-code-pro-fonts  adwaita-cursors  adwaita-icon-theme  adwaita-icon-theme-legacy  aom  archlinux-keyring  argon2  at-spi2-core  attr  audit  autoconf  automake  avahi  base-devel  bash  bash-completion  binutils  bison  bluez-libs  boost-libs  bridge-utils  brotli  bzip2  c-ares  ca-certificates  ca-certificates-mozilla  ca-certificates-utils  cairo  cantarell-fonts  catatonit  cifs-utils  conmon  containerd  containers-common  coreutils  cracklib  cryptsetup  curl  dav1d  db5.3  dbus  dbus-broker  dbus-broker-units  dconf  debugedit  default-cursors  desktop-file-utils  device-mapper  dhcpcd  diffutils  ding-libs  docker  docker-compose  duktape  duplicity  e2fsprogs  expac  expat  fakechroot  fakeroot  file  filesystem  findutils  flex  fontconfig  freetype2  fribidi  fuse-common  fuse2  gawk  gc  gcc  gcc-libs  gd  gdb  gdb-common  gdbm  gdk-pixbuf2  geoip  geoip-database  gettext  ghc-libs  giflib  git  git-annex  glib-networking  glib2  glibc  gmp  gnulib-l10n  gnupg  gnutls  gobject-introspection-runtime  gpgme  gpm  graphite  grep  groff  grub  gsettings-desktop-schemas  gsettings-system-schemas  gssdp  gssproxy  gst-plugins-bad-libs  gst-plugins-base-libs  gstreamer  gtest  gtk-update-icon-cache  gtk3  guile  gupnp  gupnp-igd  gzip  handbrake-cli  harfbuzz  haskell-adjunctions  haskell-aeson  haskell-ansi-terminal  haskell-ansi-terminal-types  haskell-ansi-wl-pprint  haskell-appar  haskell-asn1-encoding  haskell-asn1-parse  haskell-asn1-types  haskell-assoc  haskell-async  haskell-attoparsec  haskell-attoparsec-aeson  haskell-attoparsec-iso8601  haskell-auto-update  haskell-aws  haskell-base-compat  haskell-base-compat-batteries  haskell-base-orphans  haskell-base16-bytestring  haskell-base64-bytestring  haskell-basement  haskell-bencode  haskell-bifunctors  haskell-binary-orphans  haskell-bitvec  haskell-blaze-builder  haskell-blaze-html  haskell-blaze-markup  haskell-bloomfilter  haskell-bsb-http-chunked  haskell-byteable  haskell-byteorder  haskell-call-stack  haskell-case-insensitive  haskell-cassava  haskell-cereal  haskell-clientsession  haskell-clock  haskell-code-page  haskell-colour  haskell-comonad  haskell-concurrent-output  haskell-conduit  haskell-conduit-extra  haskell-contravariant  haskell-cookie  haskell-criterion  haskell-criterion-measurement  haskell-crypto-api  haskell-cryptohash-md5  haskell-cryptohash-sha1  haskell-crypton  haskell-crypton-connection  haskell-crypton-x509  haskell-crypton-x509-store  haskell-crypton-x509-system  haskell-crypton-x509-validation  haskell-cryptonite  haskell-cryptonite-conduit  haskell-css-text  haskell-data-array-byte  haskell-data-default  haskell-data-default-class  haskell-data-default-instances-containers  haskell-data-default-instances-dlist  haskell-data-default-instances-old-locale  haskell-data-fix  haskell-dav  haskell-dbus  haskell-dense-linear-algebra  haskell-disk-free-space  haskell-distributive  haskell-dlist  haskell-easy-file  haskell-edit-distance  haskell-email-validate  haskell-entropy  haskell-erf  haskell-fast-logger  haskell-fdo-notify  haskell-feed  haskell-file-embed  haskell-filepath-bytestring  haskell-foldable1-classes-compat  haskell-free  haskell-generically  haskell-ghc-bignum-orphans  haskell-git-lfs  haskell-glob  haskell-hashable  haskell-hinotify  haskell-hjsmin  haskell-hourglass  haskell-http-api-data  haskell-http-client  haskell-http-client-restricted  haskell-http-client-tls  haskell-http-conduit  haskell-http-date  haskell-http-types  haskell-http2  haskell-hunit  haskell-ifelse  haskell-indexed-traversable  haskell-indexed-traversable-instances  haskell-integer-logarithms  haskell-invariant  haskell-iproute  haskell-js-chart  haskell-kan-extensions  haskell-language-javascript  haskell-lens  haskell-libyaml  haskell-lift-type  haskell-lifted-base  haskell-magic  haskell-math-functions  haskell-memory  haskell-microlens  haskell-microlens-mtl  haskell-microlens-th  haskell-microstache  haskell-mime-types  haskell-monad-control  haskell-monad-logger  haskell-monad-loops  haskell-mono-traversable  haskell-mountpoints  haskell-mwc-random  haskell-network  haskell-network-bsd  haskell-network-byte-order  haskell-network-info  haskell-network-multicast  haskell-network-uri  haskell-old-locale  haskell-old-time  haskell-onetuple  haskell-only  haskell-optparse-applicative  haskell-os-string  haskell-parallel  haskell-path-pieces  haskell-pem  haskell-persistent  haskell-persistent-sqlite  haskell-primitive  haskell-profunctors  haskell-psqueues  haskell-quickcheck  haskell-random  haskell-recv  haskell-reflection  haskell-regex-base  haskell-regex-tdfa  haskell-resource-pool  haskell-resourcet  haskell-rio  haskell-safe  haskell-safe-exceptions  haskell-safesemaphore  haskell-sandi  haskell-scientific  haskell-securemem  haskell-semialign  haskell-semigroupoids  haskell-setenv  haskell-shakespeare  haskell-silently  haskell-simple-sendfile  haskell-skein  haskell-socks  haskell-split  haskell-splitmix  haskell-statevar  haskell-statistics  haskell-stm-chans  haskell-streaming-commons  haskell-strict  haskell-syb  haskell-tagged  haskell-tagsoup  haskell-tasty  haskell-tasty-hunit  haskell-tasty-quickcheck  haskell-tasty-rerun  haskell-terminal-size  haskell-text-short  haskell-th-abstraction  haskell-th-compat  haskell-th-lift  haskell-th-lift-instances  haskell-these  haskell-time-compat  haskell-time-locale-compat  haskell-time-manager  haskell-tls  haskell-tls-session-manager  haskell-torrent  haskell-transformers-base  haskell-transformers-compat  haskell-typed-process  haskell-unbounded-delays  haskell-unix-compat  haskell-unix-time  haskell-unliftio  haskell-unliftio-core  haskell-unordered-containers  haskell-utf8-string  haskell-uuid  haskell-uuid-types  haskell-vault  haskell-vector  haskell-vector-algorithms  haskell-vector-binary-instances  haskell-vector-stream  haskell-vector-th-unbox  haskell-void  haskell-wai  haskell-wai-app-static  haskell-wai-extra  haskell-wai-logger  haskell-warp  haskell-warp-tls  haskell-witherable  haskell-word8  haskell-xml-conduit  haskell-xml-hamlet  haskell-xml-types  haskell-xss-sanitize  haskell-yaml  haskell-yesod  haskell-yesod-core  haskell-yesod-form  haskell-yesod-persistent  haskell-yesod-static  haskell-zlib  hdparm  hicolor-icon-theme  hidapi  hwdata  hwloc  iana-etc  icu  inetutils  intel-gmmlib  intel-media-driver  intel-media-sdk  iperf  iproute2  iptables  iputils  iso-codes  iw  jansson  java-runtime-common  jbigkit  jemalloc  jfsutils  jq  json-c  json-glib  kbd  keyutils  kmod  krb5  l-smash  lame  lcms2  ldb  leancrypto  less  libaio  libarchive  libass  libassuan  libavif  libb64  libbpf  libbsd  libcap  libcap-ng  libcloudproviders  libcolord  libcups  libdaemon  libdatrie  libde265  libdeflate  libdrm  libedit  libelf  libepoxy  libevent  libfabric  libfaketime  libffi  libfontenc  libgcrypt  libgirepository  libglvnd  libgpg-error  libgudev  libheif  libice  libidn2  libinih  libisl  libjpeg-turbo  libksba  libldap  libmcrypt  libmd  libmfx  libmicrohttpd  libmnl  libmpc  libmspack  libnatpmp  libnet  libnetfilter_conntrack  libnfnetlink  libnftnl  libnghttp2  libnghttp3  libngtcp2  libnice  libnl  libnotify  libnsl  libogg  libomxil-bellagio  libp11-kit  libpcap  libpciaccess  libpipeline  libpng  libproxy  libpsl  librsvg  librsync  libsasl  libseccomp  libsecret  libsm  libsodium  libsoup3  libssh2  libstemmer  libsysprof-capture  libtasn1  libthai  libtheora  libtiff  libtirpc  libtool  libunibreak  libunistring  libunwind  liburcu  liburing  libusb  libutempter  libuv  libva  libverto  libvorbis  libvpx  libwbclient  libwebp  libx11  libxau  libxaw  libxcb  libxcomposite  libxcrypt  libxcursor  libxdamage  libxdmcp  libxext  libxfixes  libxfont2  libxft  libxi  libxinerama  libxkbcommon  libxkbcommon-x11  libxkbfile  libxml2  libxmu  libxpm  libxrandr  libxrender  libxshmfence  libxss  libxt  libxtst  libxv  libxxf86vm  libyaml  libyuv  libzip  licenses  linux  linux-api-headers  linux-firmware  linux-firmware-whence  llvm-libs  lm_sensors  lmdb  logrotate  lsof  luit  lvm2  lynx  lz4  lzo  m4  mailcap  make  man-db  man-pages  mariadb  mariadb-clients  mariadb-libs  mdadm  mesa  meson  miniupnpc  mkinitcpio  mkinitcpio-busybox  mpdecimal  mpfr  nano  nasm  ncurses  net-tools  netavark  netctl  nettle  nextcloud  nfs-utils  nfsidmap  nginx-mainline  ninja  node-gyp  nodejs  nodejs-nopt  npm  npth  nspr  nss  nss-mdns  ntp  numactl  oniguruma  openbsd-netcat  openmpi  openpmix  openresolv  openssh  openssl  openssl-1.1  openucx  opus  orc  os-prober  p11-kit  pacman  pacman-mirrorlist  pam  pambase  pango  passt  patch  pciutils  pcre2  pcsclite  perl  perl-archive-zip  perl-cgi  perl-clone  perl-common-sense  perl-encode-locale  perl-error  perl-ev  perl-html-parser  perl-html-tagset  perl-http-date  perl-http-message  perl-io-html  perl-io-socket-ssl  perl-json-xs  perl-lwp-mediatypes  perl-mailtools  perl-net-ssleay  perl-rename  perl-timedate  perl-types-serialiser  perl-uri  php  php-apcu  php-fpm  php-gd  php-legacy  php-legacy-gd  pinentry  pixman  pkgconf  podman  podman-compose  polkit  popt  procps-ng  prrte  psmisc  pyalpm  python  python-attrs  python-autocommand  python-bcrypt  python-certifi  python-cffi  python-chardet  python-charset-normalizer  python-click  python-cryptography  python-dateutil  python-defusedxml  python-dotenv  python-fasteners  python-fastjsonschema  python-feedparser  python-filelock  python-gobject  python-idna  python-inflect  python-iniconfig  python-jaraco.collections  python-jaraco.context  python-jaraco.functools  python-jaraco.text  python-lockfile  python-more-itertools  python-mutagen  python-ordered-set  python-packaging  python-paramiko  python-passlib  python-pika  python-pip  python-platformdirs  python-pluggy  python-pyasynchat  python-pyasyncore  python-pycparser  python-pycryptodomex  python-pyftpdlib  python-pynacl  python-pyopenssl  python-pytest  python-pytz  python-pyxdg  python-regex  python-requests  python-setuptools  python-sgmllib3k  python-six  python-tomli  python-tqdm  python-trove-classifiers  python-typeguard  python-typing_extensions  python-urllib3  python-validate-pyproject  python-vobject  python-websockets  python-wheel  python-yaml  radicale  rav1e  re2c  readline  rpcbind  rsync  ruby  ruby-bundled-gems  ruby-bundler  ruby-debug  ruby-default-gems  ruby-erb  ruby-irb  ruby-matrix  ruby-minitest  ruby-net-ftp  ruby-net-imap  ruby-net-pop  ruby-net-smtp  ruby-power_assert  ruby-prime  ruby-racc  ruby-rake  ruby-rbs  ruby-rdoc  ruby-rexml  ruby-rss  ruby-stdlib  ruby-test-unit  ruby-typeprof  rubygems  runc  s-nail  samba  sed  semver  shadow  shared-mime-info  sharutils  simdjson  smartmontools  smbclient  socat  source-highlight  speex  speexdsp  spirv-tools  sqlite  sudo  svt-av1  syncthing  sysfsutils  systemd  systemd-libs  systemd-sysvcompat  talloc  tar  tcl  tdb  tevent  texinfo  the_silver_searcher  thin-provisioning-tools  tinysparql  tk  tmux  tpm2-tss  transmission-cli  tzdata  ufw  unrar  unzip  usbutils  util-linux  util-linux-libs  veracrypt  vi  vim  vim-runtime  vnstat  vulkan-icd-loader  wayland  wget  wgetpaste  which  wpa_supplicant  wxwidgets-common  wxwidgets-gtk3  x264  x265  xbitmaps  xcb-proto  xfsprogs  xkeyboard-config  xorg-fonts-encodings  xorg-server-common  xorg-server-xvfb  xorg-setxkbmap  xorg-xauth  xorg-xkbcomp  xorg-xprop  xorgproto  xterm  xxhash  xz  yasm  yt-dlp  zip  zlib  zstd  base
warning: linux-api-headers-6.13-1 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: systemd-libs will be installed before its libcap dependency
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: mesa will be installed before its libglvnd dependency
warning: dependency cycle detected:
warning: rubygems will be installed before its ruby dependency

Packages (809) sdl2-compat-2.32.52-1  sdl3-3.2.8-1  aardvark-dns-1.14.0-1  acl-2.3.2-1  adobe-source-code-pro-fonts-2.042u+1.062i+1.026vf-2  adwaita-cursors-47.0-1
               adwaita-icon-theme-47.0-1  adwaita-icon-theme-legacy-46.2-3  aom-3.12.0-1  archlinux-keyring-20250123-1  argon2-20190702-6  at-spi2-core-2.56.0-1
               attr-2.5.2-1  audit-4.0.3-1  autoconf-2.72-1  automake-1.17-1  avahi-1:0.8+r194+g3f79789-3  base-3-2  base-devel-1-2  bash-5.2.037-2  bash-completion-2.16.0-1
               binutils-2.44-1  bison-3.8.2-8  bluez-libs-5.80-1  boost-libs-1.87.0-3  bridge-utils-1.7.1-2  brotli-1.1.0-3  bzip2-1.0.8-6  c-ares-1.34.4-1
               ca-certificates-20240618-1  ca-certificates-mozilla-3.109-1  ca-certificates-utils-20240618-1  cairo-1.18.4-1  cantarell-fonts-1:0.303.1-2  catatonit-0.2.1-1
               cifs-utils-7.3-1  conmon-1:2.1.13-1  containerd-2.0.4-1  containers-common-1:0.62.2-2  coreutils-9.6-4  cracklib-2.10.3-1  cryptsetup-2.7.5-2  curl-8.12.1-1
               dav1d-1.5.1-1  db5.3-5.3.28-5  dbus-1.16.2-1  dbus-broker-36-4  dbus-broker-units-36-4  dconf-0.40.0-3  debugedit-5.1-1  default-cursors-3-1
               desktop-file-utils-0.28-1  device-mapper-2.03.31-1  dhcpcd-10.2.2-1  diffutils-3.11-2  ding-libs-0.6.2-2  docker-1:28.0.1-1  docker-compose-2.34.0-1
               duktape-2.7.0-7  duplicity-3.0.3-2  e2fsprogs-1.47.2-1  expac-10-11  expat-2.7.0-1  fakechroot-2.20.1-4  fakeroot-1.37.1-1  file-5.46-3
               filesystem-2024.11.21-1  findutils-4.10.0-2  flex-2.6.4-5  fontconfig-2:2.16.1-1  freetype2-2.13.3-3  fribidi-1.0.16-1  fuse-common-3.16.2-1  fuse2-2.9.9-5
               gawk-5.3.1-2  gc-8.2.8-2  gcc-14.2.1+r753+g1cd744a6828f-1  gcc-libs-14.2.1+r753+g1cd744a6828f-1  gd-2.3.3-8  gdb-16.2-1  gdb-common-16.2-1  gdbm-1.24-2
               gdk-pixbuf2-2.42.12-2  geoip-1.6.12-3  geoip-database-20250129-1  gettext-0.24-1  ghc-libs-9.2.8-1  giflib-5.2.2-1  git-2.49.0-1  git-annex-10.20250320-2
               glib-networking-1:2.80.1-1  glib2-2.84.0-1  glibc-2.41+r9+ga900dbaf70f0-1  gmp-6.3.0-2  gnulib-l10n-20241231-1  gnupg-2.4.7-1  gnutls-3.8.9-1
               gobject-introspection-runtime-1.84.0-1  gpgme-1.24.2-1  gpm-1.20.7.r38.ge82d1a6-6  graphite-1:1.3.14-4  grep-3.11-1  groff-1.23.0-7
               grub-2:2.12.r226.g56ccc5ed-1  gsettings-desktop-schemas-47.1-1  gsettings-system-schemas-47.1-1  gssdp-1.6.3-2  gssproxy-0.9.2-1
               gst-plugins-bad-libs-1.26.0-1  gst-plugins-base-libs-1.26.0-1  gstreamer-1.26.0-1  gtest-1.16.0-2  gtk-update-icon-cache-1:4.16.12-1  gtk3-1:3.24.49-1
               guile-3.0.10-1  gupnp-1:1.6.8-1  gupnp-igd-1.6.0-1  gzip-1.13-4  handbrake-cli-1.9.2-1  harfbuzz-10.4.0-1  haskell-adjunctions-4.4.2-117
               haskell-aeson-2.1.2.1-70  haskell-ansi-terminal-1.0-8  haskell-ansi-terminal-types-0.11.5-25  haskell-ansi-wl-pprint-0.6.9-444  haskell-appar-0.1.8-14
               haskell-asn1-encoding-0.9.6-243  haskell-asn1-parse-0.9.5-243  haskell-asn1-types-0.3.4-222  haskell-assoc-1.1-4  haskell-async-2.2.5-66
               haskell-attoparsec-0.14.4-87  haskell-attoparsec-aeson-2.1.0.0-54  haskell-attoparsec-iso8601-1.1.0.0-63  haskell-auto-update-0.1.6-353  haskell-aws-0.24-178
               haskell-base-compat-0.12.2-2  haskell-base-compat-batteries-0.12.2-107  haskell-base-orphans-0.8.8.2-39  haskell-base16-bytestring-1.0.2.0-93
               haskell-base64-bytestring-1.2.1.0-117  haskell-basement-0.0.16-2  haskell-bencode-0.6.1.1-213  haskell-bifunctors-5.6-119  haskell-binary-orphans-1.0.5-2
               haskell-bitvec-1.1.3.0-117  haskell-blaze-builder-0.4.2.3-2  haskell-blaze-html-0.9.2.0-13  haskell-blaze-markup-0.8.3.0-23  haskell-bloomfilter-2.0.1.2-2
               haskell-bsb-http-chunked-0.0.0.4-397  haskell-byteable-0.1.1-26  haskell-byteorder-1.0.4-25  haskell-call-stack-0.4.0-211
               haskell-case-insensitive-1.2.1.0-216  haskell-cassava-0.5.3.2-13  haskell-cereal-0.5.8.3-2  haskell-clientsession-0.9.2.0-40  haskell-clock-0.8.4-30
               haskell-code-page-0.2.1-6  haskell-colour-2.3.6-236  haskell-comonad-5.0.8-303  haskell-concurrent-output-1.10.21-14  haskell-conduit-1.3.6.1-8
               haskell-conduit-extra-1.3.6-164  haskell-contravariant-1.5.5-4  haskell-cookie-0.4.6-2  haskell-criterion-1.6.1.0-51  haskell-criterion-measurement-0.2.2.0-18
               haskell-crypto-api-0.13.3-41  haskell-cryptohash-md5-0.11.101.0-115  haskell-cryptohash-sha1-0.11.101.0-96  haskell-crypton-0.34-24
               haskell-crypton-connection-0.3.2-24  haskell-crypton-x509-1.7.6-41  haskell-crypton-x509-store-1.6.9-41  haskell-crypton-x509-system-1.6.7-41
               haskell-crypton-x509-validation-1.6.12-41  haskell-cryptonite-0.30-86  haskell-cryptonite-conduit-0.2.2-662  haskell-css-text-0.1.3.0-297
               haskell-data-array-byte-0.1.0.1-80  haskell-data-default-0.7.1.1-324  haskell-data-default-class-0.1.2.0-25
               haskell-data-default-instances-containers-0.1.0.2-1  haskell-data-default-instances-dlist-0.0.1.2-8  haskell-data-default-instances-old-locale-0.0.1-37
               haskell-data-fix-0.3.2-115  haskell-dav-1.3.4-699  haskell-dbus-1.3.1-51  haskell-dense-linear-algebra-0.1.0.0-320  haskell-disk-free-space-0.1.0.1-25
               haskell-distributive-0.6.2.1-222  haskell-dlist-1.0-259  haskell-easy-file-0.2.5-34  haskell-edit-distance-0.2.2.1-220  haskell-email-validate-2.3.2.21-12
               haskell-entropy-0.4.1.11-1  haskell-erf-2.0.0.0-25  haskell-fast-logger-3.1.2-100  haskell-fdo-notify-0.3.1-776  haskell-feed-1.3.2.1-196
               haskell-file-embed-0.0.15.0-2  haskell-filepath-bytestring-1.4.2.1.13-17  haskell-foldable1-classes-compat-0.1-119  haskell-free-5.2-7
               haskell-generically-0.1.1-2  haskell-ghc-bignum-orphans-0.1.1-2  haskell-git-lfs-1.2.2-40  haskell-glob-0.10.2-103  haskell-hashable-1.4.4.0-45
               haskell-hinotify-0.4.1-184  haskell-hjsmin-0.2.0.4-238  haskell-hourglass-0.2.12-259  haskell-http-api-data-0.5.1-75  haskell-http-client-0.7.17-17
               haskell-http-client-restricted-0.1.0-48  haskell-http-client-tls-0.3.6.3-86  haskell-http-conduit-2.3.9.1-18  haskell-http-date-0.0.11-149
               haskell-http-types-0.12.4-27  haskell-http2-4.1.0-49  haskell-hunit-1.6.2.0-253  haskell-ifelse-0.85-27  haskell-indexed-traversable-0.1.4-32
               haskell-indexed-traversable-instances-0.1.2-16  haskell-integer-logarithms-1.0.3.1-7  haskell-invariant-0.6.3-27  haskell-iproute-1.7.14-9
               haskell-js-chart-2.9.4.1-7  haskell-kan-extensions-5.2.6-27  haskell-language-javascript-0.7.1.0-172  haskell-lens-5.2.3-68  haskell-libyaml-0.1.4-36
               haskell-lift-type-0.1.2.0-12  haskell-lifted-base-0.2.3.12-280  haskell-magic-1.1-25  haskell-math-functions-0.3.4.4-39  haskell-memory-0.18.0-21
               haskell-microlens-0.4.13.1-2  haskell-microlens-mtl-0.2.0.3-2  haskell-microlens-th-0.4.3.16-1  haskell-microstache-1.0.2.3-91  haskell-mime-types-0.1.2.0-2
               haskell-monad-control-1.0.3.1-115  haskell-monad-logger-0.3.41-12  haskell-monad-loops-0.4.3-26  haskell-mono-traversable-1.0.21.0-9
               haskell-mountpoints-1.0.2-25  haskell-mwc-random-0.15.1.0-13  haskell-network-3.1.4.0-33  haskell-network-bsd-2.8.1.0-223  haskell-network-byte-order-0.1.7-2
               haskell-network-info-0.2.1-2  haskell-network-multicast-0.3.2-225  haskell-network-uri-2.6.4.2-44  haskell-old-locale-1.0.0.7-31  haskell-old-time-1.1.0.4-3
               haskell-onetuple-0.4.1.1-23  haskell-only-0.1-23  haskell-optparse-applicative-0.17.1.0-56  haskell-os-string-2.0.7-6  haskell-parallel-3.2.2.0-18
               haskell-path-pieces-0.2.1-31  haskell-pem-0.2.4-299  haskell-persistent-2.14.5.1-53  haskell-persistent-sqlite-2.13.1.0-184  haskell-primitive-0.7.4.0-137
               haskell-profunctors-5.6.2-194  haskell-psqueues-0.2.8.0-23  haskell-quickcheck-2.14.3-102  haskell-random-1.2.1.2-46  haskell-recv-0.1.0-43
               haskell-reflection-2.1.8-12  haskell-regex-base-0.94.0.3-1  haskell-regex-tdfa-1.3.2.2-59  haskell-resource-pool-0.2.3.2-310  haskell-resourcet-1.2.6-64
               haskell-rio-0.1.22.0-130  haskell-safe-0.3.21-18  haskell-safe-exceptions-0.1.7.4-34  haskell-safesemaphore-0.10.1-28  haskell-sandi-0.5-472
               haskell-scientific-0.3.7.0-126  haskell-securemem-0.1.10-301  haskell-semialign-1.3-3  haskell-semigroupoids-6.0.0.1-2  haskell-setenv-0.1.1.3-26
               haskell-shakespeare-2.1.0.1-67  haskell-silently-1.2.5.3-2  haskell-simple-sendfile-0.2.32-66  haskell-skein-1.0.9.4-54  haskell-socks-0.6.1-250
               haskell-split-0.2.5-19  haskell-splitmix-0.1.0.5-49  haskell-statevar-1.2.2-3  haskell-statistics-0.16.2.1-58  haskell-stm-chans-3.0.0.9-2
               haskell-streaming-commons-0.2.2.6-39  haskell-strict-0.5-4  haskell-syb-0.7.2.4-28  haskell-tagged-0.8.9-1  haskell-tagsoup-0.14.8-239
               haskell-tasty-1.4.3-100  haskell-tasty-hunit-0.10.1-70  haskell-tasty-quickcheck-0.10.2-401  haskell-tasty-rerun-1.1.19-31  haskell-terminal-size-0.3.4-2
               haskell-text-short-0.1.6-12  haskell-th-abstraction-0.4.5.0-2  haskell-th-compat-0.1.5-15  haskell-th-lift-0.8.4-2  haskell-th-lift-instances-0.1.20-60
               haskell-these-1.2-4  haskell-time-compat-1.9.6.1-110  haskell-time-locale-compat-0.1.1.5-18  haskell-time-manager-0.0.1-50  haskell-tls-1.9.0-4
               haskell-tls-session-manager-0.0.4-393  haskell-torrent-10000.1.3-37  haskell-transformers-base-0.4.6-115  haskell-transformers-compat-0.7.2-2
               haskell-typed-process-0.2.11.1-28  haskell-unbounded-delays-0.1.1.1-7  haskell-unix-compat-0.7.2-17  haskell-unix-time-0.4.15-3  haskell-unliftio-0.2.25.1-1
               haskell-unliftio-core-0.2.1.0-2  haskell-unordered-containers-0.2.20-33  haskell-utf8-string-1.0.2-163  haskell-uuid-1.3.15-142  haskell-uuid-types-1.0.5.1-29
               haskell-vault-0.3.1.5-200  haskell-vector-0.13.1.0-65  haskell-vector-algorithms-0.9.0.3-12  haskell-vector-binary-instances-0.2.5.2-131
               haskell-vector-stream-0.1.0.1-2  haskell-vector-th-unbox-0.2.2-289  haskell-void-0.7.3-216  haskell-wai-3.2.4-40  haskell-wai-app-static-3.1.9-58
               haskell-wai-extra-3.1.15-51  haskell-wai-logger-2.5.0-17  haskell-warp-3.3.30-96  haskell-warp-tls-3.4.9-19  haskell-witherable-0.4.2-123
               haskell-word8-0.1.3-23  haskell-xml-conduit-1.9.1.4-16  haskell-xml-hamlet-0.5.0.2-226  haskell-xml-types-0.3.8-9  haskell-xss-sanitize-0.3.7.2-37
               haskell-yaml-0.11.11.2-80  haskell-yesod-1.6.2.1-263  haskell-yesod-core-1.6.26.0-46  haskell-yesod-form-1.7.6-139  haskell-yesod-persistent-1.6.0.8-325
               haskell-yesod-static-1.6.1.0-777  haskell-zlib-0.6.3.0-73  hdparm-9.65-2  hicolor-icon-theme-0.18-1  hidapi-0.14.0-3  hwdata-0.393-1  hwloc-2.12.0-1
               iana-etc-20250213-1  icu-76.1-1  inetutils-2.5-1  intel-gmmlib-22.6.0-1  intel-media-driver-25.1.3-1  intel-media-sdk-23.2.2-3  iperf-2.2.1-1
               iproute2-6.13.0-1  iptables-1:1.8.11-1  iputils-20240905-1  iso-codes-4.17.0-1  iw-6.9-1  jansson-2.14-4  java-runtime-common-3-6  jbigkit-2.1-8
               jemalloc-1:5.3.0-5  jfsutils-1.1.15-9  jq-1.7.1-2  json-c-0.18-1  json-glib-1.10.6-1  kbd-2.7.1-2  keyutils-1.6.3-3  kmod-34.1-1  krb5-1.21.3-1
               l-smash-2.14.5-4  lame-3.100-5  lcms2-2.17-1  ldb-2:4.22.0-1  leancrypto-1.2.0-2  less-1:668-1  libaio-0.3.113-3  libarchive-3.7.7-3  libass-0.17.3-1
               libassuan-3.0.0-1  libavif-1.2.1-1  libb64-1.2.1-5  libbpf-1.5.0-1  libbsd-0.12.2-2  libcap-2.75-1  libcap-ng-0.8.5-3  libcloudproviders-0.3.6-1
               libcolord-1.4.7-2  libcups-2:2.4.11-2  libdaemon-0.14-6  libdatrie-0.2.13-4  libde265-1.0.15-3  libdeflate-1.23-1  libdrm-2.4.124-1  libedit-20250104_3.1-1
               libelf-0.192-4  libepoxy-1.5.10-3  libevent-2.1.12-4  libfabric-2.1.0-1  libfaketime-0.9.10-2  libffi-3.4.7-1  libfontenc-1.1.8-1  libgcrypt-1.11.0-3
               libgirepository-1.84.0-1  libglvnd-1.7.0-1  libgpg-error-1.51-1  libgudev-238-1  libheif-1.19.7-2  libice-1.1.2-1  libidn2-2.3.7-1  libinih-58-1
               libisl-0.27-1  libjpeg-turbo-3.1.0-1  libksba-1.6.7-1  libldap-2.6.9-1  libmcrypt-2.5.8-6  libmd-1.1.0-2  libmfx-23.2.2-3  libmicrohttpd-1.0.1-1
               libmnl-1.0.5-2  libmpc-1.3.1-2  libmspack-1:1.11-1  libnatpmp-20230423-3  libnet-2:1.3-1  libnetfilter_conntrack-1.0.9-2  libnfnetlink-1.0.2-2
               libnftnl-1.2.8-1  libnghttp2-1.65.0-1  libnghttp3-1.8.0-1  libngtcp2-1.11.0-1  libnice-0.1.22-1  libnl-3.11.0-1  libnotify-0.8.4-1  libnsl-2.0.1-1
               libogg-1.3.5-2  libomxil-bellagio-0.9.3-5  libp11-kit-0.25.5-1  libpcap-1.10.5-2  libpciaccess-0.18.1-2  libpipeline-1.5.8-1  libpng-1.6.47-1
               libproxy-0.5.9-1  libpsl-0.21.5-2  librsvg-2:2.59.2-1  librsync-1:2.3.4-2  libsasl-2.1.28-5  libseccomp-2.5.6-1  libsecret-0.21.6-1  libsm-1.2.6-1
               libsodium-1.0.20-1  libsoup3-3.6.4-1  libssh2-1.11.1-1  libstemmer-2.2.0-2  libsysprof-capture-47.2-3  libtasn1-4.20.0-1  libthai-0.1.29-3  libtheora-1.1.1-6
               libtiff-4.7.0-1  libtirpc-1.3.6-1  libtool-2.5.4+r1+gbaa1fe41-3  libunibreak-6.1-1  libunistring-1.3-1  libunwind-1.8.1-3  liburcu-0.15.1-1  liburing-2.9-1
               libusb-1.0.28-1  libutempter-1.2.3-1  libuv-1.50.0-1  libva-2.22.0-1  libverto-0.3.2-5  libvorbis-1.3.7-4  libvpx-1.15.0-1  libwbclient-2:4.22.0-1
               libwebp-1.5.0-1  libx11-1.8.12-1  libxau-1.0.12-1  libxaw-1.0.16-1  libxcb-1.17.0-1  libxcomposite-0.4.6-2  libxcrypt-4.4.38-1  libxcursor-1.2.3-1
               libxdamage-1.1.6-2  libxdmcp-1.1.5-1  libxext-1.3.6-1  libxfixes-6.0.1-2  libxfont2-2.0.7-1  libxft-2.3.8-2  libxi-1.8.2-1  libxinerama-1.1.5-2
               libxkbcommon-1.8.1-1  libxkbcommon-x11-1.8.1-1  libxkbfile-1.1.3-1  libxml2-2.13.6-3  libxmu-1.2.1-1  libxpm-3.5.17-2  libxrandr-1.5.4-1  libxrender-0.9.12-1
               libxshmfence-1.3.3-1  libxss-1.2.4-2  libxt-1.3.1-1  libxtst-1.2.5-1  libxv-1.0.13-1  libxxf86vm-1.1.6-1  libyaml-0.2.5-3  libyuv-r2426+464c51a03-1
               libzip-1.11.3-1  licenses-20240728-1  linux-6.13.7.arch1-1  linux-firmware-20250311.b69d4b74-3  linux-firmware-whence-20250311.b69d4b74-3  llvm-libs-19.1.7-1
               lm_sensors-1:3.6.0.r41.g31d1f125-3  lmdb-0.9.33-1  logrotate-3.22.0-1  lsof-4.99.4-1  luit-20240910-1  lvm2-2.03.31-1  lynx-2.9.2-1  lz4-1:1.10.0-2
               lzo-2.10-5  m4-1.4.19-3  mailcap-2.1.54-2  make-4.4.1-2  man-db-2.13.0-1  man-pages-6.13-1  mariadb-11.7.2-1  mariadb-clients-11.7.2-1  mariadb-libs-11.7.2-1
               mdadm-4.4-1  mesa-1:25.0.1-2  meson-1.7.0-1  miniupnpc-2.3.0-1  mkinitcpio-39.2-3  mkinitcpio-busybox-1.36.1-1  mpdecimal-4.0.0-2  mpfr-4.2.1-6  nano-8.3-1
               nasm-2.16.03-1  ncurses-6.5-3  net-tools-2.10-3  netavark-1.14.1-1  netctl-1.29-2  nettle-3.10.1-1  nextcloud-31.0.2-1  nfs-utils-2.8.2-2  nfsidmap-2.8.2-2
               nginx-mainline-1.27.4-1  ninja-1.12.1-2  node-gyp-11.1.0-3  nodejs-23.9.0-1  nodejs-nopt-7.2.1-1  npm-11.2.0-1  npth-1.8-1  nspr-4.36-1  nss-3.109-1
               nss-mdns-0.15.1-2  ntp-4.2.8.p18-2  numactl-2.0.19-1  oniguruma-6.9.10-1  openbsd-netcat-1.228_1-1  openmpi-5.0.7-2  openpmix-5.0.6-1  openresolv-3.13.2-2
               openssh-9.9p2-1  openssl-3.4.1-1  openssl-1.1-1.1.1.w-2  openucx-1.18.0-2  opus-1.5.2-1  orc-0.4.41-1  os-prober-1.83-1  p11-kit-0.25.5-1
               pacman-7.0.0.r6.gc685ae6-2  pacman-mirrorlist-20250311-1  pam-1.7.0-2  pambase-20230918-2  pango-1:1.56.3-1  passt-2025_03_20.32f6212-1  patch-2.7.6-10
               pciutils-3.13.0-2  pcre2-10.45-1  pcsclite-2.3.1-1  perl-5.40.1-2  perl-archive-zip-1.68-10  perl-cgi-4.67-1  perl-clone-0.47-1  perl-common-sense-3.75-8
               perl-encode-locale-1.05-13  perl-error-0.17030-1  perl-ev-4.34-2  perl-html-parser-3.83-1  perl-html-tagset-3.24-2  perl-http-date-6.06-3
               perl-http-message-7.00-1  perl-io-html-1.004-6  perl-io-socket-ssl-2.089-1  perl-json-xs-4.03-6  perl-lwp-mediatypes-6.04-6  perl-mailtools-2.22-1
               perl-net-ssleay-1.94-2  perl-rename-1.16-1  perl-timedate-2.33-7  perl-types-serialiser-1.01-4  perl-uri-5.31-1  php-8.4.5-1  php-apcu-5.1.24-2
               php-fpm-8.4.5-1  php-gd-8.4.5-1  php-legacy-8.2.28-1  php-legacy-gd-8.2.28-1  pinentry-1.3.1-5  pixman-0.44.2-1  pkgconf-2.4.3-1  podman-5.4.1-1
               podman-compose-1.3.0-1  polkit-126-2  popt-1.19-2  procps-ng-4.0.5-2  prrte-3.0.8-1  psmisc-23.7-1  pyalpm-0.10.10-2  python-3.13.2-1  python-attrs-23.2.0-4
               python-autocommand-2.2.2-7  python-bcrypt-4.2.1-2  python-certifi-2025.01.31-1  python-cffi-1.17.1-2  python-chardet-5.2.0-6
               python-charset-normalizer-3.4.1-1  python-click-8.1.8-1  python-cryptography-44.0.2-1  python-dateutil-2.9.0-6  python-defusedxml-0.7.1-7
               python-dotenv-1.0.1-3  python-fasteners-0.19-4  python-fastjsonschema-2.21.1-1  python-feedparser-6.0.11-3  python-filelock-3.18.0-1  python-gobject-3.50.0-2
               python-idna-3.10-2  python-inflect-7.5.0-1  python-iniconfig-2.0.0-6  python-jaraco.collections-5.1.0-1  python-jaraco.context-6.0.1-1
               python-jaraco.functools-4.1.0-1  python-jaraco.text-4.0.0-2  python-lockfile-0.12.2-14  python-more-itertools-10.6.0-1  python-mutagen-1.47.0-3
               python-ordered-set-4.1.0-7  python-packaging-24.2-3  python-paramiko-3.5.0-1  python-passlib-1.7.4-10  python-pika-1.3.2-3  python-pip-25.0.1-1
               python-platformdirs-4.3.6-2  python-pluggy-1.5.0-3  python-pyasynchat-1.0.4-4  python-pyasyncore-1.0.4-3  python-pycparser-2.22-3
               python-pycryptodomex-3.22.0-1  python-pyftpdlib-2.0.1-3  python-pynacl-1.5.0-3  python-pyopenssl-25.0.0-1  python-pytest-1:8.3.5-1  python-pytz-2025.1-1
               python-pyxdg-0.28-4  python-regex-2024.11.6-2  python-requests-2.32.3-4  python-setuptools-1:75.8.0-1  python-sgmllib3k-1.0.0-7  python-six-1.17.0-1
               python-tomli-2.0.1-5  python-tqdm-4.67.1-2  python-trove-classifiers-2025.3.13.13-1  python-typeguard-4.4.2-1  python-typing_extensions-4.12.2-3
               python-urllib3-2.3.0-1  python-validate-pyproject-0.24-1  python-vobject-0.9.9-2  python-websockets-12.0-3  python-wheel-0.45.0-3  python-yaml-6.0.2-2
               radicale-3.5.0-1  rav1e-0.7.1-1  re2c-4.1-1  readline-8.2.013-1  rpcbind-1.2.7-2  rsync-3.4.1-2  ruby-3.3.7-2  ruby-bundled-gems-3.3.7-2  ruby-bundler-2.6.0-3
               ruby-debug-1.9.1-1  ruby-default-gems-3.3.7-2  ruby-erb-4.0.4-6  ruby-irb-1.13.1-2  ruby-matrix-0.4.2-2  ruby-minitest-5.22.3-2  ruby-net-ftp-0.3.5-3
               ruby-net-imap-0.4.12-3  ruby-net-pop-0.1.2-3  ruby-net-smtp-0.5.0-3  ruby-power_assert-2.0.4-1  ruby-prime-0.1.2-2  ruby-racc-1.7.3-1  ruby-rake-13.1.0-1
               ruby-rbs-3.4.4-3  ruby-rdoc-6.6.3.1-2  ruby-rexml-3.4.1-1  ruby-rss-0.3.1-2  ruby-stdlib-3.3.7-2  ruby-test-unit-3.6.7-1  ruby-typeprof-0.21.9-1
               rubygems-3.5.22-3  runc-1.2.6-1  s-nail-14.9.24-2  samba-2:4.22.0-1  sed-4.9-3  semver-7.7.1-1  shadow-4.17.4-1  shared-mime-info-2.4-1  sharutils-4.15.2-5
               simdjson-1:3.12.2-1  smartmontools-7.4-2  smbclient-2:4.22.0-1  socat-1.8.0.3-1  source-highlight-3.1.9-14  speex-1.2.1-2  speexdsp-1.2.1-2
               spirv-tools-1:1.4.309.0-1  sqlite-3.49.1-1  sudo-1.9.16.p2-2  svt-av1-3.0.1-1  syncthing-1.29.3-1  sysfsutils-2.1.1-2  systemd-257.4-1  systemd-libs-257.4-1
               systemd-sysvcompat-257.4-1  talloc-2.4.3-1  tar-1.35-2  tcl-8.6.16-1  tdb-1.4.13-1  tevent-1:0.16.2-1  texinfo-7.2-1  the_silver_searcher-2.2.0-3
               thin-provisioning-tools-1.1.0-1  tinysparql-3.8.2-3  tk-8.6.16-1  tmux-3.5_a-1  tpm2-tss-4.1.3-1  transmission-cli-4.0.6-9  tzdata-2025a-1  ufw-0.36.2-5
               unrar-1:7.1.5-1  unzip-6.0-22  usbutils-018-1  util-linux-2.41-2  util-linux-libs-2.41-2  veracrypt-1.26.20-1  vi-1:070224-6  vim-9.1.1198-1
               vim-runtime-9.1.1198-1  vnstat-2.13-1  vulkan-icd-loader-1.4.304.1-1  wayland-1.23.1-1  wget-1.25.0-1  wgetpaste-2.34-1  which-2.23-1  wpa_supplicant-2:2.11-3
               wxwidgets-common-3.2.7.1-1  wxwidgets-gtk3-3.2.7.1-1  x264-3:0.164.r3108.31e19f9-2  x265-4.0-1  xbitmaps-1.1.3-2  xcb-proto-1.17.0-3  xfsprogs-6.13.0-1
               xkeyboard-config-2.44-1  xorg-fonts-encodings-1.1.0-1  xorg-server-common-21.1.16-1  xorg-server-xvfb-21.1.16-1  xorg-setxkbmap-1.3.4-2  xorg-xauth-1.1.4-1
               xorg-xkbcomp-1.4.7-1  xorg-xprop-1.2.8-1  xorgproto-2024.1-2  xterm-397-2  xxhash-0.8.3-1  xz-5.6.4-1  yasm-1.3.0-7  yt-dlp-2025.02.19-1  zip-3.0-11
               zlib-1:1.3.1-2  zstd-1.5.7-2

Total Download Size:      1.06 MiB
Total Installed Size:  4713.72 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-passlib-1.7.4-10-any is up to date
 ruby-minitest-5.22.3-2-any                                                  126.0 KiB  1400 KiB/s 00:00 [##############################################################] 100%
 usbutils-018-1-x86_64                                                       107.7 KiB  4.38 MiB/s 00:00 [##############################################################] 100%
 bluez-libs-5.80-1-x86_64                                                     91.7 KiB  3.89 MiB/s 00:00 [##############################################################] 100%
 haskell-fdo-notify-0.3.1-776-x86_64                                          75.8 KiB  3.70 MiB/s 00:00 [##############################################################] 100%
 haskell-base-compat-batteries-0.12.2-107-x86_64                              74.6 KiB  3.04 MiB/s 00:00 [##############################################################] 100%
 haskell-sandi-0.5-472-x86_64                                                 74.5 KiB  3.64 MiB/s 00:00 [##############################################################] 100%
 haskell-utf8-string-1.0.2-163-x86_64                                         74.1 KiB  3.62 MiB/s 00:00 [##############################################################] 100%
 haskell-foldable1-classes-compat-0.1-119-x86_64                              74.0 KiB  3.01 MiB/s 00:00 [##############################################################] 100%
 haskell-hinotify-0.4.1-184-x86_64 is up to date
 haskell-safe-0.3.21-18-x86_64                                                64.1 KiB   915 KiB/s 00:00 [##############################################################] 100%
 haskell-clock-0.8.4-30-x86_64                                                63.9 KiB  3.12 MiB/s 00:00 [##############################################################] 100%
 haskell-http-conduit-2.3.9.1-18-x86_64 is up to date
 haskell-email-validate-2.3.2.21-12-x86_64                                    51.7 KiB   739 KiB/s 00:00 [##############################################################] 100%
 haskell-network-bsd-2.8.1.0-223-x86_64                                       51.3 KiB  2.18 MiB/s 00:00 [##############################################################] 100%
 haskell-dlist-1.0-259-x86_64                                                 51.2 KiB  2.50 MiB/s 00:00 [##############################################################] 100%
 haskell-http-client-tls-0.3.6.3-86-x86_64 is up to date
 haskell-split-0.2.5-19-x86_64 is up to date
 libwbclient-2:4.22.0-1-x86_64                                                36.3 KiB   672 KiB/s 00:00 [##############################################################] 100%
 php-gd-8.4.5-1-x86_64                                                        35.4 KiB  1771 KiB/s 00:00 [##############################################################] 100%
 haskell-base64-bytestring-1.2.1.0-117-x86_64                                 35.4 KiB  1768 KiB/s 00:00 [##############################################################] 100%
 haskell-easy-file-0.2.5-34-x86_64 is up to date
 Total (22/22)                                                              1087.7 KiB   764 KiB/s 00:01 [##############################################################] 100%
(809/809) checking keys in keyring                                                                       [##############################################################] 100%
(809/809) checking package integrity                                                                     [##############################################################] 100%
(809/809) loading package files                                                                          [##############################################################] 100%
:: Processing package changes...
Optional dependencies for tzdata
    bash: for tzselect [pending]
    glibc: for zdump, zic [pending]
Optional dependencies for glibc
    gd: for memusagestat [pending]
    perl: for mtrace [pending]
Optional dependencies for ncurses
    bash: for ncursesw6-config [pending]
Optional dependencies for bash
    bash-completion: for tab completion [pending]
Optional dependencies for util-linux-libs
    python: python bindings to libmount [pending]
Optional dependencies for e2fsprogs
    lvm2: for e2scrub [pending]
    util-linux: for e2scrub [pending]
    smtp-forwarder: for e2scrub_fail script
Optional dependencies for openssl
    ca-certificates [pending]
    perl [pending]
Optional dependencies for libevent
    python: event_rpcgen.py [pending]
Optional dependencies for audit
    libldap: for audispd-zos-remote [installed]
    sh: for augenrules [installed]
Optional dependencies for libxml2
    python: Python bindings [pending]
Optional dependencies for gettext
    git: for autopoint infrastructure updates [pending]
Optional dependencies for gnutls
    tpm2-tss: support for TPM2 wrapped keys [pending]
Optional dependencies for pcre2
    sh: for pcre2-config [installed]
Optional dependencies for glib2
    dconf: GSettings storage backend [pending]
    glib2-devel: development tools
    gvfs: most gio functionality
Optional dependencies for libsecret
    org.freedesktop.secrets: secret storage backend
Optional dependencies for pinentry
    gcr: GNOME backend
    gtk3: GTK backend [pending]
    qt5-x11extras: Qt5 backend
    kwayland5: Qt5 backend
    kguiaddons: Qt6 backend
    kwindowsystem: Qt6 backend
Optional dependencies for gnupg
    pcsclite: for using scdaemon not with the gnupg internal card driver [pending]
Optional dependencies for gzip
    less: zless support [pending]
    util-linux: zmore support [pending]
    diffutils: zdiff/zcmp support [pending]
Optional dependencies for util-linux
    words: default dictionary for look
Optional dependencies for systemd
    libmicrohttpd: systemd-journal-gatewayd and systemd-journal-remote [pending]
    quota-tools: kernel-level quota management
    systemd-sysvcompat: symlink package to provide sysvinit binaries [pending]
    systemd-ukify: combine kernel and initrd into a signed Unified Kernel Image
    polkit: allow administration as unprivileged user [pending]
    curl: systemd-journal-upload, machinectl pull-tar and pull-raw [installed]
    gnutls: systemd-journal-gatewayd and systemd-journal-remote [installed]
    qrencode: show QR codes
    iptables: firewall features [pending]
    libarchive: convert DDIs to tarballs [installed]
    libbpf: support BPF programs [pending]
    libpwquality: check password quality
    libfido2: unlocking LUKS2 volumes with FIDO2 token
    libp11-kit: support PKCS#11 [installed]
    tpm2-tss: unlocking LUKS2 volumes with TPM2 [installed]
Optional dependencies for pacman
    base-devel: required to use makepkg [pending]
    perl-locale-gettext: translation support in makepkg-template
Optional dependencies for avahi
    gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc [pending]
    libevent: libevent bindings [installed]
    nss-mdns: NSS support for mDNS [pending]
    python-dbus: avahi-bookmarks, avahi-discover
    python-gobject: avahi-bookmarks, avahi-discover [pending]
    python-twisted: avahi-bookmarks
    qt5-base: qt5 bindings
Optional dependencies for binutils
    debuginfod: for debuginfod server/client functionality
Optional dependencies for gcc
    lib32-gcc-libs: for generating code for 32-bit ABI
Optional dependencies for groff
    netpbm: for use together with man -H command interaction in browsers
    psutils: for use together with man -H command interaction in browsers
    libxaw: for gxditview [pending]
    perl-file-homedir: for use with glilypond
Optional dependencies for patch
    ed: for patch -e functionality
Optional dependencies for texinfo
    perl-archive-zip: EPUB file output via texi2any [pending]
Optional dependencies for boost-libs
    openmpi: for mpi support [pending]
Optional dependencies for graphite
    graphite-docs: Documentation
Optional dependencies for harfbuzz
    harfbuzz-utils: utilities
Optional dependencies for libwbclient
    python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup
    python-markdown: for samba-tool domain schemeupgrade
    glusterfs: for vfs_glusterfs support
Optional dependencies for talloc
    python: for python bindings [pending]
Optional dependencies for cifs-utils
    python: for smb2-quota and smbinfo script [pending]
Optional dependencies for runc
    criu: checkpoint support
Optional dependencies for dav1d
    dav1d-doc: HTML documentation
Optional dependencies for default-cursors
    adwaita-cursors: default cursor theme [installed]
Optional dependencies for dhcpcd
    openresolv: resolvconf support [pending]
Optional dependencies for iproute2
    db5.3: userspace arp daemon [installed]
    linux-atm: ATM support
    python: for routel [pending]
Optional dependencies for docker
    btrfs-progs: btrfs backend support
    pigz: parallel gzip compressor support
    docker-buildx: extended build capabilities
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python [pending]
    python-pip: for installing Python packages using tooling that is usually bundled with Python [pending]
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter [pending]
Optional dependencies for duplicity
    lftp: backend for ftp, ftps, fish
    ncftp: alternative backend for ftp
    python-b2sdk: Backblaze B2 backend
    python-boto3: Amazon S3 and Google Cloud Storage backend
    python-dropbox: Dropbox backend
    python-gobject: GIO backend [pending]
    gvfs: GIO backend
    python-paramiko: SSH paramiko backend [pending]
    python-pexpect: SSH pexpect backend
    python-pydrive2: Google Drive backend
    python-mediafire: Mediafire backend
    python-requests-oauthlib: OneDrive backend
    rclone: rclone backend
    rsync: rsync backend [pending]
Optional dependencies for libjpeg-turbo
    java-runtime>11: for TurboJPEG Java wrapper
Optional dependencies for libtiff
    freeglut: for using tiffgt
Optional dependencies for libde265
    ffmpeg: for sherlock265
    qt5-base: for sherlock265
    sdl: dec265 YUV overlay output
Optional dependencies for libheif
    libjpeg-turbo: for heif-convert and heif-enc [installed]
    libpng: for heif-convert and heif-enc [installed]
    dav1d: dav1d encoder [installed]
    ffmpeg: hardware decode
    rav1e: rav1e encoder [installed]
    svt-av1: svt-av1 encoder [installed]
Optional dependencies for gd
    perl: bdftogd script [installed]
Optional dependencies for source-highlight
    lesspipe: src-hilite-lesspipe.sh
Optional dependencies for gdk-pixbuf2
    libwmf: Load .wmf and .apm
    libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf
    libavif: Load .avif [installed]
    libheif: Load .heif, .heic, and .avif [installed]
    libjxl: Load .jxl
    librsvg: Load .svg, .svgz, and .svg.gz [pending]
    webp-pixbuf-loader: Load .webp
Optional dependencies for geoip
    geoip-database-extra: city/ASN databases (not needed for country lookups)
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui [pending]
    openssh: ssh transport and crypto [pending]
    man: show help with `git command --help` [pending]
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support [pending]
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support [pending]
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
Optional dependencies for rsync
    python: for rrsync [installed]
Optional dependencies for grub
    dosfstools: For grub-mkrescue FAT FS and EFI support
    efibootmgr: For grub-install EFI support
    freetype2: For grub-mkfont usage [installed]
    fuse3: For grub-mount usage
    libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue
    lzop: For grub-mkrescue LZO support
    mtools: For grub-mkrescue FAT FS support
    os-prober: To detect other OSes when generating grub.cfg in BIOS systems [pending]
Optional dependencies for libsoup3
    samba: Windows Domain SSO [pending]
Optional dependencies for gssdp
    gtk4: gssdp-device-sniffer
Optional dependencies for gstreamer
    python: gst-plugins-doc-cache-generator [installed]
Optional dependencies for libdrm
    cairo: needed for modetest tool [installed]
Optional dependencies for lm_sensors
    rrdtool: for logging with sensord
    perl: for sensor detection and configuration convert [installed]
Optional dependencies for mesa
    opengl-man-pages: for the OpenGL API man pages
Optional dependencies for gupnp
    python: gupnp-binding-tool [installed]
Optional dependencies for libnice
    gstreamer: "nice" GStreamer plugin [installed]
Optional dependencies for libva
    intel-media-driver: backend for Intel GPUs (>= Broadwell) [pending]
    libva-intel-driver: backend for Intel GPUs (<= Haswell)
    libva-mesa-driver: backend for AMD and NVIDIA GPUs [installed]
Optional dependencies for libxkbcommon
    libxkbcommon-x11: xkbcli interactive-x11 [pending]
    wayland: xkbcli interactive-wayland [installed]
Optional dependencies for vulkan-icd-loader
    vulkan-driver: packaged vulkan driver
Optional dependencies for gtest
    python: gmock generator [installed]
Optional dependencies for gtk3
    evince: Default print preview command
Optional dependencies for handbrake-cli
    intel-media-sdk: Intel QuickSync support [pending]
    libdvdcss: for decoding encrypted DVDs
Optional dependencies for hidapi
    libusb: for hidapi-libusb [installed]
Optional dependencies for hwloc
    cairo: PDF, Postscript, and PNG export support [installed]
    libxml2: full XML import/export support [installed]
Optional dependencies for jemalloc
    perl: for jeprof [installed]
Optional dependencies for tevent
    python: for python bindings [installed]
Optional dependencies for tdb
    python: for python bindings [installed]
Optional dependencies for ldb
    python: for python bindings [installed]
Optional dependencies for mkinitcpio
    xz: Use lzma or xz compression for the initramfs image [installed]
    bzip2: Use bzip2 compression for the initramfs image [installed]
    lzop: Use lzo compression for the initramfs image
    lz4: Use lz4 compression for the initramfs image [installed]
    mkinitcpio-nfs-utils: Support for root filesystem on NFS
    systemd-ukify: alternative UKI generator
Optional dependencies for linux
    linux-firmware: firmware images needed for some devices [pending]
    scx-scheds: to use sched-ext schedulers
    wireless-regdb: to set the correct wireless channels of your country
Optional dependencies for man-db
    gzip [installed]
Optional dependencies for mariadb-libs
    krb5: for gssapi authentication [installed]
Optional dependencies for mariadb
    cracklib: for cracklib plugin [installed]
    curl: for ha_s3 plugin [installed]
    galera: for MariaDB cluster with Galera WSREP
    judy: for Open Query GRAPH (OQGraph) computation engine
    perl-dbd-mariadb: for mariadb-hotcopy, mariadb-convert-table-format and mariadb-setpermission
    python-mysqlclient: for myrocks_hotbackup
    xz: lzma provider [installed]
Optional dependencies for mdadm
    bash: mdcheck [installed]
Optional dependencies for python-tqdm
    python-requests: telegram [pending]
Optional dependencies for netctl
    dialog: for the menu based wifi assistant
    dhclient: for DHCP support (or dhcpcd)
    dhcpcd: for DHCP support (or dhclient) [installed]
    wpa_supplicant: for wireless networking support [pending]
    ifplugd: for automatic wired connections through netctl-ifplugd
    ppp: for PPP connections
    openvswitch: for Open vSwitch connections
    wireguard-tools: for WireGuard connections
Optional dependencies for nextcloud
    curl: for webcron jobs from within uwsgi [installed]
    ffmpeg: for preview generation
    libreoffice: for preview generation
    mariadb: to use a local MariaDB server [installed]
    memcached: to use a local memcached server
    mod_itk: to use the Apache web server
    php-legacy-apache: to use the Apache web server
    php-legacy-apcu: for caching with APCU
    php-legacy-fpm: to run in fastCGI process manager
    php-legacy-imagick: for preview generation
    php-legacy-memcached: for caching with memcached
    php-legacy-pgsql: to use the PostgreSQL database backend
    php-legacy-redis: for caching with redis
    php-legacy-sodium: for Argon2 password hashing
    php-legacy-sqlite: to use the SQLite database backend
    postgresql: to use a local PostgreSQL server
    redis: to use a local Redis server
    smbclient: for SMB/CIFS integration [pending]
    sudo: for privilege elevation in occ command when not run as root [installed]
    uwsgi-plugin-php-legacy: run as application container
Optional dependencies for nfs-utils
    sqlite: for nfsdcltrack and fsidd usage [installed]
    python: for rpcctl, nfsiostat, nfsdclnts and mountstats usage [installed]
Optional dependencies for nginx-mainline
    nginx-mainline-mod-geoip: GeoIP support
    nginx-mainline-mod-image-filter: transform images
    nginx-mainline-mod-mail: proxy IMAP, POP and SMTP protocols
    nginx-mainline-mod-perl: perl variables and location handlers
    nginx-mainline-mod-stream: proxy TCP/UDP data streams
    nginx-mainline-mod-xslt: transform XML responses
Optional dependencies for nodejs
    npm: nodejs package manager [pending]
Optional dependencies for node-gyp
    gcc: to build C++ modules [installed]
    make: to build C++ modules [installed]
    python: to build C++ modules [installed]
Optional dependencies for npm
    git: for dependencies using Git URL's [installed]
Optional dependencies for openpmix
    openpmix-docs: for documentation
Optional dependencies for openucx
    rdma-core: for InfiniBand and RDMA support
    cuda: for CUDA support
    rocm-language-runtime: for ROCm support
Optional dependencies for prrte
    openssh: for execution on remote hosts via plm_ssh_agent [pending]
    prrte-docs: for documentation
Optional dependencies for openmpi
    cuda: cuda support
    hip-runtime-amd: ROCm support
    gcc-fortran: fortran support
    openssh: for execution on remote hosts via plm_ssh_agent [pending]
    openucc: for UCC accelerated collectives
Optional dependencies for openssh
    libfido2: FIDO/U2F support
    sh: for ssh-copy-id and findssl.sh [installed]
    x11-ssh-askpass: input passphrase in X
    xorg-xauth: X11 forwarding [pending]
Optional dependencies for passt
    sh: for demo script [installed]
Optional dependencies for pciutils
    which: for update-pciids [installed]
    grep: for update-pciids [installed]
    curl: for update-pciids [installed]
Optional dependencies for pcsclite
    python: API call trace logging with the pcsc-spy [installed]
    ccid: USB Chip/Smart Card Interface Devices driver
Optional dependencies for podman
    apparmor: for AppArmor support
    btrfs-progs: support btrfs backend devices
    cni-plugins: for an alternative container-network-stack implementation
    fuse-overlayfs: for storage driver in rootless environment
    slirp4netns: for alternative rootless network support
    podman-compose: for docker-compose compatibility [pending]
    podman-docker: for Docker-compatible CLI
Optional dependencies for python-dotenv
    ipython: ipython support
Optional dependencies for podman-compose
    aardvark-dns: resolve hostnames of linked containers [installed]
Optional dependencies for python-cffi
    python-setuptools: "limited api" version checking in cffi.setuptools_ext [pending]
Optional dependencies for python-feedparser
    python-chardet: for character encoding auto-detection [installed]
    python-cchardet: for faster character encoding auto-detection
Optional dependencies for python-gobject
    python-cairo: Cairo bindings
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script [installed]
Optional dependencies for python-paramiko
    python-invoke: config support
    python-gssapi: GSS-API/SSPI support
    python-pyasn1: GSS-API/SSPI support
Optional dependencies for python-passlib
    python-fastpbkdf2: accelerate PBKDF2-based hashes
    python-bcrypt: accelerate Bcrypt hashes [installed]
    python-scrypt: accelerate SCrypt hashes
Optional dependencies for python-pika
    python-tornado: use with Tornado I/O loop
    python-twisted: use with Twisted I/O loop
    python-gevent: use with Gevent I/O loop
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures [pending]
    python-setuptools: for legacy bdist_wheel subcommand [pending]
Optional dependencies for python-pyftpdlib
    python-pyopenssl: FTPS support [pending]
    python-psutil: to keep track of FTP server memory usage
Optional dependencies for python-urllib3
    python-brotli: Brotli support
    python-brotlicffi: Brotli support
    python-h2: HTTP/2 support
    python-pysocks: SOCKS support
    python-zstandard: Zstandard support
Optional dependencies for python-requests
    python-chardet: alternative character encoding library [installed]
    python-pysocks: SOCKS proxy support
Optional dependencies for ruby
    tk: for Ruby/TK [pending]
    ruby-docs: Documentation for Ruby
    ruby-default-gems: Default gems which are part of Ruby StdLib [pending]
    ruby-bundled-gems: Bundled gems which are part of Ruby StdLib [pending]
    ruby-stdlib: Full Ruby StdLib including default gems, bundled gems and tools [pending]
Optional dependencies for s-nail
    smtp-forwarder: for sending mail
Optional dependencies for smbclient
    python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup
    python-markdown: for samba-tool domain schemeupgrade
    glusterfs: for vfs_glusterfs support
Optional dependencies for samba
    python-dnspython: netads_dns.py, dnsresolver.py and traffic_packets.py 
    python-markdown: ms_schema_markdown.py and ms_forest_updates_markdown.py
    python-cryptography: lockout_tests.py gp_cert_auto_enroll_ext.py gpo.py and kcrypto.py [installed]
Optional dependencies for smartmontools
    s-nail: to get mail alerts to work [installed]
Optional dependencies for usbutils
    coreutils: for lsusb.py usage [installed]
    python: for lsusb.py usage [installed]
    sh: for usb-devices [installed]
Optional dependencies for sdl3
    alsa-lib: ALSA audio driver
    libpulse: PulseAudio audio driver
    jack: JACK audio driver
    pipewire: PipeWire audio driver
    vulkan-driver: vulkan renderer
    sndio: sndio audio driver
    libdecor: Wayland client decorations
Optional dependencies for wxwidgets-gtk3
    webkit2gtk-4.1: for webview support
Optional dependencies for veracrypt
    sudo: mounting encrypted volumes as nonroot users [installed]
Optional dependencies for vi
    s-nail: used by the preserve command for notification [installed]
Optional dependencies for vim-runtime
    sh: support for some tools and macros [installed]
    python: demoserver example tool [installed]
    gawk: mve tools upport [installed]
Optional dependencies for vim
    python: Python language support [installed]
    ruby: Ruby language support [installed]
    lua: Lua language support
    perl: Perl language support [installed]
    tcl: Tcl language support [installed]
Optional dependencies for vnstat
    gd: image output [installed]
Optional dependencies for wget
    ca-certificates: HTTPS downloads [installed]
Optional dependencies for wgetpaste
    xclip: interface to Xclipboard
Optional dependencies for xfsprogs
    icu: for xfs_scrub [installed]
    python: for xfs_scrub_all script [installed]
    smtp-forwarder: for xfs_scrub_fail script
Optional dependencies for xterm
    xorg-mkfontscale: font scaling
Optional dependencies for yt-dlp
    ffmpeg: for video post-processing
    rtmpdump: for rtmp streams support
    atomicparsley: for embedding thumbnails into m4a files
    aria2: for using aria2 as external downloader
    python-mutagen: for embedding thumbnail in certain formats [installed]
    python-pycryptodome: for decrypting AES-128 HLS streams and various other data
    python-pycryptodomex: for decrypting AES-128 HLS streams and various other data [installed]
    python-websockets: for downloading over websocket [installed]
    python-brotli: brotli content encoding support
    python-brotlicffi: brotli content encoding support
    python-xattr: for writing xattr metadata
    python-pyxattr: for writing xattr metadata (alternative option)
    phantomjs: for extractors with javascript code
    python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers
Optional dependencies for base
    linux: bare metal support [installed]
ldconfig: /usr/lib/libdcerpc-server.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgssrpc.so.4 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-server-core.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libss.so.2 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgd.so.3 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-samr.so.0.0.1 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libext2fs.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libext2fs.so.2 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-server.so.0.0.1 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-samr.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgd.so.3.0.11 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libHShttp-conduit-2.3.9.1-J5VUl4k9GWjL81jCaKFJV3-ghc9.2.8.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libfreebl3.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgd.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-server-core.so.0.0.1 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libext2fs.so.2.4 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libHSprofunctors-5.6.2-DoPANSscL9vKcwITLqpUqO-ghc9.2.8.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: Cannot mmap file /usr/lib/libobjc.so.4.

ldconfig: Cannot mmap file /usr/lib/libobjc.so.

ldconfig: /usr/lib/libdcerpc-server.so.0 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-server-core.so.0 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libdcerpc-samr.so.0 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libwebp.so.7 is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libfreeblpriv3.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libwebp.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libkadm5srv.so is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /usr/lib/libgssrpc.so.4 is not a symbolic link

ldconfig: /usr/lib/libHSmicrolens-th-0.4.3.15-HCvCCXssdEL7TtTaXAE5ex-ghc9.2.8.so is not a symbolic link

Offline

#14 2025-03-21 14:35:45

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Now the problem seems to persist, cannot do
# pacman -S linux
output:
http://0x0.st/81IX.txt

Offline

#15 2025-03-21 15:13:26

seth
Member
Registered: 2012-09-03
Posts: 63,991

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

With the massively corrupted libraries in that output you want to fix this offline, ie. eg use the pacman of the install iso/rescue system.
Don't chroot, but mount all partitions into place and run

pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -S linux

etc et pp.
You probably want to re-install all packages and that twice, once w/ "--dbonly" to sanitize the databases, once w/o to actually install the packages.

On a formal note, please don't bump - edit your previous post to mend it if nobody has yet replied so.

Edit (see wink):
The first pass w/ --dbonly will throw a lot of errors from ldconfig - that' fine, the files are still broken.
Ignore that and plow through w/ the second pass (where all/most errors should be gone)

Last edited by seth (2025-03-21 15:14:33)

Online

#16 2025-03-22 11:41:13

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Thanks for the tip, I ran

while IFS= read -r package; do
    pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg --noconfirm --dbonly -S "$package"
done < pkglist

while IFS= read -r package; do
    pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg --noconfirm -S "$package"
done < pkglist

I could then chroot into the os and install packages as usual.

Still got LD errors:

                                                                     
ldconfig: /usr/lib/libHShttp-conduit-2.3.9.1-J5VUl4k9GWjL81jCaKFJV3-ghc9.2.8.so is not an ELF file - it has the wrong magic bytes at the start.                               
                                           
ldconfig: /usr/lib/libHSprofunctors-5.6.2-DoPANSscL9vKcwITLqpUqO-ghc9.2.8.so is not an ELF file - it has the wrong magic bytes at the start.                                  
                                                                                       
ldconfig: Cannot mmap file /usr/lib/libobjc.so.4.                                      
                                                                                       
ldconfig: Cannot mmap file /usr/lib/libobjc.so.                                        
                                                                                       
ldconfig: /usr/lib/libHSmicrolens-th-0.4.3.15-HCvCCXssdEL7TtTaXAE5ex-ghc9.2.8.so is not a symbolic link 

# pacman -Qo /usr/lib/libHSmicrolens-th-0.4.3.15-HCvCCXssdEL7TtTaXAE5ex-ghc9.2.8.so
error: No package owns /usr/lib/libHSmicrolens-th-0.4.3.15-HCvCCXssdEL7TtTaXAE5ex-ghc9.2.8.so

Offline

#17 2025-03-22 11:59:00

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

I did some investigation in gcc-libs:

# pacman -S gcc-libs# pacman -Qo /usr/lib/libobjc.so
/usr/lib/libobjc.so is owned by gcc-libs 14.2.1+r753+g1cd744a6828f-1
# pacman -S gcc-libs
[root@archiso /]# pacman -S gcc-libs
warning: gcc-libs-14.2.1+r753+g1cd744a6828f-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) gcc-libs-14.2.1+r753+g1cd744a6828f-1

Total Installed Size:  143.50 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                           [##############################################################] 100%
(1/1) checking package integrity                                                                         [##############################################################] 100%
(1/1) loading package files                                                                              [##############################################################] 100%
(1/1) checking for file conflicts                                                                        [##############################################################] 100%
(1/1) checking available disk space                                                                      [##############################################################] 100%
:: Processing package changes...
(1/1) reinstalling gcc-libs                                                                              [##############################################################] 100%
error: extract: not overwriting dir with file /usr/lib/libobjc.so.4.0.0
error: problem occurred while upgrading gcc-libs
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.

# pacman -Qo /usr/lib/libobjc.so.4.0.0
error: No package owns /usr/lib/libobjc.so.4.0.0

Could this be remains of AUR packages, and how do I install them?

Im trying to boot into the os, taking some time due to fsck issues, but not failing on the kernel issues at least.

Offline

#18 2025-03-22 12:06:43

seth
Member
Registered: 2012-09-03
Posts: 63,991

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

seth wrote:

On a formal note, please don't bump - edit your previous post to mend it if nobody has yet replied so.


This is a database error,

pacman -S --dbonly gcc-libs; pacman -S gcc-libs

The other files are haskell stuff, they might be stale because haskell breaks the ABI w/ every single update.
Remove the broken *HS* files that show up w/ ldconfig and re-install all present haskell packages (just to be sure)

When al is set and done

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backup

to check the system intetgrity

Online

#19 2025-03-22 17:06:13

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Oh, sorry didnt note that recommendation, yes I will refrain from bumping.

Im stuck at fsck -y giving me :
'..' in /var/log/journal/93737732739rfeba221 (6554612) is the null inode, should be /var/log/journal
Fix? yes
couldn't fix parent of inode 6554612: couldn't find parent directory entry

so im stuck and can't boot the system. I tried creating the file and folder on the disk, and them removing it but to no avail.

Last edited by dratos97391 (2025-03-22 17:07:01)

Offline

#20 2025-03-22 20:30:32

seth
Member
Registered: 2012-09-03
Posts: 63,991

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

stat /var/log/journal /var/log/journal/93737732739rfeba221

What filesystem is this? ext4?

Online

#21 2025-03-23 07:06:17

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Yes its ext4, I cant get internet in the emergency shell so this is an image of my output of the commands:

exifread-com-clean-IMG-3131.jpg

Last edited by dratos97391 (2025-03-23 07:08:36)

Offline

#22 2025-03-23 07:17:06

seth
Member
Registered: 2012-09-03
Posts: 63,991

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

You'd want both to be 2755 and owned root:systemd-journal, don't try to do this from the emergency shell, fsck the filesystem from the install iso and also run and post the output of

sudo LC_ALL=C pacman --root=/mnt -Qkk | grep -v ', 0 altered files' | grep -v backup

from there.

Online

#23 2025-03-23 18:21:47

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

seth wrote:

You'd want both to be 2755 and owned root:systemd-journal, don't try to do this from the emergency shell, fsck the filesystem from the install iso and also run and post the output of

sudo LC_ALL=C pacman --root=/mnt -Qkk | grep -v ', 0 altered files' | grep -v backup

from there.


Thanks, it worked but with the amount of errors im thinking that the harddrive is fried;
http://0x0.st/8jmg.txt

I think I reinstalled all the packages including ones included in this list not long ago.

Offline

#24 2025-03-23 20:41:39

seth
Member
Registered: 2012-09-03
Posts: 63,991

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Soem deviations are normal, the haskell and python and sdl stuff certainly looks bad - did you re-install those packages?

thinking that the harddrive is fried

https://wiki.archlinux.org/title/SMART
https://wiki.archlinux.org/title/Badblocks

Online

#25 2025-03-25 21:50:54

dratos97391
Member
Registered: 2016-08-04
Posts: 53

Re: [SOLVED] pacman says: failed to commit transaction (conflicting files)

Thanks, I did re-install haskell and python packages, from the external usb system.

This took a long time, but looks ok *wierd!*

#badblocks -v /dev/sda1 
Checking blocks 0 to 152042495
Checking for bad blocks (read-only test): done                                                 
Pass completed, 0 bad blocks found. (0/0/0 errors)
#smartctl -t long /dev/sda1
...
full resutls below...
...
SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%     12464         -
# 2  Extended offline    Completed without error       00%     57812         -
...

http://0x0.st/8jIy.txt

I tried reinstalling all packages related to haskell and python


sudo LC_ALL=C pacman --root=/mnt   --cachedir /mnt/var/cache/pacman/pkg -S haskell-adjunctions  haskell-aeson  haskell-ansi-terminal  haskell-ansi-terminal-types  haskell-ansi-wl-pprint  haskell-appar  haskell-asn1-encoding  haskell-asn1-parse  haskell-asn1-types  haskell-assoc  haskell-async  haskell-attoparsec  haskell-attoparsec-aeson  haskell-attoparsec-iso8601  haskell-auto-update  haskell-aws  haskell-base-compat  haskell-base-compat-batteries  haskell-base-orphans  haskell-base16-bytestring  haskell-base64-bytestring  haskell-basement  haskell-bencode  haskell-bifunctors  haskell-binary-orphans  haskell-bitvec  haskell-blaze-builder  haskell-blaze-html  haskell-blaze-markup  haskell-bloomfilter  haskell-bsb-http-chunked  haskell-byteable  haskell-byteorder  haskell-call-stack  haskell-case-insensitive  haskell-cassava  haskell-cereal  haskell-clientsession  haskell-clock  haskell-code-page  haskell-colour  haskell-comonad  haskell-concurrent-output  haskell-conduit  haskell-conduit-extra  haskell-contravariant  haskell-cookie  haskell-criterion  haskell-criterion-measurement  haskell-crypto-api  haskell-cryptohash-md5  haskell-cryptohash-sha1  haskell-crypton  haskell-crypton-connection  haskell-crypton-x509  haskell-crypton-x509-store  haskell-crypton-x509-system  haskell-crypton-x509-validation  haskell-cryptonite  haskell-cryptonite-conduit  haskell-css-text  haskell-data-array-byte  haskell-data-default  haskell-data-default-class  haskell-data-default-instances-containers  haskell-data-default-instances-dlist  haskell-data-default-instances-old-locale  haskell-data-fix  haskell-dav  haskell-dbus  haskell-dense-linear-algebra  haskell-disk-free-space  haskell-distributive  haskell-dlist  haskell-easy-file  haskell-edit-distance  haskell-email-validate  haskell-entropy  haskell-erf  haskell-fast-logger  haskell-fdo-notify  haskell-feed  haskell-file-embed  haskell-filepath-bytestring  haskell-foldable1-classes-compat  haskell-free  haskell-generically  haskell-ghc-bignum-orphans  haskell-git-lfs  haskell-glob  haskell-hashable  haskell-hinotify  haskell-hjsmin  haskell-hourglass  haskell-http-api-data  haskell-http-client  haskell-http-client-restricted  haskell-http-client-tls  haskell-http-conduit  haskell-http-date  haskell-http-types  haskell-http2  haskell-hunit  haskell-ifelse  haskell-indexed-traversable  haskell-indexed-traversable-instances  haskell-integer-logarithms  haskell-invariant  haskell-iproute  haskell-js-chart  haskell-kan-extensions  haskell-language-javascript  haskell-lens  haskell-libyaml  haskell-lift-type  haskell-lifted-base  haskell-magic  haskell-math-functions  haskell-memory  haskell-microlens  haskell-microlens-mtl  haskell-microlens-th  haskell-microstache  haskell-mime-types  haskell-monad-control  haskell-monad-logger  haskell-monad-loops  haskell-mono-traversable  haskell-mountpoints  haskell-mwc-random  haskell-network  haskell-network-bsd  haskell-network-byte-order  haskell-network-info  haskell-network-multicast  haskell-network-uri  haskell-old-locale  haskell-old-time  haskell-onetuple  haskell-only  haskell-optparse-applicative  haskell-os-string  haskell-parallel  haskell-path-pieces  haskell-pem  haskell-persistent  haskell-persistent-sqlite  haskell-primitive  haskell-profunctors  haskell-psqueues  haskell-quickcheck  haskell-random  haskell-recv  haskell-reflection  haskell-regex-base  haskell-regex-tdfa  haskell-resource-pool  haskell-resourcet  haskell-rio  haskell-safe  haskell-safe-exceptions  haskell-safesemaphore  haskell-sandi  haskell-scientific  haskell-securemem  haskell-semialign  haskell-semigroupoids  haskell-setenv  haskell-shakespeare  haskell-silently  haskell-simple-sendfile  haskell-skein  haskell-socks  haskell-split  haskell-splitmix  haskell-statevar  haskell-statistics  haskell-stm-chans  haskell-streaming-commons  haskell-strict  haskell-syb  haskell-tagged  haskell-tagsoup  haskell-tasty  haskell-tasty-hunit  haskell-tasty-quickcheck  haskell-tasty-rerun  haskell-terminal-size  haskell-text-short  haskell-th-abstraction  haskell-th-compat  haskell-th-lift  haskell-th-lift-instances  haskell-these  haskell-time-compat  haskell-time-locale-compat  haskell-time-manager  haskell-tls  haskell-tls-session-manager  haskell-torrent  haskell-transformers-base  haskell-transformers-compat  haskell-typed-process  haskell-unbounded-delays  haskell-unix-compat  haskell-unix-time  haskell-unliftio  haskell-unliftio-core  haskell-unordered-containers  haskell-utf8-string  haskell-uuid  haskell-uuid-types  haskell-vault  haskell-vector  haskell-vector-algorithms  haskell-vector-binary-instances  haskell-vector-stream  haskell-vector-th-unbox  haskell-void  haskell-wai  haskell-wai-app-static  haskell-wai-extra  haskell-wai-logger  haskell-warp  haskell-warp-tls  haskell-witherable  haskell-word8  haskell-xml-conduit  haskell-xml-hamlet  haskell-xml-types  haskell-xss-sanitize  haskell-yaml  haskell-yesod  haskell-yesod-core  haskell-yesod-form  haskell-yesod-persistent  haskell-yesod-static  haskell-zlib python  python-attrs  python-autocommand  python-bcrypt  python-certifi  python-cffi  python-chardet  python-charset-normalizer  python-click  python-cryptography  python-dateutil  python-defusedxml  python-dotenv  python-fasteners  python-fastjsonschema  python-feedparser  python-filelock  python-gobject  python-idna  python-inflect  python-iniconfig  python-jaraco.collections  python-jaraco.context  python-jaraco.functools  python-jaraco.text  python-lockfile  python-more-itertools  python-mutagen  python-ordered-set  python-packaging  python-paramiko  python-passlib  python-pika  python-pip  python-platformdirs  python-pluggy  python-pyasynchat  python-pyasyncore  python-pycparser  python-pycryptodomex  python-pyftpdlib  python-pynacl  python-pyopenssl  python-pytest  python-pytz  python-pyxdg  python-regex  python-requests  python-setuptools  python-sgmllib3k  python-six  python-tomli  python-tqdm  python-trove-classifiers  python-typeguard  python-typing_extensions  python-urllib3  python-validate-pyproject  python-vobject  python-websockets  python-wheel  python-yaml

several files like, /mnt/var/cache/pacman/pkg/haskell-fdo-notify-0.3.1-776-x86_64.pkg.tar.zst.sig were corrupt, even though I reinstalled them! And I get errors of this type:

Do you want to delete it? [Y/n]
error: python-vobject: signature from "Daniel M. Capella <polyzen@archlinux.org>" is unknown trust
:: File /mnt/var/cache/pacman/pkg/python-vobject-0.9.9-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).

For example this package:
pacman --root=/mnt   --cachedir /mnt/var/cache/pacman/pkg   -S python-charset-normalizer
http://0x0.st/8jl7.txt

failed

and updating the keys gives:
pacman --root=/mnt   --cachedir /mnt/var/cache/pacman/pkg -Sy   archlinux-keyring
http://0x0.st/8jlh.txt

and python-charset-normalizer installs fine now.

I then tried installing the haskell and python packages again,
for example python complained on a .h file, that was a directory and when I deleted it then the python install succeeded.

An example would be these files:

( 54/238) reinstalling haskell-hourglass                                                                  [##############################################################] 100%
error: extract: not overwriting dir with file /mnt/usr/share/haskell/register/haskell-hourglass.sh
error: extract: not overwriting dir with file /mnt/usr/share/licenses/haskell-hourglass/LICENSE
error: problem occurred while upgrading haskell-hourglass
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
# ls -l /mnt/usr/share/haskell/register/haskell-hourglass.sh
total 124
-rw-r--r-- 1 root root 125240 Jan 20 08:10 Tagged.dyn_hi

# ls -l /mnt/usr/share/licenses/haskell-hourglass/LICENSE/
total 8
-rw-r--r-- 1 root root 7299 Jan 20 08:10 TH.dyn_hi

I did manage to reinstall all python and haskell packages in the end though by removing files like the ones above.

Unfortunately booting still places me in emergency shell with the same journal file as before :(

Last edited by dratos97391 (2025-03-25 22:32:26)

Offline

Board footer

Powered by FluxBB