[glibc] branch sid updated (e7e22f8 -> 3a6d87e)

2016-12-08 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch sid
in repository glibc.

  from  e7e22f8   Merge branch 'sid' of /usr/src/glibc-debian/trunk into sid
   new  3a6d87e   hurd: fix trylock error return.

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| 7 +++
 debian/patches/hurd-i386/tg-libpthread-gsync-mutex.diff | 8 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

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



[glibc] 01/01: hurd: fix trylock error return.

2016-12-08 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch sid
in repository glibc.

commit 3a6d87e99cd8f7f916da2dc30d6fb35488009a08
Author: Samuel Thibault 
Date:   Fri Dec 9 01:51:19 2016 +0100

hurd: fix trylock error return.

hurd-i386/tg-libpthread-gsync-mutex.diff: Update patch.
---
 debian/changelog| 7 +++
 debian/patches/hurd-i386/tg-libpthread-gsync-mutex.diff | 8 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 470eda5..4a115b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+glibc (2.24-9) UNRELEASED; urgency=medium
+
+  * hurd-i386/tg-libpthread-gsync-mutex.diff: Update patch, fixes trylock
+error return.
+
+ -- Samuel Thibault   Fri, 09 Dec 2016 01:51:00 +0100
+
 glibc (2.24-8) unstable; urgency=medium
 
   [ Samuel Thibault ]
diff --git a/debian/patches/hurd-i386/tg-libpthread-gsync-mutex.diff 
b/debian/patches/hurd-i386/tg-libpthread-gsync-mutex.diff
index f245153..705d40d 100644
--- a/debian/patches/hurd-i386/tg-libpthread-gsync-mutex.diff
+++ b/debian/patches/hurd-i386/tg-libpthread-gsync-mutex.diff
@@ -194,7 +194,7 @@ new file mode 100644
 index 000..8104fa3
 --- /dev/null
 +++ b/libpthread/sysdeps/mach/hurd/pt-mutex.c
-@@ -0,0 +1,548 @@
+@@ -0,0 +1,552 @@
 +/* Copyright (C) 2016 Free Software Foundation, Inc.
 +   Contributed by Agustina Arzille , 2016.
 +
@@ -477,7 +477,7 @@ index 000..8104fa3
 +  switch (MTX_TYPE (mtxp))
 +{
 +  case PT_MTX_NORMAL:
-+ret = lll_trylock (>__lock);
++ret = lll_trylock (>__lock) == 0 ? 0 : EBUSY;
 +break;
 +
 +  case PT_MTX_RECURSIVE:
@@ -495,6 +495,8 @@ index 000..8104fa3
 +mtx_set_owner (mtxp, self, mtxp->__flags);
 +mtxp->__cnt = 1;
 +  }
++else
++  ret = EBUSY;
 +
 +break;
 +
@@ -502,6 +504,8 @@ index 000..8104fa3
 +self = _pthread_self ();
 +if ((ret = lll_trylock (>__lock)) == 0)
 +  mtx_set_owner (mtxp, self, mtxp->__flags);
++else
++  ret = EBUSY;
 +break;
 +
 +  case PT_MTX_NORMAL | PTHREAD_MUTEX_ROBUST:

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



H-D Owners List

2016-12-08 Thread Louise Craft


Hi,

Hope all's well.

Would you be interested in acquiring an email list of *Harley Davidson 
Owners List* from USA


*We also have data for:-* *1.* Motorcycle Owners List *2.* RV Owners 
List *3.* Boat Owners List *4.* Truck Owners List *5.* Travelers List 
*6.* Health and Fitness list *7.* Pick-UP Truck Owners list *8.* 
Entertainment Enthusiasts List and more.


*Information Fields:–* *Contact Name (First, Middle and Last Name), 
Mailing Address, List type and Opt-in email address.*


All the contacts are opt-in verified, 100 Percent permission based and 
can be used for unlimited multi-channel marketing.


Let me know if you'd be interested in hearing more information about it.

Waiting for your valuable and sincere reply.

Thanks,
Louise Craft
Marketing Lead



Bug#847478: FTBFS: needs to Build-Depends on gperf

2016-12-08 Thread Ximin Luo
Package: glibc
Version: 2.24-7
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

whilst trying to build glibc:

/usr/bin/install -c -m 644 
/tmp/debrepro.uGH5xEsmL1/build/source/build-tree/amd64-libc/gnu/lib-names-64.h 
/tmp/debrepro.uGH5xEsmL1/build/source/debian/tmp-libc/usr/include/gnu/lib-names-64.h
/usr/bin/install -c -m 644 
/tmp/debrepro.uGH5xEsmL1/build/source/build-tree/amd64-libc/libBrokenLocale.map 
/tmp/debrepro.uGH5xEsmL1/build/source/debian/tmp-libc/usr/lib/x86_64-linux-gnu/libBrokenLocale_pic.map
cd programs \
&& gperf -acCgopt -k1,2,5,9,$ -L ANSI-C -N charmap_hash charmap-kw.gperf > 
charmap-kw.h.new
/bin/bash: line 1: gperf: command not found
Makefile:66: recipe for target 'programs/charmap-kw.h' failed
make[3]: *** [programs/charmap-kw.h] Error 127
make[3]: Leaving directory '/tmp/debrepro.uGH5xEsmL1/build/source/locale'
Makefile:230: recipe for target 'locale/subdir_install' failed
make[2]: *** [locale/subdir_install] Error 2
make[2]: Leaving directory '/tmp/debrepro.uGH5xEsmL1/build/source'
Makefile:12: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory 
'/tmp/debrepro.uGH5xEsmL1/build/source/build-tree/amd64-libc'
debian/rules.d/build.mk:162: recipe for target 
'/tmp/debrepro.uGH5xEsmL1/build/source/stamp-dir/install_libc' failed
make: *** [/tmp/debrepro.uGH5xEsmL1/build/source/stamp-dir/install_libc] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

I: artifacts left in /tmp/debrepro.uGH5xEsmL1

Probably this just needs a Build-Depends: gperf, I am trying the build again 
now.

X

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (300, 'unstable'), (200, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)