This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch sid in repository glibc.
commit 4e72a6338a53985fbe2236c6e9f5319d1b329bfe Author: Aurelien Jarno <[email protected]> Date: Sun Dec 10 20:47:34 2017 +0100 debian/patches/any/git-any-ld.so-newline.diff: add missing newline after "cannot allocate TLS data structures for initial thread". Closes: #776659. --- debian/changelog | 3 +++ debian/patches/any/git-any-ld.so-newline.diff | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index a55dac7..e4b61b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,9 @@ glibc (2.25-4) UNRELEASED; urgency=medium Closes: #520680. * debian/rules.d/build.mk: add /usr/local multi-arch paths to ld.so.conf files. Closes: #685519, #771934. + * debian/patches/any/git-any-ld.so-newline.diff: add missing newline after + "cannot allocate TLS data structures for initial thread". Closes: + #776659. [ Samuel Thibault ] * patches/hurd-i386/local-no-bootstrap-fs-access.diff: Refresh. diff --git a/debian/patches/any/git-any-ld.so-newline.diff b/debian/patches/any/git-any-ld.so-newline.diff new file mode 100644 index 0000000..ee916ae --- /dev/null +++ b/debian/patches/any/git-any-ld.so-newline.diff @@ -0,0 +1,17 @@ +2017-12-10 Aurelien Jarno <[email protected]> + + [BZ #22577] + * elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf + call. + +--- a/elf/rtld.c ++++ b/elf/rtld.c +@@ -730,7 +730,7 @@ init_tls (void) + void *tcbp = _dl_allocate_tls_storage (); + if (tcbp == NULL) + _dl_fatal_printf ("\ +-cannot allocate TLS data structures for initial thread"); ++cannot allocate TLS data structures for initial thread\n"); + + /* Store for detection of the special case by __tls_get_addr + so it knows not to pass this dtv to the normal realloc. */ diff --git a/debian/patches/series b/debian/patches/series index 178e1c9..8c63151 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -214,3 +214,4 @@ any/local-bits-sigstack.diff any/submitted-resolv-unaligned.diff any/submitted-intl-tstgettext.diff any/submitted-ldconfig-c-collation.diff +any/git-any-ld.so-newline.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

