Processed: tagging 583911

2010-06-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 583911 + pending
Bug #583911 [libc6] libc6: syscall() doesn't support 6 args system calls on 
alpha
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
583911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583911
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.127598058417659.transcr...@bugs.debian.org



r4331 - in glibc-package/trunk/debian: . patches patches/alpha

2010-06-08 Thread Aurelien Jarno
Author: aurel32
Date: 2010-06-08 07:01:59 + (Tue, 08 Jun 2010)
New Revision: 4331

Added:
   glibc-package/trunk/debian/patches/alpha/submitted-syscall.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * Add patches/alpha/submitted-syscall.diff from Mike Hommey to add support
for 6th argument system calls on alpha.  Closes: bug#583911.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2010-06-07 15:50:39 UTC (rev 
4330)
+++ glibc-package/trunk/debian/changelog2010-06-08 07:01:59 UTC (rev 
4331)
@@ -14,8 +14,10 @@
   * mips testsuite: allow failure of tst-tls3 as it is not a regression.
   * Add patches/any/submitted-string2-strcmp.diff to fix warnings in the
 testsuite on armel.
+  * Add patches/alpha/submitted-syscall.diff from Mike Hommey to add support
+for 6th argument system calls on alpha.  Closes: bug#583911.
 
- -- Aurelien Jarno aure...@debian.org  Mon, 07 Jun 2010 17:47:07 +0200
+ -- Aurelien Jarno aure...@debian.org  Tue, 08 Jun 2010 08:59:00 +0200
 
 eglibc (2.11.1-2) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/alpha/submitted-syscall.diff
===
--- glibc-package/trunk/debian/patches/alpha/submitted-syscall.diff 
(rev 0)
+++ glibc-package/trunk/debian/patches/alpha/submitted-syscall.diff 
2010-06-08 07:01:59 UTC (rev 4331)
@@ -0,0 +1,32 @@
+2009-05-31  Mike Hommey   mh+report...@glandium.org
+
+   * sysdeps/unix/sysv/linux/alpha/syscall.S: add support for 6th
+   argument.
+
+--- a/ports/sysdeps/unix/sysv/linux/alpha/syscall.S
 b/ports/sysdeps/unix/sysv/linux/alpha/syscall.S
+@@ -31,13 +31,13 @@
+  *
+  * Usage:
+  *
+- * long   syscall(syscall_number, arg1, arg2, arg3, arg4, arg5)
++ * long   syscall(syscall_number, arg1, arg2, arg3, arg4, arg5, arg6)
+  *
+  * syscall_number = the index of the system call we're invoking
+- * arg1-arg5 = up to 5 integer arguments to the system call
++ * arg1-arg6 = up to 6 integer arguments to the system call
+  *
+  * We need to do some arg shifting: the kernel expects the
+- * syscall number in v0 and the first five args in a0-a4.
++ * syscall number in v0 and the first six args in a0-a5.
+  *
+  */
+ 
+@@ -60,6 +60,7 @@
+   mov a3, a2
+   mov a4, a3
+   mov a5, a4
++  ldq a5,0(sp)/* arg6 - a5 */
+ 
+   call_pal PAL_callsys/* Invoke system call */
+   bne a3, $error

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2010-06-07 15:50:39 UTC (rev 
4330)
+++ glibc-package/trunk/debian/patches/series   2010-06-08 07:01:59 UTC (rev 
4331)
@@ -56,6 +56,7 @@
 alpha/local-fcntl_h.diff
 alpha/local-longjmp-chk.diff
 alpha/local-lowlevellock.diff
+alpha/submitted-syscall.diff
 
 amd64/local-biarch.diff
 amd64/local-clone.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/e1olspc-0008w1...@alioth.debian.org



Processed: tagging 551903

2010-06-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 551903 + pending
Bug #551903 [libc6-i686] libc6-i686 pthread_cond_wait fails to reacquire mutex 
upon cancellation
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
551903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551903
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.127598420910914.transcr...@bugs.debian.org



r4333 - glibc-package/trunk/debian/patches

2010-06-08 Thread Aurelien Jarno
Author: aurel32
Date: 2010-06-08 08:04:39 + (Tue, 08 Jun 2010)
New Revision: 4333

Modified:
   glibc-package/trunk/debian/patches/series
Log:
Fix for i386/local-cpuid-level2.diff


Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2010-06-08 08:03:03 UTC (rev 
4332)
+++ glibc-package/trunk/debian/patches/series   2010-06-08 08:04:39 UTC (rev 
4333)
@@ -133,6 +133,7 @@
 i386/local-biarch.diff
 i386/local-clone.diff
 i386/local-cmov.diff
+i386/local-cpuid-level2.diff
 i386/local-linuxthreads-gscope.diff
 i386/local-pthread_cond_wait.diff
 i386/submitted-i686-timing.diff
@@ -242,5 +243,4 @@
 any/cvs-umount-nofollow.diff
 any/cvs-glob.diff
 any/local-dlfptr.diff
