Your message dated Wed, 09 Nov 2016 09:33:57 +0000
with message-id <e1c4pgx-0004yh...@fasolo.debian.org>
and subject line Bug#843433: fixed in systemd 232-3
has caused the Debian Bug report #843433,
regarding Wrong paths for /bin/mount when compiled on merged-usr system
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 ow...@bugs.debian.org
immediately.)
--
843433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: systemd
Version: 232-2
Severity: serious
User: m...@linux.it
Usertags: usrmerge
As reported on IRC
<jrtc27> mbiebl:
https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=sparc64&ver=232-2&stamp=1478397115
has split-usr enabled, but because it finds /usr/bin/mount at configure
time, it uses that rather than /bin/mount
<jrtc27> (chroots are created with debootstrap from unstable, which does
usr-merge since 21st Oct)
<jrtc27> then, on systems without usr-merge, boom
We should probably update
debian/patches/debian/Use-different-default-paths-for-various-binaries.patch
and use a different search path which prefers /bin and /sbin, like
-AC_PATH_PROG([MOUNT_PATH], [mount], [/usr/bin/mount], [$PATH:/usr/sbin:/sbin])
-AC_PATH_PROG([UMOUNT_PATH], [umount], [/usr/bin/umount],
[$PATH:/usr/sbin:/sbin])
+AC_PATH_PROG([MOUNT_PATH], [mount], [/usr/bin/mount], [/sbin:/bin:$PATH])
+AC_PATH_PROG([UMOUNT_PATH], [umount], [/usr/bin/umount], [/sbin:/bin:$PATH])
(we should do that for all occurences of AC_PATH_PROG)
Thoughts? Does anyone have a nicer solution?
-- Package-specific info:
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd is related to:
pn dracut <none>
ii initramfs-tools 0.125
ii udev 232-2
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 232-3
We believe that the bug you reported is fixed in the latest version of
systemd, 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 843...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Pitt <mp...@debian.org> (supplier of updated systemd 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 09 Nov 2016 09:34:45 +0100
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote
systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines
libnss-resolve libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb
libudev1-udeb
Architecture: source
Version: 232-3
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers
<pkg-systemd-maintain...@lists.alioth.debian.org>
Changed-By: Martin Pitt <mp...@debian.org>
Description:
libnss-myhostname - nss module providing fallback resolution for the current
hostname
libnss-mymachines - nss module to resolve hostnames for local container
instances
libnss-resolve - nss module to resolve names via systemd-resolved
libpam-systemd - system and service manager - PAM module
libsystemd-dev - systemd utility library - development files
libsystemd0 - systemd utility library
libudev-dev - libudev development files
libudev1 - libudev shared library
libudev1-udeb - libudev shared library (udeb)
systemd - system and service manager
systemd-container - systemd container/nspawn tools
systemd-coredump - tools for storing and retrieving coredumps
systemd-journal-remote - tools for sending and receiving remote journal logs
systemd-sysv - system and service manager - SysV links
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 843070 843433 843509 843544
Changes:
systemd (232-3) unstable; urgency=medium
.
[ Felipe Sateler ]
* Make systemd-delta less confused on merged-usr systems. (Closes: #843070)
* Fix wrong paths for /bin/mount when compiled on merged-usr system.
Then the build system finds /usr/bin/mount which won't exist on a
split-/usr system. Set the paths explicitly in debian/rules and drop
Use-different-default-paths-for-various-binaries.patch. (Closes: #843433)
.
[ Martin Pitt ]
* debian/tests/logind: Split out "pid in logind session" test
* debian/tests/logind: Adjust "in logind session" test for unified cgroup
hierarchy
* debian/tests/boot-and-services: Check common properties of CLI programs.
Verify that CLI programs have a sane behaviour and exit code when being
called with --help, --version, or an invalid option.
* nspawn: Fix exit code for --help and --version (Closes: #843544)
* core: Revert using the unified hierarchy for the systemd cgroup.
Too many things don't get along with it yet, like docker, LXC, or runc.
(Closes: #843509)
Checksums-Sha1:
7b8cde16d2549bca1710c2de2a036acd8c2e12cb 4481 systemd_232-3.dsc
85cdd2f2a097894a70a19106b175524a3c2c2336 125844 systemd_232-3.debian.tar.xz
Checksums-Sha256:
86ff25eba735ef1dc85221d61520f8e9703946cc78379116e37b501081eef0c5 4481
systemd_232-3.dsc
e4e82bfd87cfc9b28303e58f88cca4ea3c8a3d51fbc403ecdf3698fb10a8a6dc 125844
systemd_232-3.debian.tar.xz
Files:
25d3be1d19bc533b29b9cef6bbce956e 4481 admin optional systemd_232-3.dsc
25825e4d6999b689c0ac7cc2114009ed 125844 admin optional
systemd_232-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJYIupvAAoJENFO8V2v4RNHrrcQAKJwJ/qFjEuqnqeDQpf25xdp
9kbWL8NhwaKWbjPLCLTUqZk8rNZGZT6+n7VWPIkZMiBuCK+pkLTLJm/+1gwZQxAC
+FSDgj+a9XRurfMt1TRLg65w/XZJ3orU3FGzjhuozqW7AZVqsdCWhQ4qbLCbwm10
Fow1ZPfPMHYA4uCJTNopNputek/+KUgdA40cQ5qtC2PnK/uVnulleYwR6HAJUmnw
xk8NV6iul6aCVAGYSBNZHZltSgyvunbg/wwinHbjMN/k09vh5ZYtUr63fgq7Nq+m
tgysWMRdCchVrtUMVJTwSzZgiaYG2wrhguCQ/B/CD5CG/cNiv4NwnF+ComHDprGK
GhEmcg4e1Le0U0bcpAfOxLIkxc6e2t5PMIKf7tWHtFmtIalHwNMg13gYKaDWa/gw
rnjxKRcmKPaRLoqT8/AJGGr4iCfx9uO2LnTJsDRpJUeZWulqoMQASKIWetYfk6iw
quyUT+KT6RHyjV39iRjAPprT5i4VQaTWZvYJ29oMPbLguS7Wz/FZ6xLdiYWmsWlP
b5egMhcbL4wMI+4HtS5LfPw4X9roDPVzzyMipvTLb/RZKUuV5tKuyGXdGH6EcYXM
sHQtqEUodbIcLoA0lt0gH9QrONFg6/9lH7mQIMepHvrX26EcCp3++tXuyoHaH/GH
YAfTDFZMLr2H+nmTf0jU
=ogq1
-----END PGP SIGNATURE-----
--- End Message ---