From d3e5af0440d04b0ff559d81074fa96b99fb51746 Mon Sep 17 00:00:00 2001 From: Alexey Bogdanenko Date: Sat, 15 Dec 2018 08:38:14 +0300 Subject: [PATCH] mkosi: update libqrencode in Debian config 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mkosi/mkosi.debian b/.mkosi/mkosi.debian index 0ab9258d1e8..e85612bef1e 100644 --- a/.mkosi/mkosi.debian +++ b/.mkosi/mkosi.debian @@ -61,6 +61,6 @@ BuildPackages= xz-utils Packages= - libqrencode3 + libqrencode4 locales libidn2-0 -- 2.47.3