r3174 - in glibc-package/branches/glibc-2.8/debian: . patches patches/any testsuite-checking

2008-10-26 Thread aurel32
Author: aurel32
Date: 2008-10-26 10:11:16 + (Sun, 26 Oct 2008)
New Revision: 3174

Added:
   
glibc-package/branches/glibc-2.8/debian/patches/any/cvs-bug-iconv6_tst-iconv7.diff
Modified:
   glibc-package/branches/glibc-2.8/debian/changelog
   glibc-package/branches/glibc-2.8/debian/patches/series
   
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-hppa-linux-gnu-libc
   
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-kfreebsd-gnu-libc
   
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-linux-gnu-libc
   
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-ia64-linux-gnu-libc
   
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-powerpc-linux-gnu-libc
   
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-s390-linux-gnu-libc
   
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-sparc-linux-gnu-libc
   
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-x86_64-kfreebsd-gnu-libc
Log:
  * any/cvs-bug-iconv6_tst-iconv7.diff: new patch from upstream to fix
bug-iconv6 and tst-iconv7 when the locales package is not installed.

Update the testsuite results accordingly.



Modified: glibc-package/branches/glibc-2.8/debian/changelog
===
--- glibc-package/branches/glibc-2.8/debian/changelog   2008-10-23 14:49:50 UTC 
(rev 3173)
+++ glibc-package/branches/glibc-2.8/debian/changelog   2008-10-26 10:11:16 UTC 
(rev 3174)
@@ -1,4 +1,4 @@
-glibc (2.8+20080809-2) UNRELEASED; urgency=low
+glibc (2.8+20080809-3) UNRELEASED; urgency=low
 
   [ Aurelien Jarno ]
   * New upstream release.
@@ -133,6 +133,8 @@
 Closes: #498516).
   * rules, rules.d/build.mk, debhelper.in/glibc-doc.manpages: install the
 generated manpages.
+  * any/cvs-bug-iconv6_tst-iconv7.diff: new patch from upstream to fix
+bug-iconv6 and tst-iconv7 when the locales package is not installed.
 
   [ Petr Salinger ]
   * add any/local-linuxthreads-ptw.diff. Closes: #494908.

Added: 
glibc-package/branches/glibc-2.8/debian/patches/any/cvs-bug-iconv6_tst-iconv7.diff
===
--- 
glibc-package/branches/glibc-2.8/debian/patches/any/cvs-bug-iconv6_tst-iconv7.diff
  (rev 0)
+++ 
glibc-package/branches/glibc-2.8/debian/patches/any/cvs-bug-iconv6_tst-iconv7.diff
  2008-10-26 10:11:16 UTC (rev 3174)
@@ -0,0 +1,43 @@
+2008-05-21  Ulrich Drepper  [EMAIL PROTECTED]
+
+   * iconvdata/Depend: Add localedata.
+
+2008-05-14  Joseph Myers  [EMAIL PROTECTED]
+
+   * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
+
+2008-05-14  Ulrich Drepper  [EMAIL PROTECTED]
+
+   * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
+
+diff a/iconvdata/Depend b/iconvdata/Depend
+--- a/iconvdata/Depend
 b/iconvdata/Depend
+@@ -1 +1,2 @@
+ iconv
++localedata
+diff a/iconvdata/Makefile b/iconvdata/Makefile
+--- a/iconvdata/Makefile
 b/iconvdata/Makefile
+@@ -73,6 +73,9 @@ tests += bug-iconv3
+ endif
+ 
+ test-srcs := tst-table-from tst-table-to
++
++bug-iconv6-ENV = LOCPATH=$(common-objpfx)localedata
++tst-iconv7-ENV = LOCPATH=$(common-objpfx)localedata
+ endif
+ 
+ # No code here is in libc.so.
+diff a/iconvdata/bug-iconv6.c b/iconvdata/bug-iconv6.c
+--- a/iconvdata/bug-iconv6.c
 b/iconvdata/bug-iconv6.c
