From: Alexey Bogdanenko Date: Sat, 15 Dec 2018 05:38:14 +0000 (+0300) Subject: mkosi: update libqrencode in Debian config X-Git-Tag: v240~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e5af0440d04b0ff559d81074fa96b99fb51746;p=thirdparty%2Fsystemd.git 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 --- 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