Bug#886447: [libc6-dev] Breaks Portal on Linux (steam)

2018-01-05 Thread Antonio Russo
Package: libc6-dev
Version: 2.26-1
Severity: normal

--- Please enter the report below this line. ---

Upgrading to 2.26-1 causes Portal on Linux to segfault right before the main 
menu is shown.

Symptoms look very similar to [1], but for some reason I'm getting a minidump
instead of a regular core, so I cannot open it up in gdb to get a better trace.

Rolling libc back to 2.25-5 resolves the issue.

If someone can help me either convert the minidump to a core, or force a core 
dump
to be produced, I can poke around with gdb.

[1] https://github.com/ValveSoftware/Source-1-Games/issues/1573



[glibc] branch glibc-2.27 updated (0c30ca8 -> 2a40782)

2018-01-05 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch glibc-2.27
in repository glibc.

  from  0c30ca8   Rebase hurd-only patches
   new  2a40782   hurd-i386/git-jmp_buf-macros.h.diff: New patch to fix 
build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  2 ++
 debian/patches/hurd-i386/git-jmp_buf-macros.h.diff | 20 
 debian/patches/series  |  1 +
 3 files changed, 23 insertions(+)
 create mode 100644 debian/patches/hurd-i386/git-jmp_buf-macros.h.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: hurd-i386/git-jmp_buf-macros.h.diff: New patch to fix build

2018-01-05 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch glibc-2.27
in repository glibc.

commit 2a407826d0600bd8cd0e6948a095a60be002f583
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Sat Jan 6 01:34:38 2018 +

hurd-i386/git-jmp_buf-macros.h.diff: New patch to fix build
---
 debian/changelog   |  2 ++
 debian/patches/hurd-i386/git-jmp_buf-macros.h.diff | 20 
 debian/patches/series  |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d3828db..d0ec9c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ glibc (2.26.9000+20180105.a6d0afb5-0experimental1) UNRELEASED; 
urgency=medium
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-net.diff: rebased.
   * debian/patches/hurd-i386/unsubmitted-prof-eintr.diff: rebased.
+  * debian/patches/hurd-i386/git-jmp_buf-macros.h.diff: New patch to fix
+build.
 
  -- Aurelien Jarno <aure...@debian.org>  Fri, 05 Jan 2018 22:08:07 +0100
 
diff --git a/debian/patches/hurd-i386/git-jmp_buf-macros.h.diff 
b/debian/patches/hurd-i386/git-jmp_buf-macros.h.diff
new file mode 100644
index 000..f47fdbe
--- /dev/null
+++ b/debian/patches/hurd-i386/git-jmp_buf-macros.h.diff
@@ -0,0 +1,20 @@
+commit 5e814a15ca2b9434159dddf7bbe57c002fac079b
+Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
+Date:   Sat Jan 6 02:27:44 2018 +0100
+
+hurd: Add jmp_buf-macros.h
+
+* sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
+
+diff --git a/sysdeps/mach/hurd/i386/jmp_buf-macros.h 
b/sysdeps/mach/hurd/i386/jmp_buf-macros.h
+new file mode 100644
+index 00..834f5fb243
+--- /dev/null
 b/sysdeps/mach/hurd/i386/jmp_buf-macros.h
+@@ -0,0 +1,6 @@
++#define JMP_BUF_SIZE 32
++#define SIGJMP_BUF_SIZE 32
++#define JMP_BUF_ALIGN 4
++#define SIGJMP_BUF_ALIGN 4
++#define MASK_WAS_SAVED_OFFSET 24
++#define SAVED_MASK_OFFSET 28
diff --git a/debian/patches/series b/debian/patches/series
index 5ce52e5..e0601ce 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -183,3 +183,4 @@ any/local-bootstrap-headers.diff
 any/submitted-resolv-unaligned.diff
 any/submitted-intl-tstgettext.diff
 any/local-cudacc-float128.diff
+hurd-i386/git-jmp_buf-macros.h.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch glibc-2.27 updated (05a5204 -> 0c30ca8)

2018-01-05 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch glibc-2.27
in repository glibc.

  from  05a5204   releasing package glibc version 
2.26.9000+20180105.a6d0afb5-0experimental0
   new  0c30ca8   Rebase hurd-only patches

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  8 ++
 debian/patches/hurd-i386/submitted-net.diff| 32 --
 .../patches/hurd-i386/unsubmitted-prof-eintr.diff  |  2 +-
 3 files changed, 26 insertions(+), 16 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: Rebase hurd-only patches

2018-01-05 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch glibc-2.27
in repository glibc.

commit 0c30ca8e7a546c7a20e7ee0aeea197527d1d3161
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Sat Jan 6 01:14:17 2018 +

Rebase hurd-only patches

  * debian/patches/hurd-i386/submitted-net.diff: rebased.
  * debian/patches/hurd-i386/unsubmitted-prof-eintr.diff: rebased.
---
 debian/changelog   |  8 ++
 debian/patches/hurd-i386/submitted-net.diff| 32 --
 .../patches/hurd-i386/unsubmitted-prof-eintr.diff  |  2 +-
 3 files changed, 26 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da27429..d3828db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+glibc (2.26.9000+20180105.a6d0afb5-0experimental1) UNRELEASED; urgency=medium
+
+  [ Samuel Thibault ]
+  * debian/patches/hurd-i386/submitted-net.diff: rebased.
+  * debian/patches/hurd-i386/unsubmitted-prof-eintr.diff: rebased.
+
+ -- Aurelien Jarno <aure...@debian.org>  Fri, 05 Jan 2018 22:08:07 +0100
+
 glibc (2.26.9000+20180105.a6d0afb5-0experimental0) experimental; urgency=medium
 
   * New upstream snapshot from 20180105:
diff --git a/debian/patches/hurd-i386/submitted-net.diff 
b/debian/patches/hurd-i386/submitted-net.diff
index 18ec6c2..0faefd0 100644
--- a/debian/patches/hurd-i386/submitted-net.diff
+++ b/debian/patches/hurd-i386/submitted-net.diff
@@ -96,7 +96,7 @@ Index: eglibc-2.16/sysdeps/gnu/net/ethernet.h
 --- /dev/null  1970-01-01 00:00:00.0 +
 +++ eglibc-2.16/sysdeps/gnu/net/ethernet.h 2012-07-23 00:21:13.0 
+0200
 @@ -0,0 +1,84 @@
-+/* Copyright (C) 1997-2017 Free Software Foundation, Inc.
++/* Copyright (C) 1997-2018 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
 +   The GNU C Library is free software; you can redistribute it and/or
@@ -184,9 +184,9 @@ Index: eglibc-2.16/sysdeps/gnu/net/if_arp.h
 ===
 --- /dev/null  1970-01-01 00:00:00.0 +
 +++ eglibc-2.16/sysdeps/gnu/net/if_arp.h   2012-07-23 00:21:13.0 
+0200
-@@ -0,0 +1,182 @@
+@@ -0,0 +1,183 @@
 +/* Definitions for Address Resolution Protocol.
-+   Copyright (C) 1997-2017 Free Software Foundation, Inc.
++   Copyright (C) 1997-2018 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +   Contributed by Ulrich Drepper <drep...@cygnus.com>, 1997.
 +
@@ -288,6 +288,7 @@ Index: eglibc-2.16/sysdeps/gnu/net/if_arp.h
 +#define ARPHRD_LAPB   516 /* LAPB.  */
 +#define ARPHRD_DDCMP  517 /* Digital's DDCMP.  */
 +#define   ARPHRD_RAWHDLC  518 /* Raw HDLC.  */
++#define ARPHRD_RAWIP  519 /* Raw IP.  */
 +
 +#define ARPHRD_TUNNEL 768 /* IPIP tunnel.  */
 +#define ARPHRD_TUNNEL6769 /* IPIP6 tunnel.  */
