Processed: tagging 673596

2012-11-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 673596 + pending
Bug #673596 [libc6] libc6: tst-eintr1 fails (tf1: pthread_create failed: 
Resource temporarily unavailable)
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673596: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673596
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135392130118008.transcr...@bugs.debian.org



r5417 - in glibc-package/branches/eglibc-2.16/debian: . patches patches/any

2012-11-26 Thread Adam Conrad
Author: adconrad
Date: 2012-11-26 09:14:50 + (Mon, 26 Nov 2012)
New Revision: 5417

Added:
   
glibc-package/branches/eglibc-2.16/debian/patches/any/local-tst-eintr1-eagain.diff
Modified:
   glibc-package/branches/eglibc-2.16/debian/changelog
   glibc-package/branches/eglibc-2.16/debian/patches/series
Log:
patches/any/local-tst-eintr1-eagain.diff: new patch to work around
a race that lets pthread_create hit resource limits when the kernel
takes too long to clean up after joined threads.  (closes: #673596)

Modified: glibc-package/branches/eglibc-2.16/debian/changelog
===
--- glibc-package/branches/eglibc-2.16/debian/changelog 2012-11-26 04:15:29 UTC 
(rev 5416)
+++ glibc-package/branches/eglibc-2.16/debian/changelog 2012-11-26 09:14:50 UTC 
(rev 5417)
@@ -29,6 +29,11 @@
   * debian/testsuite-checking/compare.sh: accept the build directory as an
 argument.
 
+  [ Jonathan Nieder ]
+  * patches/any/local-tst-eintr1-eagain.diff: new patch to work around
+a race that lets pthread_create hit resource limits when the kernel
+takes too long to clean up after joined threads.  (closes: #673596)
+
  -- Adam Conrad adcon...@0c3.net  Sun, 25 Nov 2012 01:18:07 -0700
 
 eglibc (2.16-0experimental0) experimental; urgency=low

Added: 
glibc-package/branches/eglibc-2.16/debian/patches/any/local-tst-eintr1-eagain.diff
===
--- 
glibc-package/branches/eglibc-2.16/debian/patches/any/local-tst-eintr1-eagain.diff
  (rev 0)
+++ 
glibc-package/branches/eglibc-2.16/debian/patches/any/local-tst-eintr1-eagain.diff
  2012-11-26 09:14:50 UTC (rev 5417)
@@ -0,0 +1,25 @@
+2012-06-06  Jonathan Nieder  jrnie...@gmail.com
+
+   * nptl/tst-eintr1.c (tf1): Tolerate EAGAIN from pthread_create.
+
+---
+
+--- a/nptl/tst-eintr1.c
 b/nptl/tst-eintr1.c
+@@ -49,6 +49,16 @@
+ puts (pthread_create returned EINTR);
+ exit (1);
+   }
++if (e == EAGAIN)
++  {
++/* The kernel might not have processed the last few
++   pthread_join()s yet.  Tolerate that, but record the
++   event in test output so attentive people reading
++   logs can notice if pthread_join() stops working
++   altogether.  */
++write (STDOUT_FILENO, !, 1);
++continue;
++  }
+ 
+ char buf[100];
+ printf (tf1: pthread_create failed: %s\n,

Modified: glibc-package/branches/eglibc-2.16/debian/patches/series
===
--- glibc-package/branches/eglibc-2.16/debian/patches/series2012-11-26 
04:15:29 UTC (rev 5416)
+++ glibc-package/branches/eglibc-2.16/debian/patches/series2012-11-26 
09:14:50 UTC (rev 5417)
@@ -247,3 +247,4 @@
 any/cvs-cxxheaders-detection1.diff
 any/cvs-cxxheaders-detection2.diff
 any/cvs-cxxheaders-detection3.diff
+any/local-tst-eintr1-eagain.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tcuma-00026t...@vasks.debian.org



r5418 - glibc-package/branches/eglibc-2.16/debian

2012-11-26 Thread Adam Conrad
Author: adconrad
Date: 2012-11-26 09:21:06 + (Mon, 26 Nov 2012)
New Revision: 5418

Modified:
   glibc-package/branches/eglibc-2.16/debian/changelog
Log:
New changelog entry

Modified: glibc-package/branches/eglibc-2.16/debian/changelog
===
--- glibc-package/branches/eglibc-2.16/debian/changelog 2012-11-26 09:14:50 UTC 
(rev 5417)
+++ glibc-package/branches/eglibc-2.16/debian/changelog 2012-11-26 09:21:06 UTC 
(rev 5418)
@@ -1,3 +1,9 @@
+eglibc (2.16-0experimental2) UNRELEASED; urgency=low
+
+  * 
+
+ -- Adam Conrad adcon...@ubuntu.com  Mon, 26 Nov 2012 02:20:40 -0700
+
 eglibc (2.16-0experimental1) experimental; urgency=low
 
   [ Adam Conrad ]


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tcuse-0002rm...@vasks.debian.org



Processing of eglibc_2.16-0experimental1_multi.changes

2012-11-26 Thread Debian FTP Masters
eglibc_2.16-0experimental1_multi.changes uploaded successfully to localhost
along with the files:
  eglibc_2.16-0experimental1.dsc
  eglibc_2.16-0experimental1.debian.tar.xz
  glibc-doc_2.16-0experimental1_all.deb
  eglibc-source_2.16-0experimental1_all.deb
  locales_2.16-0experimental1_all.deb
  libc6_2.16-0experimental1_i386.deb
  libc6-dev_2.16-0experimental1_i386.deb
  libc6-prof_2.16-0experimental1_i386.deb
  libc6-pic_2.16-0experimental1_i386.deb
  libc-bin_2.16-0experimental1_i386.deb
  libc-dev-bin_2.16-0experimental1_i386.deb
  multiarch-support_2.16-0experimental1_i386.deb
  locales-all_2.16-0experimental1_i386.deb
  libc6-i686_2.16-0experimental1_i386.deb
  libc6-xen_2.16-0experimental1_i386.deb
  libc6-amd64_2.16-0experimental1_i386.deb
  libc6-dev-amd64_2.16-0experimental1_i386.deb
  libc6-x32_2.16-0experimental1_i386.deb
  libc6-dev-x32_2.16-0experimental1_i386.deb
  nscd_2.16-0experimental1_i386.deb
  libc6-dbg_2.16-0experimental1_i386.deb
  libc6-udeb_2.16-0experimental1_i386.udeb
  libnss-dns-udeb_2.16-0experimental1_i386.udeb
  libnss-files-udeb_2.16-0experimental1_i386.udeb
  libc6_2.16-0experimental1_amd64.deb
  libc6-dev_2.16-0experimental1_amd64.deb
  libc6-prof_2.16-0experimental1_amd64.deb
  libc6-pic_2.16-0experimental1_amd64.deb
  libc-bin_2.16-0experimental1_amd64.deb
  libc-dev-bin_2.16-0experimental1_amd64.deb
  multiarch-support_2.16-0experimental1_amd64.deb
  locales-all_2.16-0experimental1_amd64.deb
  libc6-i386_2.16-0experimental1_amd64.deb
  libc6-dev-i386_2.16-0experimental1_amd64.deb
  libc6-x32_2.16-0experimental1_amd64.deb
  libc6-dev-x32_2.16-0experimental1_amd64.deb
  nscd_2.16-0experimental1_amd64.deb
  libc6-dbg_2.16-0experimental1_amd64.deb
  libc6-udeb_2.16-0experimental1_amd64.udeb
  libnss-dns-udeb_2.16-0experimental1_amd64.udeb
  libnss-files-udeb_2.16-0experimental1_amd64.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tcuzk-000313...@franck.debian.org



eglibc_2.16-0experimental1_multi.changes is NEW

2012-11-26 Thread Debian FTP Masters
Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tcv4n-0003mr...@franck.debian.org



Re: Issue with upgrading libc6-dev-amd64:i386 to 2.16

2012-11-26 Thread Adam Conrad
On Thu, Oct 25, 2012 at 11:06:42AM -0700, Daniel Schepler wrote:
 Hi, I just noticed that you merged my x32 changes into the SVN
 eglibc-2.16 branch - thanks.  I just thought I'd give you a heads-up
 on an issue I saw while doing these changes: if I upgrade
 libc6-dev-amd64 in an i386 chroot from 2.13-35 to 2.16-0experimental0,
 several header files under /usr/include/bits get lost.

This is fixed now in -0experimental1, just uploaded.  Thanks for
this message, it served as a subtle reminder to dig deeper into
the issue.

... Adam


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121126094744.gi29...@0c3.net



Bug#673596: marked as done (libc6: tst-eintr1 fails (tf1: pthread_create failed: Resource temporarily unavailable))

2012-11-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Nov 2012 11:00:08 +
with message-id e1tcwq4-00087f...@franck.debian.org
and subject line Bug#673596: fixed in eglibc 2.16-0experimental1
has caused the Debian Bug report #673596,
regarding libc6: tst-eintr1 fails (tf1: pthread_create failed: Resource 
temporarily unavailable)
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.)


-- 
673596: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673596
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6
Version: 2.13-32
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,
   * What led up to the situation?
I wanted to build a debug/local version to see the source file/line number of a
segfault in libc6 kdbg
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
apt-get source libc6
sudo apt-get build-dep libc6
cd eglibc-2.13
dch -l local 'buckyball'
debuild -us -uc -b -j7
   * What was the outcome of this action?
make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory `/v3c/downloads/debian/eglibc-2.13'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/v3c/downloads/debian/eglibc-2.13/build-
tree/amd64-libc'
#
# Testsuite failures, someone should be working towards
# fixing these! They are listed here for the purpose of
# regression testing during builds.
# Format: Failed test, Error Make error code [(ignored)]
#
annexc.out, Error 1 (ignored)
tst-eintr1.out, Error 1
tst-writev.out, Error 1
***
Encountered regressions that don't match expected failures:
tst-eintr1.out, Error 1

   * What outcome did you expect instead?
Binary package(s) to instsll.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin  2.13-32
ii  libgcc1   1:4.7.0-7

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.43
ii  glibc-doc  2.13-32
ii  locales2.13-32

-- debconf information:
  glibc/upgrade: true
  glibc/restart-services:
  libraries/restart-without-asking: false
  glibc/disable-screensaver:
  glibc/restart-failed:


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.16-0experimental1

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

Debian distribution maintenance software
pp.
Adam Conrad adcon...@0c3.net (supplier of updated eglibc 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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Nov 2012 01:18:07 -0700
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc6-armhf libc6-dev-armhf libc6-armel 
libc6-dev-armel libc0.1-i386 libc0.1-dev-i386 libc6-x32 libc6-dev-x32 
libc6-i686 libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: all amd64 i386 source
Version: 2.16-0experimental1
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Adam Conrad adcon...@0c3.net
Closes: 673596 693852
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc0.1-dbg - Embedded 

Bug#693852: marked as done (eglibc: please include m68k bugfix)

2012-11-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Nov 2012 11:00:08 +
with message-id e1tcwq4-00087i...@franck.debian.org
and subject line Bug#693852: fixed in eglibc 2.16-0experimental1
has caused the Debian Bug report #693852,
regarding eglibc: please include m68k bugfix
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.)


-- 
693852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693852
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: eglibc
Severity: wishlist

Hi,

can you please apply the following patch to, I guess, the next eglibc
upload after the unfreeze? I just threw it into an unpacked 2.13-36 tree
as debian/patches/m68k/cvs-fix-cancellable-syscall-with-5-or-6-arguments.diff
and updated the series file, and it worked for me:

 eglibc (2.13-36~m68k.1) unreleased; urgency=low
 .
   * Apply “m68k: fix cancellable syscall with 5 or 6 arguments”
 patch from Andreas Schwab

http://sourceware.org/git/?p=glibc.git;a=commit;h=67f2b51c62cb0367e30f26a8865d77fc6461bdb3
via Message-ID: m2fw46hhs3@igel.home

This patch is almost certainly responsible for fixing crashes in
programs using libatomic-ops due to register corruption.

Merci,
//mirabilos
-- 
Darwinism never[…]applied to wizardkind. There's a more than fair amount of[…]
stupidity in its gene-pool[…]never eradicated[…]magic evens the odds that way.
It's[…]harder to die for us than[…]muggles[…]wonder if, as technology[…]better
[…]same will[…]happen there too. Dursleys' continued existence indicates so.
---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.16-0experimental1

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

Debian distribution maintenance software
pp.
Adam Conrad adcon...@0c3.net (supplier of updated eglibc 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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Nov 2012 01:18:07 -0700
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc6-armhf libc6-dev-armhf libc6-armel 
libc6-dev-armel libc0.1-i386 libc0.1-dev-i386 libc6-x32 libc6-dev-x32 
libc6-i686 libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: all amd64 i386 source
Version: 2.16-0experimental1
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Adam Conrad adcon...@0c3.net
Closes: 673596 693852
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - Embedded GNU C Library: 32bit development libraries for 
AMD64
 libc0.1- Embedded GNU C Library: Shared libraries
 libc0.1-i386 - Embedded GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - Embedded GNU C Library: PIC archive library
 libc0.1-prof - Embedded GNU C Library: Profiling Libraries
 libc0.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.3-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.3- Embedded GNU C Library: Shared libraries
 libc0.3-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.3-pic - Embedded GNU C Library: PIC archive library
 libc0.3-prof - 

eglibc_2.16-0experimental1_multi.changes ACCEPTED into experimental, experimental

2012-11-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Nov 2012 01:18:07 -0700
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc6-armhf libc6-dev-armhf libc6-armel 
libc6-dev-armel libc0.1-i386 libc0.1-dev-i386 libc6-x32 libc6-dev-x32 
libc6-i686 libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: all amd64 i386 source
Version: 2.16-0experimental1
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Adam Conrad adcon...@0c3.net
Closes: 673596 693852
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - Embedded GNU C Library: 32bit development libraries for 
AMD64
 libc0.1- Embedded GNU C Library: Shared libraries
 libc0.1-i386 - Embedded GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - Embedded GNU C Library: PIC archive library
 libc0.1-prof - Embedded GNU C Library: Profiling Libraries
 libc0.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.3-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.3- Embedded GNU C Library: Shared libraries
 libc0.3-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.3-pic - Embedded GNU C Library: PIC archive library
 libc0.3-prof - Embedded GNU C Library: Profiling Libraries
 libc0.3-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - Embedded GNU C Library: Shared libraries [Xen version]
 libc6.1-alphaev67 - Embedded GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc6.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc6.1- Embedded GNU C Library: Shared libraries
 libc6.1-pic - Embedded GNU C Library: PIC archive library
 libc6.1-prof - Embedded GNU C Library: Profiling Libraries
 libc6.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc6-amd64 - Embedded GNU C Library: 64bit Shared libraries for AMD64
 libc6-armel - Embedded GNU C Library: ARM softfp shared libraries for armhf
 libc6-armhf - Embedded GNU C Library: ARM hard float shared libraries for armel
 libc6-dbg  - Embedded GNU C Library: detached debugging symbols
 libc6-dev-amd64 - Embedded GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-armel - Embedded GNU C Library: ARM softfp development libraries for 
armh
 libc6-dev-armhf - Embedded GNU C Library: ARM hard float development libraries 
for
 libc6-dev  - Embedded GNU C Library: Development Libraries and Header Files
 libc6-dev-i386 - Embedded GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips64 - Embedded GNU C Library: 64bit Development Libraries for 
MIPS64
 libc6-dev-mipsn32 - Embedded GNU C Library: n32 Development Libraries for 
MIPS64
 libc6-dev-powerpc - Embedded GNU C Library: 32bit powerpc development 
libraries for p
 libc6-dev-ppc64 - Embedded GNU C Library: 64bit Development Libraries for 
PowerPC64
 libc6-dev-s390 - Embedded GNU C Library: 32bit Development Libraries for IBM 
zSeri
 libc6-dev-s390x - Embedded GNU C Library: 64bit Development Libraries for IBM 
zSeri
 libc6-dev-sparc64 - Embedded GNU C Library: 64bit Development Libraries for 
UltraSPAR
 libc6-dev-x32 - Embedded GNU C Library: X32 ABI Development Libraries for AMD64
 libc6  - Embedded GNU C Library: Shared libraries
 libc6-i386 - Embedded GNU C Library: 32-bit shared libraries for AMD64
 libc6-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc6-loongson2f - Embedded GNU C Library: Shared libraries (Loongson 2F 
optimized)
 libc6-mips64 - Embedded GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - Embedded GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - Embedded GNU C Library: PIC archive library
 libc6-powerpc - Embedded GNU C Library: 32bit powerpc shared libraries for 
ppc64
 libc6-ppc64 - Embedded GNU C Library: 64bit Shared libraries for 

r5419 - in glibc-package/branches/eglibc-2.16/debian: . sysdeps

2012-11-26 Thread Adam Conrad
Author: adconrad
Date: 2012-11-27 02:11:00 + (Tue, 27 Nov 2012)
New Revision: 5419

Modified:
   glibc-package/branches/eglibc-2.16/debian/changelog
   glibc-package/branches/eglibc-2.16/debian/sysdeps/amd64.mk
   glibc-package/branches/eglibc-2.16/debian/sysdeps/i386.mk
Log:
debian/sysdeps/{amd64,i386}.mk: Fix rtlddir for x32 alternate builds.

Modified: glibc-package/branches/eglibc-2.16/debian/changelog
===
--- glibc-package/branches/eglibc-2.16/debian/changelog 2012-11-26 09:21:06 UTC 
(rev 5418)
+++ glibc-package/branches/eglibc-2.16/debian/changelog 2012-11-27 02:11:00 UTC 
(rev 5419)
@@ -1,8 +1,8 @@
 eglibc (2.16-0experimental2) UNRELEASED; urgency=low
 
-  * 
+  * debian/sysdeps/{amd64,i386}.mk: Fix rtlddir for x32 alternate builds.
 
- -- Adam Conrad adcon...@ubuntu.com  Mon, 26 Nov 2012 02:20:40 -0700
+ -- Adam Conrad adcon...@0c3.net  Mon, 26 Nov 2012 02:20:40 -0700
 
 eglibc (2.16-0experimental1) experimental; urgency=low
 

Modified: glibc-package/branches/eglibc-2.16/debian/sysdeps/amd64.mk
===
--- glibc-package/branches/eglibc-2.16/debian/sysdeps/amd64.mk  2012-11-26 
09:21:06 UTC (rev 5418)
+++ glibc-package/branches/eglibc-2.16/debian/sysdeps/amd64.mk  2012-11-27 
02:11:00 UTC (rev 5419)
@@ -46,6 +46,7 @@
 x32_CC = $(DEB_HOST_GNU_TYPE)-$(BASE_CC)-4.7 -mx32
 x32_CXX = $(DEB_HOST_GNU_TYPE)-$(BASE_CXX)-4.7 -mx32
 x32_extra_config_options = $(extra_config_options) --disable-profile
+x32_rtlddir = /libx32
 x32_slibdir = /libx32
 x32_libdir = /usr/libx32
 
@@ -56,4 +57,3 @@
debian/libc6-dev-x32/usr/include/x86_64-linux-gnu/gnu/
 
 endef
-

Modified: glibc-package/branches/eglibc-2.16/debian/sysdeps/i386.mk
===
--- glibc-package/branches/eglibc-2.16/debian/sysdeps/i386.mk   2012-11-26 
09:21:06 UTC (rev 5418)
+++ glibc-package/branches/eglibc-2.16/debian/sysdeps/i386.mk   2012-11-27 
02:11:00 UTC (rev 5419)
@@ -84,6 +84,7 @@
 x32_CC = $(DEB_HOST_GNU_TYPE)-$(BASE_CC)-4.7 -mx32
 x32_CXX = $(DEB_HOST_GNU_TYPE)-$(BASE_CXX)-4.7 -mx32
 x32_extra_config_options = $(extra_config_options) --disable-profile
+x32_rtlddir = /libx32
 x32_slibdir = /libx32
 x32_libdir = /usr/libx32
 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tdady-0005z3...@vasks.debian.org



r5420 - in glibc-package/trunk/debian: . patches patches/hurd-i386

2012-11-26 Thread Samuel Thibault
Author: sthibault
Date: 2012-11-27 02:13:47 + (Tue, 27 Nov 2012)
New Revision: 5420

Added:
   
glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-sigstate_is_global_rcv.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Add patches/hurd-i386/unsubmitted-sigstate_is_global_rcv.diff to fix 
sigstate_is_global_rcv in libpthread-based translators.

Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-11-27 02:11:00 UTC (rev 
5419)
+++ glibc-package/trunk/debian/changelog2012-11-27 02:13:47 UTC (rev 
5420)
@@ -19,6 +19,8 @@
   * Add patches/hurd-i386/submitted-fork_port_leak.diff: New patch to fix port
 leak on fork.
   * libc0.3.symbols.hurd-i386: Add libpthread.so.0.3 symbols.
+  * Add patches/hurd-i386/unsubmitted-sigstate_is_global_rcv.diff to fix
+sigstate_is_global_rcv in libpthread-based translators.
 
  -- Adam Conrad adcon...@0c3.net  Mon, 19 Nov 2012 14:23:26 -0700
 

Added: 
glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-sigstate_is_global_rcv.diff
===
--- 
glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-sigstate_is_global_rcv.diff
(rev 0)
+++ 
glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-sigstate_is_global_rcv.diff
2012-11-27 02:13:47 UTC (rev 5420)
@@ -0,0 +1,20 @@
+commit 6b2fca45129f07f1575a5a6e5a719090b59555d6
+Author: Richard Braun rbr...@sceen.net
+Date:   Wed Sep 5 11:27:05 2012 +0200
+
+Hurd: fix sigstate_is_global_rcv
+
+diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
+index 736ce3d..87c685b 100644
+--- a/hurd/hurdsig.c
 b/hurd/hurdsig.c
+@@ -159,7 +159,8 @@ _hurd_sigstate_set_global_rcv (struct hurd_sigstate *ss)
+ static int
+ sigstate_is_global_rcv (const struct hurd_sigstate *ss)
+ {
+-  return ss-actions[0].sa_handler == SIG_IGN;
++  return (_hurd_global_sigstate != NULL)
++(ss-actions[0].sa_handler == SIG_IGN);
+ }
+ 
+ /* Lock/unlock a hurd_sigstate structure.  If the accessors below require

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2012-11-27 02:11:00 UTC (rev 
5419)
+++ glibc-package/trunk/debian/patches/series   2012-11-27 02:13:47 UTC (rev 
5420)
@@ -211,6 +211,7 @@
 hurd-i386/unsubmitted-gnumach.defs.diff
 hurd-i386/submitted-fork_port_leak.diff
 hurd-i386/libpthread_hurd_cond_wait.diff
+hurd-i386/unsubmitted-sigstate_is_global_rcv.diff
 
 kfreebsd/submitted-libc_once.diff
 kfreebsd/local-getaddrinfo-freebsd-kernel.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tdagg-00065i...@vasks.debian.org