]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: update libqrencode in Debian config
authorAlexey Bogdanenko <alexey@bogdanenko.com>
Sat, 15 Dec 2018 05:38:14 +0000 (08:38 +0300)
committerLennart Poettering <lennart@poettering.net>
Sat, 15 Dec 2018 09:55:10 +0000 (10:55 +0100)
In Debian unstable package libqrencode-dev is version 4.0.2-1, and the
corresponding runtime library is provided by package libqrencode4.

This change fixes the following error when running journalctl:

    root@image:~# journalctl
    journalctl: error while loading shared libraries: libqrencode.so.4: cannot
    open shared object file: No such file or directory

This change also fixes the following boot failures in
systemd-journal-flush.service and systemd-journal-catalog-update.service:

    [FAILED] Failed to start Flush Journal to Persistent Storage.
    [FAILED] Failed to start Rebuild Journal Catalog.

See also #4949

.mkosi/mkosi.debian

index 0ab9258d1e888335546dd7906934054bb83086f5..e85612bef1e50cc13cc935e29bfdfa2afa5c76be 100644 (file)
@@ -61,6 +61,6 @@ BuildPackages=
         xz-utils
 
 Packages=
-        libqrencode3
+        libqrencode4
         locales
         libidn2-0