-any/local-cpuid-level2.diff
 any/submitted-string2-strcmp.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/e1oltnf-0004uw...@alioth.debian.org



r4334 - glibc-package/trunk/debian/patches/i386

2010-06-08 Thread Aurelien Jarno
Author: aurel32
Date: 2010-06-08 09:00:23 + (Tue, 08 Jun 2010)
New Revision: 4334

Modified:
   glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff
Log:
Also remove i586/pthread_cond_wait.S and i686/pthread_cond_wait.S


Modified: glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff
===
--- glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff
2010-06-08 08:04:39 UTC (rev 4333)
+++ glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff
2010-06-08 09:00:23 UTC (rev 4334)
@@ -645,3 +645,49 @@
 -DW.ref.__gcc_personality_v0:
 -  .long   __gcc_personality_v0
 -#endif
+--- nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S
 /dev/null
+@@ -1,20 +0,0 @@
+-/* Copyright (C) 2003 Free Software Foundation, Inc.
+-   This file is part of the GNU C Library.
+-   Contributed by Ulrich Drepper drep...@redhat.com, 2003.
+-
+-   The GNU C Library is free software; you can redistribute it and/or
+-   modify it under the terms of the GNU Lesser General Public
+-   License as published by the Free Software Foundation; either
+-   version 2.1 of the License, or (at your option) any later version.
+-
+-   The GNU C Library is distributed in the hope that it will be useful,
+-   but WITHOUT ANY WARRANTY; without even the implied warranty of
+-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+-   Lesser General Public License for more details.
+-
+-   You should have received a copy of the GNU Lesser General Public
+-   License along with the GNU C Library; if not, write to the Free
+-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+-   02111-1307 USA.  */
+-
+-#include ../i486/pthread_cond_wait.S
+--- a/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S
 /dev/null
+@@ -1,20 +0,0 @@
+-/* Copyright (C) 2003 Free Software Foundation, Inc.
+-   This file is part of the GNU C Library.
+-   Contributed by Ulrich Drepper drep...@redhat.com, 2003.
+-
+-   The GNU C Library is free software; you can redistribute it and/or
+-   modify it under the terms of the GNU Lesser General Public
+-   License as published by the Free Software Foundation; either
+-   version 2.1 of the License, or (at your option) any later version.
+-
+-   The GNU C Library is distributed in the hope that it will be useful,
+-   but WITHOUT ANY WARRANTY; without even the implied warranty of
+-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+-   Lesser General Public License for more details.
+-
+-   You should have received a copy of the GNU Lesser General Public
+-   License along with the GNU C Library; if not, write to the Free
+-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+-   02111-1307 USA.  */
+-
+-#include ../i486/pthread_cond_wait.S


-- 
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/e1olufe-0005lq...@alioth.debian.org



r4335 - glibc-package/trunk/debian/patches/i386

2010-06-08 Thread Aurelien Jarno
Author: aurel32
Date: 2010-06-08 09:07:13 + (Tue, 08 Jun 2010)
New Revision: 4335

Modified:
   glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff
Log:
Fix patchlevel


Modified: glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff
===
--- glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff
2010-06-08 09:00:23 UTC (rev 4334)
+++ glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff
2010-06-08 09:07:13 UTC (rev 4335)
@@ -645,7 +645,7 @@
 -DW.ref.__gcc_personality_v0:
 -  .long   __gcc_personality_v0
 -#endif
 nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S
+--- a/nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S
 +++ /dev/null
 @@ -1,20 +0,0 @@
 -/* Copyright (C) 2003 Free Software Foundation, Inc.


-- 
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/e1olumh-0007dx...@alioth.debian.org



r4336 - glibc-package/trunk/debian

2010-06-08 Thread Aurelien Jarno
Author: aurel32
Date: 2010-06-08 10:47:19 + (Tue, 08 Jun 2010)
New Revision: 4336

Modified:
   glibc-package/trunk/debian/changelog
Log:
Upload to unstable


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2010-06-08 09:07:13 UTC (rev 
4335)
+++ glibc-package/trunk/debian/changelog2010-06-08 10:47:19 UTC (rev 
4336)
@@ -1,4 +1,4 @@
-eglibc (2.11.1-3) UNRELEASED; urgency=low
+eglibc (2.11.1-3) unstable; urgency=low
 
   [ Samuel Thibault ]
   * Add patches/hurd-i386/cvs-linkat.diff to fix new coreutils' ln.
@@ -21,7 +21,7 @@
 the mutex on cancellation (instead of unwinding for the assembly 
 version).  Closes: bug#551903.
 
- -- Aurelien Jarno aure...@debian.org  Tue, 08 Jun 2010 09:54:55 +0200
+ -- Aurelien Jarno aure...@debian.org  Tue, 08 Jun 2010 10:05:49 +0200
 
 eglibc (2.11.1-2) unstable; urgency=low
 


-- 
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/e1olwlq-0001ya...@alioth.debian.org



Bug#551903: marked as done (libc6-i686 pthread_cond_wait fails to reacquire mutex upon cancellation)

2010-06-08 Thread Debian Bug Tracking System
Your message dated Tue, 08 Jun 2010 11:18:30 +
with message-id e1olwpc-0001uw...@ries.debian.org
and subject line Bug#551903: fixed in eglibc 2.11.1-3
has caused the Debian Bug report #551903,
regarding libc6-i686 pthread_cond_wait fails to reacquire mutex upon 
cancellation
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.)


-- 
551903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551903
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6-i686
Version: 2.10.1-1
Severity: critical
Justification: breaks unrelated software


Hello,

With the upgrade to 2.10.1, pthread_cond_wait() fails to re-acquire the
provided mutex when acting on a deferred cancellation event from
another thread. This is seen if (and apparently, only if) another thread
acquires the same mutex after cancellation is initiated, but before the
cancelled thread executes cancellation cleanup handlers.

I could not reproduce the problem with plain libc6. It only occurs with
libc6-i686 installed.

I wrote a simple test case at:
http://www.remlab.net/files/divers/condfail.c

This is a violation of POSIX threads semantics, and a regression from
earlier libc6-i686. This also renders VLC media player debug versions
almost completely unusable.

Best regards,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (100, 'unstable')
Architecture: i386 (i686)

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

Versions of packages libc6-i686 depends on:
ii  libc6 2.10.1-1   GNU C Library: Shared libraries

libc6-i686 recommends no packages.

libc6-i686 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.11.1-3

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:

eglibc-source_2.11.1-3_all.deb
  to main/e/eglibc/eglibc-source_2.11.1-3_all.deb
eglibc_2.11.1-3.diff.gz
  to main/e/eglibc/eglibc_2.11.1-3.diff.gz
eglibc_2.11.1-3.dsc
  to main/e/eglibc/eglibc_2.11.1-3.dsc
glibc-doc_2.11.1-3_all.deb
  to main/e/eglibc/glibc-doc_2.11.1-3_all.deb
libc-bin_2.11.1-3_amd64.deb
  to main/e/eglibc/libc-bin_2.11.1-3_amd64.deb
libc-dev-bin_2.11.1-3_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.11.1-3_amd64.deb
libc6-dbg_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-dbg_2.11.1-3_amd64.deb
libc6-dev-i386_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.11.1-3_amd64.deb
libc6-dev_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-dev_2.11.1-3_amd64.deb
libc6-i386_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-i386_2.11.1-3_amd64.deb
libc6-pic_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-pic_2.11.1-3_amd64.deb
libc6-prof_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-prof_2.11.1-3_amd64.deb
libc6-udeb_2.11.1-3_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.11.1-3_amd64.udeb
libc6_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6_2.11.1-3_amd64.deb
libnss-dns-udeb_2.11.1-3_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.11.1-3_amd64.udeb
libnss-files-udeb_2.11.1-3_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.11.1-3_amd64.udeb
locales-all_2.11.1-3_amd64.deb
  to main/e/eglibc/locales-all_2.11.1-3_amd64.deb
locales_2.11.1-3_all.deb
  to main/e/eglibc/locales_2.11.1-3_all.deb
nscd_2.11.1-3_amd64.deb
  to main/e/eglibc/nscd_2.11.1-3_amd64.deb



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 551...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (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: Tue, 08 Jun 2010 10:05:49 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
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-s390x libc6-dev-s390x 

Bug#583911: marked as done (libc6: syscall() doesn't support 6 args system calls on alpha)

2010-06-08 Thread Debian Bug Tracking System
Your message dated Tue, 08 Jun 2010 11:18:30 +
with message-id e1olwpc-0001uz...@ries.debian.org
and subject line Bug#583911: fixed in eglibc 2.11.1-3
has caused the Debian Bug report #583911,
regarding libc6: syscall() doesn't support 6 args system calls on alpha
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.)


-- 
583911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583911
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6
Version: 2.11.1-1
Severity: normal
Tags: patch upstream

Some system calls, such as mmap, take 6 arguments. Unfortunatelly, the
syscall function as provided by the glibc doesn't fill the 6th argument,
and actually, the system call ends up being called with the 5th argument
copied in 6th position (technically, that's not what happens, as the args
are shifted at the end, but well).

The attached patch /should/ work. (untested).

I'm also attaching a testcase that fails on alpha because of this bug and
should work once the bug is fixed.

Cheers

Mike


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libc6 depends on:
ii  libc-bin  2.11.1-1   Embedded GNU C Library: Binaries
ii  libgcc1   1:4.5.0-4  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
pn  glibc-doc none (no description available)
ii  locales   2.11.1-1   Embedded GNU C Library: National L

-- debconf information excluded
--- ./ports/sysdeps/unix/sysv/linux/alpha/syscall.S 2008-11-26 
09:02:02.0 +0100
+++ /tmp/syscall.S  2010-05-31 16:09:54.952364393 +0200
@@ -31,13 +31,13 @@
  *
  * Usage:
  *
- * longsyscall(syscall_number, arg1, arg2, arg3, arg4, arg5)
+ * longsyscall(syscall_number, arg1, arg2, arg3, arg4, arg5, arg6)
  *
  * syscall_number = the index of the system call we're invoking
- * arg1-arg5 = up to 5 integer arguments to the system call
+ * arg1-arg6 = up to 6 integer arguments to the system call
  *
  * We need to do some arg shifting: the kernel expects the
- * syscall number in v0 and the first five args in a0-a4.
+ * syscall number in v0 and the first six args in a0-a5.
  *
  */
 
