Your message dated Sat, 02 Jan 2016 17:06:57 +0000 with message-id <[email protected]> and subject line Bug#805631: fixed in systemd 228-3 has caused the Debian Bug report #805631, regarding src:systemd: Should build-depend on elfutils >= 0.158 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.) -- 805631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805631 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: systemd Version: 228-2 Severity: normal Hello! systemd currently fails to build from source on sparc64 since the version of elfutils available on sparc64 is currently outdated (this is a separate issue which I have already resolved with a workaround and will be fully resolved with the new upstream version of elfutils). Here's the relevant excerpt from the build log [1]: checking elfutils/libdwfl.h usability... yes checking elfutils/libdwfl.h presence... yes checking for elfutils/libdwfl.h... yes checking for dwfl_core_file_attach in -ldw... no configure: error: *** ELFUTILS >= 158 is required. "tail -v -n +0 config.log" ==> config.log <== This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by systemd configure 228, which was generated by GNU Autoconf 2.69. Invocation command line was Thus, src:systemd should build-depend on elfutils >= 0.158, the last successful build of elfutils on sparc64 was 0.157-3 which is why the missing versioned build dependency became visible. Cheers, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- End Message ---
--- Begin Message ---Source: systemd Source-Version: 228-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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Martin Pitt <[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: Sat, 02 Jan 2016 17:42:56 +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 systemd-dbg Architecture: source Version: 228-3 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers <[email protected]> Changed-By: Martin Pitt <[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 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-dbg - system and service manager (debug symbols) 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: 774080 795761 804882 805133 805631 805910 807884 808997 809513 Changes: systemd (228-3) unstable; urgency=medium . [ Martin Pitt ] * debian/rules: Remove temporary debug output from test failures again. All Debian buildd kernels are recent enough now, but add a check for kernels older than 3.13 and ignore test failures for those. * debian/tests/networkd: Factor out dnsmasq specific test "router" setup, so that we can test against other implementations. * debian/tests/networkd: Add router setup using an (isolated) networkd process for configuring the veths and DHCP server. * debian/tests/networkd: On failure, only show journal for current test. * systemd-networkd-resolvconf-update.service: Wait for getting a name server, not just for getting online. * debian/tests/boot-and-services: Wait until bash crash stack trace is in the journal before asserting on it. Also relax RE to work on non-x86 architectures. * debian/tests/networkd: If /etc/resolv.conf already has three nameservers, accept that too (as then the additional test one can't be added any more). * Fix FTBFS on x32. Thanks Helmut Grohne! (Closes: #805910) * debian/tests/networkd: For IPv6 tests, also wait for IPv4 address to arrive; s-n-wait-online already exits after getting an IPv6 address, but we verify both. * debian/tests/boot-and-services: Don't check for "Requesting system poweroff" log message in nspawn test, current upstream master does not write that any more. Instead check for "Stopped Container c1". * Add "storage" autopkgtest. Initially this covers some basic use cases with LUKS cryptsetup devices. * Add acl build dependency (for <!nocheck>). Current upstream master now needs it for some test cases. * debian/extra/initramfs-tools/scripts/init-bottom/udev: Use "rm -rf" instead of "nuke". The latter does not exist any more in current initramfs-tools. * Ignore test failures during "make check" if /etc/machine-id is missing (like in ancient local schroots). (Closes: #807884) * debian/extra/rules/80-debian-compat.rules: Remember which device got the "cdrw", "dvd", or "dvdrw" symlink to avoid changing links on device events. (Closes: #774080). Drop the rule for the "cdrom" symlink as that is already created in 60-cdrom_id.rules. * Eliminate "hotplug.functions" udev helper and put the logging functions directly into net.agent. This simplifies the migration of the latter to ifupdown. * Adjust manpages to keep /usr/lib/systemd/{user*,boot,ntp-units.d,modules*} paths, only keep /lib/systemd/{system*,network}. (Closes: #808997) * debian/udev.README.Debian: Fix typo and slight wording improvement. (Closes: #809513) * Drop net.agent, 80-networking.rules, and [email protected]. These moved to ifupdown 0.8.5 now. Add Breaks: to earlier versions. . [ Michael Biebl ] * Bump Build-Depends on libdw-dev to (>= 0.158) as per configure.ac. (Closes: #805631) * Make sure all swap units are ordered before the swap target. This avoids that swap devices are being stopped prematurely during shutdown. (Closes: #805133) * Drop unneeded /etc/X11/xinit/xinitrc.d/50-systemd-user.sh from the package and clean up the conffile on upgrades. We have the dbus-user-session package in Debian to properly enable the D-Bus user-session mode which also takes care of updating the systemd --user environment. (Closes: #795761) * Stop testing for unknown arguments in udev maintainer scripts. * Drop networking.service.d/systemd.conf. The ifupdown package now ships a proper service file so this drop-in file is no longer necessary. . [ Andreas Henriksson ] * Fix LSB init hook to not reload masked services. (Closes: #804882) Checksums-Sha1: a5c9be505cc8abfc4f804f260c564511e742b3cc 4095 systemd_228-3.dsc 81b391b3675831f33117822158a8f02af109baea 143536 systemd_228-3.debian.tar.xz Checksums-Sha256: 70034fdbd12eb38f38d7ca9de3faef4579da38abe36316d586c9ac52aac3f580 4095 systemd_228-3.dsc 312e569ef81880822d09e24379b440911b320441b237df0716bfe4594f904229 143536 systemd_228-3.debian.tar.xz Files: 442de22423fc29cd1fb04555e0d2fcb0 4095 admin optional systemd_228-3.dsc d8abc4278646f46253077d1911d0884b 143536 admin optional systemd_228-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJWh/4sAAoJENFO8V2v4RNHq3MP/RXn2OH76eZ37u8JTMWvVBQw eK9dadJs+Oi/n3zGtQl7P8Xod77/1QptWxKp2b56aNoMayum/RwWea3Pea9gI7BV Y4qeME8lrj8lO8Q+S0+cqsr0qhSyYzvltqMwFw+euWXDHeNftbHuKQ1lIK82X9y0 d7gfU0m24DyHTu1bMumJ+2X8aHztCm4Ztqk7mVIzrGzNvXMQ6HN05JcM/V0yz3rE zB8FGqL4LbGIe9cPW+mYwAJ7oVpcs0ECr5D6ngTA9PvL78vMcDov6arazaCqDz/V Tcv2TSoqvPF5uyKmz2TNYiMyHXXXAWEMaSLl9Bfd4UCFULhHyM+FVxJ20EaGtJst oo2lIoJVppPTImt8nuC90n+ET1JO7NK6Sx3nPiQdtITrHid/l1MU+9Rpj9aYmVXi 1tfoLZSBk/vGjkjd/Sd3Kc+mSkXcL0oE14jBT0kBUOQP2a8HgcH/vG+smuH+0xbV /R2s3Hu6gJy6f3gP5IilrTQWDZTni9vBmZIEMN7h1obR55j/InEELhPmKuk+GmLw PK2LSG3WdKr2U/UWJbGEvcNhp9j7jpyqFKr3iVEm+RiKEeaCIE4rCFJ3xrwEl5SP FsGv4rN2+cOU5TP6sVOYXFrlredg7F93g8KjVF+W7aKqO1h2BfaGwkTnPzk8G8iU A2IPSTgVxQ63INoSi0xB =p+kA -----END PGP SIGNATURE-----
--- End Message ---

