Bug#527883: init.d status wrong exit code

2009-05-09 Thread Peter Eisentraut
Package: nscd
Version: 2.9-4
Severity: minor
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

/etc/init.d/nscd status returns 1 when the service is not running, but per LSB 
(and practice in most other Debian packages), the exit code for not running is 
3.



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 527883

2009-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 527883 + pending
Bug#527883: init.d status wrong exit code
Tags were: patch
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 382175 to eglibc

2009-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 382175 eglibc
Bug#382175: glibc: contains Sun RPC implementation under non-free license
Bug reassigned from package `glibc' to `eglibc'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



reassign 382175 to eglibc

2009-05-09 Thread Aurelien Jarno
reassign 382175 eglibc 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527945: locales: bashism in locales.config

2009-05-09 Thread Jakub Wilk

Package: locales
Version: 2.9-12
Severity: serious
Justification: Policy 10.4
User: debian-rele...@lists.debian.org
Usertags: goal-dash
Tags: patch

/var/lib/dpkg/info/locales.config uses echo -e, which is a bashism.

--
Jakub Wilk
diff --git a/locales.config b/locales.config
--- a/locales.config
+++ b/locales.config
@@ -459,7 +459,7 @@
 fi
 
 # List of supported locales (PROVIDED_LOCALES + USER_LOCALES + GEN_LOCALES)
-SUPPORTED_LOCALES=$(echo -e $PROVIDED_LOCALES\n$USER_LOCALES\n$GEN_LOCALES | grep -v ^$ | sort -u | tr '\n' ',' | sed -e 's/, */, /g' -e 's/, *$//g')
+SUPPORTED_LOCALES=$(printf '%s\n' $PROVIDED_LOCALES $USER_LOCALES $GEN_LOCALES | grep -v ^$ | sort -u | tr '\n' ',' | sed -e 's/, */, /g' -e 's/, *$//g')
 db_subst locales/locales_to_be_generated locales $SUPPORTED_LOCALES
 
 # Get the list of selected locales from /etc/locale.gen


Processed: found 527945 in 2.7-1

2009-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 527945 2.7-1
Bug#527945: locales: bashism in locales.config
Bug marked as found in version 2.7-1.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527567: eglibc: FTBFS: regression in tst-eintr1

2009-05-09 Thread Aurelien Jarno
On Fri, May 08, 2009 at 09:40:49AM +0200, Sven Joachim wrote:
 Package: eglibc
 Version: 2.9-11
 
 I've experienced a testsuite failure again:
 
 ,
 | # 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)
 | check-localplt.out, Error 1
 | tst-cancelx4.out, Error 1
 | tst-cancelx5.out, Error 1
 | tst-eintr1.out, Error 1
 | ***
 | Encountered regressions that don't match expected failures:
 | tst-eintr1.out, Error 1
 `
 

Have you tried with version 2.9-12 to see if the bug is fixed? 

Note that the bug is not reproducible here.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527567: eglibc: FTBFS: regression in tst-eintr1

2009-05-09 Thread Sven Joachim
On 2009-05-09 21:07 +0200, Aurelien Jarno wrote:

 On Fri, May 08, 2009 at 09:40:49AM +0200, Sven Joachim wrote:
 Package: eglibc
 Version: 2.9-11
 
 I've experienced a testsuite failure again:
 
 ,
 | # 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)
 | check-localplt.out, Error 1
 | tst-cancelx4.out, Error 1
 | tst-cancelx5.out, Error 1
 | tst-eintr1.out, Error 1
 | ***
 | Encountered regressions that don't match expected failures:
 | tst-eintr1.out, Error 1
 `
 

 Have you tried with version 2.9-12 to see if the bug is fixed? 

Yes, I tried, and no, it is not fixed.

 Note that the bug is not reproducible here.

Not on the buildds either, it seems.  Any ideas how I can debug this?

Sven



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527567: eglibc: FTBFS: regression in tst-eintr1