@@ -60,6 +60,7 @@
mov a3, a2
mov a4, a3
mov a5, a4
+   ldq a5,0(sp)/* arg6 - a5 */
 
call_pal PAL_callsys/* Invoke system call */
bne a3, $error
#include stdio.h
#include stdlib.h
#include unistd.h
#include sys/types.h
#include sys/mman.h
#include sys/syscall.h
#include fcntl.h

static int pagesize;

#if defined(SYS_mmap) || defined(SYS_mmap2)
static inline
void *_mmap(void *addr, size_t length, int prot, int flags,
  int fd, off_t offset)
{
#ifdef SYS_mmap2
  return (caddr_t) syscall(SYS_mmap2, addr, length, prot, flags, fd, offset / 4096);
#warning mmap2
#else
  return (caddr_t) syscall(SYS_mmap, addr, length, prot, flags, fd, offset);
#warning mmap
#endif
}
#define mmap _mmap
#endif

int main(void) {
  char *buf;
  int i, fd, ret = 0;
  pagesize = sysconf(_SC_PAGESIZE);
  fd = open(/tmp/testmmap, O_CREAT | O_RDWR, 0644);
  ftruncate(fd, pagesize * 2);
  buf = mmap((void *)0, pagesize, PROT_WRITE, MAP_SHARED, fd, pagesize);
  if (buf == MAP_FAILED) {
perror(plop);
ret = 1;
goto end;
  }
  for (i = 0; i  pagesize; i++)
buf[i] = (char) i;
  munmap(buf, pagesize);
  close(fd);
  buf = malloc(pagesize);
  fd = open(/tmp/testmmap, O_RDONLY);
  lseek(fd, pagesize, SEEK_SET);
  read(fd, buf, pagesize);
  for (i = 0; i  pagesize; i++)
if (buf[i] != (char) i) {
  ret = 1;
  break;
}
end:
  close(fd);
  unlink(/tmp/testmmap);
  printf(%s\n, ret == 0 ? ok : fail);
  return 0;
}
---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.11.1-3

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:

eglibc-source_2.11.1-3_all.deb
  to main/e/eglibc/eglibc-source_2.11.1-3_all.deb
eglibc_2.11.1-3.diff.gz
  to main/e/eglibc/eglibc_2.11.1-3.diff.gz
eglibc_2.11.1-3.dsc
  to main/e/eglibc/eglibc_2.11.1-3.dsc
glibc-doc_2.11.1-3_all.deb
  to main/e/eglibc/glibc-doc_2.11.1-3_all.deb

Bug#584748: marked as done (../sysdeps/x86_64/cacheinfo.c:255: handle_intel: Assertion `maxidx = 2' on AMD cpu)

2010-06-08 Thread Debian Bug Tracking System
Your message dated Tue, 08 Jun 2010 11:18:30 +
with message-id e1olwpc-0001v2...@ries.debian.org
and subject line Bug#584748: fixed in eglibc 2.11.1-3
has caused the Debian Bug report #584748,
regarding ../sysdeps/x86_64/cacheinfo.c:255: handle_intel: Assertion `maxidx = 
2' on AMD cpu
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.)


-- 
584748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6-i686
Version: 2.11.1-2
Severity: serious
Tags: sid

I'm unable to run valgrind without renaming /lib/i686

it asserts on:

.../sysdeps/x86_64/cacheinfo.c:255: handle_intel: Assertion `maxidx = 2'

I've looked at sources and is_intel is true but my cpu is

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 4
model name  : AMD Athlon(tm) processor
stepping: 2
cpu MHz : 899.968
cache size  : 256 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
pse36 mmx fxsr syscall mmxext 3dnowext 3dnow up
bogomips: 1799.93
clflush size: 32
cache_alignment : 32
address sizes   : 36 bits physical, 32 bits virtual
power management:


without libc6-i686 it works correctly



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6-i686 depends on:
ii  libc6 2.11.1-2   Embedded GNU C Library: Shared lib

libc6-i686 recommends no packages.

libc6-i686 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.11.1-3

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:

eglibc-source_2.11.1-3_all.deb
  to main/e/eglibc/eglibc-source_2.11.1-3_all.deb
eglibc_2.11.1-3.diff.gz
  to main/e/eglibc/eglibc_2.11.1-3.diff.gz
eglibc_2.11.1-3.dsc
  to main/e/eglibc/eglibc_2.11.1-3.dsc
glibc-doc_2.11.1-3_all.deb
  to main/e/eglibc/glibc-doc_2.11.1-3_all.deb
