Possible reasons for a library file with size 0?

After a complete upgrade via yay -Syyu, Xreader no longer worked with PDF files.
Note, this only correlates! Not sure if that’s the cause!
I didn’t use Xreader immediately after the update.

Launching from terminal Xreader threw an error:

** (xreader:14079): WARNING **: 15:11:45.702: /usr/lib/libpoppler-glib.so.8: file too short
** (xreader:14079): WARNING **: 15:11:45.703: Cannot load backend 'pdfdocument' since file '/usr/lib/xreader/3/backends/libpdfdocument.so' cannot be read.

Indeed, the file was short!

5944722      0 -rwxr-xr-x 1 root root         0  9. Mär 10:27 libpoppler-cpp.so.0.11.0
5944768      0 -rwxr-xr-x 1 root root         0  9. Mär 10:27 libpoppler-glib.so.8.26.0

So that was an easy fix by re-installing poppler-glib.

Looking at /user/lib there are no other library files of 0 size.

Any idea how this could have happened in the first place?

Thanks,
Michael.

Was an update/installation process interrupted?

Would have been my first guess,
but not that I know of!
Should pacman.log show that?
I don’t see anything suspicious when going backwards viewing it.

I doubt you can detect anything suspicious if you’re just looking (as Sherlock Holmes often said, “you see, but you do not observe”).

First, note the timestamp of those .so files.

The output of the ls command shows that those .so files were last modified at 10:27 on the 9th of March. A quick search shows that those two .so files were provided by the poppler and poppler-glib packages respectively.

$ pacman -Ss libpoppler-cpp.so
extra/poppler 24.03.0-1 [installed]
    PDF rendering library based on xpdf 3.0

$ pacman -Ss libpoppler-glib.so
extra/poppler-glib 24.03.0-1
    Poppler glib bindings

Next, use the paclog command and filter according to the timestamp. Run,

$ paclog --after "2024-03-09 10:26" --before "2024-03-09 10:28"

Check the output of the paclog command. Do you see poppler and poppler-glib among the list of items being updated between those two timestamps? If you don’t, then play around with the timestamps by modifying the time in the --before and --after flags.

longshot, but did you get rid of Thunar?

Well, sorry, I should have been more specific:
I did recognise the date as I went backwards through pacman.log.
Searching for poppler was the easy part:

[2024-03-10T19:52:06+0100] [ALPM] upgraded poppler (24.01.0-1 -> 24.03.0-1)
[2024-03-10T19:52:07+0100] [ALPM] upgraded poppler-glib (24.01.0-1 -> 24.03.0-1)
...
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so.0 is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so.0.11.0 is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so.8 is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so.8.26.0 is empty, not checked.

I can see no correlation with the date of March 9th!

Yes, that’s the pkgs I reinstalled.
paclog returns the same lines I get with directly browsing pacman.log.
I.e. it doesn’t filter.

I don’t get paclog to work. The manual is pretty clear about before and after, but no luck.
Anyway, it looks like the lib-files seemingly got ‘erased’ on March 10th.

I’m running Cinnamon, Thunar is not on my system.

for the sake of completeness all of March 10th log-entries:

