From d226c91d83ec41f20afba7c13ce21d38d82acef2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 1 Oct 2018 22:51:42 +0200 Subject: core/systemd: some temporary workaround missing systemd-jornald user --- core/systemd/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'core/systemd/PKGBUILD') diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index 02cee487..a7e5ae15 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -7,3 +7,14 @@ eval "$( /patch.*0001.*/a patch -Np1 -i ../meson-rename-Ddebug-to-Ddebug-extra.patch ' )" + +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # temporary, as there is no systemd-journal user for some reason!? + eval "$( + declare -f package_systemd | \ + sed ' + /install.*systemd-journal/d + ' + )" +fi -- cgit v1.2.3-54-g00ecf From e127f49d9d3b6be778de402887671c013154157d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 2 Oct 2018 20:25:14 +0200 Subject: core/systemd: disabled checks for now on i486 (see FS#60239) --- core/systemd/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/systemd/PKGBUILD') diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index a7e5ae15..baf567fc 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -17,4 +17,7 @@ if [ "${CARCH}" = "i486" ]; then /install.*systemd-journal/d ' )" + + # tempoary failure, known upstream, see FS#60239 + unset check fi -- cgit v1.2.3-54-g00ecf