r2932 - in glibc-package/trunk/debian: . control.in

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-11 00:13:32 + (Sun, 11 May 2008)
New Revision: 2932

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/control.in/main
Log:
  * control.in/main: relax a few dependencies.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-11 00:11:51 UTC (rev 
2931)
+++ glibc-package/trunk/debian/changelog2008-05-11 00:13:32 UTC (rev 
2932)
@@ -35,6 +35,7 @@
 the udev dependencies.  Closes: #474293.
   * rules.d/debhelper.mk: remove linda overrides installation.
   * debhelper.in/*lintian: update.
+  * control.in/main: relax a few dependencies.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.

Modified: glibc-package/trunk/debian/control
===
--- glibc-package/trunk/debian/control  2008-05-11 00:11:51 UTC (rev 2931)
+++ glibc-package/trunk/debian/control  2008-05-11 00:13:32 UTC (rev 2932)
@@ -1,12 +1,12 @@
 Source: glibc
 Section: libs
 Priority: required
-Build-Depends: gettext, make (>= 3.80-1), dpkg-dev (>= 1.13.5), bzip2, lzma, 
file, quilt,
+Build-Depends: gettext, make (>= 3.80), dpkg-dev (>= 1.13.5), bzip2, lzma, 
file, quilt,
  autoconf, sed (>= 4.0.5-4), gawk, debhelper (>= 5.0),
  linux-libc-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
- mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20020608-1) [hurd-i386], gnumach-dev 
[hurd-i386], libpthread-stubs0-dev [hurd-i386],
+ mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20020608) [hurd-i386], gnumach-dev 
[hurd-i386], libpthread-stubs0-dev [hurd-i386],
  kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64],
- binutils (>= 2.17cvs20070426-1),
+ binutils (>= 2.17cvs20070426),
  g++-4.2 (>= 4.2.1) [alpha amd64 i386 hurd-i386], g++-4.2-multilib [amd64 
i386],
  g++-4.3 (>= 4.3.0) [!alpha !amd64 !i386 !hurd-i386], g++-4.3-multilib 
[kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc]
 Build-Depends-Indep: perl, po-debconf (>= 1.0)

Modified: glibc-package/trunk/debian/control.in/main
===
--- glibc-package/trunk/debian/control.in/main  2008-05-11 00:11:51 UTC (rev 
2931)
+++ glibc-package/trunk/debian/control.in/main  2008-05-11 00:13:32 UTC (rev 
2932)
@@ -1,12 +1,12 @@
 Source: @glibc@
 Section: libs
 Priority: required
-Build-Depends: gettext, make (>= 3.80-1), dpkg-dev (>= 1.13.5), bzip2, lzma, 
file, quilt,
+Build-Depends: gettext, make (>= 3.80), dpkg-dev (>= 1.13.5), bzip2, lzma, 
file, quilt,
  autoconf, sed (>= 4.0.5-4), gawk, debhelper (>= 5.0),
  linux-libc-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
- mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20020608-1) [hurd-i386], gnumach-dev 
[hurd-i386], libpthread-stubs0-dev [hurd-i386],
+ mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20020608) [hurd-i386], gnumach-dev 
[hurd-i386], libpthread-stubs0-dev [hurd-i386],
  kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64],
- binutils (>= 2.17cvs20070426-1),
+ binutils (>= 2.17cvs20070426),
  g++-4.2 (>= 4.2.1) [alpha amd64 i386 hurd-i386], g++-4.2-multilib [amd64 
i386],
  g++-4.3 (>= 4.3.0) [!alpha !amd64 !i386 !hurd-i386], g++-4.3-multilib 
[kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc]
 Build-Depends-Indep: perl, po-debconf (>= 1.0)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2931 - in glibc-package/trunk/debian: . debhelper.in

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-11 00:11:51 + (Sun, 11 May 2008)
New Revision: 2931

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-alt.lintian
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian
   glibc-package/trunk/debian/debhelper.in/libc.lintian
Log:
  * debhelper.in/*lintian: update.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-11 00:03:53 UTC (rev 
2930)
+++ glibc-package/trunk/debian/changelog2008-05-11 00:11:51 UTC (rev 
2931)
@@ -34,6 +34,7 @@
   * debian/shlibs-add-udebs: new script from Frans Pop to correctly compute
 the udev dependencies.  Closes: #474293.
   * rules.d/debhelper.mk: remove linda overrides installation.
+  * debhelper.in/*lintian: update.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.

Modified: glibc-package/trunk/debian/debhelper.in/libc-alt.lintian
===
--- glibc-package/trunk/debian/debhelper.in/libc-alt.lintian2008-05-11 
00:03:53 UTC (rev 2930)
+++ glibc-package/trunk/debian/debhelper.in/libc-alt.lintian2008-05-11 
00:11:51 UTC (rev 2931)
@@ -1,6 +1,6 @@
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.5.so
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.7.so
 
 # Those file are actually .o files not package in a ar archive, and
 # thus should not be stripped
@@ -9,4 +9,10 @@
 
 # It is normal that the ELF dynamic linker does not need any other 
 # library
-LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.5.so
+LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.7.so
+
+# It is correct for the glibc to install files in such locations
+LIBC: file-in-unusual-dir lib32
+LIBC: file-in-unusual-dir usr/lib32
+LIBC: file-in-unusual-dir lib64
+LIBC: file-in-unusual-dir usr/lib64

Modified: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian
===
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian 
2008-05-11 00:03:53 UTC (rev 2930)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian 
2008-05-11 00:11:51 UTC (rev 2931)
@@ -1,3 +1,9 @@
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.5.so
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.7.so
+
+# It is correct for the glibc to install files in such locations
+LIBC: file-in-unusual-dir lib32
+LIBC: file-in-unusual-dir usr/lib32
+LIBC: file-in-unusual-dir lib64
+LIBC: file-in-unusual-dir usr/lib64

Modified: glibc-package/trunk/debian/debhelper.in/libc.lintian
===
--- glibc-package/trunk/debian/debhelper.in/libc.lintian2008-05-11 
00:03:53 UTC (rev 2930)
+++ glibc-package/trunk/debian/debhelper.in/libc.lintian2008-05-11 
00:11:51 UTC (rev 2931)
@@ -4,10 +4,10 @@
 
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC: unstripped-binary-or-object ./lib/libpthread-2.5.so
+LIBC: unstripped-binary-or-object ./lib/libpthread-2.7.so
 
 # ld.so must be executable, otherwise the system will not work
-LIBC: shlib-with-executable-bit lib/ld-2.5.so 0755
+LIBC: shlib-with-executable-bit lib/ld-2.7.so 0755
 
 # pt_chown must be setuid root, otherwise non-root users won't be able
 # to login
@@ -15,4 +15,13 @@
 
 # It is normal that the ELF dynamic linker does not need any other 
 # library
-LIBC: shared-lib-without-dependency-information ./lib/ld-2.5.so
+LIBC: shared-lib-without-dependency-information ./lib/ld-2.7.so
+
+# It is correct for the glibc to install files in such locations
+LIBC: file-in-unusual-dir lib32
+LIBC: file-in-unusual-dir usr/lib32
+LIBC: file-in-unusual-dir lib64
+LIBC: file-in-unusual-dir usr/lib64
+
+# dependency on debconf is not needed, as glibc has a fallback to tty 
+LIBC: missing-debconf-dependency-for-preinst


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2930 - in glibc-package/trunk/debian: . rules.d

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-11 00:03:53 + (Sun, 11 May 2008)
New Revision: 2930

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
  * rules.d/debhelper.mk: remove linda overrides installation.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-11 00:02:06 UTC (rev 
2929)
+++ glibc-package/trunk/debian/changelog2008-05-11 00:03:53 UTC (rev 
2930)
@@ -33,6 +33,7 @@
 gcc-4.3 on arm, hppa and s390.
   * debian/shlibs-add-udebs: new script from Frans Pop to correctly compute
 the udev dependencies.  Closes: #474293.
+  * rules.d/debhelper.mk: remove linda overrides installation.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===
--- glibc-package/trunk/debian/rules.d/debhelper.mk 2008-05-11 00:02:06 UTC 
(rev 2929)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk 2008-05-11 00:03:53 UTC 
(rev 2930)
@@ -119,12 +119,6 @@

debian/$(curpass)/usr/share/lintian/overrides/$(curpass) ; \
fi
 
-   if [ -f debian/$(curpass).linda ] ; then \
-   install -d -m 755 -o root -g root 
debian/$(curpass)/usr/share/linda/overrides/ ; \
-   install -m 644 -o root -g root debian/$(curpass).linda \
-   debian/$(curpass)/usr/share/linda/overrides/$(curpass) 
; \
-   fi
-
dh_installdeb -p$(curpass)
if [ $(curpass) = nscd ] ; then \
dh_shlibdeps -p$(curpass) ; \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2929 - in glibc-package/trunk/debian/patches: arm locale localedata

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-11 00:02:06 + (Sun, 11 May 2008)
New Revision: 2929

Modified:
   glibc-package/trunk/debian/patches/arm/cvs-gcc4-inline.diff
   glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff
   glibc-package/trunk/debian/patches/localedata/locale-de_CH.diff
   glibc-package/trunk/debian/patches/localedata/locale-eo_EO.diff
   glibc-package/trunk/debian/patches/localedata/locale-eu_FR.diff
   glibc-package/trunk/debian/patches/localedata/locale-ku_TR.diff
Log:
Remove old dpatch headers



Modified: glibc-package/trunk/debian/patches/arm/cvs-gcc4-inline.diff
===
--- glibc-package/trunk/debian/patches/arm/cvs-gcc4-inline.diff 2008-05-10 
22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/arm/cvs-gcc4-inline.diff 2008-05-11 
00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: Make glibc-2.3.5 compile with gcc-4.0 on arm for inline
 # functions of dl-machine.h.
 # DP: Related bugs: 

Modified: glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff
===
--- glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff  
2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/locale/fix-C-first_weekday.diff  
2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,5 +1,3 @@
-#! /bin/sh -e
-
 # All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: #327025 C locale has bad default for _NL_TIME_FIRST_WEEKDAY
 # DP:Also fixes the 3rd value of the week keyword.

Modified: glibc-package/trunk/debian/patches/localedata/locale-de_CH.diff
===
--- glibc-package/trunk/debian/patches/localedata/locale-de_CH.diff 
2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/localedata/locale-de_CH.diff 
2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: Changing d_fmt from "%Y-%m-%d" to "%d.%m.%Y"
 # DP: Related bugs: #27397
 # DP: Dpatch author: 
@@ -9,21 +6,6 @@
 # DP: Status Details: 
 # DP: Date: 2002-02-11
 
-if [ $# -ne 2 ]; then
-echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-exit 1
-fi
-case "$1" in
--patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;;
--unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;;
-*)
-   echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-   exit 1
-esac
-exit 0
-
-
-# append the patch here and adjust the -p? flag in the patch calls.
 --- glibc-2.6.orig/localedata/locales/de_CH
 +++ glibc-2.6/localedata/locales/de_CH
 @@ -114,7 +114,7 @@

Modified: glibc-package/trunk/debian/patches/localedata/locale-eo_EO.diff
===
--- glibc-package/trunk/debian/patches/localedata/locale-eo_EO.diff 
2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/localedata/locale-eo_EO.diff 
2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: Add Esperanto locale (eo_EO)
 # DP: Related bugs: #78085 #233308
 # DP: Dpatch author: Ben Collins
@@ -9,19 +6,6 @@
 # DP: Status Details:
 # DP: Date: 2001-03-23
 
-if [ $# -ne 2 ]; then
-echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-exit 1
-fi
-case "$1" in
--patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;;
--unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;;
-*)
-   echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-   exit 1
-esac
-exit 0
-
 Index: localedata/locales/eo
 ===
 --- /dev/null  1970-01-01 00:00:00.0 +

Modified: glibc-package/trunk/debian/patches/localedata/locale-eu_FR.diff
===
--- glibc-package/trunk/debian/patches/localedata/locale-eu_FR.diff 
2008-05-10 22:31:10 UTC (rev 2928)
+++ glibc-package/trunk/debian/patches/localedata/locale-eu_FR.diff 
2008-05-11 00:02:06 UTC (rev 2929)
@@ -1,6 +1,3 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
 # DP: Description: #257840: locales: Please add the eu_FR locale
 # DP: Related bugs: #257840
 # DP: Dpatch author: GOTO Masanori <[EMAIL PROTECTED]>
@@ -9,22 +6,6 @@
 # DP: Status Details: sending upstream
 # DP: Date: 2004-07-31
 
-PATCHLEVEL=0
-
-if [ $# -ne 2 ]; then
-echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-exit 1
-fi
-case "$1" in
--patch) patch -d "$2" -f --no-backup-if-mismatch -p$PATCHLEVEL < $0;;
-

Bug#469035: marked as done (libc6-i386: include mutiarch ld.conf from i386)

2008-05-10 Thread Debian Bug Tracking System

Your message dated Sun, 11 May 2008 01:51:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: libc6-i386: include mutiarch ld.conf from i386
has caused the Debian Bug report #469035,
regarding libc6-i386: include mutiarch ld.conf from i386
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 [EMAIL PROTECTED]
immediately.)


-- 
469035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469035
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libc6-i386
Version: 2.7-9
Severity: wishlist

Please include /etc/ld.so.conf.d/i486-linux-gnu.conf from libc6 on i386
arch. This will enable libraries installed by multiarch packages (e.g.,
pango1.0 built with DEB_BUILD_OPTIONS=multiarch).



--- End Message ---
--- Begin Message ---
tags 469035 wontfix

No upgrade problems detected.
This is no longer wishlist. Feel free to reopen.

--- End Message ---


Bug#470229: marked as done (glibc: multiarch support, ld.so.cache)

2008-05-10 Thread Debian Bug Tracking System

Your message dated Sun, 11 May 2008 01:51:49 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: glibc: multiarch support, ld.so.cache
has caused the Debian Bug report #470229,
regarding glibc: multiarch support, ld.so.cache
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 [EMAIL PROTECTED]
immediately.)


-- 
470229: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470229
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: glibc
Version: 2.7-9
Severity: wishlist

Is there a chance we could use an architecture independent format
for /etc/ld.so.cache if a patch is provided?



--- End Message ---
--- Begin Message ---
El ds 10 de 05 de 2008 a les 21:24 +0200, en/na Aurelien Jarno va
escriure:
> Run ldconfig -p on an amd64 machine with libc6-i386 installed (or the
> reverse) to see it contains both i386 and amd64 libraries.

It doesn't list powerpc libraries.

This is no longer requested anyway.

--- End Message ---


Processed (with 2 errors): Re: libc6-i386: include mutiarch ld.conf from i386

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 469035 wontfix
Bug#469035: libc6-i386: include mutiarch ld.conf from i386
Tags were: patch
Tags added: wontfix

> No upgrade problems detected.
Unknown command or malformed arguments to command.

> This is no longer wishlist. Feel free to reopen.
Unknown command or malformed arguments to command.

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2928 - in glibc-package/trunk/debian: . rules.d

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-10 22:31:10 + (Sat, 10 May 2008)
New Revision: 2928

Added:
   glibc-package/trunk/debian/shlibs-add-udebs
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
  * debian/shlibs-add-udebs: new script from Frans Pop to correctly compute
the udev dependencies.  Closes: #474293.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-10 18:22:19 UTC (rev 
2927)
+++ glibc-package/trunk/debian/changelog2008-05-10 22:31:10 UTC (rev 
2928)
@@ -31,6 +31,8 @@
 gcc-4.3.
   * sysdeps/arm.mk, sysdeps/hppa.mk, sysdeps/s390.mk, control.in/main: use
 gcc-4.3 on arm, hppa and s390.
+  * debian/shlibs-add-udebs: new script from Frans Pop to correctly compute
+the udev dependencies.  Closes: #474293.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.
@@ -40,7 +42,7 @@
   * patches/hurd-i386/cvs-termios.diff: new patch to revamp ioctls/termios
   bits.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 10 May 2008 20:16:39 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sun, 11 May 2008 00:29:48 +0200
 
 glibc (2.7-10) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===
--- glibc-package/trunk/debian/rules.d/debhelper.mk 2008-05-10 18:22:19 UTC 
(rev 2927)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk 2008-05-10 22:31:10 UTC 
(rev 2928)
@@ -109,6 +109,9 @@
-o -regex '.*/libc-.*so' \) \
-exec chmod a+x '{}' ';'
dh_makeshlibs -X/usr/lib/debug -p$(curpass) -V "$(call xx,shlib_dep)"
+   # Add relevant udeb: lines in shlibs files
+   chmod a+x debian/shlibs-add-udebs
+   ./debian/shlibs-add-udebs $(curpass)
 