[2024-03-10T19:51:04+0100] [PACMAN] Running 'pacman -Sy'
[2024-03-10T19:51:04+0100] [PACMAN] synchronizing package lists
[2024-03-10T19:51:06+0100] [PACMAN] Running 'pacman -Su'
[2024-03-10T19:51:06+0100] [PACMAN] starting full system upgrade
[2024-03-10T19:52:05+0100] [ALPM] transaction started
[2024-03-10T19:52:05+0100] [ALPM] upgraded bluez (5.72-2 -> 5.73-3)
[2024-03-10T19:52:05+0100] [ALPM] upgraded bluez-libs (5.72-2 -> 5.73-3)
[2024-03-10T19:52:05+0100] [ALPM] upgraded bluez-utils (5.72-2 -> 5.73-3)
[2024-03-10T19:52:06+0100] [ALPM] upgraded cairo (1.18.0-1 -> 1.18.0-2)
[2024-03-10T19:52:06+0100] [ALPM] upgraded expac (10-5 -> 10-8)
[2024-03-10T19:52:06+0100] [ALPM] upgraded geoip-database (20240127-1 -> 20240309-1)
[2024-03-10T19:52:06+0100] [ALPM] upgraded ghostscript (10.02.1-1 -> 10.03.0-1)
[2024-03-10T19:52:06+0100] [ALPM] upgraded poppler (24.01.0-1 -> 24.03.0-1)
[2024-03-10T19:52:07+0100] [ALPM] upgraded poppler-glib (24.01.0-1 -> 24.03.0-1)
[2024-03-10T19:52:07+0100] [ALPM] upgraded librsvg (2:2.57.1-1 -> 2:2.57.2-1)
[2024-03-10T19:52:08+0100] [ALPM] upgraded inkscape (1.3.2-3 -> 1.3.2-4)
[2024-03-10T19:52:09+0100] [ALPM] upgraded lib32-libgpg-error (1.47-1 -> 1.48-1)
[2024-03-10T19:52:09+0100] [ALPM] upgraded lib32-libpciaccess (0.17-1 -> 0.18-1)
[2024-03-10T19:52:09+0100] [ALPM] upgraded lib32-libxdmcp (1.1.4-1 -> 1.1.5-1)
[2024-03-10T19:52:09+0100] [ALPM] upgraded lib32-libxcb (1.16-1 -> 1.16.1-1)
[2024-03-10T19:52:09+0100] [ALPM] upgraded lib32-libxcursor (1.2.1-2 -> 1.2.2-1)
[2024-03-10T19:52:09+0100] [ALPM] upgraded lib32-libxext (1.3.5-1 -> 1.3.6-1)
[2024-03-10T19:52:09+0100] [ALPM] upgraded lib32-readline (8.2.007-1 -> 8.2.010-1)
[2024-03-10T19:52:09+0100] [ALPM] upgraded libjxl (0.10.1-1 -> 0.10.2-1)
[2024-03-10T19:52:13+0100] [ALPM] upgraded libreoffice-still (7.6.5-1 -> 7.6.5-2)
[2024-03-10T19:52:13+0100] [ALPM] upgraded openshadinglanguage (1.13.7.0-2 -> 1.13.7.0-3)
[2024-03-10T19:52:13+0100] [ALPM] upgraded pacman-contrib (1.10.4-1 -> 1.10.4-3)
[2024-03-10T19:52:13+0100] [ALPM] installed qt6-shadertools (6.6.2-1)
[2024-03-10T19:52:13+0100] [ALPM] upgraded qt6-5compat (6.6.2-1 -> 6.6.2-2)
[2024-03-10T19:52:13+0100] [ALPM] transaction completed
[2024-03-10T19:52:14+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-03-10T19:52:14+0100] [ALPM] running '30-systemd-update.hook'...
[2024-03-10T19:52:14+0100] [ALPM] running '30-update-mime-database.hook'...
[2024-03-10T19:52:15+0100] [ALPM] running 'dbus-reload.hook'...
[2024-03-10T19:52:15+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2024-03-10T19:52:15+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-03-10T19:52:15+0100] [ALPM] running 'rebuild-detector.hook'...
[2024-03-10T19:52:17+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-03-10T21:33:52+0100] [PACMAN] Running 'pacman -Syu'
[2024-03-10T21:33:52+0100] [PACMAN] synchronizing package lists
[2024-03-10T21:33:53+0100] [PACMAN] starting full system upgrade
[2024-03-10T21:49:18+0100] [PACMAN] Running 'pacman -S xorg-xdm'
[2024-03-10T21:49:22+0100] [ALPM] transaction started
[2024-03-10T21:49:22+0100] [ALPM] installed xorg-sessreg (1.1.3-1)
[2024-03-10T21:49:22+0100] [ALPM] installed xorg-xdm (1.1.14-1)
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so.0 is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so.0.11.0 is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so.8 is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so.8.26.0 is empty, not checked.
[2024-03-10T21:49:23+0100] [ALPM] transaction completed
[2024-03-10T21:49:23+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-03-10T21:49:23+0100] [ALPM] running '30-systemd-update.hook'...
[2024-03-10T23:28:51+0100] [PACMAN] Running 'pacman -S lighdm'
[2024-03-10T23:28:59+0100] [PACMAN] Running 'pacman -S lightdm'
[2024-03-10T23:29:20+0100] [ALPM] transaction started
[2024-03-10T23:29:20+0100] [ALPM] reinstalled lightdm (1:1.32.0-6)
[2024-03-10T23:29:20+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so is empty, not checked.
[2024-03-10T23:29:20+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so.0 is empty, not checked.
[2024-03-10T23:29:20+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-cpp.so.0.11.0 is empty, not checked.
[2024-03-10T23:29:20+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so is empty, not checked.
[2024-03-10T23:29:20+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so.8 is empty, not checked.
[2024-03-10T23:29:20+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libpoppler-glib.so.8.26.0 is empty, not checked.
[2024-03-10T23:29:20+0100] [ALPM] transaction completed
[2024-03-10T23:29:20+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2024-03-10T23:29:20+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-03-10T23:29:21+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2024-03-10T23:29:21+0100] [ALPM] running '30-systemd-update.hook'...
[2024-03-10T23:29:21+0100] [ALPM] running 'dbus-reload.hook'...
[2024-03-10T23:29:21+0100] [ALPM] running 'rebuild-detector.hook'...

longshot then. thanks.

1 Like

after seeing this I’d have to also concur with the weird update theory. you don’t update those two pacakges then the .so files disappear. it didn’t get a chance to complete replacing package it I had to guess.

It seems, that’s the incomplete part:

[2024-03-10T19:52:17+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-03-10T21:33:52+0100] [PACMAN] Running 'pacman -Syu'       <-------
[2024-03-10T21:33:52+0100] [PACMAN] synchronizing package lists
[2024-03-10T21:33:53+0100] [PACMAN] starting full system upgrade
[2024-03-10T21:49:18+0100] [PACMAN] Running 'pacman -S xorg-xdm'
[2024-03-10T21:49:22+0100] [ALPM] transaction started

Alas, it doesn’t say what happened.

no output after this?
that’s bermuda triangle stuff right there :grinning:

1 Like

I just didn’t quote the install log.
I checked the bash history.
That’s what I typed in around this timestamps.
Including all the errors/typos: :blush:

18335  2024/03/10-21:24:26 sudo systemctl enablexdm.service
18336  2024/03/10-21:33:48 sudo pacman -Syu     <---------
18337  2024/03/10-21:46:49 pacman -Qs xorg-xdm
18338  2024/03/10-21:46:53 pacman -Q xorg-xdm
18339  2024/03/10-21:48:23 pacman -Q xdm
18340  2024/03/10-21:49:10 pacman -S xorg-xdm
18341  2024/03/10-21:49:15 sudo pacman -S xorg-xdm

Curiously enough, it took pacman 4 seconds to commence the update.
Other than that (and my typos) the only explanation is I hit ctrl-c at an unfortunate moment.
EDIT: Which also would imply pacman severely lags writing its log entries.
Meaning the “transaction started” entry didn’t make it into the logfile.

plausible
+
I’ve seen stranger things.

Sorry, my edit took too long:

I’d like to see the paclog entries on March 9th nonetheless. I think the fact that the last modified date of those empty .so files were last modified on March 9th is an important clue.

Please post the output of

$ paclog --before="2024-03-10" --after="2024-03-09"

I still can’t get paclog’s before/after to filter properly.
So this is plucked off pacman.log directly:

[2024-03-08T14:43:38+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-03-09T01:56:39+0100] [PACMAN] Running 'pacman -Sy'
[2024-03-09T01:56:39+0100] [PACMAN] synchronizing package lists
[2024-03-09T01:56:40+0100] [PACMAN] Running 'pacman -Su'
[2024-03-09T01:56:40+0100] [PACMAN] starting full system upgrade
[2024-03-09T01:57:06+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2024-03-09T01:57:07+0100] [ALPM] running '71-dkms-remove.hook'...
[2024-03-09T01:57:08+0100] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod linux-apfs-rw/0.3.7 -k 6.7.8-arch1-1
[2024-03-09T01:57:08+0100] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod vboxhost/7.0.14_OSE -k 6.7.8-arch1-1
[2024-03-09T01:57:09+0100] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod vmware-workstation/17.5.1_23298084 -k 6.7.8-arch1-1
[2024-03-09T01:57:09+0100] [ALPM-SCRIPTLET] ==> depmod 6.7.8-arch1-1
[2024-03-09T01:57:13+0100] [ALPM] transaction started
[2024-03-09T01:57:13+0100] [ALPM] upgraded cryptsetup (2.7.0-3 -> 2.7.1-1)
[2024-03-09T01:57:13+0100] [ALPM] upgraded libfabric (1.20.0-1 -> 1.20.1-1)
[2024-03-09T01:57:13+0100] [ALPM] upgraded libplist (2.3.0-2 -> 2.4.0-1)
[2024-03-09T01:57:16+0100] [ALPM] upgraded linux (6.7.8.arch1-1 -> 6.7.9.arch1-1)
[2024-03-09T01:57:22+0100] [ALPM] upgraded linux-headers (6.7.8.arch1-1 -> 6.7.9.arch1-1)
[2024-03-09T01:57:22+0100] [ALPM] upgraded webp-pixbuf-loader (0.2.5-1 -> 0.2.7-1)
[2024-03-09T01:57:22+0100] [ALPM] transaction completed
[2024-03-09T01:57:23+0100] [ALPM] running '30-systemd-update.hook'...
[2024-03-09T01:57:23+0100] [ALPM] running '60-depmod.hook'...
[2024-03-09T01:57:26+0100] [ALPM] running '70-dkms-install.hook'...
[2024-03-09T01:57:26+0100] [ALPM-SCRIPTLET] ==> dkms install --no-depmod linux-apfs-rw/0.3.7 -k 6.7.9-arch1-1
[2024-03-09T01:57:40+0100] [ALPM-SCRIPTLET] ==> dkms install --no-depmod vboxhost/7.0.14_OSE -k 6.7.9-arch1-1
[2024-03-09T01:57:56+0100] [ALPM-SCRIPTLET] ==> dkms install --no-depmod vmware-workstation/17.5.1_23298084 -k 6.7.9-arch1-1
[2024-03-09T01:58:09+0100] [ALPM-SCRIPTLET] ==> depmod 6.7.9-arch1-1
[2024-03-09T01:58:11+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-03-09T01:58:12+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2024-03-09T01:58:12+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-03-09T01:58:12+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2024-03-09T01:58:12+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.7.9-arch1-1'
[2024-03-09T01:58:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-03-09T01:58:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-03-09T01:58:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-03-09T01:58:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-03-09T01:58:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-03-09T01:58:14+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-03-09T01:58:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-03-09T01:58:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-03-09T01:58:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-03-09T01:58:15+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-03-09T01:58:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2024-03-09T01:58:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-03-09T01:58:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2024-03-09T01:58:18+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-03-09T01:58:18+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2024-03-09T01:58:19+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-03-09T01:58:19+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2024-03-09T01:58:19+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-03-09T01:58:19+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
[2024-03-09T01:58:19+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.7.9-arch1-1'
[2024-03-09T01:58:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-03-09T01:58:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-03-09T01:58:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-03-09T01:58:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-03-09T01:58:21+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-03-09T01:58:21+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-03-09T01:58:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-03-09T01:58:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-03-09T01:58:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-03-09T01:58:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-03-09T01:58:22+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-03-09T01:58:26+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-03-09T01:58:27+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-03-09T01:58:28+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-03-09T01:58:28+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-03-09T01:58:28+0100] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2024-03-09T01:58:29+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-03-09T01:58:31+0100] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2024-03-09T01:58:34+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-03-09T01:58:34+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2024-03-09T01:58:37+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-03-09T01:58:37+0100] [ALPM] running 'eos-reboot-required.hook'...
[2024-03-09T01:58:38+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2024-03-09T01:58:38+0100] [ALPM] running 'rebuild-detector.hook'...
[2024-03-09T02:14:56+0100] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/mz/.cache/yay/gitkraken/gitkraken-9.13.0-1-x86_64.pkg.tar.zst /home/mz/.cache/yay/gitkraken/gitkraken-debug-9.13.0-1-x86_64.pkg.tar.zst /home/mz/.cache/yay/ttf-ms-win11-auto/ttf-ms-win11-auto-10.0.22631.2428-1-any.pkg.tar.zst'
[2024-03-09T02:14:57+0100] [ALPM] transaction started
[2024-03-09T02:15:00+0100] [ALPM] upgraded gitkraken (9.12.0-1 -> 9.13.0-1)
[2024-03-09T02:15:00+0100] [ALPM] upgraded gitkraken-debug (9.12.0-1 -> 9.13.0-1)
[2024-03-09T02:15:01+0100] [ALPM] upgraded ttf-ms-win11-auto (10.0.22621.525-1 -> 10.0.22631.2428-1)
[2024-03-09T02:15:01+0100] [ALPM] transaction completed
[2024-03-09T02:15:01+0100] [ALPM] running '30-systemd-update.hook'...
[2024-03-09T02:15:01+0100] [ALPM] running 'fontconfig.hook'...
[2024-03-09T02:15:01+0100] [ALPM] running 'fontconfig-32.hook'...
[2024-03-09T02:15:02+0100] [ALPM] running 'rebuild-detector.hook'...
[2024-03-09T02:15:04+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-03-09T02:15:04+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- gitkraken-debug'
[2024-03-09T02:15:04+0100] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- gitkraken ttf-ms-win11-auto'
[2024-03-10T19:51:04+0100] [PACMAN] Running 'pacman -Sy'