libc-bin_2.11.1-3_amd64.deb
  to main/e/eglibc/libc-bin_2.11.1-3_amd64.deb
libc-dev-bin_2.11.1-3_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.11.1-3_amd64.deb
libc6-dbg_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-dbg_2.11.1-3_amd64.deb
libc6-dev-i386_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.11.1-3_amd64.deb
libc6-dev_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-dev_2.11.1-3_amd64.deb
libc6-i386_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-i386_2.11.1-3_amd64.deb
libc6-pic_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-pic_2.11.1-3_amd64.deb
libc6-prof_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6-prof_2.11.1-3_amd64.deb
libc6-udeb_2.11.1-3_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.11.1-3_amd64.udeb
libc6_2.11.1-3_amd64.deb
  to main/e/eglibc/libc6_2.11.1-3_amd64.deb
libnss-dns-udeb_2.11.1-3_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.11.1-3_amd64.udeb
libnss-files-udeb_2.11.1-3_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.11.1-3_amd64.udeb
locales-all_2.11.1-3_amd64.deb
  to main/e/eglibc/locales-all_2.11.1-3_amd64.deb
locales_2.11.1-3_all.deb
  to main/e/eglibc/locales_2.11.1-3_all.deb
nscd_2.11.1-3_amd64.deb
  to main/e/eglibc/nscd_2.11.1-3_amd64.deb



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 584...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (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: Tue, 08 Jun 2010 10:05:49 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
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 

Processing of glibc-doc-reference_2.11.1-1_amd64.changes

2010-06-08 Thread Archive Administrator
glibc-doc-reference_2.11.1-1_amd64.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  glibc-doc-reference_2.11.1-1.dsc
  glibc-doc-reference_2.11.1.orig.tar.gz
  glibc-doc-reference_2.11.1-1.diff.gz
  glibc-doc-reference_2.11.1-1_all.deb

Greetings,

Your Debian queue daemon (running on host kassia.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/e1om19c-0003gf...@kassia.debian.org



Processing of glibc-doc-reference_2.11.1-1_amd64.changes

2010-06-08 Thread Archive Administrator
glibc-doc-reference_2.11.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  glibc-doc-reference_2.11.1-1.dsc
  glibc-doc-reference_2.11.1.orig.tar.gz
  glibc-doc-reference_2.11.1-1.diff.gz
  glibc-doc-reference_2.11.1-1_all.deb

Greetings,

Your Debian queue daemon (running on host ries.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/e1om1c9-0007ll...@ries.debian.org



r4338 - in glibc-doc-reference/trunk: debian manual

2010-06-08 Thread Aurelien Jarno
Author: aurel32
Date: 2010-06-08 15:51:40 + (Tue, 08 Jun 2010)
New Revision: 4338

Added:
   glibc-doc-reference/trunk/manual/pkgvers.texi
Modified:
   glibc-doc-reference/trunk/debian/changelog
   glibc-doc-reference/trunk/debian/control
   glibc-doc-reference/trunk/manual/charset.texi
Log:
New upstream version


Modified: glibc-doc-reference/trunk/debian/changelog
===
--- glibc-doc-reference/trunk/debian/changelog  2010-06-08 10:49:36 UTC (rev 
4337)
+++ glibc-doc-reference/trunk/debian/changelog  2010-06-08 15:51:40 UTC (rev 
4338)
@@ -1,3 +1,10 @@
+glibc-doc-reference (2.11.1-1) unstable; urgency=low
+
+  * New usptream version. 
+  * Bump Standards-Version to 3.8.4.
+
+ -- Aurelien Jarno aure...@debian.org  Tue, 08 Jun 2010 16:53:14 +0200
+
 glibc-doc-reference (2.10.1-1) unstable; urgency=low
 
   * New upstream version. 

Modified: glibc-doc-reference/trunk/debian/control
===
--- glibc-doc-reference/trunk/debian/control2010-06-08 10:49:36 UTC (rev 
4337)
+++ glibc-doc-reference/trunk/debian/control2010-06-08 15:51:40 UTC (rev 
4338)
@@ -4,8 +4,8 @@
 Build-Depends: debhelper (= 5.0.0)
 Build-Depends-Indep: texinfo, texi2html, gawk, texlive-base-bin
 Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
-Uploaders: GOTO Masanori go...@debian.org, Jeff Bailey 
jbai...@raspberryginger.com, Daniel Jacobowitz d...@debian.org, Clint Adams 
sch...@debian.org, Aurelien Jarno aure...@debian.org
-Standards-Version: 3.8.3
+Uploaders: GOTO Masanori go...@debian.org, Philip Blundell 
p...@nexus.co.uk, Jeff Bailey jbai...@raspberryginger.com, Daniel 
Jacobowitz d...@debian.org, Clint Adams sch...@debian.org, Aurelien Jarno 
aure...@debian.org
+Standards-Version: 3.8.4
 
 Package: glibc-doc-reference
 Architecture: all

Modified: glibc-doc-reference/trunk/manual/charset.texi
===
--- glibc-doc-reference/trunk/manual/charset.texi   2010-06-08 10:49:36 UTC 
(rev 4337)
+++ glibc-doc-reference/trunk/manual/charset.texi   2010-06-08 15:51:40 UTC 
(rev 4338)
@@ -1234,7 +1234,7 @@
   /* @r{If any characters must be carried forward,}
  @r{put them at the beginning of @code{buffer}.} */
   if (filled  0)
-memmove (inp, buffer, filled);
+memmove (buffer, inp, filled);
 @}
 
   return 1;

Added: glibc-doc-reference/trunk/manual/pkgvers.texi
===
--- glibc-doc-reference/trunk/manual/pkgvers.texi   
(rev 0)
+++ glibc-doc-reference/trunk/manual/pkgvers.texi   2010-06-08 15:51:40 UTC 
(rev 4338)
@@ -0,0 +1,2 @@
+...@set PKGVERSION 
+...@set REPORT_BUGS_TO 


-- 
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/e1om15d-0006o7...@alioth.debian.org



glibc-doc-reference_2.11.1-1_amd64.changes ACCEPTED

2010-06-08 Thread Archive Administrator



Accepted:
glibc-doc-reference_2.11.1-1.diff.gz
  to non-free/g/glibc-doc-reference/glibc-doc-reference_2.11.1-1.diff.gz
glibc-doc-reference_2.11.1-1.dsc
  to non-free/g/glibc-doc-reference/glibc-doc-reference_2.11.1-1.dsc
glibc-doc-reference_2.11.1-1_all.deb
  to non-free/g/glibc-doc-reference/glibc-doc-reference_2.11.1-1_all.deb
glibc-doc-reference_2.11.1.orig.tar.gz
  to non-free/g/glibc-doc-reference/glibc-doc-reference_2.11.1.orig.tar.gz


Override entries for your package:
glibc-doc-reference_2.11.1-1.dsc - source non-free/doc
glibc-doc-reference_2.11.1-1_all.deb - optional non-free/doc

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1om1dv-0001dy...@ries.debian.org



Bug#585042: eglibc: please disable manual directory for bootstrap builds

2010-06-08 Thread Hector Oron
Package: eglibc
Severity: wishlist


Hello,

  While trying to bootstrap eglibc headers from source package, I get:

make[2]: Leaving directory 
`/home/zumbi/tmp/arm-ballonboard-linux-gnueabi/debsrc/eglibc-2.11.1/wctype'
make  subdir=manual -C manual ..=../ install-headers
make: Entering an unknown directory
make: *** manual: El fitxer o directori no existeix.  Stop.
make: Leaving an unknown directory
make[1]: *** [manual/install-headers] Error 2
make[1]: Leaving directory 
`/home/zumbi/tmp/arm-ballonboard-linux-gnueabi/debsrc/eglibc-2.11.1'
make: *** [install-headers] Error 2


  Could you please consider fixing bootstrapping headers and disable manual/ 
directory builds as it is not shipped along eglibc source?

  The following patch is all it takes + a changelog entry :-)

--- Makeconfig  2009-06-24 16:26:34.0 +
+++ Makeconfig.bootstrap2010-06-08 14:21:47.0 +
@@ -959,7 +959,7 @@
 all-subdirs = csu assert ctype locale intl catgets math setjmp signal  \
  stdlib stdio-common libio malloc string wcsmbs time dirent\
  grp pwd posix io termios resource misc socket sysvipc gmon\
- gnulib iconv iconvdata wctype manual shadow gshadow po argp   \
+ gnulib iconv iconvdata wctype shadow gshadow po argp  \
  crypt nss localedata timezone rt conform debug\
  $(add-on-subdirs) $(dlfcn) $(binfmt-subdir)

  Thanks,
   -- Hector Oron

 


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

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



-- 
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/20100608161720.26085.61921.report...@eefk2m5.upc.edu



Bug#585042: marked as done (eglibc: please disable manual directory for bootstrap builds)

2010-06-08 Thread Debian Bug Tracking System
Your message dated Tue, 8 Jun 2010 20:01:26 +0200
with message-id aanlktimhj-w-ec_ndrxapamqhpgpayo4p-z585wka...@mail.gmail.com
and subject line Re: Bug#585042: Acknowledgement (eglibc: please disable manual 
 directory for bootstrap builds)