if [ -f debian/$(curpass).lintian ] ; then \
install -d -m 755 -o root -g root 
debian/$(curpass)/usr/share/lintian/overrides/ ; \
@@ -152,7 +155,6 @@
-o -regex '.*lib[0-9]*/.*libpthread.*so.*' \
-o -regex '.*lib[0-9]*/libc[.-].*so.*' \) \
-exec chmod a+x '{}' ';'
-   # dh_makeshlibs -X/usr/lib/debug -p$(curpass) -V "$(call xx,shlib_dep)"
dh_installdeb -p$(curpass)
# dh_shlibdeps -p$(curpass)
dh_gencontrol -p$(curpass)

Added: glibc-package/trunk/debian/shlibs-add-udebs
===
--- glibc-package/trunk/debian/shlibs-add-udebs (rev 0)
+++ glibc-package/trunk/debian/shlibs-add-udebs 2008-05-10 22:31:10 UTC (rev 
2928)
@@ -0,0 +1,51 @@
+#! /bin/sh
+set -e
+
+# This script adds "udeb lines" to shlibs files which allows other udebs
+# to get correct dependencies when built against glibc libraries.
+# The script was written by Frans Pop <[EMAIL PROTECTED]>.
+
+package="$1"
+shlibs_file="debian/$package/DEBIAN/shlibs"
+
+# Skip packages that don't have an shlibs file.
+# The "cross-subarch" library packages have an shlibs file, but should
+# not have udeb lines, so skip those as well.
+if [ ! -r "$shlibs_file" ] || \
+   echo "$package" | grep -Eq "^libc[0-9.]+-"; then
+   exit 0
+fi
+
+# $1: regexp to select libraries for which lines should be duplicated
+# $2: name of the udeb the new line should point to
+add_udeb_line() {
+   local regexp udeb line lib soname package rest
+   regexp="$1"
+   udeb="$2"
+
+   if line="$(grep "^$regexp[[:space:]]" $shlibs_file)"; then
+   echo "$line" | while read lib soname package rest; do
+   echo "udeb: $lib $soname $udeb $rest" >>$shlibs_file
+   done
+   fi
+}
+
+
+W="[^[:space:]]*"
+
+# The following lists should match the ones in the *-udeb.install files
+# in debian/debhelper.in; $W replaces any "*" wildcards there.
+expr_libc1="ld$W libm-$W libm libdl$W libresolv$W libc-$W libc"
+expr_libc2="libutil$W libcrypt$W librt$W libpthread$W"
+expr_nss_dns="libnss_dns$W"
+expr_nss_files="libnss_files$W"
+
+for expr in $expr_libc1 $expr_libc2; do
+   add_udeb_line "$expr" $package-udeb
+done
+for expr in $expr_nss_dns; do
+   add_udeb_line "$expr" libnss-dns-udeb
+done
+for expr in $expr_nss_files; do
+   add_udeb_line "$expr" libnss-files-udeb
+done


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#474293: glibc: Add udeb: lines in shlibs files to improve udeb dependencies

2008-05-10 Thread Aurelien Jarno
On Fri, Apr 04, 2008 at 09:43:18PM +0200, Frans Pop wrote:
> Package: glibc
> Version: 2.7-10
> Severity: wishlist
> Tags: d-i patch
> 
> For Etch we fixed debhelper and most library packages that provide udebs to 
> improve the dependencies generated for udebs, but we skipped glibc then as 
> it's less important when the installer is running (as libc is always 
> included in the D-I initrds anyway and thus pulled in at build time).
> 
> However, it would be great to have this fixed before Lenny as it will help 
> with the implementation of britney support for udebs.
> 
> The attached patch will add udeb: lines in the various libc packages, for 
> example for libc6:
> udeb: ld-linux 2 libc6-udeb (>= 2.7-1)
> udeb: libm 6 libc6-udeb (>= 2.7-1)
> udeb: libdl 2 libc6-udeb (>= 2.7-1)
> udeb: libresolv 2 libc6-udeb (>= 2.7-1)
> udeb: libc 6 libc6-udeb (>= 2.7-1)
> udeb: libutil 1 libc6-udeb (>= 2.7-1)
> udeb: libcrypt 1 libc6-udeb (>= 2.7-1)
> udeb: librt 1 libc6-udeb (>= 2.7-1)
> udeb: libpthread 0 libc6-udeb (>= 2.7-1)
> udeb: libnss_dns 2 libnss-dns-udeb (>= 2.7-1)
> udeb: libnss_files 2 libnss-files-udeb (>= 2.7-1)
> 
> Applying the patch should be safe and there are no transition issues. 
> Possibly the change should be checked with Release Masters, but IMO it's 
> not a problem to implement this at this stage of the release of Lenny.
> 
> After glibc has been uploaded with this patch, I plan to request binNMUs for 
> all D-I packages that depend on libc to get their dependencies fixed.
> 
> Example of the effect of the patch
> --
> fdisk-udeb_2.13.1-3_i386.udeb currently has:
>Depends: libc6 (>= 2.7-1)
> when built against glibc with this patch this becomes:
>Depends: libc6-udeb (>= 2.7-1)
> 
> Comments
> 
> We are aware the patch is a bit of a hack and the list of libs in the helper 
> script will require some maintenance. We have discussed whether this could 
> be implemented in debhelper instead, but this solution was preferred:
> http://lists.debian.org/debian-boot/2008/02/msg00336.html
> 
> However, if you see alternative solutions, I'd be more than willing to 
> discuss them and help develop/test them.
> 

I have just checked-in this patch. For the future, I wonder while those
too small udeb are separated from the main udeb. They are really small
compared to the main udeb file.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 474293

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.26
> tags 474293 + pending
Bug#474293: glibc: Add udeb: lines in shlibs files to improve udeb dependencies
Tags were: d-i 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479952: libc6/s390 - __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.

2008-05-10 Thread Aurelien Jarno
On Wed, May 07, 2008 at 11:29:49AM +0200, Bastian Blank wrote:
> Package: libc6
> Version: 2.7-10
> Severity: important
> 
> On Wed, May 07, 2008 at 09:34:12AM +0200, Matthias Klose wrote:
> > the build failure on s390 is unexpected; is it possible to extract a
> > test case?
> 
> | java: pthread_mutex_lock.c:71: __pthread_mutex_lock: Assertion 
> `mutex->__data.__owner == 0' failed.
> 
> So another package failed about that (after mono and libto$bla). It
> looks like a race condition somewhere in the libpthread.
> 

Looking quickly at the code the problem is that LLL_MUTEX_LOCK (mutex)
fails to acquire the mutex. It can be a bug in atomic.h or a bug in the
futexes implementation of the kernel.

It would be nice to have an strace of the problem to see the futex
syscall before this assertion.

Also a small testcase of the problem would be really helpful to debug
it.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#478693: Incompatibility of libc6 with kernel 2.6 ax25

2008-05-10 Thread Aurelien Jarno
On Sat, May 10, 2008 at 10:33:59PM +0200, Aurelien Jarno wrote:
> tag 478693 + moreinfo
> thanks
> 
> On Wed, Apr 30, 2008 at 01:57:26PM +0200, Arjan van Schijndel wrote:
> > Package: libc6
> > Version: 2.3.6.ds1-13etch5
> > 
> > The following files in libc6 are not up to date: netax25/ax25.h
> > netrom/netrom.h netrose/rose.h. Meaning these files do not correspond
> > with the ax25.h netrom.h and rose.h from the 2.6 kernel. Resulting in
> > a wrong syscall.h.
> 
> Could you please give more details? 
> 
> A quick look showed that netrose/rose.h and linux/rose.h are the same.
> 
> linux/ax25.h and linux/rose.h have a few more definitions netax25/ax25.h
> and netrom/netrom.h, but the #define and structures present in the glibc
> one are the same than the ones in the kernel.
> 
> The best would be to tell us which structures / #define are missing to
> get you application compiled.
> 

A closer look showed that the only outdated part is in netax25/ax25.h.
netrom/netrom.h and netrose/rose.h are up-to-date.

Here are a patch to update netax25/ax25.h. Could you please try it and
see if it fixes your problems?


diff --git a/sysdeps/unix/sysv/linux/netax25/ax25.h 
b/sysdeps/unix/sysv/linux/netax25/ax25.h
index ce3c7ab..3ca2b4d 100644
--- a/sysdeps/unix/sysv/linux/netax25/ax25.h
+++ b/sysdeps/unix/sysv/linux/netax25/ax25.h
@@ -50,9 +50,11 @@
 #define SIOCAX25SETPARMS   (SIOCPROTOPRIVATE+6)
 #define SIOCAX25OPTRT  (SIOCPROTOPRIVATE+7)
 #define SIOCAX25CTLCON (SIOCPROTOPRIVATE+8)
-#define SIOCAX25GETINFO(SIOCPROTOPRIVATE+9)
+#define SIOCAX25GETINFOOLD (SIOCPROTOPRIVATE+9)
 #define SIOCAX25ADDFWD (SIOCPROTOPRIVATE+10)
 #define SIOCAX25DELFWD (SIOCPROTOPRIVATE+11)
+#define SIOCAX25DEVCTL (SIOCPROTOPRIVATE+12)
+#define SIOCAX25GETINFO(SIOCPROTOPRIVATE+13)
 
 /* unknown: */
 #define AX25_NOUID_DEFAULT 0
@@ -112,13 +114,16 @@ struct ax25_ctl_struct
 
 struct ax25_info_struct
   {
-unsigned int  n2, n2count;
+unsigned int n2, n2count;
 unsigned int t1, t1timer;
 unsigned int t2, t2timer;
 unsigned int t3, t3timer;
 unsigned int idle, idletimer;
 unsigned int state;
 unsigned int rcv_q, snd_q;
+unsigned int vs, vr, va, vs_max;
+unsigned int paclen;
+unsigned int window;
   };
 
 struct ax25_fwd_struct

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480554: tzdata: [INTL:ca] Catalan debconf templates translation update

2008-05-10 Thread Jordà Polo
Package: tzdata
Version: 2008b-1
Severity: wishlist
Tags: patch l10n

Please include the attached Catalan debconf templates translation.
#
# Catalan translations for tzdata package.
# Copyright (C) 2008 GNU Libc Maintainers.
# This file is distributed under the same license as the tzdata package.
#
# Jordà Polo <[EMAIL PROTECTED]>, 2007, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: 2008b-2\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-03-24 09:56-0400\n"
"PO-Revision-Date: 2008-05-10 22:15+0200\n"
"Last-Translator: Jordà Polo <[EMAIL PROTECTED]>\n"
"Language-Team: Catalan <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po]
#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Africa"
msgstr "Àfrica"

# Gnome_2.16_Fifth_Toe [gcompris.HEAD.ca.po]
#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "America"
msgstr "Amèrica"

# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po]
#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Antarctica"
msgstr "Antàrtida"

# Projecte_Mandrake [tm-mandrake.po]
#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Australia"
msgstr "Austràlia"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Arctic"
msgstr "Àrtic"

# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po]
#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Asia"
msgstr "Àsia"

# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po]
#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Atlantic"
msgstr "Atlàntic"

# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po]
#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Europe"
msgstr "Europa"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Indian"
msgstr "Índic"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Pacific"
msgstr "Pacífic"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "SystemV"
msgstr "SystemV"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Etc"
msgstr "Etc"

#. Type: select
#. Description
#: ../templates:1002
msgid "Geographic area:"
msgstr "Àrea geogràfica:"

#. Type: select
#. Description
#: ../templates:1002
msgid ""
"Please select the geographic area you live in. Subsequent configuration "
"questions will narrow this down by presenting a list of cities, representing "
"the time zones in which they are located."
msgstr ""
"Si us plau, seleccioneu l'àrea geogràfica de residència. Les següents "
"preguntes de configuració pe

Processed: Re: Incompatibility of libc6 with kernel 2.6 ax25

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 478693 + moreinfo
Bug#478693: Incompatibility of libc6 with kernel 2.6 ax25
There were no tags set.
Tags added: moreinfo

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#478693: Incompatibility of libc6 with kernel 2.6 ax25

2008-05-10 Thread Aurelien Jarno
tag 478693 + moreinfo
thanks

On Wed, Apr 30, 2008 at 01:57:26PM +0200, Arjan van Schijndel wrote:
> Package: libc6
> Version: 2.3.6.ds1-13etch5
> 
> The following files in libc6 are not up to date: netax25/ax25.h
> netrom/netrom.h netrose/rose.h. Meaning these files do not correspond
> with the ax25.h netrom.h and rose.h from the 2.6 kernel. Resulting in
> a wrong syscall.h.

Could you please give more details? 

A quick look showed that netrose/rose.h and linux/rose.h are the same.

linux/ax25.h and linux/rose.h have a few more definitions netax25/ax25.h
and netrom/netrom.h, but the #define and structures present in the glibc
one are the same than the ones in the kernel.

The best would be to tell us which structures / #define are missing to
get you application compiled.

Also, as already suggested, it would probably be best to use include
files from the kernel instead of the glibc ones. The kernel has now a
correct way to export an API to userland. The glibc is not really the
the best place to describe a kernel <-> userland API and it may be
better to remove those files instead of updating them.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#470229: glibc: multiarch support, ld.so.cache

2008-05-10 Thread Aurelien Jarno
On Mon, Mar 10, 2008 at 03:12:35AM +0100, Javier Serrano Polo wrote:
> Package: glibc
> Version: 2.7-9
> Severity: wishlist
> 
> Is there a chance we could use an architecture independent format
> for /etc/ld.so.cache if a patch is provided?
> 

What do you mean exactly? The current /etc/ld.so.cache can already 
contain libraries for different architecture.

Run ldconfig -p on an amd64 machine with libc6-i386 installed (or the
reverse) to see it contains both i386 and amd64 libraries.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#469035: libc6-i386: include mutiarch ld.conf from i386

2008-05-10 Thread Aurelien Jarno
tag 469035 + wontfix

On Sun, Mar 02, 2008 at 07:20:16PM +0100, Javier Serrano Polo wrote:
> Package: libc6-i386
> Version: 2.7-9
> Severity: wishlist
> 
> Please include /etc/ld.so.conf.d/i486-linux-gnu.conf from libc6 on i386
> arch. This will enable libraries installed by multiarch packages (e.g.,
> pango1.0 built with DEB_BUILD_OPTIONS=multiarch).
> 

I don't think it is something we want, as this should be eventually
(with full multiarch support) provided by libc6:i386 installed on amd64.

Trying to use libc6-i386 as the multiarch i386 will only cause problems
on the upgrade path.

Tagging as wontfix until we have full multiarch support.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-05-10 Thread Aurelien Jarno
tag 475839 + wontfix
thanks

On Sun, Apr 13, 2008 at 12:12:38PM +0200, Francois Gouget wrote:
> Package: libc6-dev
> Version: 2.7-10
> Severity: normal
> Tags: patch
> 
> 
> The pthread_mutex_t in /usr/include/bits/pthreadtypes.h contains a
> nameless union. This makes it impossible to use with compilers that
> don't support nameless unions. Gcc 2.95 for instance. In
> particular this breaks compilation of Wine with gcc 2.95 (see
> loader/kthread.c in the Wine source).
> 
> Avoiding nameless unions is trivial so there's no reason not to do it.
> Here's a patch to fix this (finding a better name for the union is left
> as an exercise for the reader):
> 
> --- pthreadtypes.h.orig 2007-11-29 22:32:47.0 +0100
> +++ pthreadtypes.h  2007-12-08 09:12:50.0 +0100
> @@ -96,7 +96,7 @@
>  {
>int __spins;
>__pthread_slist_t __list;
> -};
> +} u;
>  #endif
>} __data;
>char __size[__SIZEOF_PTHREAD_MUTEX_T];
> 
> (hopefully this won't get too mangled by vi)
> 
> 
> Here is a test program:
> --- pthread_mutex_t.c ---
> #include 
> pthread_mutex_t mutex;
> --- pthread_mutex_t.c ---
> 
> Compiling it with gcc 2.95 gives the following error:
> $ gcc-2.95 -c pthread_mutex_t.c
> In file included from /usr/include/pthread.h:30,
>  from pthread_mutex_t.c:1:
> /usr/include/bits/pthreadtypes.h:99: warning: unnamed struct/union that 
> defines no instances
> 

gcc-2.95 does not give an error, but outputs a simple warning.

I don't think it worth supporting an old compiler that is not present
in lenny. Tagging the bug as wontfix.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 475839 + wontfix
Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union
Tags were: patch
Tags added: wontfix

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#463808: [mips] kernel crashes because of data bus error

2008-05-10 Thread Aurelien Jarno
Any news on this bug? Could you retry with a 2.6.25 kernel?

As already since I am convinced it is a kernel bug, and not a glibc bug.
The glibc is only a way to trigger this bug.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#478542: marked as done (libc6-dev: tls_get_addr undefined on etch)

2008-05-10 Thread Debian Bug Tracking System

Your message dated Sat, 10 May 2008 20:33:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: libc6-dev: tls_get_addr undefined on etch
has caused the Debian Bug report #478542,
regarding libc6-dev: tls_get_addr undefined on etch
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 [EMAIL PROTECTED]
immediately.)


-- 
478542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478542
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libc6-dev
Version: 2.3.6.ds1-13etch5
Severity: normal


I just installed a fresh etch system, and when trying to link my 
application, got an undefined reference error to __tls_get_addr.

The following code / makefile exhibits the problem:

 test.c 
static __thread  int foo = 0;

int getfoo()
{
return foo;
}

 Makefile 
all:
gcc -c -fPIC test.c -o test.o
gcc -shared -o test.so -Wl,--no-undefined test.o

--

If I make the following change to /usr/lib/libc.so, then the app links 
fine:
--- libc.so.orig2008-04-29 13:20:11.0 -0400
+++ libc.so 2008-04-29 13:20:21.0 -0400
@@ -2,4 +2,4 @@
Use the shared library, but some functions are only in
the static library, so try that secondarily.  */
 OUTPUT_FORMAT(elf64-x86-64)
-GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )
+GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a  AS_NEEDED ( 
/lib/ld-linux-x86-64.so.2 ) )


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-vserver-amd64
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages libc6-dev depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  linux-kernel-headers   2.6.18-7  Linux Kernel Headers for developme

Versions of packages libc6-dev recommends:
ii  gcc [c-compiler]  4:4.1.1-15 The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.1-21   The GNU C compiler

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.7-1

On Tue, Apr 29, 2008 at 01:27:06PM -0400, Chris AtLee wrote:
> Package: libc6-dev
> Version: 2.3.6.ds1-13etch5
> Severity: normal
> 
> 
> I just installed a fresh etch system, and when trying to link my 
> application, got an undefined reference error to __tls_get_addr.
> 
> The following code / makefile exhibits the problem:
> 
>  test.c 
> static __thread  int foo = 0;
> 
> int getfoo()
> {
> return foo;
> }
> 
>  Makefile 
> all:
> gcc -c -fPIC test.c -o test.o
> gcc -shared -o test.so -Wl,--no-undefined test.o
> 
> --
> 
> If I make the following change to /usr/lib/libc.so, then the app links 
> fine:
> --- libc.so.orig  2008-04-29 13:20:11.0 -0400
> +++ libc.so   2008-04-29 13:20:21.0 -0400
> @@ -2,4 +2,4 @@
> Use the shared library, but some functions are only in
> the static library, so try that secondarily.  */
>  OUTPUT_FORMAT(elf64-x86-64)
> -GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )
> +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a  AS_NEEDED ( 
> /lib/ld-linux-x86-64.so.2 ) )
> 

The problem is not present in version 2.7-1. Marking bug as fixed in
this version in the BTS.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net

--- End Message ---


r2927 - glibc-package/trunk/debian

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-10 18:22:19 + (Sat, 10 May 2008)
New Revision: 2927

Modified:
   glibc-package/trunk/debian/changelog
Log:
Fix changelog


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-10 18:20:14 UTC (rev 
2926)
+++ glibc-package/trunk/debian/changelog2008-05-10 18:22:19 UTC (rev 
2927)
@@ -23,10 +23,10 @@
 nexttowardf() on s390 with gcc-4.3.
   * patches/i386/cvs-short-for-fnstsw.diff: patch for upstream to fix build
 with latest binutils.
-  * patches/any/local-no-pagesize.diff: don't include asm/page.h on alpha.
-Closes: #480295.
-  * patches/any/submitted-user_h.diff: don't include linux/user.h. Closes: 
-#480093.
+  * patches/any/local-no-pagesize.diff: don't include asm/page.h from 
+sys/user.h on alpha.  Closes: #480295.
+  * patches/any/submitted-user_h.diff: don't include linux/user.h from 
+sys/user.h.  Closes: #480093.
   * patches/hppa/submitted-fesetenv.diff: fix fesetenv() on hppa with 
 gcc-4.3.
   * sysdeps/arm.mk, sysdeps/hppa.mk, sysdeps/s390.mk, control.in/main: use


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2926 - in glibc-package/trunk/debian: . control.in sysdeps

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-10 18:20:14 + (Sat, 10 May 2008)
New Revision: 2926

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/control.in/main
   glibc-package/trunk/debian/sysdeps/hppa.mk
Log:
  * sysdeps/arm.mk, sysdeps/hppa.mk, sysdeps/s390.mk, control.in/main: use
gcc-4.3 on arm, hppa and s390.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-10 18:17:24 UTC (rev 
2925)
+++ glibc-package/trunk/debian/changelog2008-05-10 18:20:14 UTC (rev 
2926)
@@ -21,8 +21,6 @@
   * kfreebsd/local-sysdeps.diff: update to revision 2163 (from glibc-bsd).
   * patches/s390/submitted-nexttowardf.diff: fix IEEE exceptions raising in
 nexttowardf() on s390 with gcc-4.3.
-  * sysdeps/arm.mk, sysdeps/s390.mk, control.in/main: use gcc-4.3 on arm
-and s390.
   * patches/i386/cvs-short-for-fnstsw.diff: patch for upstream to fix build
 with latest binutils.
   * patches/any/local-no-pagesize.diff: don't include asm/page.h on alpha.
@@ -31,6 +29,8 @@
 #480093.
   * patches/hppa/submitted-fesetenv.diff: fix fesetenv() on hppa with 
 gcc-4.3.
+  * sysdeps/arm.mk, sysdeps/hppa.mk, sysdeps/s390.mk, control.in/main: use
+gcc-4.3 on arm, hppa and s390.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.

Modified: glibc-package/trunk/debian/control
===
--- glibc-package/trunk/debian/control  2008-05-10 18:17:24 UTC (rev 2925)
+++ glibc-package/trunk/debian/control  2008-05-10 18:20:14 UTC (rev 2926)
@@ -7,8 +7,8 @@
  mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20020608-1) [hurd-i386], gnumach-dev 
[hurd-i386], libpthread-stubs0-dev [hurd-i386],
  kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64],
  binutils (>= 2.17cvs20070426-1),
- g++-4.2 (>= 4.2.1) [alpha amd64 hppa i386 hurd-i386], g++-4.2-multilib [amd64 
i386],
- g++-4.3 (>= 4.3.0) [!alpha !amd64 !hppa !i386 !hurd-i386], g++-4.3-multilib 
[kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc]
+ g++-4.2 (>= 4.2.1) [alpha amd64 i386 hurd-i386], g++-4.2-multilib [amd64 
i386],
+ g++-4.3 (>= 4.3.0) [!alpha !amd64 !i386 !hurd-i386], g++-4.3-multilib 
[kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc]
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers 
 Uploaders: Ben Collins <[EMAIL PROTECTED]>, GOTO Masanori <[EMAIL PROTECTED]>, 
Philip Blundell <[EMAIL PROTECTED]>, Jeff Bailey <[EMAIL PROTECTED]>, Daniel 
Jacobowitz <[EMAIL PROTECTED]>, Clint Adams <[EMAIL PROTECTED]>, Aurelien Jarno 
<[EMAIL PROTECTED]>, Pierre Habouzit <[EMAIL PROTECTED]>

Modified: glibc-package/trunk/debian/control.in/main
===
--- glibc-package/trunk/debian/control.in/main  2008-05-10 18:17:24 UTC (rev 
2925)
+++ glibc-package/trunk/debian/control.in/main  2008-05-10 18:20:14 UTC (rev 
2926)
@@ -7,8 +7,8 @@
  mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20020608-1) [hurd-i386], gnumach-dev 
[hurd-i386], libpthread-stubs0-dev [hurd-i386],
  kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64],
  binutils (>= 2.17cvs20070426-1),
- g++-4.2 (>= 4.2.1) [alpha amd64 hppa i386 hurd-i386], g++-4.2-multilib [amd64 
i386],
- g++-4.3 (>= 4.3.0) [!alpha !amd64 !hppa !i386 !hurd-i386], g++-4.3-multilib 
[kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc]
+ g++-4.2 (>= 4.2.1) [alpha amd64 i386 hurd-i386], g++-4.2-multilib [amd64 
i386],
+ g++-4.3 (>= 4.3.0) [!alpha !amd64 !i386 !hurd-i386], g++-4.3-multilib 
[kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc]
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers 
 Uploaders: Ben Collins <[EMAIL PROTECTED]>, GOTO Masanori <[EMAIL PROTECTED]>, 
Philip Blundell <[EMAIL PROTECTED]>, Jeff Bailey <[EMAIL PROTECTED]>, Daniel 
Jacobowitz <[EMAIL PROTECTED]>, Clint Adams <[EMAIL PROTECTED]>, Aurelien Jarno 
<[EMAIL PROTECTED]>, Pierre Habouzit <[EMAIL PROTECTED]>

Modified: glibc-package/trunk/debian/sysdeps/hppa.mk
===
--- glibc-package/trunk/debian/sysdeps/hppa.mk  2008-05-10 18:17:24 UTC (rev 
2925)
+++ glibc-package/trunk/debian/sysdeps/hppa.mk  2008-05-10 18:20:14 UTC (rev 
2926)
@@ -1,8 +1,3 @@
-ifeq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))
-CC = gcc-4.2
-CXX= g++-4.2
-endif
-
 # To build the NPTL version of the glibc on hppa, uncomment the following line
 # and comment the two next ones. Note that it is currently not binary 
 # compatible with the linuxthreads version.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2925 - in glibc-package/trunk/debian: . patches patches/hppa

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-10 18:17:24 + (Sat, 10 May 2008)
New Revision: 2925

Added:
   glibc-package/trunk/debian/patches/hppa/submitted-fesetenv.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/hppa/submitted-fesetenv.diff: fix fesetenv() on hppa with 
gcc-4.3.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-10 17:12:58 UTC (rev 
2924)
+++ glibc-package/trunk/debian/changelog2008-05-10 18:17:24 UTC (rev 
2925)
@@ -29,6 +29,8 @@
 Closes: #480295.
   * patches/any/submitted-user_h.diff: don't include linux/user.h. Closes: 
 #480093.
+  * patches/hppa/submitted-fesetenv.diff: fix fesetenv() on hppa with 
+gcc-4.3.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.
@@ -38,7 +40,7 @@
   * patches/hurd-i386/cvs-termios.diff: new patch to revamp ioctls/termios
   bits.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 10 May 2008 18:30:09 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 10 May 2008 20:16:39 +0200
 
 glibc (2.7-10) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/hppa/submitted-fesetenv.diff
===
--- glibc-package/trunk/debian/patches/hppa/submitted-fesetenv.diff 
(rev 0)
+++ glibc-package/trunk/debian/patches/hppa/submitted-fesetenv.diff 
2008-05-10 18:17:24 UTC (rev 2925)
@@ -0,0 +1,30 @@
+2008-05-10  Aurelien Jarno  <[EMAIL PROTECTED]>
+
+   * sysdeps/hppa/fpu/fesetenv.c: bufptr is always read, temp is
+   read while writing back status word.
+
+Index: ports/sysdeps/hppa/fpu/fesetenv.c
+===
+RCS file: /cvs/glibc/ports/sysdeps/hppa/fpu/fesetenv.c,v
+retrieving revision 1.5
+diff -u -d -p -r1.5 fesetenv.c
+--- ports/sysdeps/hppa/fpu/fesetenv.c  21 Apr 2006 00:27:20 -  1.5
 ports/sysdeps/hppa/fpu/fesetenv.c  10 May 2008 18:02:41 -
+@@ -35,7 +35,7 @@ fesetenv (const fenv_t *envp)
+   bufptr = temp.buf;
+   __asm__ (
+  "fstd,ma %%fr0,8(%1)\n"
+- : "=m" (temp), "+r" (bufptr) : : "%r0");
++ : "=m" (temp) : "r" (bufptr) : "%r0");
+ 
+   temp.env.__status_word &= ~(FE_ALL_EXCEPT
+   | (FE_ALL_EXCEPT << 27)
+@@ -56,7 +56,7 @@ fesetenv (const fenv_t *envp)
+  is loaded last and T-Bit is enabled. */
+   __asm__ (
+  "fldd,mb -8(%1),%%fr0\n"
+- : "=m" (temp), "+r" (bufptr) : : "%r0" );
++ : : "m" (temp), "r" (bufptr) : "%r0" );
+ 
+   /* Success.  */
+   return 0;

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2008-05-10 17:12:58 UTC (rev 
2924)
+++ glibc-package/trunk/debian/patches/series   2008-05-10 18:17:24 UTC (rev 
2925)
@@ -65,6 +65,7 @@
 hppa/cvs-atomic.diff -p0
 hppa/submitted-atomic_h.diff -p0
 hppa/submitted-fadvise64_64.diff -p0
+hppa/submitted-fesetenv.diff -p0
 hppa/submitted-lt.diff -p0
 hppa/submitted-nptl-carlos.diff -p0
 hppa/submitted-pie.diff 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480535: [INTL:gl] Galician debconf template translation for tzdata

2008-05-10 Thread Jacobo Tarrio
Package: tzdata
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician debconf templates for tzdata.
# Copyright (C) 2003 Software in the Public Interest, Inc.
# This file is distributed under the same license as the tzdata package.
#
# Jacobo Tarrio <[EMAIL PROTECTED]>, 2006, 2007, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: tzdata\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-03-24 09:56-0400\n"
"PO-Revision-Date: 2008-05-10 19:21+0100\n"
"Last-Translator: Jacobo Tarrio <[EMAIL PROTECTED]>\n"
"Language-Team: Galician <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Africa"
msgstr "África"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "America"
msgstr "América"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Antarctica"
msgstr "Antártida"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Australia"
msgstr "Australia"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Arctic"
msgstr "Ártico"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Asia"
msgstr "Asia"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Atlantic"
msgstr "Atlántico"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Europe"
msgstr "Europa"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Indian"
msgstr "Índico"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Pacific"
msgstr "Pacífico"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "SystemV"
msgstr "SystemV"

#. Type: select
#. Choices
#. Note to translators:
#. - "Etc" will present users with a list
#. of "GMT+xx" or "GMT-xx" timezones
#. - SystemV will give the choice between zone named as per SystemV conventions:
#. EST5, MST7, etc.
#: ../templates:1001
msgid "Etc"
msgstr "Etc"

#. Type: select
#. Description
#: ../templates:1002
msgid "Geographic area:"
msgstr "Área xeográfica:"

#. Type: select
#. Description
#: ../templates:1002
msgid ""
"Please select the geographic area you live in. Subsequent configuration "
"questions will narrow this down by presenting a list of cities, representing "
"the time zones in which they are located."
msgstr ""
"Escolla a área xeográfica na que reside. As seguintes preguntas de "
"configuración han afinar máis a selección amosando unha lista de cidades que "
"representan os fusos horarios nos que están ubicadas."

#. Type: select
#. Choices
#: ../templates:2001
msgid "Abidjan"
msgstr "Abidjan"

#. Type: select
#. Choices
#: ../templates:2001
msgid "Accra"
msgstr "Acra"

#. Type: select
#. Choices
#: ../templates:2001
msgid "Addis_Ababa"
msgstr "Addis Abeba"

#. Type: select
#. Choices
#: ../templates

+++ Important information by Evonik Industries +++

2008-05-10 Thread noreply-evonik
!!!   I M P O R T A N T!!!
*** Our Email address has changed ***

Degussa / STEAG / RAG Immobilien are now Evonik!
Please use only our new email domain [EMAIL PROTECTED] in the future.


Please note:
You don´t have to send your message again!
Your message was sucessfully delivered to the given receiver.
(This forwarding service is valid until 30th October 2008)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2924 - tzdata/trunk/debian

2008-05-10 Thread bubulle
Author: bubulle
Date: 2008-05-10 17:12:58 + (Sat, 10 May 2008)
New Revision: 2924

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/config
Log:
Fix for #478403

Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2008-05-10 17:06:13 UTC (rev 2923)
+++ tzdata/trunk/debian/changelog   2008-05-10 17:12:58 UTC (rev 2924)
@@ -1,10 +1,12 @@
 tzdata (2008b-2) UNRELEASED; urgency=low
 
+  [ Christian Perrier ]
+  * Properly spell "Sydney" in debian/config. closes: #478403
   * debian/po/de.po: update from Helge Kreutzmann. closes: #472682
   * debian/po/fi.po: update from Esko Arajärvi. closes: #475226
   * debian/po/fr.po: update from Christian Perrier. closes: #472596
 
- -- Clint Adams <[EMAIL PROTECTED]>  Mon, 24 Mar 2008 09:42:35 -0400
+ -- Clint Adams <[EMAIL PROTECTED]>  Sat, 10 May 2008 13:12:35 -0400
 
 tzdata (2008b-1) unstable; urgency=low
 

Modified: tzdata/trunk/debian/config
===
--- tzdata/trunk/debian/config  2008-05-10 17:06:13 UTC (rev 2923)
+++ tzdata/trunk/debian/config  2008-05-10 17:12:58 UTC (rev 2924)
@@ -60,7 +60,7 @@
 echo "Atlantic/Faroe"
 ;;
 "Australia/ACT" | "Australia/NSW")
-echo "Australia/Sidney"
+echo "Australia/Sydney"
 ;;
 "Australia/LHI")
 echo "Australia/Lord_Howe"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2923 - in tzdata/trunk/debian: . po

2008-05-10 Thread bubulle
Author: bubulle
Date: 2008-05-10 17:06:13 + (Sat, 10 May 2008)
New Revision: 2923

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/po/de.po
   tzdata/trunk/debian/po/fi.po
   tzdata/trunk/debian/po/fr.po
Log:
Pending translations

Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2008-05-10 16:31:04 UTC (rev 2922)
+++ tzdata/trunk/debian/changelog   2008-05-10 17:06:13 UTC (rev 2923)
@@ -1,3 +1,11 @@
+tzdata (2008b-2) UNRELEASED; urgency=low
+
+  * debian/po/de.po: update from Helge Kreutzmann. closes: #472682
+  * debian/po/fi.po: update from Esko Arajärvi. closes: #475226
+  * debian/po/fr.po: update from Christian Perrier. closes: #472596
+
+ -- Clint Adams <[EMAIL PROTECTED]>  Mon, 24 Mar 2008 09:42:35 -0400
+
 tzdata (2008b-1) unstable; urgency=low
 
   * New upstream release.

Modified: tzdata/trunk/debian/po/de.po
===
--- tzdata/trunk/debian/po/de.po2008-05-10 16:31:04 UTC (rev 2922)
+++ tzdata/trunk/debian/po/de.po2008-05-10 17:06:13 UTC (rev 2923)
@@ -1,15 +1,15 @@
 # Translation of tzdata debconf templates to German
-# Copyright (C) Helge Kreutzmann <[EMAIL PROTECTED]>, 2007.
+# Copyright (C) Helge Kreutzmann <[EMAIL PROTECTED]>, 2007, 2008.
 # This file is distributed under the same license as the tzdata package.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tzdata 2007j-2\n"
+"Project-Id-Version: tzdata 2007b-1\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
 "POT-Creation-Date: 2008-03-24 09:56-0400\n"
-"PO-Revision-Date: 2007-12-25 12:15+0100\n"
+"PO-Revision-Date: 2008-04-26 17:09+0200\n"
 "Last-Translator: Helge Kreutzmann <[EMAIL PROTECTED]>\n"
-"Language-Team: German <[EMAIL PROTECTED]>\n"
+"Language-Team: de <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-15\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -161,7 +161,7 @@
 "the time zones in which they are located."
 msgstr ""
 "Bitte w�hlen Sie das geographische Gebiet aus, in dem Sie leben. Die "
-"folgenden Fragen werden dies weiter durch eine Auswahl von St�dten, die Ihre "
+"folgenden Fragen werden dies weiter durch eine Auswahl von St�dten, die ihre "
 "Zeitzonen repr�sentieren, in der sie liegen, einschr�nken."
 
 #. Type: select
@@ -582,7 +582,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Argentina/Cordoba"
-msgstr "Argentinien/Cordoba"
+msgstr "Argentinien/C�rdoba"
 
 #. Type: select
 #. Choices
@@ -617,10 +617,8 @@
 #. Type: select
 #. Choices
 #: ../templates:3001
-#, fuzzy
-#| msgid "Argentina/San_Juan"
 msgid "Argentina/San_Luis"
-msgstr "Argentinien/San_Juan"
+msgstr "Argentinien/San_Luis"
 
 #. Type: select
 #. Choices
@@ -722,7 +720,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Cancun"
-msgstr "Cancun"
+msgstr "Canc�n"
 
 #. Type: select
 #. Choices
@@ -1070,7 +1068,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Mexico_City"
-msgstr "Mexiko_Stadt"
+msgstr "Mexiko-Stadt"
 
 #. Type: select
 #. Choices
@@ -1676,7 +1674,7 @@
 #. Choices
 #: ../templates:7001
 msgid "Ho_Chi_Minh"
-msgstr ""
+msgstr "Ho-Chi-Minh-Stadt"
 
 #. Type: select
 #. Choices
@@ -1756,7 +1754,7 @@
 #. Choices
 #: ../templates:7001
 msgid "Kolkata"
-msgstr ""
+msgstr "Kolkata"
 
 #. Type: select
 #. Choices
@@ -2040,7 +2038,7 @@
 #. Choices
 #: ../templates:8001
 msgid "Cape_Verde"
-msgstr "Cape_Verde"
+msgstr "Kap_Verde"
 
 #. Type: select
 #. Choices
@@ -2364,7 +2362,7 @@
 #. Choices
 #: ../templates:9001
 msgid "Uzhgorod"
-msgstr "Uzhgorod"
+msgstr "Uschhorod"
 
 #. Type: select
 #. Choices
@@ -2412,7 +2410,7 @@
 #. Choices
 #: ../templates:9001
 msgid "Zaporozhye"
-msgstr "Zaporozhye"
+msgstr "Saporischschja"
 
 #. Type: select
 #. Choices
@@ -2442,7 +2440,7 @@
 #. Choices
 #: ../templates:10001
 msgid "Cocos"
-msgstr "Cocos"
+msgstr "Kokos"
 
 #. Type: select
 #. Choices
@@ -2514,7 +2512,7 @@
 #. Choices
 #: ../templates:11001
 msgid "Efate"
-msgstr "Efate"
+msgstr "�fat�"
 
 #. Type: select
 #. Choices

Modified: tzdata/trunk/debian/po/fi.po
===
--- tzdata/trunk/debian/po/fi.po2008-05-10 16:31:04 UTC (rev 2922)
+++ tzdata/trunk/debian/po/fi.po2008-05-10 17:06:13 UTC (rev 2923)
@@ -3,7 +3,7 @@
 "Project-Id-Version: tzdata_2007h-2\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
 "POT-Creation-Date: 2008-03-24 09:56-0400\n"
-"PO-Revision-Date: 2008-02-29 14:48+0200\n"
+"PO-Revision-Date: 2008-04-09 19:40+0200\n"
 "Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
 "Language-Team: Finnish <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -615,10 +615,8 @@
 #. Type: select
 #. Choices
 #: ../templates:3001
-#, fuzzy
-#| msgid "Argentina/San_Juan"
 msgid "Argentina/San_Luis"
-msgstr "Argentiina/San_Juan"
+msgstr "Argentiina/San_Luis"
 
 #. Type: select
 #. Choices
@@ -1674,7 +1672,7 @@
 #. Choices
 #: ../templates:7001
 msgid "Ho_Chi_Min

Processed: tagging 478403

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.26
> tags 478403 + pending
Bug#478403: [tzdata] "Sydney" is mispelt as "Sidney" in debian/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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 475226

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.26
> tags 475226 + pending
Bug#475226: [INTL:fi] Updated Finnish translation of the debconf templates
Tags were: l10n 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 472682

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.26
> tags 472682 + pending
Bug#472682: tzdata: [INTL:de] updated German debconf translation
Tags were: l10n 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 472596

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.26
> tags 472596 + pending
Bug#472596: tzdata: [INTL:fr] French debconf templates translation update
Tags were: l10n 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2922 - in glibc-package/trunk/debian: . patches patches/any

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-10 16:31:04 + (Sat, 10 May 2008)
New Revision: 2922

Added:
   glibc-package/trunk/debian/patches/any/submitted-user_h.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/submitted-user_h.diff: don't include linux/user.h. Closes:
#480093.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-10 15:58:33 UTC (rev 
2921)
+++ glibc-package/trunk/debian/changelog2008-05-10 16:31:04 UTC (rev 
2922)
@@ -27,6 +27,8 @@
 with latest binutils.
   * patches/any/local-no-pagesize.diff: don't include asm/page.h on alpha.
 Closes: #480295.
+  * patches/any/submitted-user_h.diff: don't include linux/user.h. Closes: 
+#480093.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.
@@ -36,7 +38,7 @@
   * patches/hurd-i386/cvs-termios.diff: new patch to revamp ioctls/termios
   bits.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 10 May 2008 17:57:29 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 10 May 2008 18:30:09 +0200
 
 glibc (2.7-10) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/any/submitted-user_h.diff
===
--- glibc-package/trunk/debian/patches/any/submitted-user_h.diff
(rev 0)
+++ glibc-package/trunk/debian/patches/any/submitted-user_h.diff
2008-05-10 16:31:04 UTC (rev 2922)
@@ -0,0 +1,7 @@
+diff --git a/sysdeps/unix/sysv/linux/sys/user.h 
b/sysdeps/unix/sysv/linux/sys/user.h
+index 30e9b57..6e25b02 100644
+--- a/sysdeps/unix/sysv/linux/sys/user.h
 b/sysdeps/unix/sysv/linux/sys/user.h
+@@ -1 +1 @@
+-#include 
++/* Empty.  */

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2008-05-10 15:58:33 UTC (rev 
2921)
+++ glibc-package/trunk/debian/patches/series   2008-05-10 16:31:04 UTC (rev 
2922)
@@ -205,3 +205,4 @@
 any/local-disable-nscd-host-caching.diff
 #any/submitted-fileops-and-signals.diff
 any/local-missing-linux_types.h.diff
+any/submitted-user_h.diff -p1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2921 - in glibc-package/trunk/debian: . patches/any

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-10 15:58:33 + (Sat, 10 May 2008)
New Revision: 2921

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/any/local-no-pagesize.diff
Log:
  * patches/any/local-no-pagesize.diff: don't include asm/page.h on alpha.
Closes: #480295.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-10 15:24:20 UTC (rev 
2920)
+++ glibc-package/trunk/debian/changelog2008-05-10 15:58:33 UTC (rev 
2921)
@@ -23,8 +23,10 @@
 nexttowardf() on s390 with gcc-4.3.
   * sysdeps/arm.mk, sysdeps/s390.mk, control.in/main: use gcc-4.3 on arm
 and s390.
-  * i386/cvs-short-for-fnstsw.diff: patch for upstream to fix build with
-latest binutils.
+  * patches/i386/cvs-short-for-fnstsw.diff: patch for upstream to fix build
+with latest binutils.
+  * patches/any/local-no-pagesize.diff: don't include asm/page.h on alpha.
+Closes: #480295.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.
@@ -34,7 +36,7 @@
   * patches/hurd-i386/cvs-termios.diff: new patch to revamp ioctls/termios
   bits.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 10 May 2008 17:23:04 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 10 May 2008 17:57:29 +0200
 
 glibc (2.7-10) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/patches/any/local-no-pagesize.diff
===
--- glibc-package/trunk/debian/patches/any/local-no-pagesize.diff   
2008-05-10 15:24:20 UTC (rev 2920)
+++ glibc-package/trunk/debian/patches/any/local-no-pagesize.diff   
2008-05-10 15:58:33 UTC (rev 2921)
@@ -1,19 +1,20 @@
 glibc-2.6.orig/sysdeps/unix/sysv/linux/alpha/sys/user.h
-+++ glibc-2.6/sysdeps/unix/sysv/linux/alpha/sys/user.h
-@@ -23,6 +23,7 @@
+--- glibc-2.7.orig/sysdeps/unix/sysv/linux/alpha/sys/user.h
 glibc-2.7/sysdeps/unix/sysv/linux/alpha/sys/user.h
+@@ -23,7 +23,7 @@
 only. Don't read too much into it. Don't use it for anything other
 than gdb/strace unless you know what you are doing. */
  
+-#include 
 +#include 
- #include 
  #include 
  
-@@ -41,7 +42,7 @@
+ struct user
+@@ -41,7 +41,7 @@
char u_comm[32];/* user command name */
  };
  
 -#define NBPG  PAGE_SIZE
-+#define NBPG  sysconf(_SC_PAGESIZE)
++#define NBPG  (sysconf(_SC_PAGESIZE))
  #define UPAGES1
  #define HOST_TEXT_START_ADDR  (u.start_code)
  #define HOST_DATA_START_ADDR  (u.start_data)
@@ -32,7 +33,7 @@
  };
  
 -#define NBPG  PAGE_SIZE
-+#define NBPG  sysconf(_SC_PAGESIZE)
++#define NBPG  (sysconf(_SC_PAGESIZE))
  #define UPAGES1
  #define HOST_TEXT_START_ADDR  (u.start_code)
  #define HOST_DATA_START_ADDR  (u.start_data)
@@ -52,7 +53,7 @@
  
 -#define PAGE_SHIFT12
 -#define PAGE_SIZE (1UL << PAGE_SHIFT)
-+#define PAGE_SIZE sysconf(_SC_PAGESIZE)
++#define PAGE_SIZE (sysconf(_SC_PAGESIZE))
  #define PAGE_MASK (~(PAGE_SIZE-1))
  #define NBPG  PAGE_SIZE
  #define UPAGES1
@@ -72,7 +73,7 @@
  
 -#define PAGE_SHIFT12
 -#define PAGE_SIZE (1UL << PAGE_SHIFT)
-+#define PAGE_SIZE sysconf(_SC_PAGESIZE)
++#define PAGE_SIZE (sysconf(_SC_PAGESIZE))
  #define PAGE_MASK (~(PAGE_SIZE-1))
  #define NBPG  PAGE_SIZE
  #define UPAGES1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 480295

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.26
> tags 480295 + pending
Bug#480295: [alpha] missing asm/page.h
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r2920 - in glibc-package/trunk/debian: . patches patches/i386

2008-05-10 Thread aurel32
Author: aurel32
Date: 2008-05-10 15:24:20 + (Sat, 10 May 2008)
New Revision: 2920

Added:
   glibc-package/trunk/debian/patches/i386/cvs-short-for-fnstsw.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * i386/cvs-short-for-fnstsw.diff: patch for upstream to fix build with
latest binutils.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-05-06 08:37:36 UTC (rev 
2919)
+++ glibc-package/trunk/debian/changelog2008-05-10 15:24:20 UTC (rev 
2920)
@@ -23,6 +23,8 @@
 nexttowardf() on s390 with gcc-4.3.
   * sysdeps/arm.mk, sysdeps/s390.mk, control.in/main: use gcc-4.3 on arm
 and s390.
+  * i386/cvs-short-for-fnstsw.diff: patch for upstream to fix build with
+latest binutils.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.
@@ -32,7 +34,7 @@
   * patches/hurd-i386/cvs-termios.diff: new patch to revamp ioctls/termios
   bits.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 05 May 2008 22:24:48 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 10 May 2008 17:23:04 +0200
 
 glibc (2.7-10) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/i386/cvs-short-for-fnstsw.diff
===
--- glibc-package/trunk/debian/patches/i386/cvs-short-for-fnstsw.diff   
(rev 0)
+++ glibc-package/trunk/debian/patches/i386/cvs-short-for-fnstsw.diff   
2008-05-10 15:24:20 UTC (rev 2920)
@@ -0,0 +1,19 @@
+taken from the trunk:
+
+2008-01-12  H.J. Lu  <[EMAIL PROTECTED]>
+
+* sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
+
+diff --git a/sysdeps/i386/fpu/ftestexcept.c b/sysdeps/i386/fpu/ftestexcept.c
+index 9038e04..1979fe1 100644
+--- a/sysdeps/i386/fpu/ftestexcept.c
 b/sysdeps/i386/fpu/ftestexcept.c
+@@ -26,7 +26,7 @@
+ int
+ fetestexcept (int excepts)
+ {
+-  int temp;
++  short temp;
+   int xtemp = 0;
+ 
+   /* Get current exceptions.  */

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2008-05-06 08:37:36 UTC (rev 
2919)
+++ glibc-package/trunk/debian/patches/series   2008-05-10 15:24:20 UTC (rev 
2920)
@@ -98,6 +98,7 @@
 hurd-i386/cvs-blocked-exceptions.diff
 hurd-i386/cvs-termios.diff
 
+i386/cvs-short-for-fnstsw.diff -p1
 i386/local-biarch.diff 
 i386/local-clone.diff -p0
 i386/local-cmov.diff -p0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480433: libc6.1: mkdtemp on ia64 can return xa non null pointer not pointing at the template

2008-05-10 Thread Bastian Blank
reassign 480433 f2c 20061008-1
thanks

On Sat, May 10, 2008 at 10:46:31AM +0200, Bastian Blank wrote:
> Please provide a minimal, compiling and known to fail testcase. The following
> testcase works as expected:

You uploaded a fixed f2c which shows that you ignored compiler warnings
about undefined functions. Reassigning.

Bastian

-- 
One does not thank logic.
-- Sarek, "Journey to Babel", stardate 3842.4



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: severity of 480295 is serious

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.27
> severity 480295 serious
Bug#480295: [alpha] missing asm/page.h
Severity set to `serious' from `normal'

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#480433: libc6.1: mkdtemp on ia64 can return xa non null pointer not pointing at the template

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 480433 f2c 20061008-1
Bug#480433: libc6.1: mkdtemp on ia64 can return xa non null pointer not 
pointing at the template
Bug reassigned from package `libc6.1' to `f2c'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: severity of 480093 is serious

2008-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.27
> severity 480093 serious
Bug#480093: sys/user.h broken on (at least) hppa
Severity set to `serious' from `minor'

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480433: marked as done (libc6.1: mkdtemp on ia64 can return xa non null pointer not pointing at the template)

2008-05-10 Thread Debian Bug Tracking System

Your message dated Sat, 10 May 2008 10:51:13 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Close non-bug
has caused the Debian Bug report #480433,
regarding libc6.1: mkdtemp on ia64 can return xa non null pointer not pointing 
at the template
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 [EMAIL PROTECTED]
immediately.)


-- 
480433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480433
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libc6.1
Version: 2.7-10
Severity: normal

Affects IA64 only

Code like...
static char buf[20];
strcpy(buf, "/tmp/some_XX");
char * tmpname=mkdtemp(buf);

can return tmpname which is non null and for which *tmpname seg faults
because it is not a valid address i.e. it does not point at the buf.
The template will have been modified correctly to point at a unique name.
So a workaround is to add

if (!tmpname) tmpname=buf;

Bug affects latest version of f2c-20061008-1 on IA64
(to reproduce run with no arguments, call is in the set_temp_names
function)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ia64

Kernel: Linux 2.6.18-dsa-mckinley (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6.1 depends on:
ii  libgcc1   1:4.3.0-4  GCC support library

libc6.1 recommends no packages.

-- debconf information:
  glibc/upgrade: true
  glibc/restart-services:
  glibc/restart-failed:


--- End Message ---
--- Begin Message ---
Thanks to information from Bastian Blank it is clear that this is a non-bug
but was due to the sizeof(int)!=sizeof(char*) on a 64 bit platform when
compiling with -ansi and -D_POSIX_SOURCE which doesn not include the header
for mkdtemp.

Alan
--- End Message ---


Bug#480295: [alpha] missing asm/page.h

2008-05-10 Thread Bastian Blank
On Fri, May 09, 2008 at 06:01:09PM +0200, Aurelien Jarno wrote:
> Bastian Blank a écrit :
> > On Fri, May 09, 2008 at 05:33:40PM +0200, Aurelien Jarno wrote:
> >> Matthias Klose a écrit :
> >>> In file included from ../../bfd/trad-core.c:45:
> >>> /usr/include/sys/user.h:27:22: error: asm/page.h: No such file or 
> >>> directory
> >>> make[5]: *** [trad-core.lo] Error 1
> >> /usr/include/asm is provided by linux-libc-dev, not by libc6.1-dev.
> > /usr/include/asm/page.h is _not_ provided by linux-libc-dev, but
> This is actually something relatively new, introduced by linux 2.6.25.

Yes. The removal was announced long ago because it only provided the not
really static PAGE_SIZE since a long time. Most of the architectures
already followed that.

Bastian

-- 
It is undignified for a woman to play servant to a man who is not hers.
-- Spock, "Amok Time", stardate 3372.7



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480433: libc6.1: mkdtemp on ia64 can return xa non null pointer not pointing at the template

2008-05-10 Thread Bastian Blank
On Fri, May 09, 2008 at 05:46:21PM -0600, Alan Bain wrote:
> Affects IA64 only
> 
> Code like...
> static char buf[20];
> strcpy(buf, "/tmp/some_XX");
> char * tmpname=mkdtemp(buf);

Please provide a minimal, compiling and known to fail testcase. The following
testcase works as expected:

| merulo% cat test.c
| #define _GNU_SOURCE 1
| 
| #include 
| #include 
| #include 
| 
| int main()
| {
|   static char buf[20];
|   strcpy(buf, "/tmp/some_XX");
|   char * tmpname=mkdtemp(buf);
|   printf("%s (%p)\n", buf, buf);
|   printf("%s (%p)\n", tmpname, tmpname);
| }
| merulo% uname -a
| Linux merulo 2.6.18-dsa-mckinley #1 SMP Mon Feb 11 09:57:09 MST 2008 ia64 
GNU/Linux
| merulo% dpkg -s libc6.1-dev | grep Version
| Version: 2.7-10
| merulo% gcc -o test test.c
| merulo% ./test 
| /tmp/some_mCgeUd (0x6fc0)
| /tmp/some_mCgeUd (0x6fc0)
| merulo% rmdir /tmp/some_mCgeUd 

Bastian

-- 
I have never understood the female capacity to avoid a direct answer to
any question.
-- Spock, "This Side of Paradise", stardate 3417.3



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]