Bug#658171: Bug#658424: pu: package eglibc/2.11.3-3

2012-02-16 Thread Adam D. Barratt
On Tue, 2012-02-14 at 12:54 +0100, Bernhard R. Link wrote:
> * Adam D. Barratt  [120212 22:06]:
> > As I mentioned previously: Bernhard, "JBK" (and anyone else affected and
> > watching the bugs) - once the package is available for your architecture
> > via proposed-updates, please test it and let us know whether it resolves
> > the issue for you.
> 
> As far as I can tell from a short testing, it seems to work.

Thanks.  I've pushed the package to squeeze-updates, so it will start
hit mirrors with the next dinstall.

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1329419367.17190.7.ca...@jacala.jungle.funky-badger.org



[bts-link] source package eglibc

2012-02-16 Thread bts-link-upstream
#
# bts-link upstream status pull for source package eglibc
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #577577 (http://bugs.debian.org/577577)
# Bug title: O_FSYNC used but not defined on some archs
#  * http://sourceware.org/bugzilla/show_bug.cgi?id=11494
#  * remote status changed: NEW -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 577577 + fixed-upstream
usertags 577577 - status-NEW
usertags 577577 + status-RESOLVED resolution-FIXED

thanks


--
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/20120216164108.22591.77416.btsl...@busoni.debian.org



Processed: [bts-link] source package eglibc

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

> #
> # bts-link upstream status pull for source package eglibc
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #577577 (http://bugs.debian.org/577577)
> # Bug title: O_FSYNC used but not defined on some archs
> #  * http://sourceware.org/bugzilla/show_bug.cgi?id=11494
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 577577 + fixed-upstream
Bug #577577 [libc6-dev] O_FSYNC used but not defined on some archs
Added tag(s) fixed-upstream.
> usertags 577577 - status-NEW
Bug#577577: O_FSYNC used but not defined on some archs
Usertags were: status-NEW.
Usertags are now: .
> usertags 577577 + status-RESOLVED resolution-FIXED
Bug#577577: O_FSYNC used but not defined on some archs
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> thanks
Stopping processing here.

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



r5165 - in glibc-package/trunk/debian: . patches patches/sparc

2012-02-16 Thread Aurelien Jarno
Author: aurel32
Date: 2012-02-16 08:46:12 + (Thu, 16 Feb 2012)
New Revision: 5165

Added:
   glibc-package/trunk/debian/patches/sparc/cvs-fcntl_h.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/sparc/cvs-fcntl_h.diff: new patch from upstream to define 
O_FSYNC on sparc.  Closes: #577577.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-02-15 21:39:54 UTC (rev 
5164)
+++ glibc-package/trunk/debian/changelog2012-02-16 08:46:12 UTC (rev 
5165)
@@ -17,6 +17,8 @@
 file using the latest build as a reference.
   * patches/mips/cvs-dlopen-lazy.diff: new patch from upstream to resolve
 race between dlopen and lazy binding on MIPS.
+  * patches/sparc/cvs-fcntl_h.diff: new patch from upstream to define 
+O_FSYNC on sparc.  Closes: #577577.
 
  -- Aurelien Jarno   Sun, 05 Feb 2012 11:12:52 +0100
 

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2012-02-15 21:39:54 UTC (rev 
5164)
+++ glibc-package/trunk/debian/patches/series   2012-02-16 08:46:12 UTC (rev 
5165)
@@ -220,6 +220,7 @@
 sparc/submitted-bzero.diff
 sparc/cvs-ifunc.diff
 sparc/cvs-rlimits.diff
+sparc/cvs-fcntl_h.diff
 
 all/local-alias-UTF-8.diff
 all/local-alias-et_EE.diff

Added: glibc-package/trunk/debian/patches/sparc/cvs-fcntl_h.diff
===
--- glibc-package/trunk/debian/patches/sparc/cvs-fcntl_h.diff   
(rev 0)
+++ glibc-package/trunk/debian/patches/sparc/cvs-fcntl_h.diff   2012-02-16 
08:46:12 UTC (rev 5165)
@@ -0,0 +1,17 @@
+2012-02-16  David S. Miller  
+ 
+   [BZ #11494]
+   * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
+
+diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h 
b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
+index 7f6c8cd..7ce09da 100644
+--- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
 b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
+@@ -39,6 +39,7 @@
+ #define O_TRUNC   0x0400  /* not fcntl */
+ #define O_EXCL0x0800  /* not fcntl */
+ #define O_SYNC0x802000
++#define O_FSYNC   O_SYNC
+ #define O_NONBLOCK0x4000
+ #define O_NDELAY  (0x0004 | O_NONBLOCK)
+ #define O_NOCTTY  0x8000  /* not fcntl */


-- 
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/e1rxwyj-0007ik...@vasks.debian.org



Processed: tagging 577577

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

> tags 577577 + pending
Bug #577577 [libc6-dev] O_FSYNC used but not defined on some archs
Added tag(s) pending.
> thanks
Stopping processing here.

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