has caused the Debian Bug report #585042,
regarding eglibc: please disable manual directory for bootstrap builds
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.)


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


Hello,

  While trying to bootstrap eglibc headers from source package, I get:

make[2]: Leaving directory 
`/home/zumbi/tmp/arm-ballonboard-linux-gnueabi/debsrc/eglibc-2.11.1/wctype'
make  subdir=manual -C manual ..=../ install-headers
make: Entering an unknown directory
make: *** manual: El fitxer o directori no existeix.  Stop.
make: Leaving an unknown directory
make[1]: *** [manual/install-headers] Error 2
make[1]: Leaving directory 
`/home/zumbi/tmp/arm-ballonboard-linux-gnueabi/debsrc/eglibc-2.11.1'
make: *** [install-headers] Error 2


  Could you please consider fixing bootstrapping headers and disable manual/ 
directory builds as it is not shipped along eglibc source?

  The following patch is all it takes + a changelog entry :-)

--- Makeconfig  2009-06-24 16:26:34.0 +
+++ Makeconfig.bootstrap2010-06-08 14:21:47.0 +
@@ -959,7 +959,7 @@
 all-subdirs = csu assert ctype locale intl catgets math setjmp signal  \
  stdlib stdio-common libio malloc string wcsmbs time dirent\
  grp pwd posix io termios resource misc socket sysvipc gmon\
- gnulib iconv iconvdata wctype manual shadow gshadow po argp   \
+ gnulib iconv iconvdata wctype shadow gshadow po argp  \
  crypt nss localedata timezone rt conform debug\
  $(add-on-subdirs) $(dlfcn) $(binfmt-subdir)

  Thanks,
   -- Hector Oron

 


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

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


---End Message---
---BeginMessage---
Hello,

I was not applying patches. I tested again as suggested on IRC
chatroom and it works fine.

Apologies for the noise.

Best regards,
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us.

---End Message---


Processing of eglibc_2.11.1-3_armel.changes

2010-06-08 Thread Archive Administrator
eglibc_2.11.1-3_armel.changes uploaded successfully to ftp-master.debian.org
along with the files:
  libc6_2.11.1-3_armel.deb
  libc6-dev_2.11.1-3_armel.deb
  libc6-prof_2.11.1-3_armel.deb
  libc6-pic_2.11.1-3_armel.deb
  libc-bin_2.11.1-3_armel.deb
  libc-dev-bin_2.11.1-3_armel.deb
  locales-all_2.11.1-3_armel.deb
  nscd_2.11.1-3_armel.deb
  libc6-dbg_2.11.1-3_armel.deb
  libc6-udeb_2.11.1-3_armel.udeb
  libnss-dns-udeb_2.11.1-3_armel.udeb
  libnss-files-udeb_2.11.1-3_armel.udeb

Greetings,