2009-05-09 Thread Aurelien Jarno
On Sat, May 09, 2009 at 09:41:24PM +0200, Sven Joachim wrote:
 On 2009-05-09 21:07 +0200, Aurelien Jarno wrote:
 
  On Fri, May 08, 2009 at 09:40:49AM +0200, Sven Joachim wrote:
  Package: eglibc
  Version: 2.9-11
  
  I've experienced a testsuite failure again:
  
  ,
  | # 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)
  | check-localplt.out, Error 1
  | tst-cancelx4.out, Error 1
  | tst-cancelx5.out, Error 1
  | tst-eintr1.out, Error 1
  | ***
  | Encountered regressions that don't match expected failures:
  | tst-eintr1.out, Error 1
  `
  
 
  Have you tried with version 2.9-12 to see if the bug is fixed? 
 
 Yes, I tried, and no, it is not fixed.
 
  Note that the bug is not reproducible here.
 
 Not on the buildds either, it seems.  Any ideas how I can debug this?
 

Are you able to reproduce the problem with previous versions? 2.9-10 is
still on the mirrors for example.

You can also try with a different kernel.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#524664: libc6-amd64: post-removal script returned error

2009-05-09 Thread Aurelien Jarno
On Tue, May 05, 2009 at 12:59:13AM +0200, Aurelien Jarno wrote:
 On Thu, Apr 23, 2009 at 10:41:05PM +0200, Aurelien Jarno wrote:
  On Sat, Apr 18, 2009 at 10:58:37PM +0200, Hector Oron wrote:
   Package: libc6-amd64
   Version: 2.9-7
   Severity: normal
   
   Hi,
   
   I am getting this error while installing this package in an i386 chroot 
   running under a amd64 system.
   
   Cheers
   
   --
   The following extra packages will be installed:
libc6-amd64
   The following packages will be upgraded:
libc6-amd64
   1 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
   3 not fully installed or removed.
   Need to get 4165kB of archives.
   After this operation, 0B of additional disk space will be used.
   Get:1 http://ftp.uk.debian.org unstable/main libc6-amd64 2.9-7 [4165kB]
   Fetched 4165kB in 0s (4875kB/s)
   Can not write log, openpty() failed (/dev/pts not mounted?)
   (Reading database ... 36698 files and directories currently installed.)
   Preparing to replace libc6-amd64 2.9-6 (using 
   .../libc6-amd64_2.9-7_i386.deb) ...
   Unpacking replacement libc6-amd64 ...
   dpkg (subprocess): unable to execute old post-removal script: Accessing a 
   corrupted shared library
   dpkg: warning - old post-removal script returned error exit status 2
   dpkg - trying script from the new package instead ...
   dpkg (subprocess): unable to execute new post-removal script: Accessing a 
   corrupted shared library
   dpkg: error processing /var/cache/apt/archives/libc6-amd64_2.9-7_i386.deb 
   (--unpack):
subprocess new post-removal script returned error exit status 2
   Errors were encountered while processing:
/var/cache/apt/archives/libc6-amd64_2.9-7_i386.deb
   E: Sub-process /usr/bin/dpkg returned an error code (1)
  
  Looks like you have a broken chroot/filesystem. Does the problem appears
  only on libc6-amd64 or also while installing other packages?
   
   -- System Information:
   Debian Release: 5.0
 APT prefers stable
 APT policy: (500, 'stable')
   Architecture: armel (armv5tel)
   
   Kernel: Linux 2.6.26-1-iop32x
  
  That looks totally wrong. What kernel are you using? 2.6.26-1-amd64?
  
 
 Any news on that?

Any news ?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 527883

2009-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 527883 + pending
Bug#527883: init.d status wrong exit code
Tags were: pending patch
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 527541

2009-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 527541 + pending
Bug#527541: libc6: after upgrade of libc iceweasel stops working
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r3467 - in glibc-package/branches/eglibc-2.10/debian: . debhelper.in patches patches/any patches/kfreebsd testsuite-checking

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 22:11:33 + (Sat, 09 May 2009)
New Revision: 3467

Added:
   glibc-package/branches/eglibc-2.10/debian/patches/any/local-revert-3270.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/debhelper.in/locales.config
   glibc-package/branches/eglibc-2.10/debian/debhelper.in/nscd.init
   glibc-package/branches/eglibc-2.10/debian/patches/kfreebsd/local-sysdeps.diff
   glibc-package/branches/eglibc-2.10/debian/patches/series
   
glibc-package/branches/eglibc-2.10/debian/testsuite-checking/expected-results-i686-kfreebsd-i386
Log:
Merge from trunk revisions 3455-3466


Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 19:00:15 UTC 
(rev 3466)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 22:11:33 UTC 
(rev 3467)
@@ -5,6 +5,26 @@
 
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 
+eglibc (2.9-13) unstable; urgency=low
+
+  * debian/debhelper.in/nscd.init: fix return code when querying status
+and nscd is not running to comply with LSB.  Closes: #527883.
+  * debian/debhelper.in/locales.config: don't use echo -e.  Closes: 
+#527945.
+
+ -- Aurelien Jarno aure...@debian.org  Sat, 09 May 2009 20:56:18 +0200
+
+eglibc (2.9-12) unstable; urgency=low
+
+  [ Petr Salinger ]
+  * kfreebsd/local-sysdeps.diff: update to revision 2503 (from glibc-bsd).
+
+  [ Aurelien Jarno ]
+  * any/local-revert-3270.diff: new patch to revert fix for PR nptl/3270.
+(closes: bug#527541).
+
+ -- Aurelien Jarno aure...@debian.org  Fri, 08 May 2009 11:57:16 +0200
+
 eglibc (2.9-11) unstable; urgency=low
 
   * Switch to Embedded GLIBC (EGLIBC), sources taken from the 2.9

Modified: glibc-package/branches/eglibc-2.10/debian/debhelper.in/locales.config
===
--- glibc-package/branches/eglibc-2.10/debian/debhelper.in/locales.config   
2009-05-09 19:00:15 UTC (rev 3466)
+++ glibc-package/branches/eglibc-2.10/debian/debhelper.in/locales.config   
2009-05-09 22:11:33 UTC (rev 3467)
@@ -35,7 +35,7 @@
 fi
 
 # List of supported locales (PROVIDED_LOCALES + USER_LOCALES + GEN_LOCALES)
-SUPPORTED_LOCALES=$(echo -e $PROVIDED_LOCALES\n$USER_LOCALES\n$GEN_LOCALES 
| grep -v ^$ | sort -u | tr '\n' ',' | sed -e 's/, */, /g' -e 's/, *$//g')
+SUPPORTED_LOCALES=$(printf '%s\n' $PROVIDED_LOCALES $USER_LOCALES 
$GEN_LOCALES | grep -v ^$ | sort -u | tr '\n' ',' | sed -e 's/, */, /g' -e 
's/, *$//g')
 db_subst locales/locales_to_be_generated locales $SUPPORTED_LOCALES
 
 # Get the list of selected locales from /etc/locale.gen

Modified: glibc-package/branches/eglibc-2.10/debian/debhelper.in/nscd.init
===
--- glibc-package/branches/eglibc-2.10/debian/debhelper.in/nscd.init
2009-05-09 19:00:15 UTC (rev 3466)
+++ glibc-package/branches/eglibc-2.10/debian/debhelper.in/nscd.init
2009-05-09 22:11:33 UTC (rev 3467)
@@ -115,7 +115,7 @@
log_daemon_msg Status of $DESC service: 
status
case $? in
-   0) log_failure_msg not running. ; exit 1 ;;
+   0) log_failure_msg not running. ; exit 3 ;;
1) log_success_msg running. ; exit 0 ;;
esac
;;

Added: 
glibc-package/branches/eglibc-2.10/debian/patches/any/local-revert-3270.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/any/local-revert-3270.diff
(rev 0)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/any/local-revert-3270.diff
2009-05-09 22:11:33 UTC (rev 3467)
@@ -0,0 +1,199 @@
+Revert PR ntpl/3270
+
+--- a/nptl/init.c  (revision 5285)
 b/nptl/init.c  (revision 5284)
+@@ -221,21 +221,12 @@
+ 
+   /* Reset the SETXID flag.  */
+   struct pthread *self = THREAD_SELF;
+-  int flags, newval;
+-  do
+-{
+-  flags = THREAD_GETMEM (self, cancelhandling);
+-  newval = THREAD_ATOMIC_CMPXCHG_VAL (self, cancelhandling,
+-flags  ~SETXID_BITMASK, flags);
+-}
+-  while (flags != newval);
++  int flags = THREAD_GETMEM (self, cancelhandling);
++  THREAD_SETMEM (self, cancelhandling, flags  ~SETXID_BITMASK);
+ 
+   /* And release the futex.  */
+   self-setxid_futex = 1;
+   lll_futex_wake (self-setxid_futex, 1, LLL_PRIVATE);
+-
+-  if (atomic_decrement_val (__xidcmd-cntr) == 0)
+-lll_futex_wake (__xidcmd-cntr, 1, LLL_PRIVATE);
+ }
+ 
+ 
+--- a/nptl/allocatestack.c (revision 5285)
 b/nptl/allocatestack.c (revision 5284)
+@@ -904,54 +904,23 @@
+ 
+ static void
+ internal_function
+-setxid_mark_thread (struct xid_command *cmdp, struct pthread *t)
++setxid_signal_thread (struct xid_command *cmdp, struct pthread *t)
+ {
+-  int 

Processed: tagging 519479

2009-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 519479 + pending
Bug#519479: libc6: NSS does not support gshadow database
Tags were: fixed-upstream
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: setting package to libc6.1-pic libc0.3-dev libc0.1-i686 libc0.3-prof libc6.1-dev libc6-udeb libc6-sparcv9b libc6.1-dbg libc0.1-pic libc6-dev-mips64 libc6.1-prof libc6-powerpc nscd libc0.3-u

2009-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #eglibc (2.9-13) unstable; urgency=low
 #
 #  * debian/debhelper.in/locales.config: don't use echo -e.  Closes:
 ##527945.
 #
 package libc6.1-pic libc0.3-dev libc0.1-i686 libc0.3-prof libc6.1-dev 
 libc6-udeb libc6-sparcv9b libc6.1-dbg libc0.1-pic libc6-dev-mips64 
 libc6.1-prof libc6-powerpc nscd libc0.3-udeb libc6.1-udeb libc0.1-udeb 
 libc6-ppc64 locales libc6-sparc64 libc6-prof libc0.1-dev libc6-dev libc6-i386 
 glibc-doc libc6-dev-sparc64 libnss-files-udeb libc6-dev-amd64 libc6-i686 
 libc0.1-i386 libc6-mips64 libnss-dns-udeb libc6-dev-powerpc libc0.1-prof 
 locales-all eglibc libc0.1 libc6.1-alphaev67 libc6 libc6-xen libc0.1-dev-i386 
 libc6-dev-s390x libc0.1-dbg libc6.1 libc6-s390x libc6-pic libc6-dev-i386 
 libc0.3 libc6-amd64 libc0.3-dbg libc6-mipsn32 eglibc-source libc6-dev-mipsn32 
 libc6-dev-ppc64 libc6-dbg libc0.3-pic
Ignoring bugs not assigned to: libc6.1-pic libc0.3-dev libc6-udeb libc6.1-dev 
libc0.3-prof libc0.1-i686 libc6-sparcv9b libc6.1-dbg libc0.1-pic 
libc6-dev-mips64 libc6.1-prof libc6-powerpc nscd libc6.1-udeb libc0.3-udeb 
libc0.1-udeb libc6-ppc64 locales libc6-prof libc6-sparc64 libc6-dev libc0.1-dev 
libc6-i386 glibc-doc libc6-dev-sparc64 libnss-files-udeb libc6-dev-amd64 
libc6-i686 libc0.1-i386 libc6-mips64 libnss-dns-udeb libc6-dev-powerpc 
libc0.1-prof libc0.1 eglibc locales-all libc6 libc6.1-alphaev67 libc6-xen 
libc0.1-dev-i386 libc0.1-dbg libc6-dev-s390x libc6.1 libc6-dev-i386 libc6-pic 
libc6-s390x libc0.3 libc0.3-dbg libc6-amd64 eglibc-source libc6-mipsn32 
libc6-dev-mipsn32 libc0.3-pic libc6-dbg libc6-dev-ppc64

 tags 527945 + pending
Bug#527945: locales: bashism in locales.config
Tags were: patch
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 496763

2009-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 496763 + pending
Bug#496763: Inadequate declaration of C string functions
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r3468 - glibc-package/branches/eglibc-2.10/debian

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 22:17:18 + (Sat, 09 May 2009)
New Revision: 3468

Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
Log:
Add bug numbers closed by the new upstream version.


Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 22:11:33 UTC 
(rev 3467)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 22:17:18 UTC 
(rev 3468)
@@ -2,6 +2,8 @@
 
   [ Aurelien Jarno ]
   * New upstream release.
+- Fix C++ declaration of string functions.  Closes: #496763.
+- Add Handling for group shadow files.  Closes: # 519479.
 
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r3470 - in glibc-package/branches/eglibc-2.10/debian: . patches/alpha

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 22:54:52 + (Sat, 09 May 2009)
New Revision: 3470

Removed:
   glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-pic.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/alpha/local-gcc4.1.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-PTR_MANGLE.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-dl-procinfo.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-dl-support.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-fpu-round.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-procfs_h.diff
Log:
- alpha has been moved to ports, update debian/patches/alpha/*
  accordingly.



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 22:30:46 UTC 
(rev 3469)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 22:54:52 UTC 
(rev 3470)
@@ -6,6 +6,8 @@
 - Add Handling for group shadow files.  Closes: # 519479.
 - debian/copyright, debian/*symbols*, debian/shlibver, 
   debian/locales-depver: upgrade to 2.10.
+- alpha has been moved to ports, update debian/patches/alpha/*
+  accordingly.
 
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 

Modified: 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/local-gcc4.1.diff
===
--- glibc-package/branches/eglibc-2.10/debian/patches/alpha/local-gcc4.1.diff   
2009-05-09 22:30:46 UTC (rev 3469)
+++ glibc-package/branches/eglibc-2.10/debian/patches/alpha/local-gcc4.1.diff   
2009-05-09 22:54:52 UTC (rev 3470)
@@ -14,11 +14,11 @@
 I cannot really think of anything better than
 
 ---
- sysdeps/unix/sysv/linux/alpha/ioperm.c |8 
+ ports/sysdeps/unix/sysv/linux/alpha/ioperm.c |8 
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 a/sysdeps/unix/sysv/linux/alpha/ioperm.c
-+++ b/sysdeps/unix/sysv/linux/alpha/ioperm.c
+--- a/ports/sysdeps/unix/sysv/linux/alpha/ioperm.c
 b/ports/sysdeps/unix/sysv/linux/alpha/ioperm.c
 @@ -178,13 +178,13 @@
  static inline void
  stb_mb(unsigned char val, unsigned long addr)

Modified: 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-PTR_MANGLE.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-PTR_MANGLE.diff
   2009-05-09 22:30:46 UTC (rev 3469)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-PTR_MANGLE.diff
   2009-05-09 22:54:52 UTC (rev 3470)
@@ -1,10 +1,10 @@
 ---
- sysdeps/unix/alpha/sysdep.h|   38 -
- sysdeps/unix/sysv/linux/alpha/sysdep.h |   42 
+
+ ports/sysdeps/unix/alpha/sysdep.h|   38 
-
+ ports/sysdeps/unix/sysv/linux/alpha/sysdep.h |   42 
+
  2 files changed, 42 insertions(+), 38 deletions(-)
 
 a/sysdeps/unix/alpha/sysdep.h
-+++ b/sysdeps/unix/alpha/sysdep.h
+--- a/ports/sysdeps/unix/alpha/sysdep.h
 b/ports/sysdeps/unix/alpha/sysdep.h
 @@ -397,42 +397,4 @@
_sc_ret = _sc_0, _sc_err = _sc_19;  \
  }
@@ -48,8 +48,8 @@
 -#endif
 -
  #endif /* ASSEMBLER */
 a/sysdeps/unix/sysv/linux/alpha/sysdep.h
-+++ b/sysdeps/unix/sysv/linux/alpha/sysdep.h
+--- a/ports/sysdeps/unix/sysv/linux/alpha/sysdep.h
 b/ports/sysdeps/unix/sysv/linux/alpha/sysdep.h
 @@ -98,4 +98,46 @@
INTERNAL_SYSCALL1(name, err_out, nr, args); \
  })

Modified: 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-dl-procinfo.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-dl-procinfo.diff
  2009-05-09 22:30:46 UTC (rev 3469)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-dl-procinfo.diff
  2009-05-09 22:54:52 UTC (rev 3470)
@@ -1,11 +1,11 @@
 ---
- sysdeps/alpha/dl-machine.h  |   12 +++
- sysdeps/alpha/dl-procinfo.c |   64 +
- sysdeps/alpha/dl-procinfo.h |   68 

+ ports/sysdeps/alpha/dl-machine.h  |   12 +++
+ ports/sysdeps/alpha/dl-procinfo.c |   64 
+
+ ports/sysdeps/alpha/dl-procinfo.h |   68 

  3 files changed, 144 insertions(+)
 
 --- /dev/null
-+++ b/sysdeps/alpha/dl-procinfo.h
 b/ports/sysdeps/alpha/dl-procinfo.h
 @@ -0,0 +1,68 @@
 +/* Alpha version of processor capability information handling macros.
 +   Copyright (C) 2007 Free Software Foundation, Inc.
@@ -76,7 

r3471 - in glibc-package/branches/eglibc-2.10/debian: . patches patches/arm

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 22:59:31 + (Sat, 09 May 2009)
New Revision: 3471

Removed:
   
glibc-package/branches/eglibc-2.10/debian/patches/arm/submitted-fpu_control_h.diff
   glibc-package/branches/eglibc-2.10/debian/patches/arm/submitted-setjmp.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
- Remove debian/patches/arm/submitted-setjmp.diff (merged).
- Remove debian/patches/arm/submitted-fpu_control_h.diff (merged).



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 22:54:52 UTC 
(rev 3470)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 22:59:31 UTC 
(rev 3471)
@@ -8,7 +8,10 @@
   debian/locales-depver: upgrade to 2.10.
 - alpha has been moved to ports, update debian/patches/alpha/*
   accordingly.
+- Remove debian/patches/arm/submitted-setjmp.diff (merged).
+- Remove debian/patches/arm/submitted-fpu_control_h.diff (merged).
 
+
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 
 eglibc (2.9-13) unstable; urgency=low

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/arm/submitted-fpu_control_h.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/arm/submitted-fpu_control_h.diff
  2009-05-09 22:54:52 UTC (rev 3470)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/arm/submitted-fpu_control_h.diff
  2009-05-09 22:59:31 UTC (rev 3471)
@@ -1,34 +0,0 @@
-2009-04-24  Aurelien Jarno  aurel...@aurel32.net
-
-   * sysdeps/armel/fpu_control.h: If soft-float, don't use
-   floating-point registers.
-
-diff --git a/ports/sysdeps/arm/eabi/fpu_control.h 
b/sysdeps/arm/eabi/fpu_control.h
-index 55d7764..30f0f68 100644
 a/ports/sysdeps/arm/eabi/fpu_control.h
-+++ b/ports/sysdeps/arm/eabi/fpu_control.h
-@@ -20,6 +20,17 @@
- #ifndef _FPU_CONTROL_H
- #define _FPU_CONTROL_H
- 
-+#if !defined(_LIBC)  defined(__SOFTFP__)
-+
-+#define _FPU_RESERVED 0x
-+#define _FPU_DEFAULT  0x
-+typedef unsigned int fpu_control_t;
-+#define _FPU_GETCW(cw) 0
-+#define _FPU_SETCW(cw) do { } while (0)
-+extern fpu_control_t __fpu_control;
-+
-+#else
-+
- /* masking of interrupts */
- #define _FPU_MASK_IM  0x0100  /* invalid operation */
- #define _FPU_MASK_ZM  0x0200  /* divide by zero */
-@@ -48,4 +59,6 @@ typedef unsigned int fpu_control_t;
- /* Default control word set at startup.  */
- extern fpu_control_t __fpu_control;
- 
-+#endif /* __SOFTFP__ */
-+
- #endif /* _FPU_CONTROL_H */

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/arm/submitted-setjmp.diff
===
--- glibc-package/branches/eglibc-2.10/debian/patches/arm/submitted-setjmp.diff 
2009-05-09 22:54:52 UTC (rev 3470)
+++ glibc-package/branches/eglibc-2.10/debian/patches/arm/submitted-setjmp.diff 
2009-05-09 22:59:31 UTC (rev 3471)
@@ -1,12 +0,0 @@

- ports/sysdeps/arm/fpu/setjmp.S |2 ++
- 1 file changed, 2 insertions(+)
-
 a/ports/sysdeps/arm/fpu/setjmp.S
-+++ b/ports/sysdeps/arm/fpu/setjmp.S
-@@ -33,3 +33,5 @@
-   /* Make a tail call to __sigjmp_save; it takes the same args.  */
-   B   PLTJMP(C_SYMBOL_NAME(__sigjmp_save))
- END (__sigsetjmp)
-+
-+hidden_def (__sigsetjmp)

Modified: glibc-package/branches/eglibc-2.10/debian/patches/series
===
--- glibc-package/branches/eglibc-2.10/debian/patches/series2009-05-09 
22:54:52 UTC (rev 3470)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series2009-05-09 
22:59:31 UTC (rev 3471)
@@ -61,8 +61,6 @@
 arm/local-ioperm.diff
 arm/local-lowlevellock.diff
 arm/local-no-hwcap.diff
-arm/submitted-setjmp.diff
-arm/submitted-fpu_control_h.diff
 
 hppa/local-inlining.diff
 hppa/local-linuxthreads.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r3472 - in glibc-package/branches/eglibc-2.10/debian: . patches patches/hppa

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 23:01:15 + (Sat, 09 May 2009)
New Revision: 3472

Removed:
   glibc-package/branches/eglibc-2.10/debian/patches/hppa/cvs-tsd.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
- Remove debian/patches/hppa/cvs-tsd.diff (merged).



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 22:59:31 UTC 
(rev 3471)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:01:15 UTC 
(rev 3472)
@@ -10,8 +10,8 @@
   accordingly.
 - Remove debian/patches/arm/submitted-setjmp.diff (merged).
 - Remove debian/patches/arm/submitted-fpu_control_h.diff (merged).
+- Remove debian/patches/hppa/cvs-tsd.diff (merged).
 
-
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 
 eglibc (2.9-13) unstable; urgency=low

Deleted: glibc-package/branches/eglibc-2.10/debian/patches/hppa/cvs-tsd.diff
===
--- glibc-package/branches/eglibc-2.10/debian/patches/hppa/cvs-tsd.diff 
2009-05-09 22:59:31 UTC (rev 3471)
+++ glibc-package/branches/eglibc-2.10/debian/patches/hppa/cvs-tsd.diff 
2009-05-09 23:01:15 UTC (rev 3472)
@@ -1,27 +0,0 @@
-2009-01-07  Arthur Loiret  aloi...@debian.org
-
-   * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-   (MALLOC): Adjust __libc_tsd_define arguments.
-   (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
-   arguments.
-

- ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h |6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
 a/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-+++ b/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-@@ -63,10 +63,10 @@
- #include bits/libc-tsd.h
- 
- typedef int tsd_key_t[1]; /* no key data structure, libc magic does it */
--__libc_tsd_define (static, MALLOC)/* declaration/common definition */
-+__libc_tsd_define (static, void *, MALLOC)/* declaration/common 
definition */
- #define tsd_key_create(key, destr)((void) (key))
--#define tsd_setspecific(key, data)__libc_tsd_set (MALLOC, (data))
--#define tsd_getspecific(key, vptr)((vptr) = __libc_tsd_get (MALLOC))
-+#define tsd_setspecific(key, data)__libc_tsd_set (void *, MALLOC, (data))
-+#define tsd_getspecific(key, vptr)((vptr) = __libc_tsd_get (void *, 
MALLOC))
- 
- #include sysdeps/generic/malloc-machine.h
- 

Modified: glibc-package/branches/eglibc-2.10/debian/patches/series
===
--- glibc-package/branches/eglibc-2.10/debian/patches/series2009-05-09 
22:59:31 UTC (rev 3471)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series2009-05-09 
23:01:15 UTC (rev 3472)
@@ -69,7 +69,6 @@
 hppa/submitted-lt.diff
 hppa/submitted-nptl-carlos.diff
 hppa/submitted-pie.diff
-hppa/cvs-tsd.diff
 hppa/local-nptl-compat.diff
 
 hurd-i386/local-dl-dynamic-weak.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r3473 - in glibc-package/branches/eglibc-2.10/debian: . patches patches/hurd-i386

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 23:07:40 + (Sat, 09 May 2009)
New Revision: 3473

Removed:
   
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-get_pc_thunk.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-hurdsig-fix.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-report-wait-fix.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-resource-prio.diff
   glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-rtld.diff
   
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-strerror_l.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
- Remove debian/patches/hurd-i386/cvs-resource-prio.diff (merged).
- Remove debian/patches/hurd-i386/cvs-hurdsig-fix.diff (merged).
- Remove debian/patches/hurd-i386/cvs-report-wait-fix.diff (merged).
- Remove debian/patches/hurd-i386/cvs-get_pc_thunk.diff (merged).
- Remove debian/patches/hurd-i386/cvs-strerror_l.diff (merged).
- Remove debian/patches/hurd-i386/cvs-rtld.diff (merged).



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:01:15 UTC 
(rev 3472)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:07:40 UTC 
(rev 3473)
@@ -11,7 +11,14 @@
 - Remove debian/patches/arm/submitted-setjmp.diff (merged).
 - Remove debian/patches/arm/submitted-fpu_control_h.diff (merged).
 - Remove debian/patches/hppa/cvs-tsd.diff (merged).
+- Remove debian/patches/hurd-i386/cvs-resource-prio.diff (merged).
+- Remove debian/patches/hurd-i386/cvs-hurdsig-fix.diff (merged).
+- Remove debian/patches/hurd-i386/cvs-report-wait-fix.diff (merged).
+- Remove debian/patches/hurd-i386/cvs-get_pc_thunk.diff (merged).
+- Remove debian/patches/hurd-i386/cvs-strerror_l.diff (merged).
+- Remove debian/patches/hurd-i386/cvs-rtld.diff (merged).
 
+
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 
 eglibc (2.9-13) unstable; urgency=low

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-get_pc_thunk.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-get_pc_thunk.diff
   2009-05-09 23:01:15 UTC (rev 3472)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-get_pc_thunk.diff
   2009-05-09 23:07:40 UTC (rev 3473)
@@ -1,16 +0,0 @@

- sysdeps/i386/dl-tlsdesc.S |3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
 a/sysdeps/i386/dl-tlsdesc.S
-+++ b/sysdeps/i386/dl-tlsdesc.S
-@@ -128,8 +128,7 @@
- .Lslow:
-   cfi_adjust_cfa_offset (28)
-   movl%ebx, 16(%esp)
--  call__i686.get_pc_thunk.bx
--  addl$_GLOBAL_OFFSET_TABLE_, %ebx
-+  LOAD_PIC_REG (bx)
-   call___tls_get_a...@plt
-   movl16(%esp), %ebx
-   jmp .Lret

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-hurdsig-fix.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-hurdsig-fix.diff
2009-05-09 23:01:15 UTC (rev 3472)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-hurdsig-fix.diff
2009-05-09 23:07:40 UTC (rev 3473)
@@ -1,14 +0,0 @@

- hurd/hurdsig.c |1 +
- 1 file changed, 1 insertion(+)
-
 a/hurd/hurdsig.c
-+++ b/hurd/hurdsig.c
-@@ -1134,6 +1134,7 @@
- }
-   _hurd_port_free (_hurd_dtable[d]-port, ulink, port);
- }
-+  __mutex_unlock (_hurd_dtable_lock);
-   /* If we found a lucky winner, we've set D to -1 in the loop.  */
-   if (lucky)
- goto win;

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-report-wait-fix.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-report-wait-fix.diff
2009-05-09 23:01:15 UTC (rev 3472)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-report-wait-fix.diff
2009-05-09 23:07:40 UTC (rev 3473)
@@ -1,22 +0,0 @@

- hurd/report-wait.c |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
 a/hurd/report-wait.c
-+++ b/hurd/report-wait.c
-@@ -1,5 +1,5 @@
- /* Report on what a thread in our task is waiting for.
--   Copyright (C) 1996,1997,1999,2002,2005 Free Software Foundation, Inc.
-+   Copyright (C) 1996,1997,1999,2002,2005,2009 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
-@@ -30,7 +30,7 @@
- describe_number (string_t description, const char *flavor, long int i)
- {
-   unsigned long int j;
--  char *p = flavor ? 

r3474 - in glibc-package/branches/eglibc-2.10/debian: . patches patches/mips

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 23:08:53 + (Sat, 09 May 2009)
New Revision: 3474

Removed:
   glibc-package/branches/eglibc-2.10/debian/patches/mips/cvs-context.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
- Remove debian/patches/mips/cvs-context.diff (merged).



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:07:40 UTC 
(rev 3473)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:08:53 UTC 
(rev 3474)
@@ -17,8 +17,8 @@
 - Remove debian/patches/hurd-i386/cvs-get_pc_thunk.diff (merged).
 - Remove debian/patches/hurd-i386/cvs-strerror_l.diff (merged).
 - Remove debian/patches/hurd-i386/cvs-rtld.diff (merged).
+- Remove debian/patches/mips/cvs-context.diff (merged).
 
-
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 
 eglibc (2.9-13) unstable; urgency=low

Deleted: glibc-package/branches/eglibc-2.10/debian/patches/mips/cvs-context.diff
===
--- glibc-package/branches/eglibc-2.10/debian/patches/mips/cvs-context.diff 
2009-05-09 23:07:40 UTC (rev 3473)
+++ glibc-package/branches/eglibc-2.10/debian/patches/mips/cvs-context.diff 
2009-05-09 23:08:53 UTC (rev 3474)
@@ -1,1019 +0,0 @@
-2009-04-18  Maciej W. Rozycki  ma...@codesourcery.com
-
-   * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
-   * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
-   * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
-   * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
-   * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
-   Update comment.
-   * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
-   * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
-   * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
-   Add ucontext_i.sym.
-
-2009-04-15  Maciej W. Rozycki  ma...@codesourcery.com
-
-   * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
-
-diff --git a/sysdeps/unix/sysv/linux/mips/Makefile 
b/sysdeps/unix/sysv/linux/mips/Makefile
-index 110fccb..162f1b9 100644
 a/ports/sysdeps/unix/sysv/linux/mips/Makefile
-+++ b/ports/sysdeps/unix/sysv/linux/mips/Makefile
-@@ -135,3 +135,7 @@ sysdep_routines += dl-static
- sysdep-rtld-routines += dl-static
- endif
- endif
-+
-+ifeq ($(subdir),stdlib)
-+gen-as-const-headers += ucontext_i.sym
-+endif
-diff --git a/sysdeps/unix/sysv/linux/mips/getcontext.S 
b/sysdeps/unix/sysv/linux/mips/getcontext.S
-new file mode 100644
-index 000..1e77467
 /dev/null
-+++ b/ports/sysdeps/unix/sysv/linux/mips/getcontext.S
-@@ -0,0 +1,149 @@
-+/* Save current context.
-+   Copyright (C) 2009 Free Software Foundation, Inc.
-+   This file is part of the GNU C Library.
-+   Contributed by Maciej W. Rozycki ma...@codesourcery.com.
-+
-+   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, 51 Franklin Street - Fifth Floor, Boston, MA
-+   02110-1301, USA.  */
-+
-+#include sysdep.h
-+#include sys/asm.h
-+#include sys/fpregdef.h
-+#include sys/regdef.h
-+
-+#include ucontext_i.h
-+
-+/* int getcontext (ucontext_t *ucp) */
-+
-+  .text
-+LOCALSZ = 0
-+MASK = 0x
-+#ifdef __PIC__
-+LOCALSZ = 1   /* save gp */
-+# if _MIPS_SIM != _ABIO32
-+MASK = 0x1000
-+# endif
-+#endif
-+FRAMESZ = ((LOCALSZ * SZREG) + ALSZ)  ALMASK
-+GPOFF = FRAMESZ - (1 * SZREG)
-+
-+NESTED (__getcontext, FRAMESZ, ra)
-+  .mask   MASK, 0
-+  .fmask  0x, 0
-+
-+#ifdef __PIC__
-+  SETUP_GP
-+
-+  movea2, sp
-+# define _SP a2
-+
-+# if _MIPS_SIM != _ABIO32
-+  movea3, gp
-+#  define _GP a3
-+# endif
-+
-+  PTR_ADDIU sp, -FRAMESZ
-+  SETUP_GP64 (GPOFF, __getcontext)
-+  SAVE_GP (GPOFF)
-+
-+#else  /* ! __PIC__ */
-+# define _SP sp
-+# define _GP gp
-+
-+#endif /* ! __PIC__ */
-+
-+#ifdef PROF
-+  .setnoat
-+  moveAT, ra
-+  jal _mcount
-+  .setat
-+#endif
-+
-+  /* Store a magic flag.  */
-+  li  v1, 1
-+  REG_S   v1, (0 * SZREG + MCONTEXT_GREGS)(a0)/* zero 

r3475 - in glibc-package/branches/eglibc-2.10/debian: . patches patches/all

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 23:09:59 + (Sat, 09 May 2009)
New Revision: 3475

Removed:
   
glibc-package/branches/eglibc-2.10/debian/patches/all/submitted-readme-version.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
- Remove debian/patches/all/submitted-readme-version.diff (merged).



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:08:53 UTC 
(rev 3474)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:09:59 UTC 
(rev 3475)
@@ -18,6 +18,7 @@
 - Remove debian/patches/hurd-i386/cvs-strerror_l.diff (merged).
 - Remove debian/patches/hurd-i386/cvs-rtld.diff (merged).
 - Remove debian/patches/mips/cvs-context.diff (merged).
+- Remove debian/patches/all/submitted-readme-version.diff (merged).
 
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/all/submitted-readme-version.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/all/submitted-readme-version.diff
 2009-05-09 23:08:53 UTC (rev 3474)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/all/submitted-readme-version.diff
 2009-05-09 23:09:59 UTC (rev 3475)
@@ -1,11 +0,0 @@
 a/README   2007-10-18 18:54:40.0 +0200
-+++ b/README   2009-02-27 20:34:27.0 +0100
-@@ -26,7 +26,7 @@
- 
- ---
- 
--This directory contains the version 2.7 release of the GNU C Library.
-+This directory contains the version 2.9 release of the GNU C Library.
- 
- The GNU C Library is the standard system C library for all GNU systems,
- and is an important part of what makes up a GNU system.  It provides the

Modified: glibc-package/branches/eglibc-2.10/debian/patches/series
===
--- glibc-package/branches/eglibc-2.10/debian/patches/series2009-05-09 
23:08:53 UTC (rev 3474)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series2009-05-09 
23:09:59 UTC (rev 3475)
@@ -128,7 +128,6 @@
 all/local-pthread-manpages.diff
 all/local-remove-manual.diff
 all/local-ru_RU.diff
-all/submitted-readme-version.diff
 
 any/local-asserth-decls.diff
 any/local-bindresvport_blacklist.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r3476 - in glibc-package/branches/eglibc-2.10/debian: . patches patches/hurd-i386

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 23:16:11 + (Sat, 09 May 2009)
New Revision: 3476

Removed:
   
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-net-headers.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
- Remove debian/patches/hurd-i386/cvs-net-headers.diff (merged).



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:09:59 UTC 
(rev 3475)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:16:11 UTC 
(rev 3476)
@@ -13,6 +13,7 @@
 - Remove debian/patches/hppa/cvs-tsd.diff (merged).
 - Remove debian/patches/hurd-i386/cvs-resource-prio.diff (merged).
 - Remove debian/patches/hurd-i386/cvs-hurdsig-fix.diff (merged).
+- Remove debian/patches/hurd-i386/cvs-net-headers.diff (merged).
 - Remove debian/patches/hurd-i386/cvs-report-wait-fix.diff (merged).
 - Remove debian/patches/hurd-i386/cvs-get_pc_thunk.diff (merged).
 - Remove debian/patches/hurd-i386/cvs-strerror_l.diff (merged).

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-net-headers.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-net-headers.diff
2009-05-09 23:09:59 UTC (rev 3475)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/hurd-i386/cvs-net-headers.diff
2009-05-09 23:16:11 UTC (rev 3476)
@@ -1,16 +0,0 @@

- sysdeps/mach/hurd/Makefile |5 +
- 1 file changed, 5 insertions(+)
-
 a/sysdeps/mach/hurd/Makefile
-+++ b/sysdeps/mach/hurd/Makefile
-@@ -206,4 +206,9 @@
- sysdep_headers += nfs/nfs.h
- endif
- 
-+ifeq ($(subdir),socket)
-+sysdep_headers += net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h \
-+net/route.h
-+endif
-+
- endif # in-Makerules

Modified: glibc-package/branches/eglibc-2.10/debian/patches/series
===
--- glibc-package/branches/eglibc-2.10/debian/patches/series2009-05-09 
23:09:59 UTC (rev 3475)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series2009-05-09 
23:16:11 UTC (rev 3476)
@@ -89,7 +89,6 @@
 hurd-i386/submitted-extern_inline.diff
 hurd-i386/submitted-critical-sections.diff
 hurd-i386/submitted-dup2-fix.diff
-hurd-i386/cvs-net-headers.diff
 hurd-i386/local-pthread_posix-option.diff
 hurd-i386/local-check_native.diff
 hurd-i386/submitted-dl-sysdep.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r3479 - in glibc-package/branches/eglibc-2.10/debian: . patches patches/localedata

2009-05-09 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-09 23:40:37 + (Sat, 09 May 2009)
New Revision: 3479

Removed:
   
glibc-package/branches/eglibc-2.10/debian/patches/localedata/locale-fr_FR.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
  * Remove localedata/locale-fr_FR.diff as coreutils has been fixed.



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:39:26 UTC 
(rev 3478)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-09 23:40:37 UTC 
(rev 3479)
@@ -34,6 +34,12 @@
 - Remove debian/patches/any/cvs-bz697-posix-regexec.diff (merged).
 - Remove debian/patches/any/submitted-broken-dns.diff (merged).
 - Remove debian/patches/any/submitted-mount_h.diff (merged).
+- Remove localedata/mt_MT_euro.diff (merged).
+- Remove localedata/submitted-bz9731-el_CY_euro.diff (merged).
+- Remove localedata/sk_SK_euro.diff (merged).
+- Remove localedata/submitted-bz9730-locale-sv_FI.diff (merged).
+- Remove localedata/cvs-el_CY-el_GR-frac_digits.diff (merged).
+  * Remove localedata/locale-fr_FR.diff as coreutils has been fixed.
 
  -- Aurelien Jarno aure...@debian.org  Tue, 05 May 2009 09:57:43 +0200
 

Deleted: 
glibc-package/branches/eglibc-2.10/debian/patches/localedata/locale-fr_FR.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/localedata/locale-fr_FR.diff  
2009-05-09 23:39:26 UTC (rev 3478)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/localedata/locale-fr_FR.diff  
2009-05-09 23:40:37 UTC (rev 3479)
@@ -1,105 +0,0 @@
-Revert to old abbreviations for day of week and months.
-

- localedata/locales/fr_FR   |   29 ++---
- localedata/tst-langinfo.sh |   36 ++--
- 2 files changed, 28 insertions(+), 37 deletions(-)
-
 a/localedata/locales/fr_FR
-+++ b/localedata/locales/fr_FR
-@@ -95,13 +95,10 @@
- END LC_NUMERIC
- 
- LC_TIME
--abday   U0064U0069U006DU002E;/
--U006CU0075U006EU002E;/
--U006DU0061U0072U002E;/
--U006DU0065U0072U002E;/
--U006AU0065U0075U002E;/
--U0076U0065U006EU002E;/
--U0073U0061U006DU002E
-+abday   U0064U0069U006D;U006CU0075U006E;/
-+U006DU0061U0072;U006DU0065U0072;/
-+U006AU0065U0075;U0076U0065U006E;/
-+U0073U0061U006D
- day U0064U0069U006DU0061U006EU0063U0068U0065;/
- U006CU0075U006EU0064U0069;/
- U006DU0061U0072U0064U0069;/
-@@ -109,18 +106,12 @@
- U006AU0065U0075U0064U0069;/
- U0076U0065U006EU0064U0072U0065U0064U0069;/
- U0073U0061U006DU0065U0064U0069
--abmon   U006AU0061U006EU0076U002E;/
--U0066U00E9U0076U0072U002E;/
--U006DU0061U0072U0073;/
--U0061U0076U0072U0069U006C;/
--U006DU0061U0069;/
--U006AU0075U0069U006E;/
--U006AU0075U0069U006CU002E;/
--U0061U006FU00FBU0074;/
--U0073U0065U0070U0074U002E;/
--U006FU0063U0074U002E;/
--U006EU006FU0076U002E;/
--U0064U00E9U0063U002E
-+abmon   U006AU0061U006E;U0066U00E9U0076;/
-+U006DU0061U0072;U0061U0076U0072;/
-+U006DU0061U0069;U006AU0075U006E;/
-+U006AU0075U0069;U0061U006FU00FB;/
-+U0073U0065U0070;U006FU0063U0074;/
-+U006EU006FU0076;U0064U00E9U0063
- mon U006AU0061U006EU0076U0069U0065U0072;/
- U0066U00E9U0076U0072U0069U0065U0072;/
- U006DU0061U0072U0073;/
 a/localedata/tst-langinfo.sh
-+++ b/localedata/tst-langinfo.sh
-@@ -245,13 +245,13 @@
- de_DE.UTF-8  THOUSEP .
- de_DE.UTF-8  YESEXPR ^[jJyY].*
- de_DE.UTF-8  NOEXPR  ^[nN].*
--fr_FR.ISO-8859-1 ABDAY_1 dim.
--fr_FR.ISO-8859-1 ABDAY_2 lun.
--fr_FR.ISO-8859-1 ABDAY_3 mar.
--fr_FR.ISO-8859-1 ABDAY_4 mer.
--fr_FR.ISO-8859-1 ABDAY_5 jeu.
--fr_FR.ISO-8859-1 ABDAY_6 ven.
--fr_FR.ISO-8859-1 ABDAY_7 sam.
-+fr_FR.ISO-8859-1 ABDAY_1 dim
-+fr_FR.ISO-8859-1 ABDAY_2 lun
-+fr_FR.ISO-8859-1 ABDAY_3 mar
-+fr_FR.ISO-8859-1 ABDAY_4 mer
-+fr_FR.ISO-8859-1 ABDAY_5 jeu
-+fr_FR.ISO-8859-1 ABDAY_6 ven
-+fr_FR.ISO-8859-1 ABDAY_7 sam
- fr_FR.ISO-8859-1 DAY_1   dimanche
- fr_FR.ISO-8859-1 DAY_2   lundi
- fr_FR.ISO-8859-1 DAY_3   mardi
-@@ -259,18 +259,18 @@
- fr_FR.ISO-8859-1 DAY_5   jeudi
- fr_FR.ISO-8859-1 DAY_6   vendredi
- fr_FR.ISO-8859-1 DAY_7   samedi
--fr_FR.ISO-8859-1 ABMON_1 janv.
--fr_FR.ISO-8859-1 ABMON_2 f�vr.
--fr_FR.ISO-8859-1 ABMON_3 mars
--fr_FR.ISO-8859-1 ABMON_4 avril
-+fr_FR.ISO-8859-1 ABMON_1 jan
-+fr_FR.ISO-8859-1 ABMON_2 f�v
-+fr_FR.ISO-8859-1 ABMON_3 mar
-+fr_FR.ISO-8859-1