@@ -372,7 +373,7 @@ Index: eglibc-2.16/sysdeps/gnu/net/if_ether.h
 --- /dev/null  1970-01-01 00:00:00.0 +
 +++ eglibc-2.16/sysdeps/gnu/net/if_ether.h 2012-07-23 00:21:13.0 
+0200
 @@ -0,0 +1,115 @@
-+/* Copyright (C) 1997-2017 Free Software Foundation, Inc.
++/* Copyright (C) 1997-2018 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
 +   The GNU C Library is free software; you can redistribute it and/or
@@ -668,7 +669,7 @@ Index: eglibc-2.16/sysdeps/gnu/net/route.h
 --- /dev/null  1970-01-01 00:00:00.0 +
 +++ eglibc-2.16/sysdeps/gnu/net/route.h2012-07-23 00:21:13.0 
+0200
 @@ -0,0 +1,144 @@
-+/* Copyright (C) 1997-2017 Free Software Foundation, Inc.
++/* Copyright (C) 1997-2018 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
 +   The GNU C Library is free software; you can redistribute it and/or
@@ -817,7 +818,7 @@ Index: eglibc-2.16/sysdeps/gnu/netinet/if_ether.h
 --- /dev/null  1970-01-01 00:00:00.0 +
 +++ eglibc-2.16/sysdeps/gnu/netinet/if_ether.h 2012-07-23 00:21:13.0 
+0200
 @@ -0,0 +1,103 @@
-+/* Copyright (C) 1996-2017 Free Software Foundation, Inc.
++/* Copyright (C) 1996-2018 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
 +   The GNU C Library is free software; you can redistribute it and/or
@@ -939,7 +940,7 @@ Index: eglibc-2.16/sysdeps/mach/hurd/net/ethernet.h
 --- eglibc-2.16.orig/sysdeps/mach/hurd/net/ethernet.h  2012-02-18 
03:24:59.0 +0100
 +++ /dev/null  1970-01-01 00:00:00.0 +
 @@ -1,75 +0,0 @@
--/* Copyright (C) 1997-2017 Free Software Foundation, Inc.
+-/* Copyright (C) 1997-2018 Free Software Foundation, Inc.
 -   This file is part of the GNU C Library.
 -
 -   The GNU C Library is free software; you can redistribute it and/or
@@ -1020,7 +1021,7 @@ Index: eglibc-2.16/sysdeps/mach/hurd/net/if_arp.h
 +++ /dev/null  1970-01-01 00:00:00.

glibc_2.26.9000+20180105.a6d0afb5-0experimental0_source.changes ACCEPTED into experimental

2018-01-05 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jan 2018 22:08:07 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.26.9000+20180105.a6d0afb5-0experimental0
Distribution: experimental
Urgency: medium
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Aurelien Jarno <aure...@debian.org>
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Changes:
 glibc (2.26.9000+20180105.a6d0afb5-0experimental0) experimental; urgency=medium
 .
   * New upstream snapshot from 20180105:
 - debian/patches/git-updates.diff: remove and disable.
 - debian/patches/locale/preprocessor-collate-uli-sucks.diff: drop,
   obsolete.
 - debian/patches/locale/preprocessor-collate.diff: drop, obsolete.
 - debian/patches/locale/LC_IDENTIFICATION-optional-fields.d

Processing of glibc_2.26.9000+20180105.a6d0afb5-0experimental0_source.changes

2018-01-05 Thread Debian FTP Masters
glibc_2.26.9000+20180105.a6d0afb5-0experimental0_source.changes uploaded 
successfully to localhost
along with the files:
  glibc_2.26.9000+20180105.a6d0afb5-0experimental0.dsc
  glibc_2.26.9000+20180105.a6d0afb5.orig.tar.xz
  glibc_2.26.9000+20180105.a6d0afb5-0experimental0.debian.tar.xz
  glibc_2.26.9000+20180105.a6d0afb5-0experimental0_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[glibc] annotated tag debian/2.26.9000+20180105.a6d0afb5-0experimental0 created (now 3220ef0)

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to annotated tag 
debian/2.26.9000+20180105.a6d0afb5-0experimental0
in repository glibc.

at  3220ef0   (tag)
   tagging  05a5204641a5b3e5f8983e4fea9ede227e372182 (commit)
  replaces  debian/2.26-2
 tagged by  Aurelien Jarno
on  Fri Jan 5 22:12:14 2018 +0100

- Log -
tagging package glibc version debian/2.26.9000+20180105.a6d0afb5-0experimental0
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlpP6i4ACgkQE4jA+Jno
M2sv4xAAmxN2bRcGegC9fTrlbI1LejP/HqfRQUlcSsdpjXuXBkaRSa+63BOVxjnf
eLyMrHoTTDLz0G+pB3KRCitpE8q6T2oYy+lAE7D+sDkDvMq4DPIl/M8ObcW3ZQkA
I5eA9s1/j895y7Isv/7Ue4LjmLw41qDn2uvtzyO03Cw4rML5e5RZhMOi0MrbqLLr
iaADefrmWLkOJsauSxKqHTi7bbbN1T4veybMamlmAiIIskboreVm/Ym8lKZCmBNU
ihoGADIg80M9XvN/SBApjj13YzKVEJD9B7h4eDTZn8N1JbPEuNwy0EhzImMrQJ7I
JeOKU/904mjG93uPinBE4S1XLrYDObPJLq7LUuDGWX55BwDMkPKqryJcGkDji/HE
IxE1dvIJ4Ibf47GUFe6vZJ4FHGNJKayII1jvnYGBxDmJx+dQndqMVsMzp+fOJefg
Nk7N8ujpnuv58tH2Oyyf31HwYZBXXOAVTSHf4kZJ0MYHAKEXkBPjOj5OJX5pwW0x
uxeg6o9AfM8cWqMcz4kGlApgeHbMmTiVz3caXi0SW8JSsy2rd3o28FaofglrKeYH
19/khQN6G/pRC9Qnhk9+jrABjY4h2ZSYW+kbDLr9VMMOpeVwevnvSg1gpnffGVW2
h8IgrjkFLZFURPY3BeknpyugiaP7MY9KAnfRd9MpZGvb8XgD7Rw=
=Mo8f
-END PGP SIGNATURE-

Aurelien Jarno (3):
  New upstream snapshot from 20180105:
  debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as XFAIL on alpha, 
arm64 and mips*, as there is a disagreement between kernel and glibc how to 
report missing protection key support when the syscalls have been wired.
  releasing package glibc version 2.26.9000+20180105.a6d0afb5-0experimental0

---

This annotated tag includes the following new commits:

   new  05a5204   releasing package glibc version 
2.26.9000+20180105.a6d0afb5-0experimental0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch glibc-2.27 updated (bd0dda3 -> 05a5204)

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch glibc-2.27
in repository glibc.

  from  bd0dda3   debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as 
XFAIL on alpha, arm64 and mips*, as there is a disagreement between kernel and 
glibc how to report missing protection key support when the syscalls have been 
wired.
   new  05a5204   releasing package glibc version 
2.26.9000+20180105.a6d0afb5-0experimental0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: releasing package glibc version 2.26.9000+20180105.a6d0afb5-0experimental0

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.27
in repository glibc.

commit 05a5204641a5b3e5f8983e4fea9ede227e372182
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Fri Jan 5 22:12:13 2018 +0100

releasing package glibc version 2.26.9000+20180105.a6d0afb5-0experimental0
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f547647..da27429 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-glibc (2.26.9000+20180105.a6d0afb5-1) UNRELEASED; urgency=medium
+glibc (2.26.9000+20180105.a6d0afb5-0experimental0) experimental; urgency=medium
 
   * New upstream snapshot from 20180105:
 - debian/patches/git-updates.diff: remove and disable.
@@ -97,7 +97,7 @@ glibc (2.26.9000+20180105.a6d0afb5-1) UNRELEASED; 
urgency=medium
 to report missing protection key support when the syscalls have been
 wired.
 
- -- Aurelien Jarno <aure...@debian.org>  Fri, 05 Jan 2018 21:37:56 +0100
+ -- Aurelien Jarno <aure...@debian.org>  Fri, 05 Jan 2018 22:08:07 +0100
 
 glibc (2.26-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch glibc-2.27 created (now bd0dda3)

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch glibc-2.27
in repository glibc.

at  bd0dda3   debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as 
XFAIL on alpha, arm64 and mips*, as there is a disagreement between kernel and 
glibc how to report missing protection key support when the syscalls have been 
wired.

This branch includes the following new commits:

   new  c40a846   New upstream snapshot from 20180105:
   new  bd0dda3   debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as 
XFAIL on alpha, arm64 and mips*, as there is a disagreement between kernel and 
glibc how to report missing protection key support when the syscalls have been 
wired.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 02/02: debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as XFAIL on alpha, arm64 and mips*, as there is a disagreement between kernel and glibc how to report missing protection key support

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.27
in repository glibc.

commit bd0dda3cbfcd616fd1dc2a19f1e76cd5180ccc76
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Fri Jan 5 21:38:44 2018 +0100

debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as XFAIL on alpha, 
arm64 and mips*, as there is a disagreement between kernel and glibc how to 
report missing protection key support when the syscalls have been wired.
---
 debian/changelog |  4 
 debian/testsuite-xfail-debian.mk | 12 
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2c2ca6a..f547647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -92,6 +92,10 @@ glibc (2.26.9000+20180105.a6d0afb5-1) UNRELEASED; 
urgency=medium
   libieee.a.
 - debian/testsuite-xfail-debian.mk: rename math XFAILs: float -> float32,
   double -> float64, ldouble -> float128.
+  * debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as XFAIL on alpha,
+arm64 and mips*, as there is a disagreement between kernel and glibc how
+to report missing protection key support when the syscalls have been
+wired.
 
  -- Aurelien Jarno <aure...@debian.org>  Fri, 05 Jan 2018 21:37:56 +0100
 
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index e8351df..b23a3bb 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -85,6 +85,10 @@ test-xfail-tst-waitid = yes
 test-xfail-tst-writev = yes
 test-xfail-XOPEN2K8/netdb.h/conform = yes
 test-xfail-XOPEN2K/netdb.h/conform = yes
+
+# There is not support for protection key on Alpha yet, and there is a
+# disagreement between kernel and glibc how to report that.
+test-xfail-tst-pkey = yes
 endif
 
 
@@ -115,6 +119,10 @@ test-xfail-tst-stack4 = yes
 
 # This can be removed once bug#750834 is fixed
 test-xfail-basic-test = yes
+
+# There is not support for protection key on ARM64 yet, and there is a
+# disagreement between kernel and glibc how to report that.
+test-xfail-tst-pkey = yes
 endif
 
 
@@ -825,6 +833,10 @@ test-xfail-test-float32-finite-fma = yes
 # the conversion and a new qNaN is generated.
 test-xfail-tst-strfrom = yes
 test-xfail-tst-strfrom-locale = yes
+
+# There is not support for protection key on MIPS yet, and there is a
+# disagreement between kernel and glibc how to report that.
+test-xfail-tst-pkey = yes
 endif
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



glibc_2.26-2_source.changes ACCEPTED into unstable

2018-01-05 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jan 2018 19:09:39 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.26-2
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 886301
Changes:
 glibc (2.26-2) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * patches/hurd-i386/unsubmitted-mount_namespace.diff: Rename to
 git-mount_namespace.diff.
 .
   [ Helmut Grohne ]
   * debian/rules.d/build.mk: Remove a left-over closing brace, breaking
 stage 1.  Closes: #886301.
 .
   [ Aurelien Jarno ]
   * debian/sysdeps/hppa.mk: increase TIMEOUTFACTOR to 600 on HPPA.
Checksums-Sha1:
 7f275b72954d2dc8106cb52b5e0764c93c5f912a 8799 

Bug#886301: marked as done (glibc: logme removal accidentally breaks stage1)

2018-01-05 Thread Debian Bug Tracking System
Your message dated Fri, 05 Jan 2018 18:34:38 +
with message-id 
and subject line Bug#886301: fixed in glibc 2.26-2
has caused the Debian Bug report #886301,
regarding glibc: logme removal accidentally breaks stage1
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.)


-- 
886301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.26-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Hi Aurelien,

pkg-glibc commit 74784d0d9e06adb57047548685e79ea0223a05ac
("debian/rules, debian/rules.d/build.mk: stop logging build/check
messages to files, both sbuild and debuild are able to do that.")
accidentally breaks stage1. It fails to remove a closing brace
corresponding to a prior logme call for install-headers, which is stage1
only code. It's a simple typo.

Helmut

--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -166,7 +166,7 @@
 ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
$(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) \
cross-compiling=yes install_root=$(CURDIR)/debian/tmp-$(curpass)
\
-   install-bootstrap-headers=yes install-headers )
+   install-bootstrap-headers=yes install-headers

install -d $(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)
install -m 644 $(DEB_BUILDDIR)/csu/crt[01in].o 
$(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)/.
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.26-2

We believe that the bug you reported is fixed in the latest version of
glibc, 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 886...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno  (supplier of updated glibc 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: SHA512

Format: 1.8
Date: Fri, 05 Jan 2018 19:09:39 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.26-2
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for 

Processing of glibc_2.26-2_source.changes

2018-01-05 Thread Debian FTP Masters
glibc_2.26-2_source.changes uploaded successfully to localhost
along with the files:
  glibc_2.26-2.dsc
  glibc_2.26-2.debian.tar.xz
  glibc_2.26-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[glibc] annotated tag debian/2.26-2 created (now 3923eca)

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to annotated tag debian/2.26-2
in repository glibc.

at  3923eca   (tag)
   tagging  2320a1e2f5ff910de51b0b1c36ad39ab7b419ce3 (commit)
  replaces  debian/2.26-1
 tagged by  Aurelien Jarno
on  Fri Jan 5 19:09:47 2018 +0100

- Log -
tagging package glibc version debian/2.26-2
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlpPv2sACgkQE4jA+Jno
M2sMFhAAgbukQ6U7+Dyih1c639OzkcGqUOt60vzvHdJ2LQGXTAku7SPq3lPGyE1P
yT94Koliy2nXjWDm4iXHEp8W4RgzFpNXc3W7OQz0vDzOBmsGExR5am4OC9DLgUmT
/3LOeN/QXdSDIXlRlerZtWLqiclx0RDA8rUv/69AeW72E0t2U7FokA5IzfQsPtjK
1nKsf4ihI7S066acf+wwZO1BmnLBaQ3amv+JoQ1GzOLahh2sJej3wVG4GcqQQnBx
jvFuZ01YZtD990sq95h/sesV7umm/NpeFrHtFlZppUQ/wfsRRRwOVB21R5MpucTy
owXgxoHYJDr1WafltdOJa9X+cWGLqSxVYqgDQ8B5R+dzzZlj7wkpprdjT/xu8CX+
F/HrmlocDT2lbgY5Jqq8IksBFnnyuR+ERLqRFLqwi1en0avKrEvhg6FFwN/Ep81n
z3L+1pOJOc0KVfLa6XCyyzuYZvJwF0C6aFZKEC/PKxazkbz12XJXHUGx0wv+Xzxu
RsYCu48ATFy1+azqfzKTOq2vXJ6aorWoyqYWLfGVDkPW9OBaSnnICaU1x9aVT4/x
ty8NpLdPdvAhmxWjzpNh0smdjwddUCfTUjVMl8wxnAQ5Sg+Z+1anbTYYL4c8NdFC
Xneyg29YorHKJZh3LKqu5v5f2a8wXMpWuXjNSvHROvR2dmOPd0Y=
=ouUK
-END PGP SIGNATURE-

Aurelien Jarno (3):
  debian/rules.d/build.mk: Remove a left-over closing brace, breaking stage 
1.  Closes: #886301.
  debian/sysdeps/hppa.mk: increase TIMEOUTFACTOR to 600 on HPPA.
  releasing package glibc version 2.26-2

Samuel Thibault (1):
  patches/hurd-i386/unsubmitted-mount_namespace.diff: Rename to 
git-mount_namespace.diff.

---

This annotated tag includes the following new commits:

   new  2320a1e   releasing package glibc version 2.26-2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch sid updated (c44a9f8 -> 2320a1e)

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository glibc.

  from  c44a9f8   debian/sysdeps/hppa.mk: increase TIMEOUTFACTOR to 600 on 
HPPA.
   new  2320a1e   releasing package glibc version 2.26-2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: releasing package glibc version 2.26-2

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 2320a1e2f5ff910de51b0b1c36ad39ab7b419ce3
Author: Aurelien Jarno 
Date:   Fri Jan 5 19:09:47 2018 +0100

releasing package glibc version 2.26-2
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 80e74b7..c194563 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-glibc (2.26-2) UNRELEASED; urgency=medium
+glibc (2.26-2) unstable; urgency=medium
 
   [ Samuel Thibault ]
   * patches/hurd-i386/unsubmitted-mount_namespace.diff: Rename to
@@ -11,7 +11,7 @@ glibc (2.26-2) UNRELEASED; urgency=medium
   [ Aurelien Jarno ]
   * debian/sysdeps/hppa.mk: increase TIMEOUTFACTOR to 600 on HPPA.
 
- -- Aurelien Jarno   Wed, 03 Jan 2018 18:30:46 +0100
+ -- Aurelien Jarno   Fri, 05 Jan 2018 19:09:39 +0100
 
 glibc (2.26-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] branch sid updated (9f00e34 -> c44a9f8)

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository glibc.

  from  9f00e34   debian/rules.d/build.mk: Remove a left-over closing 
brace, breaking stage 1.  Closes: #886301.
   new  c44a9f8   debian/sysdeps/hppa.mk: increase TIMEOUTFACTOR to 600 on 
HPPA.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 3 +++
 debian/sysdeps/hppa.mk | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



[glibc] 01/01: debian/sysdeps/hppa.mk: increase TIMEOUTFACTOR to 600 on HPPA.

2018-01-05 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit c44a9f800b0154dd36dcbbb7d01879d3518996c6
Author: Aurelien Jarno 
Date:   Fri Jan 5 10:26:08 2018 +0100

debian/sysdeps/hppa.mk: increase TIMEOUTFACTOR to 600 on HPPA.
---
 debian/changelog   | 3 +++
 debian/sysdeps/hppa.mk | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dd03946..80e74b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ glibc (2.26-2) UNRELEASED; urgency=medium
   * debian/rules.d/build.mk: Remove a left-over closing brace, breaking
 stage 1.  Closes: #886301.
 
+  [ Aurelien Jarno ]
+  * debian/sysdeps/hppa.mk: increase TIMEOUTFACTOR to 600 on HPPA.
+
  -- Aurelien Jarno   Wed, 03 Jan 2018 18:30:46 +0100
 
 glibc (2.26-1) unstable; urgency=medium
diff --git a/debian/sysdeps/hppa.mk b/debian/sysdeps/hppa.mk
index 7c7fbf0..e644c50 100644
--- a/debian/sysdeps/hppa.mk
+++ b/debian/sysdeps/hppa.mk
@@ -1,5 +1,5 @@
 # HPPA build daemons are very slow
-TIMEOUTFACTOR=100
+TIMEOUTFACTOR=600
 
 # hppa64 needs symlink /usr/hppa64-linux/include to /usr/include
 # (See: Bug#239020)  In future we may drop this file with supporting hppa64.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git