Your Debian queue daemon (running on host kassia.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/e1om5mt-ku...@kassia.debian.org



Processing of eglibc_2.11.1-3_armel.changes

2010-06-08 Thread Archive Administrator
eglibc_2.11.1-3_armel.changes uploaded successfully to localhost
along with the files:
  libc6_2.11.1-3_armel.deb
  libc6-dev_2.11.1-3_armel.deb
  libc6-prof_2.11.1-3_armel.deb
  libc6-pic_2.11.1-3_armel.deb
  libc-bin_2.11.1-3_armel.deb
  libc-dev-bin_2.11.1-3_armel.deb
  locales-all_2.11.1-3_armel.deb
  nscd_2.11.1-3_armel.deb
  libc6-dbg_2.11.1-3_armel.deb
  libc6-udeb_2.11.1-3_armel.udeb
  libnss-dns-udeb_2.11.1-3_armel.udeb
  libnss-files-udeb_2.11.1-3_armel.udeb

Greetings,

Your Debian queue daemon (running on host ries.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/e1om5oy-0007yh...@ries.debian.org



eglibc_2.11.1-3_armel.changes ACCEPTED

2010-06-08 Thread Archive Administrator



Accepted:
libc-bin_2.11.1-3_armel.deb
  to main/e/eglibc/libc-bin_2.11.1-3_armel.deb
libc-dev-bin_2.11.1-3_armel.deb
  to main/e/eglibc/libc-dev-bin_2.11.1-3_armel.deb
libc6-dbg_2.11.1-3_armel.deb
  to main/e/eglibc/libc6-dbg_2.11.1-3_armel.deb
libc6-dev_2.11.1-3_armel.deb
  to main/e/eglibc/libc6-dev_2.11.1-3_armel.deb
libc6-pic_2.11.1-3_armel.deb
  to main/e/eglibc/libc6-pic_2.11.1-3_armel.deb
libc6-prof_2.11.1-3_armel.deb
  to main/e/eglibc/libc6-prof_2.11.1-3_armel.deb
libc6-udeb_2.11.1-3_armel.udeb
  to main/e/eglibc/libc6-udeb_2.11.1-3_armel.udeb
libc6_2.11.1-3_armel.deb
  to main/e/eglibc/libc6_2.11.1-3_armel.deb
libnss-dns-udeb_2.11.1-3_armel.udeb
  to main/e/eglibc/libnss-dns-udeb_2.11.1-3_armel.udeb
libnss-files-udeb_2.11.1-3_armel.udeb
  to main/e/eglibc/libnss-files-udeb_2.11.1-3_armel.udeb
locales-all_2.11.1-3_armel.deb
  to main/e/eglibc/locales-all_2.11.1-3_armel.deb
nscd_2.11.1-3_armel.deb
  to main/e/eglibc/nscd_2.11.1-3_armel.deb


Override entries for your package:
libc-bin_2.11.1-3_armel.deb - required libs
libc-dev-bin_2.11.1-3_armel.deb - optional libdevel
libc6-dbg_2.11.1-3_armel.deb - extra debug
libc6-dev_2.11.1-3_armel.deb - optional libdevel
libc6-pic_2.11.1-3_armel.deb - optional libdevel
libc6-prof_2.11.1-3_armel.deb - extra libdevel
libc6-udeb_2.11.1-3_armel.udeb - extra debian-installer
libc6_2.11.1-3_armel.deb - required libs
libnss-dns-udeb_2.11.1-3_armel.udeb - extra debian-installer
libnss-files-udeb_2.11.1-3_armel.udeb - extra debian-installer
locales-all_2.11.1-3_armel.deb - extra libs
nscd_2.11.1-3_armel.deb - optional admin



Thank you for your contribution to Debian.


-- 
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/e1om6rs-0002jo...@ries.debian.org



r4340 - glibc-package/trunk/debian/testsuite-checking

2010-06-08 Thread Aurelien Jarno
Author: aurel32
Date: 2010-06-08 21:20:31 + (Tue, 08 Jun 2010)
New Revision: 4340

Modified:
   
glibc-package/trunk/debian/testsuite-checking/expected-results-mips-linux-gnu-libc
   
glibc-package/trunk/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
   
glibc-package/trunk/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
   
glibc-package/trunk/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
   
glibc-package/trunk/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
   
glibc-package/trunk/debian/testsuite-checking/expected-results-mipsel-linux-gnu-libc
Log:
Similarly to tst-tls3, tst-tls2 sometimes fails on some SMP system. This is
not a regression.



Modified: 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips-linux-gnu-libc
===
--- 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips-linux-gnu-libc
  2010-06-08 15:53:06 UTC (rev 4339)
+++ 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips-linux-gnu-libc
  2010-06-08 21:20:31 UTC (rev 4340)
@@ -31,4 +31,5 @@
 tst-robustpi8.out, Error 1
 tst-robustpi9.out, Error 1
 tst-timer.out, Error 139
+tst-tls2.out, Error 1
 tst-tls3.out, Error 1

Modified: 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
===
--- 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
 2010-06-08 15:53:06 UTC (rev 4339)
+++ 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
 2010-06-08 21:20:31 UTC (rev 4340)
@@ -34,4 +34,5 @@
 tst-robustpi8.out, Error 1
 tst-robustpi9.out, Error 1
 tst-timer.out, Error 139
+tst-tls2.out, Error 1
 tst-tls3.out, Error 1

Modified: 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
===
--- 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
   2010-06-08 15:53:06 UTC (rev 4339)
+++ 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
   2010-06-08 21:20:31 UTC (rev 4340)
@@ -34,4 +34,5 @@
 tst-robustpi8.out, Error 1
 tst-robustpi9.out, Error 1
 tst-timer.out, Error 139
+tst-tls2.out, Error 1
 tst-tls3.out, Error 1

Modified: 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
===
--- 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
  2010-06-08 15:53:06 UTC (rev 4339)
+++ 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
  2010-06-08 21:20:31 UTC (rev 4340)
@@ -34,4 +34,5 @@
 tst-robustpi8.out, Error 1
 tst-robustpi9.out, Error 1
 tst-timer.out, Error 139
+tst-tls2.out, Error 1
 tst-tls3.out, Error 1

Modified: 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
===
--- 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
2010-06-08 15:53:06 UTC (rev 4339)
+++ 
glibc-package/trunk/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
2010-06-08 21:20:31 UTC (rev 4340)
@@ -34,4 +34,5 @@
 tst-robustpi8.out, Error 1
 tst-robustpi9.out, Error 1
 tst-timer.out, Error 139
+tst-tls2.out, Error 1
 tst-tls3.out, Error 1

Modified: 
glibc-package/trunk/debian/testsuite-checking/expected-results-mipsel-linux-gnu-libc
===
--- 
glibc-package/trunk/debian/testsuite-checking/expected-results-mipsel-linux-gnu-libc
2010-06-08 15:53:06 UTC (rev 4339)
+++ 
glibc-package/trunk/debian/testsuite-checking/expected-results-mipsel-linux-gnu-libc
2010-06-08 21:20:31 UTC (rev 4340)
@@ -31,4 +31,5 @@
 tst-robustpi8.out, Error 1
 tst-robustpi9.out, Error 1
 tst-timer.out, Error 139
+tst-tls2.out, Error 1
 tst-tls3.out, Error 1


-- 
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/e1om6do-0007ef...@alioth.debian.org



Processed: Status update

2010-06-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 520649 - help upstream
Bug #520649 [libghc6-gtk-dev] No profiling libraries for gtk?
Removed tag(s) upstream and help.
 block 520649 by 575534
Bug #520649 [libghc6-gtk-dev] No profiling libraries for gtk?
Was not blocked by any bugs.
Added blocking bug(s) of 520649: 575534
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
520649: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520649
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.127605414811905.transcr...@bugs.debian.org