Your message dated Thu, 02 Jul 2020 15:18:41 +0000
with message-id <[email protected]>
and subject line Bug#962466: fixed in dbus 1.13.18-1
has caused the Debian Bug report #962466,
regarding dbus: system-bus autopackage test fails when not run under systemd
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
962466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962466
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dbus
Version: 1.12.16-1
Severity: normal
Tags: patch
Simon,
dbus autopackage tests currently fail when run on a system without systemd.
+ systemctl daemon-reload
/tmp/autopkgtest.Ad9GdF/build.UJj/src/debian/tests/system-bus: 127: systemctl:
not found
The test attempts to detect whether systemd is available by testing for
/run/systemd. However, this path can exist on non-systemd systems. I believe the
correct path to test is /run/systemd/system.
A patch with the required changes is attached for your consideration.
Many thanks.
Mark
-- System Information:
Debian Release: 10.0
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-9-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) (ignored: LC_ALL set to
en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled
Versions of packages dbus depends on:
ii adduser 3.118
ii libapparmor1 2.13.2-10
ii libaudit1 1:2.8.4-3
ii libc6 2.28-10
ii libcap-ng0 0.7.9-2
ii libdbus-1-3 1.12.16-1+devuan2
ii libexpat1 2.2.6-2+deb10u1
ii libselinux1 2.8-1+b1
dbus recommends no packages.
Versions of packages dbus suggests:
ii dbus-x11 [dbus-session-bus] 1.12.16-1+devuan2
Versions of packages dbus is related to:
ii dbus-x11 1.12.16-1+devuan2
pn systemd <none>
pn systemd-sysv <none>
-- no debconf information
>From 949b271aa5ab0f4bec6afc9c8eed21fa668b059f Mon Sep 17 00:00:00 2001
From: Mark Hindley <[email protected]>
Date: Mon, 8 Jun 2020 11:58:58 +0100
Subject: [PATCH] Fix system-bus autopackage test detection of systemd as PID1
---
debian/tests/system-bus | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/system-bus b/debian/tests/system-bus
index 61ad077d..47398574 100755
--- a/debian/tests/system-bus
+++ b/debian/tests/system-bus
@@ -19,7 +19,7 @@ test /run/dbus/system_bus_socket -ef
/var/run/dbus/system_bus_socket || failed=1
getent passwd messagebus || failed=1
getent group messagebus || failed=1
-if [ -d /run/systemd ]; then
+if [ -d /run/systemd/system ]; then
journalctl -f &
journalctl_pid="$!"
fi
@@ -123,7 +123,7 @@ dbus-send --system
--dest="org.debian.packages.dbus.TradActivation" \
/ org.freedesktop.DBus.Peer.Ping \
|| failed=1
-if [ -d /run/systemd ]; then
+if [ -d /run/systemd/system ]; then
systemctl daemon-reload
dbus-send --system --dest="org.debian.packages.dbus.SystemdActivation" \
--
2.20.1
--- End Message ---
--- Begin Message ---
Source: dbus
Source-Version: 1.13.18-1
Done: Simon McVittie <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dbus, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon McVittie <[email protected]> (supplier of updated dbus package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 02 Jul 2020 14:15:32 +0100
Source: dbus
Architecture: source
Version: 1.13.18-1
Distribution: experimental
Urgency: medium
Maintainer: Utopia Maintenance Team
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Closes: 962466
Changes:
dbus (1.13.18-1) experimental; urgency=medium
.
[ Mark Hindley ]
* Fix system-bus autopkgtest detection of systemd as PID1.
The test attempts to detect whether systemd is available by testing for
/run/systemd. However, this path can exist on non-systemd systems.
Look for /run/systemd/system instead. (Closes: #962466)
.
[ Simon McVittie ]
* New upstream development release
- Prevent use-after-free if two usernames share a uid
Checksums-Sha1:
f6cabca84c6497b4d2711194325093d25562a2e6 3686 dbus_1.13.18-1.dsc
09e90abe435ac3bd8d2d6d1fafc886b0d97c8185 1346376 dbus_1.13.18.orig.tar.xz
78230ae10e86ad53cc5abf3454c8f3d61e9e0483 833 dbus_1.13.18.orig.tar.xz.asc
94c0881428b0c7441bcdf2a124f6f113a512d73f 59164 dbus_1.13.18-1.debian.tar.xz
d5d19735839cf8c33373d4200b9a642c15fd71be 7428 dbus_1.13.18-1_source.buildinfo
Checksums-Sha256:
ec8c51d59beb5cd60789068580f11973b3ec0019def9369bc87dab4e3936318c 3686
dbus_1.13.18-1.dsc
8078f5c25e34ab907ce06905d969dc8ef0ccbec367e1e1707c7ecf8460f4254e 1346376
dbus_1.13.18.orig.tar.xz
ff6e65924f64e2f3bfc98a2db5785bdc87417d3578d864cdf6d4bf3db095b112 833
dbus_1.13.18.orig.tar.xz.asc
e1570a1d3d0713855a9bd9060574db0bf524a44ae9c62de983850ac801a3cd52 59164
dbus_1.13.18-1.debian.tar.xz
b6883080d97081ebe542d40a07cd8d549483ce7826d6149372a1754d5719fbb7 7428
dbus_1.13.18-1_source.buildinfo
Files:
a7fa3cf70cae3bb6936f7f7ba53c7064 3686 admin optional dbus_1.13.18-1.dsc
b25e4fcfbfd4889bef76f7241dfa1a04 1346376 admin optional
dbus_1.13.18.orig.tar.xz
a2b5e3807cfce148af362a7dd396d6d7 833 admin optional
dbus_1.13.18.orig.tar.xz.asc
81c59c1ce47b3800b53c208be621e220 59164 admin optional
dbus_1.13.18-1.debian.tar.xz
42072848a23595360baf125bf5e595df 7428 admin optional
dbus_1.13.18-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAl79+IAQHHNtY3ZAZGVi
aWFuLm9yZwAKCRDgWuFHj4FMT8g8EACf9KtEkD4IvFfzs4t8n1RIOUuQJj5Jrg1+
ZFZtCHyv6wYebzI4mRq+bDm8mcx2vOYxfC1M7rC4HvUSZoN3kBXigsXzJid229QQ
cri386smYer/kntJovDIbdgHLhqXK09o26EQhWarBQPzvVGQKYU/pD9fO2X4Zrpv
BarHpAV9JLvYWGv5P9HyWI7ObRJUtMeNHTqse9VAUofYDe6GppufEVz1X37dgQJc
kDOY3pU1xcB577/9cP6fvRclXRRMTzX/+YtnlB9Sy34oeUa8mqCTB2H+PLBvZDnE
00kTYlEkFHjSQTfibyePFaRQaJJdp4QiIPpR08WW8KRDv2FNmty3Vbdd9T2pM2SD
gS+KvhVwReN50tULUf8izokv5Zz1ET8ZGcTIAfMzw0m58YXiYN0OKVZCKCOP36Ky
mEaGpFcuUn7IYCZLf/DOLG0zZCfMp7R5soPF/vNBJHzy75cmoCCqSgtI0FSLwThZ
arlE+WbfpVHr0DngrlvEpGINdoTJQlDJUtozbtrQBrZQ7S05MY4bM/rofWQVULdU
iWuVTldjVrxdKornkRIfUuwZzaF5H2+ZA/M1skIbBBM2U89pit6ySX1gXFmQFSCQ
cw25ymN5fXbhHfA7Q0kZMRx3WEoi7QXDR2GaeIww7Nf9SjmJbXgmvDbWrv4IglN9
rwYTlj+Meg==
=cqvR
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers