Your message dated Wed, 08 Jul 2015 19:05:39 +0000
with message-id <[email protected]>
and subject line Bug#790546: fixed in systemd 222-1
has caused the Debian Bug report #790546,
regarding src:systemd: grep -v libeatmydata when check libraries under /usr
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.)
--
790546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:systemd
Version: 221-1
some setup of sbuild may use libeatmydata, fellow instruction:
https://wiki.debian.org/sbuild#Using_eatmydata_with_sbuild
So please grep -v libeatmydata like libfakeroot.
echo "Checking that executables don't link to libraries in /usr..."
Checking that executables don't link to libraries in /usr...
set -e; for e in debian/install/deb/lib/systemd/systemd*; do \
echo " $e"; \
OUT=`ldd $e | grep -v libfakeroot`; if echo "$OUT" | grep -q /usr; then \
echo "ERROR: $e links to /usr"; echo "$OUT"; exit 1; \
fi; \
done
debian/install/deb/lib/systemd/systemd
ERROR: debian/install/deb/lib/systemd/systemd links to /usr
make[1]: *** [override_dh_auto_install] Error 1
libeatmydata.so => /usr/lib/mips64el-linux-gnuabi64/libeatmydata.so
(0x000000ffee58c000)
libpthread.so.0 => /lib/mips64el-linux-gnuabi64/libpthread.so.0
(0x000000ffee558000)
libc.so.6 => /lib/mips64el-linux-gnuabi64/libc.so.6 (0x000000ffee3a8000)
libselinux.so.1 => /lib/mips64el-linux-gnuabi64/libselinux.so.1
(0x000000ffee370000)
librt.so.1 => /lib/mips64el-linux-gnuabi64/librt.so.1 (0x000000ffee354000)
libpam.so.0 => /lib/mips64el-linux-gnuabi64/libpam.so.0 (0x000000ffee334000)
libaudit.so.1 => /lib/mips64el-linux-gnuabi64/libaudit.so.1 (0x000000ffee2fc000)
libkmod.so.2 => /lib/mips64el-linux-gnuabi64/libkmod.so.2 (0x000000ffee2d4000)
libapparmor.so.1 => /lib/mips64el-linux-gnuabi64/libapparmor.so.1
(0x000000ffee2b0000)
libmount.so.1 => /lib/mips64el-linux-gnuabi64/libmount.so.1 (0x000000ffee254000)
libcap.so.2 => /lib/mips64el-linux-gnuabi64/libcap.so.2 (0x000000ffee23c000)
/lib64/ld.so.1 (0x000000ffee758000)
libdl.so.2 => /lib/mips64el-linux-gnuabi64/libdl.so.2 (0x000000ffee228000)
libpcre.so.3 => /lib/mips64el-linux-gnuabi64/libpcre.so.3 (0x000000ffee190000)
libblkid.so.1 => /lib/mips64el-linux-gnuabi64/libblkid.so.1 (0x000000ffee138000)
libattr.so.1 => /lib/mips64el-linux-gnuabi64/libattr.so.1 (0x000000ffee120000)
libuuid.so.1 => /lib/mips64el-linux-gnuabi64/libuuid.so.1 (0x000000ffee108000)
debian/rules:105: recipe for target 'override_dh_auto_install' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
--
YunQiang Su
--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 222-1
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 08 Jul 2015 18:56:07 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libnss-myhostname libnss-mymachines
libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev
libsystemd-journal-dev libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb
libudev1-udeb systemd-dbg
Architecture: source amd64
Version: 222-1
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description:
libnss-myhostname - nss module providing fallback resolution for the current
hostname
libnss-mymachines - nss module to resolve hostnames for local container
instances
libpam-systemd - system and service manager - PAM module
libsystemd-daemon-dev - systemd utility library (transitional package)
libsystemd-dev - systemd utility library - development files
libsystemd-id128-dev - systemd 128 bit ID utility library (transitional
package)
libsystemd-journal-dev - systemd journal utility library (transitional package)
libsystemd-login-dev - systemd login utility library (transitional package)
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-dbg - system and service manager (debug symbols)
systemd-sysv - system and service manager - SysV links
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 677075 734006 746151 762275 769948 790546 790879
Changes:
systemd (222-1) unstable; urgency=medium
.
[ Martin Pitt ]
* New upstream release:
- Fix reload killing BusName= units. (Closes: #746151)
- sysv-generator: detect invalid names and escape them. (Closes: #677075)
- Document removal of PIDFile on daemon shutdown. (Closes: #734006)
- Drop Revert-rules-fix-tests-for-removable-state.patch, the auto-suspend
rules now got dropped entirely.
* Add Revert-VT-reuse-patches.patch: Revert a couple of logind VT reuse
patches which alternately broke lightdm and gdm.
* debian/libsystemd0.symbols: Add new symbols from this release.
* Disable test-netlink during package build, fails on some buildds.
* udev.postinst: Don't call addgroup with --quiet, so that if the "input"
group already exists as a non-system group you get a sensible error
message. Some broken tutorials forget the --system option.
(Closes: #769948, LP: #1455956)
* systemd.postinst: Drop the --quiet from the addgroup calls as well, same
reason as above. (Closes: #762275)
* udev: Drop doc dir symlinking. It has caused too much trouble and only
marginally helps to avoid duplication. Such duplication should be dealt
with at the distro, not package level.
* debian/rules: Entirely ignore $LD_PRELOAD instead of just libfakeroot in
the link check, to also avoid libeatmydata. (Closes: #790546)
* boot-and-services, display-managers autopkgtests: Install and configure
dummy X.org driver, so that these work in headless machines/VMs.
* systemd-fsckd autopkgtest: Stop using/asserting on lightdm, just check
that default.target is active. lightdm is prone to fail in test
environments, and fiddling with it in two other autopkgtests is
sufficient.
* debian/watch: Adjust to new upstream release model of only providing the
github tag tarballs.
* Drop dsl-modem.agent. It hasn't been maintained/tested for many years, few
if any people actually use this, and this doesn't belong into udev.
.
[ Michael Biebl ]
* Stop building the Python 3 bindings. They were split into a separate
source package upstream and are now built from src:python-systemd. See
http://lists.freedesktop.org/archives/systemd-devel/2015-July/033443.html
* Remove obsolete --disable-chkconfig configure option.
* Move the man pages for libnss-myhostname, libnss-mymachines and udev.conf
from systemd into the correct package. Move the zsh completion file for
udevadm into the udev package as well. Add Breaks/Replaces accordingly.
(Closes: #790879)
* Drop rules which remove pre-generated files before build. The upstream
tarball no longer ships any pre-generated files so this is no longer
necessary.
* Fix cleanup rule for Python byte code files.
Checksums-Sha1:
eed08942563084cad65c7a6c620988ae1e534036 3656 systemd_222-1.dsc
2cc9283760bf34de1ebc64269079a4005e8e4bc9 4015599 systemd_222.orig.tar.gz
18f82ee3659390d047e91531fc9aac485080a3f7 134124 systemd_222-1.debian.tar.xz
b106603520fc52408ff2aa37bc70d5ace4524890 67558
libnss-myhostname_222-1_amd64.deb
c6fd32b87362ee392c380e70c741dc5bfba1c830 147638
libnss-mymachines_222-1_amd64.deb
ee6f7b396f82013fc4c15148f5b4cc1c3ba49830 151992 libpam-systemd_222-1_amd64.deb
ced7dd3a1c4760d93123873af5ea9a404db6c9bb 44896
libsystemd-daemon-dev_222-1_amd64.deb
e89d2fd4ebd054a7e1717c7e05133ed89c74ef69 160718 libsystemd-dev_222-1_amd64.deb
c04dc71a105b650633e347d1459bde87a7a86914 44868
libsystemd-id128-dev_222-1_amd64.deb
bb995b3cb6b71fab52bd1f90a87a506a51a8a2b0 44868
libsystemd-journal-dev_222-1_amd64.deb
17c9cfa6683fd11dee9f4ddcc52300d5f18803ee 44884
libsystemd-login-dev_222-1_amd64.deb
3094745e7cd12ea28d4e6899a916a889c91a24ee 234786 libsystemd0_222-1_amd64.deb
093f5b43e5a76df68069b04504c61aae292e7283 59798 libudev-dev_222-1_amd64.deb
0a71e832906d15608b3f3eaf39692d57c664e3e8 46426 libudev1-udeb_222-1_amd64.udeb
ac48b7fdd51e2369abaed19420485a649b36b722 91050 libudev1_222-1_amd64.deb
1c2d09b58f4347f0c1514a2947a921665b51a311 24092838 systemd-dbg_222-1_amd64.deb
f7d7c0920404cea7cb57f8b4d51525ae789a340c 49514 systemd-sysv_222-1_amd64.deb
c7f75bb1ab5c31d414690689c1ccc93a8c97a0a3 3755018 systemd_222-1_amd64.deb
69d5a3dc9d9daee9168b7b9288b743d704e61ed9 262876 udev-udeb_222-1_amd64.udeb
9b6818ffe9dc5a9ab489bf8dfc76a21d95a1d3a8 1036862 udev_222-1_amd64.deb
Checksums-Sha256:
a7aeef2cb5c2110958d28a1280d51418c660526d78918117e41a92c512d428dd 3656
systemd_222-1.dsc
b49f51f9855127987adc98aad3b6d608e4e53eaa029b629f2ea2089ce0234f34 4015599
systemd_222.orig.tar.gz
adb1afc1db4c4baef7c9e276876cf10e24a0849501d274c451cbdfc48a33db2c 134124
systemd_222-1.debian.tar.xz
d86a00a8587974255fa433adc18c85369a1d97abbc6f036c50568179db7639f5 67558
libnss-myhostname_222-1_amd64.deb
b1b65db6559a2ad85904b31eb40b1d1ff2f925b79a6dfe2920705f58fbd5cbd0 147638
libnss-mymachines_222-1_amd64.deb
c5c4f47ad7addcdd4d6d0d57dca3cbfd7f950fc138d7e11246fc6bae94660203 151992
libpam-systemd_222-1_amd64.deb
80850d8853f18ee6edd4d575cb265a99d8fa061ce3798805e5c1fc898b5e24bc 44896
libsystemd-daemon-dev_222-1_amd64.deb
74d3738d5141b041203e28da1aa14a0d47397bd4960ac21a7e7d7de8b8ef6dc6 160718
libsystemd-dev_222-1_amd64.deb
c8286a8c772ad05794f11d098a4a6eade6104885842fa7623261178a21245de0 44868
libsystemd-id128-dev_222-1_amd64.deb
0bbf6cb11fcfc0a7709b68c721f7150d567291798b26ad4d6d0f7225e0629f07 44868
libsystemd-journal-dev_222-1_amd64.deb
ef7a98bed69859b74642500bb11515fb3841dd0407142903d096acee90983a30 44884
libsystemd-login-dev_222-1_amd64.deb
be46b2eba5f23e4411366b8a8810ed62a49c4a6bce13924b3b33efa86a0311ea 234786
libsystemd0_222-1_amd64.deb
407c1c7369117e08243b36f9de162d17b8b1fb09103e628a018cf8c78f31d2fa 59798
libudev-dev_222-1_amd64.deb
00cf3b18888dc18982e9e58d05abe6c2c83aadb4f8ebef4a3dd3a14c893e2b28 46426
libudev1-udeb_222-1_amd64.udeb
00183050ae8413e5ff4424ddb21a45e4ba6442c9f0be88e5aa4e19f0e9034ff5 91050
libudev1_222-1_amd64.deb
72d9e622da9357c354cecc4424ec9c3b30857e78cc59df50e76cdf65f16e806b 24092838
systemd-dbg_222-1_amd64.deb
2048e714a427ea5e11ce1c3f88f0988a566e29a53a049b58f1c475501541fc68 49514
systemd-sysv_222-1_amd64.deb
badb2d5956352e8c89ff1d97c566db1f25cb434a71a9879c930bc91f5a2a03d0 3755018
systemd_222-1_amd64.deb
b8bbf7e9092607cae133c07a2f4e43f345c89378e870f23c77507220747448e2 262876
udev-udeb_222-1_amd64.udeb
54a6c0825658a3a1ab4f46a17e317974e09f235c73fe96285875f6b8ce09b9ff 1036862
udev_222-1_amd64.deb
Files:
57e3d5966ca0889510109bc4b9e8f0b7 3656 admin optional systemd_222-1.dsc
a18881dc123141b0c61f95d8f8941801 4015599 admin optional systemd_222.orig.tar.gz
3d2ede9d17e7c197d6dc75a9c5449bec 134124 admin optional
systemd_222-1.debian.tar.xz
beeaf2f8fc55612ca99fb378ebcbf097 67558 admin extra
libnss-myhostname_222-1_amd64.deb
d3192f9a6441401473eec09184c74f99 147638 admin extra
libnss-mymachines_222-1_amd64.deb
16c9f3170313242d4e65ae328b3b2788 151992 admin optional
libpam-systemd_222-1_amd64.deb
7c32cd2f1e814c23862dcc8bb43ef6a7 44896 oldlibs extra
libsystemd-daemon-dev_222-1_amd64.deb
aac9c16321e2cfd2d33a3c51c6ff2da6 160718 libdevel optional
libsystemd-dev_222-1_amd64.deb
d0824b53a340b3aaa2e670b0379e419e 44868 oldlibs extra
libsystemd-id128-dev_222-1_amd64.deb
b5960402555108dc36ea6977bc1b09db 44868 oldlibs extra
libsystemd-journal-dev_222-1_amd64.deb
65780f87fe4532d869bc1eec7a50ef59 44884 oldlibs extra
libsystemd-login-dev_222-1_amd64.deb
f27bfe2174088ae42e496b0ffe2cf184 234786 libs optional
libsystemd0_222-1_amd64.deb
a5b818bb80182d9b9991ba6e15bface4 59798 libdevel optional
libudev-dev_222-1_amd64.deb
bf08ed10a1fa2f9374bdd971b32193c4 46426 debian-installer optional
libudev1-udeb_222-1_amd64.udeb
74c84b2c783299916ad497ea3d879c2a 91050 libs important libudev1_222-1_amd64.deb
22db59abd11d96da42acfcd972979601 24092838 debug extra
systemd-dbg_222-1_amd64.deb
81ebdef249dbbbe33bf9964d72ddd584 49514 admin extra systemd-sysv_222-1_amd64.deb
7f33b496dbb726a6d7f2c3107c10932e 3755018 admin optional systemd_222-1_amd64.deb
2b2f7b33764bfe809d1aa4daf3c05eb4 262876 debian-installer optional
udev-udeb_222-1_amd64.udeb
73f32ca067bfb86c31f6e5c6540c06ad 1036862 admin important udev_222-1_amd64.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJVnWu9AAoJEGrh3w1gjyLce4QP/jBDlQD4xlu54rPY10JoUj/9
Moa2NoawmTegFyGK0TP3ONjwRG2AnjRWgUbt3uNkAlz06TYsluIO45Jq+oji2W1k
Mqze81ErSzXFsUlf07Mwj6Oii7nlMLLDwrd05CzHhk4ux8dxNq29n5MehFAVo6Ff
TVhLGTJ9g9nyCBxwa52jnfR5P5vH8bLFlmnEvY8LlFzNK5jNxpJVVHnV2LzCPaMA
VYp+CF2NCq54NfuMcrxmIpSuqG8VfYhMsYbisqJDJY0yNaLbvZNeScuTtdK1XRoM
riule18MNcirXkYQbdw3XKeT30fEUeC7WYWgPjTfQpnXg5FUzIkZpExjpjdS3W1C
3Ca/fcUHB0M0BI/vr5YlihsY6cWz43OsBxvKQv1uYjxD3CCDCn//X+wszq9kzGt8
wgmI+S2nY37g4OOc9nK0ZH9qnKXvc9Wb4Z5c4Li60Nty9BcU6nJm3M6J8CZIHxBu
eXieWCAWtRpKofNqq7V7dQdhSPLPk9juKi77iAXOyqLcYrRc0fasRSQDbgYLPO95
5hM1vrjFwW4JK98MxJ9bpn+akePFLfzh01w5jwlZhI87g+AQPCHYWS41H+PnOu4J
3qT3afyL0azo0bR2jTXGSa2ZFtJwZvsDmQOU/aEtLE+W1ro8ka8Qq9Zum1Q7RfS5
rUsOWeT1bsKc+VYth/x8
=JTgl
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers