From: Kevin Kuehler Date: Thu, 31 Oct 2019 09:32:23 +0000 (-0700) Subject: Fix mkosi on Arch Linux X-Git-Tag: v244-rc1~120^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13892%2Fhead;p=thirdparty%2Fsystemd.git Fix mkosi on Arch Linux /* test compression */ XZ compression finished (38280 -> 11756 bytes, 30.7%) sh: diff: command not found Assertion 'system(cmd) == 0' failed at src/journal/test-compress.c:198, function test_compress_stream(). Aborting. The journal compression test shells out to diff, so include diffutils as a BuildPackage on Arch. Remaining fixes in https://github.com/systemd/mkosi/pull/377 --- diff --git a/.mkosi/mkosi.arch b/.mkosi/mkosi.arch index 0561fece11f..ce0c1ae38ef 100644 --- a/.mkosi/mkosi.arch +++ b/.mkosi/mkosi.arch @@ -23,6 +23,7 @@ BuildPackages= cryptsetup curl dbus + diffutils docbook-xsl elfutils gcc