+@@ -13,7 +13,7 @@ static const char testbuf[] = {
+ static int
+ do_test (void)
+ {
+-  setlocale (LC_ALL, en_US.UTF-8);
++  setlocale (LC_ALL, de_DE.UTF-8);
+   iconv_t ic = iconv_open (ISO-2022-JP//TRANSLIT, UTF-8);
+   if (ic == (iconv_t) -1)
+ {

Modified: glibc-package/branches/glibc-2.8/debian/patches/series
===
--- glibc-package/branches/glibc-2.8/debian/patches/series  2008-10-23 
14:49:50 UTC (rev 3173)
+++ glibc-package/branches/glibc-2.8/debian/patches/series  2008-10-26 
10:11:16 UTC (rev 3174)
@@ -126,6 +126,7 @@
 all/local-ru_RU.diff 
 all/submitted-iconv-latin9.diff
 
+any/cvs-bug-iconv6_tst-iconv7.diff
 any/cvs-getaddrinfo.diff 
 any/cvs-iconv-braces.diff
 any/cvs-nscd-getservbyport.diff

Modified: 
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-hppa-linux-gnu-libc
===
--- 
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-hppa-linux-gnu-libc
 2008-10-23 14:49:50 UTC (rev 3173)
+++ 
glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-hppa-linux-gnu-libc
 2008-10-26 10:11:16 UTC (rev 3174)
@@ -4,7 +4,6 @@
 # Format: Failed test, Error Make error code [(ignored)]
 #
 annexc.out, Error 1 (ignored)
-bug-iconv6.out, Error 1
 check-localplt.out, Error 1
 check-textrel.out, Error 1
 tst-addr1.out, Error 1
@@ -14,5 +13,4 @@
 

Processing of glibc_2.8+20080809-3_amd64.changes

2008-10-26 Thread Archive Administrator
/glibc_2.8+20080809-3_amd64.changes is already present on target host:
glibc_2.8+20080809.orig.tar.gz
Either you already uploaded it, or someone else came first.
Job glibc_2.8+20080809-3_amd64.changes removed.

Greetings,

Your Debian queue daemon


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



Processing of glibc_2.8+20080809-3_amd64.changes

2008-10-26 Thread Archive Administrator
glibc_2.8+20080809-3_amd64.changes uploaded successfully to localhost
along with the files:
  glibc_2.8+20080809-3.dsc
  glibc_2.8+20080809-3.diff.gz
  glibc-doc_2.8+20080809-3_all.deb
  glibc-source_2.8+20080809-3_all.deb
  locales_2.8+20080809-3_all.deb
  libc6_2.8+20080809-3_amd64.deb
  libc6-dev_2.8+20080809-3_amd64.deb
  libc6-prof_2.8+20080809-3_amd64.deb
  libc6-pic_2.8+20080809-3_amd64.deb
  locales-all_2.8+20080809-3_amd64.deb
  libc6-i386_2.8+20080809-3_amd64.deb
  libc6-dev-i386_2.8+20080809-3_amd64.deb
  nscd_2.8+20080809-3_amd64.deb
  libc6-dbg_2.8+20080809-3_amd64.deb
  libc6-udeb_2.8+20080809-3_amd64.udeb
  libnss-dns-udeb_2.8+20080809-3_amd64.udeb
  libnss-files-udeb_2.8+20080809-3_amd64.udeb

Greetings,

Your Debian queue daemon


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



glibc_2.8+20080809-3_amd64.changes ACCEPTED

2008-10-26 Thread Debian Installer

Accepted:
glibc-doc_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-doc_2.8+20080809-3_all.deb
glibc-source_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-source_2.8+20080809-3_all.deb
glibc_2.8+20080809-3.diff.gz
  to pool/main/g/glibc/glibc_2.8+20080809-3.diff.gz
glibc_2.8+20080809-3.dsc
  to pool/main/g/glibc/glibc_2.8+20080809-3.dsc
libc6-dbg_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.8+20080809-3_amd64.deb
libc6-dev-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.8+20080809-3_amd64.deb
libc6-dev_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.8+20080809-3_amd64.deb
libc6-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.8+20080809-3_amd64.deb
libc6-pic_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.8+20080809-3_amd64.deb
libc6-prof_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.8+20080809-3_amd64.deb
libc6-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.8+20080809-3_amd64.udeb
libc6_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6_2.8+20080809-3_amd64.deb
libnss-dns-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.8+20080809-3_amd64.udeb
libnss-files-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.8+20080809-3_amd64.udeb
locales-all_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/locales-all_2.8+20080809-3_amd64.deb
locales_2.8+20080809-3_all.deb
  to pool/main/g/glibc/locales_2.8+20080809-3_all.deb
nscd_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/nscd_2.8+20080809-3_amd64.deb


Override entries for your package:
glibc-doc_2.8+20080809-3_all.deb - optional doc
glibc-source_2.8+20080809-3_all.deb - optional devel
glibc_2.8+20080809-3.dsc - source libs
libc6-dbg_2.8+20080809-3_amd64.deb - extra libdevel
libc6-dev-i386_2.8+20080809-3_amd64.deb - optional libdevel
libc6-dev_2.8+20080809-3_amd64.deb - optional libdevel
libc6-i386_2.8+20080809-3_amd64.deb - standard libs
libc6-pic_2.8+20080809-3_amd64.deb - optional libdevel
libc6-prof_2.8+20080809-3_amd64.deb - extra libdevel
libc6-udeb_2.8+20080809-3_amd64.udeb - extra debian-installer
libc6_2.8+20080809-3_amd64.deb - required libs
libnss-dns-udeb_2.8+20080809-3_amd64.udeb - extra debian-installer
libnss-files-udeb_2.8+20080809-3_amd64.udeb - extra debian-installer
locales-all_2.8+20080809-3_amd64.deb - extra libs
locales_2.8+20080809-3_all.deb - standard libs
nscd_2.8+20080809-3_amd64.deb - optional admin

Announcing to [EMAIL PROTECTED]
Closing bugs: 462444 466340 485165 493231 494908 497449 498516 499689 499769 


Thank you for your contribution to Debian.


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



glibc override disparity

2008-10-26 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libc6-i386_2.8+20080809-3_amd64.deb: package says priority is optional, 
override says standard.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.
Please INCLUDE the list of packages as seen above, or we won't be able
to deal with your mail due to missing information.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



Bug#485165: marked as done (glibc: FTBFS when converted to new source format 3.0 (quilt): patch files contained in tarballs)

2008-10-26 Thread Debian Bug Tracking System

Your message dated Sun, 26 Oct 2008 23:17:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#485165: fixed in glibc 2.8+20080809-3
has caused the Debian Bug report #485165,
regarding glibc: FTBFS when converted to new source format 3.0 (quilt): patch 
files contained in tarballs
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.)


-- 
485165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485165
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: glibc
Version: 2.7-11
Severity: wishlist
Usertags: 3.0-quilt-by-default

To prepare a possible switch to the new source package format 3.0
(quilt) [1], I converted all source packages and tried to rebuild them.
Unfortunately, glibc failed, you can try yourself with those
commands (and dpkg-dev = 1.14.19 [2]) :

$ apt-get source glibc
$ sed -i -e '/^Source:/ aFormat: 3.0 (quilt)' glibc-2.7/debian/control
$ dpkg-source -b glibc-2.7
$ dpkg-source -x glibc_2.7-11.dsc
$ cd glibc-2.7  debuild -us -uc

In this process, if the .diff.gz contains changes to upstream files,
dpkg-source will have created a corresponding patch in
debian/patches/debian-changes-2.7-11 and will have registered that
patch in a quilt series (debian/patches/series, it is created if needed).
All the patches listed in the series file are applied directly during
the extraction (dpkg-source -x). quilt itself is used if available (and
will thus lead to the creation of the .pc directory), otherwise
dpkg-source applies the patches by itself. For more information about the
new source package format see the manual page dpkg-source(1).

In the case of glibc, the quilt series is only applicable
after extraction of a tarball/zipfile/jarfile. But dpkg-source
tries to apply the quilt series immediately after unpack 
and will thus fail.

In several cases the usage of tarball(s) in tarball is justified by the
fact that several upstream tarballs have to be combined. The new format
does support unpacking of multiple upstream tarballs and as such, you
probably want to defer fixing this bug until the new format is accepted
and directly make usage of this new feature.

If your package only contains a single tarball, you might want to
reconsider the choice of using a tarball inside a tarball and 
handle the build like do most other Debian packages.

In all cases, those are heavy changes for a simple wishlist bug and
I can understand that you don't fix this until after lenny's release.
I'm merely filing this bug to keep track of the packages that will cause
troubles when we switch to the new format.


As a side note, you must also pay attention to the following points in
your quilt usage to guarantee compatibility with the new source package
format:
- all your patches must be applicable with the -p1 option of patch
  (and you shouldn't use options in the series file to override this)
- the patches must be in debian/patches/ together with the series file
  (you can use QUILT_PATCHES=debian/patches if needed)
- you should not override QUILT_PC to change the location of quilt's
  internal directory (.pc by default)
- the patches should not reference absolute filenames (in +++/--- lines)
- your clean target must work even if the patches are already applied
- your build target must work with patches applied even if the clean
  target is supposed to unapply them (because dpkg-source -b might
  have applied them back)

Cheers,

[1] http://lists.debian.org/debian-devel-announce/2008/04/msg4.html
[2] the upcoming dpkg-dev 1.14.20 is more tolerant with patches, you can
grab it here if you want to try with that version:
http://people.debian.org/~hertzog/packages/dpkg-dev_1.14.20_all.deb
-- 
Raphael Hertzog



---End Message---
---BeginMessage---
Source: glibc
Source-Version: 2.8+20080809-3

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-doc_2.8+20080809-3_all.deb
glibc-source_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-source_2.8+20080809-3_all.deb
glibc_2.8+20080809-3.diff.gz
  to pool/main/g/glibc/glibc_2.8+20080809-3.diff.gz
glibc_2.8+20080809-3.dsc
  to pool/main/g/glibc/glibc_2.8+20080809-3.dsc
libc6-dbg_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.8+20080809-3_amd64.deb
libc6-dev-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.8+20080809-3_amd64.deb
libc6-dev_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.8+20080809-3_amd64.deb
libc6-i386_2.8+20080809-3_amd64.deb
  to 

Bug#499689: marked as done (libc6: Now that lenny is frozen, glibc should (?) have a newer version in MIN_KERNEL_SUPPORTED)

2008-10-26 Thread Debian Bug Tracking System

Your message dated Sun, 26 Oct 2008 23:17:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#499689: fixed in glibc 2.8+20080809-3
has caused the Debian Bug report #499689,
regarding libc6: Now that lenny is frozen, glibc should (?) have a newer 
version in MIN_KERNEL_SUPPORTED
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.)


-- 
499689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499689
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libc6
Version: 2.7-13
Severity: normal


Hello there,

Now that lenny is frozen shouldn't glibc depend to a newer (2.6.26) kernel
version? Currently, MIN_KERNEL_SUPPORTED is set to 2.6.9 and (as you know)
leaves out some newer features.

Apologies if this is nonsense.

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

Kernel: Linux 2.6.26-v2-v (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6 depends on:
ii  libgcc1   1:4.3.1-9  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  glibc-doc 2.7-13 GNU C Library: Documentation
ii  locales   2.7-13 GNU C Library: National Language (

-- debconf-show failed


---End Message---
---BeginMessage---
Source: glibc
Source-Version: 2.8+20080809-3

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-doc_2.8+20080809-3_all.deb
glibc-source_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-source_2.8+20080809-3_all.deb
glibc_2.8+20080809-3.diff.gz
  to pool/main/g/glibc/glibc_2.8+20080809-3.diff.gz
glibc_2.8+20080809-3.dsc
  to pool/main/g/glibc/glibc_2.8+20080809-3.dsc
libc6-dbg_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.8+20080809-3_amd64.deb
libc6-dev-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.8+20080809-3_amd64.deb
libc6-dev_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.8+20080809-3_amd64.deb
libc6-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.8+20080809-3_amd64.deb
libc6-pic_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.8+20080809-3_amd64.deb
libc6-prof_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.8+20080809-3_amd64.deb
libc6-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.8+20080809-3_amd64.udeb
libc6_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6_2.8+20080809-3_amd64.deb
libnss-dns-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.8+20080809-3_amd64.udeb
libnss-files-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.8+20080809-3_amd64.udeb
locales-all_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/locales-all_2.8+20080809-3_amd64.deb
locales_2.8+20080809-3_all.deb
  to pool/main/g/glibc/locales_2.8+20080809-3_all.deb
nscd_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/nscd_2.8+20080809-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno [EMAIL PROTECTED] (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Oct 2008 21:22:39 +0200
Source: glibc
Binary: glibc-doc glibc-source locales locales-all nscd libc6 libc6-dev 
libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg 
libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg 
libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg 
libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 
libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 
libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 
libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 
libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb

Bug#499769: marked as done (Add Vcs-* fields)

2008-10-26 Thread Debian Bug Tracking System

Your message dated Sun, 26 Oct 2008 23:17:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#499769: fixed in glibc 2.8+20080809-3
has caused the Debian Bug report #499769,
regarding Add Vcs-* fields
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.)


-- 
499769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499769
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: glibc
Severity: wishlist

Please add the Vcs-Svn and Vcs-Browser to debian/control

Thanks
-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega [EMAIL PROTECTED]


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: glibc
Source-Version: 2.8+20080809-3

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-doc_2.8+20080809-3_all.deb
glibc-source_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-source_2.8+20080809-3_all.deb
glibc_2.8+20080809-3.diff.gz
  to pool/main/g/glibc/glibc_2.8+20080809-3.diff.gz
glibc_2.8+20080809-3.dsc
  to pool/main/g/glibc/glibc_2.8+20080809-3.dsc
libc6-dbg_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.8+20080809-3_amd64.deb
libc6-dev-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.8+20080809-3_amd64.deb
libc6-dev_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.8+20080809-3_amd64.deb
libc6-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.8+20080809-3_amd64.deb
libc6-pic_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.8+20080809-3_amd64.deb
libc6-prof_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.8+20080809-3_amd64.deb
libc6-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.8+20080809-3_amd64.udeb
libc6_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6_2.8+20080809-3_amd64.deb
libnss-dns-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.8+20080809-3_amd64.udeb
libnss-files-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.8+20080809-3_amd64.udeb
locales-all_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/locales-all_2.8+20080809-3_amd64.deb
locales_2.8+20080809-3_all.deb
  to pool/main/g/glibc/locales_2.8+20080809-3_all.deb
nscd_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/nscd_2.8+20080809-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno [EMAIL PROTECTED] (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Oct 2008 21:22:39 +0200
Source: glibc
Binary: glibc-doc glibc-source locales locales-all nscd libc6 libc6-dev 
libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg 
libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg 
libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg 
libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 
libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 
libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 
libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 
libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.8+20080809-3
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: Libraries with debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-prof - GNU C Library: Profiling Libraries
 libc0.1-udeb - GNU C 

Bug#494908: marked as done (glibc_2.8+20080809-1(hppa/experimental): FTBFS: No rule to make target `/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc/linuxthreads/ ptw-write.o')

2008-10-26 Thread Debian Bug Tracking System

Your message dated Sun, 26 Oct 2008 23:17:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#494908: fixed in glibc 2.8+20080809-3
has caused the Debian Bug report #494908,
regarding glibc_2.8+20080809-1(hppa/experimental): FTBFS: No rule to make 
target `/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc/linuxthreads/ 
ptw-write.o'
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.)


-- 
494908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494908
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: glibc
Version: 2.8+20080809-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of glibc_2.8+20080809-1 on lofn by sbuild/hppa 98-farm
| Build started at 20080811-1516
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 22.6MB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main glibc 2.8+20080809-1 
(dsc) [2600B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main glibc 2.8+20080809-1 
(tar) [22.1MB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main glibc 2.8+20080809-1 
(diff) [546kB]
| Fetched 22.6MB in 20s (1100kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: gettext, make (= 3.80), dpkg-dev (= 1.14.17), 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 (= 20080607-3) [hurd-i386], gnumach-dev [hurd-i386], 
libpthread-stubs0-dev [hurd-i386], kfreebsd-kernel-headers [kfreebsd-i386 
kfreebsd-amd64], binutils (= 2.17cvs20070426), g++-4.2 (= 4.2.1) [alpha], 
g++-4.3 (= 4.3.0-7) [!alpha], g++-4.3-multilib [amd64 i386 kfreebsd-amd64 mips 
mipsel powerpc ppc64 s390 sparc]
| Build-Depends-Indep: perl, po-debconf (= 1.0)
| Checking for already installed source dependencies...
[...]
| gcc-4.3 libc-tls-loc.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline 
-Wwrite-strings -fmerge-all-constants -fstrict-aliasing -g -pipe 
-Wstrict-prototypes -DIS_IN_linuxthreads=1 -I../include 
-I/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc/linuxthreads 
-I/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc 
-I../ports/sysdeps/hppa/elf 
-I../ports/sysdeps/unix/sysv/linux/hppa/linuxthreads 
-I../ports/sysdeps/unix/sysv/linux/hppa -I../sysdeps/unix/sysv/linux/hppa 
-I../ports/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/unix/sysv/linux 
-I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread 
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common 
-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../ports/sysdeps/unix/sysv 
-I../linuxthreads/sysdeps/unix/sysv -I../sysdeps/unix/sysv 
-I../ports/sysdeps/unix -I../linuxthreads/sysdeps/unix -I../sysdeps/unix 
-I../sysdeps/posix -I../ports/sysdeps/hppa/hppa1.1 -I../sysdeps/wordsize-32 
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 
-I../ports/sysdeps/hppa/fpu -I../ports/sysdeps/hppa/linuxthreads 
-I../ports/sysdeps/hppa -I../sysdeps/ieee754 -I../sysdeps/generic/elf 
-I../sysdeps/generic -I../ports -I../linuxthreads  -I.. -I../libio -I. 
-nostdinc -isystem /usr/lib/gcc/hppa-linux-gnu/4.3.1/include -isystem 
/usr/lib/gcc/hppa-linux-gnu/4.3.1/include-fixed -isystem 
/build/buildd/glibc-2.8+20080809/debian/include -D_LIBC_REENTRANT -include 
../include/libc-symbols.h   -DNOT_IN_libc=1 -DIS_IN_libpthread=1-o 
/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc/linuxthreads/libc-tls-loc.o
 -MD -MP -MF 
/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc/linuxthreads/libc-tls-loc.o.dt
 -MT 
/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc/linuxthreads/libc-tls-loc.o
| make[3]: *** No rule to make target 
`/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc/linuxthreads/ptw-write.o',
 needed by 
`/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc/linuxthreads/libpthread.a'.
  Stop.
| make[3]: Leaving directory `/build/buildd/glibc-2.8+20080809/linuxthreads'
| make[2]: *** [linuxthreads/others] Error 2
| make[2]: Leaving directory `/build/buildd/glibc-2.8+20080809'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory 
`/build/buildd/glibc-2.8+20080809/build-tree/hppa-libc'
| make: *** [/build/buildd/glibc-2.8+20080809/stamp-dir/build_libc] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| 

Bug#498516: marked as done (libc6: should conflict with nscd 2.8)

2008-10-26 Thread Debian Bug Tracking System

Your message dated Sun, 26 Oct 2008 23:17:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#498516: fixed in glibc 2.8+20080809-3
has caused the Debian Bug report #498516,
regarding libc6: should conflict with nscd  2.8
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.)


-- 
498516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498516
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: nscd
Version: 2.7-13
Severity: grave
Justification: renders package unusable


Getting this from nscd:

Starting Name Service Cache Daemon: nscd/usr/sbin/nscd: relocation error: 
/usr/sbin/nscd: symbol __nss_services_lookup, version GLIBC_PRIVATE not defined 
in file libc.so.6 with link time reference failed!


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.12 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages nscd depends on:
ii  libc6 2.8+20080809-1 GNU C Library: Shared libraries

nscd recommends no packages.

nscd suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: glibc
Source-Version: 2.8+20080809-3

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-doc_2.8+20080809-3_all.deb
glibc-source_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-source_2.8+20080809-3_all.deb
glibc_2.8+20080809-3.diff.gz
  to pool/main/g/glibc/glibc_2.8+20080809-3.diff.gz
glibc_2.8+20080809-3.dsc
  to pool/main/g/glibc/glibc_2.8+20080809-3.dsc
libc6-dbg_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.8+20080809-3_amd64.deb
libc6-dev-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.8+20080809-3_amd64.deb
libc6-dev_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.8+20080809-3_amd64.deb
libc6-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.8+20080809-3_amd64.deb
libc6-pic_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.8+20080809-3_amd64.deb
libc6-prof_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.8+20080809-3_amd64.deb
libc6-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.8+20080809-3_amd64.udeb
libc6_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6_2.8+20080809-3_amd64.deb
libnss-dns-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.8+20080809-3_amd64.udeb
libnss-files-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.8+20080809-3_amd64.udeb
locales-all_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/locales-all_2.8+20080809-3_amd64.deb
locales_2.8+20080809-3_all.deb
  to pool/main/g/glibc/locales_2.8+20080809-3_all.deb
nscd_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/nscd_2.8+20080809-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno [EMAIL PROTECTED] (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Oct 2008 21:22:39 +0200
Source: glibc
Binary: glibc-doc glibc-source locales locales-all nscd libc6 libc6-dev 
libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg 
libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg 
libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg 
libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 
libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 
libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 
libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 
libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.8+20080809-3
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Aurelien Jarno 

Bug#466340: marked as done (Some conversions to ISO-2022-JP produce invalid text)

2008-10-26 Thread Debian Bug Tracking System

Your message dated Sun, 26 Oct 2008 23:17:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#466340: fixed in glibc 2.8+20080809-3
has caused the Debian Bug report #466340,
regarding Some conversions to ISO-2022-JP produce invalid text
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.)


-- 
466340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466340
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libc6
Version: 2.7-6
Severity: normal
File: /usr/bin/iconv

Converting the following UTF8 sequence to ISO-2022-JP//TRANSLIT, then
back to UTF-8 fails:
$ perl -e 'print join(, map { chr hex $_ } qw/e3 83 a2 ef bd 9e 0a/)' | \
  iconv -f utf8  -t iso-2022-jp//TRANSLIT|iconv -f iso-2022-jp -t utf8
モiconv: illegal input sequence at position 5

Either iconv has generated invalid ISO-2022-JP, or it refuses to accept
valid ISO-2022-JP.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.8-domU-linode7 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6 depends on:
ii  libgcc1 1:4.3-20080202-1 GCC support library

libc6 recommends no packages.

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


---End Message---
---BeginMessage---
Source: glibc
Source-Version: 2.8+20080809-3

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-doc_2.8+20080809-3_all.deb
glibc-source_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-source_2.8+20080809-3_all.deb
glibc_2.8+20080809-3.diff.gz
  to pool/main/g/glibc/glibc_2.8+20080809-3.diff.gz
glibc_2.8+20080809-3.dsc
  to pool/main/g/glibc/glibc_2.8+20080809-3.dsc
libc6-dbg_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.8+20080809-3_amd64.deb
libc6-dev-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.8+20080809-3_amd64.deb
libc6-dev_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.8+20080809-3_amd64.deb
libc6-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.8+20080809-3_amd64.deb
libc6-pic_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.8+20080809-3_amd64.deb
libc6-prof_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.8+20080809-3_amd64.deb
libc6-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.8+20080809-3_amd64.udeb
libc6_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6_2.8+20080809-3_amd64.deb
libnss-dns-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.8+20080809-3_amd64.udeb
libnss-files-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.8+20080809-3_amd64.udeb
locales-all_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/locales-all_2.8+20080809-3_amd64.deb
locales_2.8+20080809-3_all.deb
  to pool/main/g/glibc/locales_2.8+20080809-3_all.deb
nscd_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/nscd_2.8+20080809-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno [EMAIL PROTECTED] (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Oct 2008 21:22:39 +0200
Source: glibc
Binary: glibc-doc glibc-source locales locales-all nscd libc6 libc6-dev 
libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg 
libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg 
libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg 
libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 
libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 
libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 
libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 
libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64

Bug#493231: marked as done (locale names are not in alphabetical order in locales.postinst)

2008-10-26 Thread Debian Bug Tracking System

Your message dated Sun, 26 Oct 2008 23:17:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#493231: fixed in glibc 2.8+20080809-3
has caused the Debian Bug report #493231,
regarding locale names are not in alphabetical order in locales.postinst
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.)


-- 
493231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493231
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: locales
Version: 2.7-13
Severity: minor

It seems that the locale name are normally in alphabetical order, but
this is not the case for the following one. From the locales.postinst
file:

ar_YE.UTF-8 UTF-8
ar_YE ISO-8859-6
az_AZ.UTF-8 UTF-8
as_IN.UTF-8 UTF-8
ast_ES.UTF-8 UTF-8
ast_ES ISO-8859-15
be_BY.UTF-8 UTF-8

az_AZ.UTF-8 UTF-8 should be after ast_ES ISO-8859-15.

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

Kernel: Linux 2.6.25.8-20080623 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages locales depends on:
ii  debconf [debconf-2.0] 1.5.23 Debian configuration management sy
ii  libc6 [glibc-2.7-1]   2.7-13 GNU C Library: Shared libraries

locales recommends no packages.

locales suggests no packages.

-- debconf information:
* locales/default_environment_locale: en_US.UTF-8
* locales/locales_to_be_generated: All locales


---End Message---
---BeginMessage---
Source: glibc
Source-Version: 2.8+20080809-3

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-doc_2.8+20080809-3_all.deb
glibc-source_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-source_2.8+20080809-3_all.deb
glibc_2.8+20080809-3.diff.gz
  to pool/main/g/glibc/glibc_2.8+20080809-3.diff.gz
glibc_2.8+20080809-3.dsc
  to pool/main/g/glibc/glibc_2.8+20080809-3.dsc
libc6-dbg_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.8+20080809-3_amd64.deb
libc6-dev-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.8+20080809-3_amd64.deb
libc6-dev_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.8+20080809-3_amd64.deb
libc6-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.8+20080809-3_amd64.deb
libc6-pic_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.8+20080809-3_amd64.deb
libc6-prof_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.8+20080809-3_amd64.deb
libc6-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.8+20080809-3_amd64.udeb
libc6_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6_2.8+20080809-3_amd64.deb
libnss-dns-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.8+20080809-3_amd64.udeb
libnss-files-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.8+20080809-3_amd64.udeb
locales-all_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/locales-all_2.8+20080809-3_amd64.deb
locales_2.8+20080809-3_all.deb
  to pool/main/g/glibc/locales_2.8+20080809-3_all.deb
nscd_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/nscd_2.8+20080809-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno [EMAIL PROTECTED] (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Oct 2008 21:22:39 +0200
Source: glibc
Binary: glibc-doc glibc-source locales locales-all nscd libc6 libc6-dev 
libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg 
libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg 
libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg 
libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 
libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 
libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 
libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 

Bug#497449: marked as done (libc6: iconv -f latin9 doesn't work any more)

2008-10-26 Thread Debian Bug Tracking System

Your message dated Sun, 26 Oct 2008 23:17:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#497449: fixed in glibc 2.8+20080809-3
has caused the Debian Bug report #497449,
regarding libc6: iconv -f latin9 doesn't work any more
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.)


-- 
497449: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497449
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libc6
Version: 2.7-13
Severity: normal

Hello,

I have a script that used to do iconv -f latin9, but with the current
version of libc6, that charset is not recognized any more (though
latin[1-8] still are).

Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6 depends on:
ii  libgcc1   1:4.3.1-9  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  glibc-doc 2.7-13 GNU C Library: Documentation
ii  libc6-i6862.7-13 GNU C Library: Shared libraries [i
ii  locales   2.7-13 GNU C Library: National Language (

-- debconf information excluded

-- 
Samuel
I am the ILOVEGNU signature virus. Just copy me to your signature.
This email was infected under the terms of the GNU General Public License.


---End Message---
---BeginMessage---
Source: glibc
Source-Version: 2.8+20080809-3

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-doc_2.8+20080809-3_all.deb
glibc-source_2.8+20080809-3_all.deb
  to pool/main/g/glibc/glibc-source_2.8+20080809-3_all.deb
glibc_2.8+20080809-3.diff.gz
  to pool/main/g/glibc/glibc_2.8+20080809-3.diff.gz
glibc_2.8+20080809-3.dsc
  to pool/main/g/glibc/glibc_2.8+20080809-3.dsc
libc6-dbg_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.8+20080809-3_amd64.deb
libc6-dev-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.8+20080809-3_amd64.deb
libc6-dev_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.8+20080809-3_amd64.deb
libc6-i386_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.8+20080809-3_amd64.deb
libc6-pic_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.8+20080809-3_amd64.deb
libc6-prof_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.8+20080809-3_amd64.deb
libc6-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.8+20080809-3_amd64.udeb
libc6_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/libc6_2.8+20080809-3_amd64.deb
libnss-dns-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.8+20080809-3_amd64.udeb
libnss-files-udeb_2.8+20080809-3_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.8+20080809-3_amd64.udeb
locales-all_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/locales-all_2.8+20080809-3_amd64.deb
locales_2.8+20080809-3_all.deb
  to pool/main/g/glibc/locales_2.8+20080809-3_all.deb
nscd_2.8+20080809-3_amd64.deb
  to pool/main/g/glibc/nscd_2.8+20080809-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno [EMAIL PROTECTED] (supplier of updated glibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Oct 2008 21:22:39 +0200
Source: glibc
Binary: glibc-doc glibc-source locales locales-all nscd libc6 libc6-dev 
libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg 
libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg 
libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg 
libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 
libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 
libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 
libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64