Bug#273605: libc6: Should provide kernel AIO support (rtkaio)
Package: libc6 Version: 2.3.2.ds1-16 Severity: wishlist Recent versions of SuSE (e.g. SuSE 9.1, SLES 9) and Red Hat (RHEL 3AS, Fedora Core >= 1) distributions provide a support library with glibc to allow users to make use of the kernel's asynchronous IO interfaces. This additional library offers a higher performing alternative to the existing user-space only asynchronous IO support provided by librt. The kernel AIO support is made available via the 'librtkaio.so' shared library, which is packaged an addon in the SuSE and Red Hat source RPMs for glibc. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.9-rc1 Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 Versions of packages libc6 depends on: ii libdb1-compat 2.1.3-7The Berkeley database routines [gl -- no debconf information
Bug#273248: libc6-i686: crashed my box just after install
W liście z pon, 27-09-2004, godz. 02:09, GOTO Masanori pisze: > The point is that if directories in ld.so.conf has non-debian glibc, > it may cause such problems. No, the only glibc I have is _debian_ one. Even I removed /etc/ld.so.conf, it still segfault: [EMAIL PROTECTED]:/etc# LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov/ ls Segmentation fault [EMAIL PROTECTED]:/etc# mv ld.so.conf ld.so.conf.disabled [EMAIL PROTECTED]:/etc# ldconfig [EMAIL PROTECTED]:/etc# LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov/ ls Segmentation fault [EMAIL PROTECTED]:/etc# mv ld.so.conf.disabled ld.so.conf [EMAIL PROTECTED]:/etc# ldconfig [EMAIL PROTECTED]:/etc# LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov/ ls Segmentation fault > Look at your bash log; it said "cannot allocate xx bytes". Memory > shortage? glibc's malloc() problems? (bash is executed after unpack and uses glibc-i686's malloc()) I found some problems with glibc sources. I try many different CFLAGS, but problem persist. make[3]: Entering directory `/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/glibc-2.3.2/timezone' /usr/bin/install -c /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/timezone/tzselect /home/kb/packages/glibc-build/glibc-2.3.2.ds1/debian/tmp-i686/usr/bin/tzselect.new mv -f /home/kb/packages/glibc-build/glibc-2.3.2.ds1/debian/tmp-i686/usr/bin/tzselect.new /home/kb/packages/glibc-build/glibc-2.3.2.ds1/debian/tmp-i686/usr/bin/tzselect /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/elf/ld-linux.so.2 --library-path /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/math:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/elf:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/dlfcn:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/nss:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/nis:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/rt:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/resolv:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/crypt:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/nptl:/usr/lib/libfakeroot:/usr/lib64/libfakeroot /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/timezone/zic -d /home/kb/packages/glibc-build/glibc-2.3.2.ds1/debian/tmp-i686/usr/share/zoneinfo -L /dev/null -y ./yearistype africa make[3]: *** [/home/kb/packages/glibc-build/glibc-2.3.2.ds1/debian/tmp-i686/usr/share/zoneinfo/Africa/Algiers] Segmentation fault make[3]: Leaving directory `/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/glibc-2.3.2/timezone' make[2]: *** [timezone/subdir_install] Error 2 make[2]: Leaving directory `/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/glibc-2.3.2' make[1]: *** [install] Błąd 2 make[1]: Leaving directory `/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686' make: *** [/home/kb/packages/glibc-build/glibc-2.3.2.ds1/stamp-dir/install_i686] Błąd 2 This is not bash-related issue. (compiled with -g -O0) [EMAIL PROTECTED]:~/packages/glibc-build/glibc-2.3.2.ds1/build-tree/glibc-2.3.2/timezone$ gdb /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/elf/ld-linux.so.2 GNU gdb 6.1-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) r --library-path /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/math:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/elf:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/dlfcn:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/nss:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/nis:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/rt:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/resolv:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/crypt:/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/nptl:/usr/lib/libfakeroot:/usr/lib64/libfakeroot /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/timezone/zic -d /home/kb/packages/glibc-build/glibc-2.3.2.ds1/debian/tmp-i686/usr/share/zoneinfo -L /dev/null -y ./yearistype africa Starting program: /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686/elf/ld-linux.so.2 --library-path /home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686:/home/kb/packages/glibc-buil
Bug#271878: marked as done (asm/setup.h non-existent #include on ppc)
Your message dated Mon, 27 Sep 2004 20:04:18 +0900 with message-id <[EMAIL PROTECTED]> and subject line Bug#271878: asm/setup.h non-existent #include on ppc has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 15 Sep 2004 19:53:11 + >From [EMAIL PROTECTED] Wed Sep 15 12:53:11 2004 Return-path: <[EMAIL PROTECTED]> Received: from dfw-gate4.raytheon.com [199.46.199.233] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C7fq3-0008WR-00; Wed, 15 Sep 2004 12:53:11 -0700 Received: from ds02c01.directory.ray.com (ds02c01.directory.ray.com [147.25.138.115]) by dfw-gate4.raytheon.com (8.12.10/8.12.10) with ESMTP id i8FJr9oS008609; Wed, 15 Sep 2004 14:53:10 -0500 (CDT) Received: from ds02c01 (localhost [127.0.0.1]) by ds02c01.directory.ray.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i8FJr3n3012046; Wed, 15 Sep 2004 19:53:04 GMT Received: from ds02c01.directory.ray.com with LMTP by ds02c01 (2.0.6/sieved-2-0-build-559); Wed, 15 Sep 2004 19:53:03 + Received: from loki (pcp181697pcs.msd.ray.com [199.46.173.56]) by ds02c01.directory.ray.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i8FJp6kV010607 sender [EMAIL PROTECTED]; Wed, 15 Sep 2004 19:51:06 GMT Received: by loki (Postfix, from userid 1000) id E6BF5130397; Wed, 15 Sep 2004 14:51:00 -0500 (CDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Stephen R. Marenka" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: asm/setup.h non-existent #include on ppc X-Mailer: reportbug 2.63 Date: Wed, 15 Sep 2004 14:51:00 -0500 Message-Id: <[EMAIL PROTECTED]> X-SPAM: 0.00 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: linux-kernel-headers Version: 2.5.999-test7-bk-17 Severity: minor asm/setup.h contains #include , which is non-existent on ppc. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing') Architecture: powerpc (ppc) Kernel: Linux 2.6.8-loki.34 Locale: LANG=C, LC_CTYPE=C -- no debconf information --- Received: (at 271878-done) by bugs.debian.org; 27 Sep 2004 11:04:19 + >From [EMAIL PROTECTED] Mon Sep 27 04:04:19 2004 Return-path: <[EMAIL PROTECTED]> Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CBtIp-0008Jb-00; Mon, 27 Sep 2004 04:04:19 -0700 Received: from omega.webmasters.gr.jp (localhost [127.0.0.1]) by webmasters.gr.jp (Postfix) with ESMTP id 799FCDEDD0 for <[EMAIL PROTECTED]>; Mon, 27 Sep 2004 20:04:18 +0900 (JST) Date: Mon, 27 Sep 2004 20:04:18 +0900 Message-ID: <[EMAIL PROTECTED]> From: GOTO Masanori <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Bug#271878: asm/setup.h non-existent #include on ppc User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: asm/setup.h is not for userland. Closed.
Bug#273248: marked as done (libc6-i686: crashed my box just after install)
Your message dated Mon, 27 Sep 2004 20:10:55 +0900 with message-id <[EMAIL PROTECTED]> and subject line Bug#273248: libc6-i686: crashed my box just after install has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 24 Sep 2004 20:20:29 + >From [EMAIL PROTECTED] Fri Sep 24 13:20:29 2004 Return-path: <[EMAIL PROTECTED]> Received: from bpy163.neoplus.adsl.tpnet.pl (localhost) [83.29.66.163] (yaevin) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CAwYL-0006jB-00; Fri, 24 Sep 2004 13:20:26 -0700 Received: from kb by localhost with local (Exim 4.34) id 1CAwYF-0005Re-6T; Fri, 24 Sep 2004 22:20:19 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Krzysztof Burghardt <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libc6-i686: crashed my box just after install Reply-To: [EMAIL PROTECTED] X-Mailer: reportbug 2.99.3 Date: Fri, 24 Sep 2004 22:20:19 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Krzysztof Burghardt <[EMAIL PROTECTED]> X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED] using "Reply-To" header Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: libc6-i686 Version: 2.3.2.ds1-16 Severity: critical Justification: breaks the whole system Instalation of optimized library breaks the whole system. After reboot init crashed with "Segmentation fault" message. I boot my box from CD and move /lib/tls/i686 to /lib/tls/i686-disabled. After this my system works as before. I tried to run /bin/true with this library: [EMAIL PROTECTED]:~$ LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov /bin/true Segmentation fault I tried to copy /bin and /lib to /tmp/root: [EMAIL PROTECTED]:/tmp$ sudo chroot root /bin/true Segmentation fault (/bin/strace is staticaly linked) [EMAIL PROTECTED]:/tmp$ sudo chroot root /bin/strace /bin/true execve("/bin/true", ["/bin/true"], [/* 59 vars */]) = 0 uname({sys="Linux", node="techie", ...}) = 0 brk(0) = 0x804f9dc old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/tls/i686/mmx/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/lib/tls/i686/mmx/cmov", 0xbfffee18) = -1 ENOENT (No such file or directory) open("/lib/tls/i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/lib/tls/i686/mmx", 0xbfffee18) = -1 ENOENT (No such file or directory) open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300X\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=1278724, ...}) = 0 old_mmap(NULL, 1284940, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40018000 old_mmap(0x40147000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x12f000) = 0x40147000 old_mmap(0x4014f000, 11084, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4014f000 close(3)= 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40152000 set_thread_area({entry_number:-1 -> 6, base_addr:0x401522a0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) brk(0) = 0x804f9dc brk(0x80709dc) = 0x80709dc brk(0) = 0x80709dc brk(0x8071000) = 0x8071000 open("/usr/share/locale/locale.alias", O_RDONLY) = -1 ENOENT (No such file or directory) brk(0) = 0x8071000 brk(0) = 0x8071000 brk(0x807) = 0x807 brk(0) = 0x807 open("/usr/lib/locale/pl_PL/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory) open
Bug#271428: mapping unknown timezones
also sprach GOTO Masanori <[EMAIL PROTECTED]> [2004.09.27.1117 +0200]: > Hmm... Did you read my previous posts? I wonder if you ever read any of ours, and let your brain do some thinking upon doing so. > > (a) report an error and do not display the date > > or > > (b) report the GMT time *but state* that it did so by outputting > > Mon Sep 27 06:26:35 GMT 2004 > > You need to think 2 points. One is the current date message is used > for a long time, not only glibc system but also other OSes. Changing > them means you need to consider such history and impact. Two is you > need to think about the strftime(3) interface (read POSIX and SUS). (b) does not at all change the format. (a) and (b)'s second version use stderr the way it was supposed to be used. And second: yeah, so? I am sure there exists some function to query the timezone database for existance and handle this properly within date. As it stands, strftime and date are buggy. > > and possibly even a warning before that: > > W: mapped non-existing timezone Croatia/Zagreb to GMT > > Mon Sep 27 06:26:35 GMT 2004 > > If you can do so, please show us such code. Well, the problem seems to be better fixed in strftime. I guess that's an advantage because then we deal with other people, who take notice of such proposals and don't let the arrogant turd hang loose when others pretend (and seem) to also know what they are talking about. -- Please do not CC me when replying to lists; I read them! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer, admin, and user `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! signature.asc Description: Digital signature
Bug#270271: debug symbols in /usr/lib/crt1.o makes debugger unusable
At Sun, 26 Sep 2004 19:31:13 +0200, Matthias Grimm wrote: > > Matthias Grimm wrote: > > > If I try to debug my programs with ddd I got following error message: > > > > > > ../sysdeps/powerpc/powerpc32/elf/start.S: Source not found > > > > > > This is caused by unnecessary debug symbols in /usr/lib/crt1.o, > > > /usr/lib/crti.o, /usr/lib/crtn.o, /usr/lib/gcrt1.o, /usr/lib/Mcrt1.o > > > and /usr/lib/Scrt1.o which are not part of older libraries (for eg. > > > libc6-dev of woody) > > > > > > A simple 'strip -d' on the mentioned object files solved the problem. > > > > I can debug my program on ppc with both gdb and ddd. Please provide > > us the concrete example to show the actual problem. If not, I'll > > close it. > > Hi, > The problem has gone. It seemed to be a problem of mixed compiler versions > (3.3.3 and 2.95). I attached a small program (ppc binary + source) for > demonstration. If you open this with ddd you will get the error message I > reported. If you look into the binary you will see different gcc version > numbers. > > I recompiled the program with gcc 3.3.3 and everything works now. I have no idea. If your program compiled with gcc 2.95 does not work, why don't you doubt gcc 2.95 problem? If your program works fine with gcc 3.3.3, I think this bug can be closed... Regards, -- gotom
Bug#271878: asm/setup.h non-existent #include on ppc
On Sun, Sep 26, 2004 at 04:36:17AM +0900, GOTO Masanori wrote: > Then the bug is the program which uses asm/setup.h. It's not for > userland headers. Then I would ask why you supply it? Should one consider a bootloader userland? However, I don't really care, I was just pointing out a bug in your package. Either supply the file you're including or don't include it. Anything else seems wrong. -- Stephen R. Marenka If life's not fun, you're not doing it right! <[EMAIL PROTECTED]> signature.asc Description: Digital signature
Bug#264884: globfree() double-frees
On Sat, 2004-09-25 at 07:49, GOTO Masanori wrote: > I didn't reappear this problem. Moreover, if globfree() returns > GLOB_ABORTED, globfree() should not be called from looking at source > code. That's exactly the problem. If you want to avoid a memory leak, there are circumstances where you must call globfree() on the result from GLOB_ABORTED. > But to make sure LSB conformance, I applied it for only sarge. > However after sarge, I drop it because it's unsure and I think the bug > is existed another places. > > If you have any evidences to reappear this problem, please tell me. > If there's bug, we should fix the problem, even if your mission is to > make sarge LSB conformance and that job is finished when sarge is > released. I have been busy with other pressing issues recently, but when I get the chance, I will try and give you a conclusive test case. Thanks for applying it for sarge, at least.
Bug#272219: Valgrind bug probably due to libc6
At Mon, 27 Sep 2004 23:44:11 +0200, Claus Fischer wrote: > If you'd verified this bug you'd have found that the dlclose > has nothing to do with it. > > PLEASE TRY ON A RECENT SARGE: I'm debian glibc package maintainer using the latest sarge and sid. > cat >main.c < #include > int main(int argc, char* argv[]) { dlopen(0,RTLD_LAZY); } > EOF > c++ -o main main.c -ldl > valgrind ./main [EMAIL PROTECTED]:~/debian/glibc/bugs/272219> cat main.c #include int main(int argc, char* argv[]) { dlopen(0,RTLD_LAZY); } [EMAIL PROTECTED]:~/debian/glibc/bugs/272219> c++-3.3 -o main main.c -ldl c++-3.3: ==10396== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al. ==10396== Using valgrind-2.2.0, a program supervision framework for x86-linux. ==10396== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al. ==10396== For more details, rerun with: -v ==10396== ==10396== ==10396== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1) ==10396== malloc/free: in use at exit: 0 bytes in 0 blocks. ==10396== malloc/free: 0 allocs, 0 frees, 0 bytes allocated. ==10396== For a detailed leak analysis, rerun with: --leak-check=yes ==10396== For counts of detected errors, rerun with: -v Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Your token for http://wolffelaar.nl/~sarge
Hi, As 192.51.44.41 just requested, here your token for loggin in on http://wolffelaar.nl/~sarge The token belonging to "GNU Libc Maintainers <[EMAIL PROTECTED]>" is: 4bec746e Note that it is important that you duplicate your name as shown above exactly, otherwise it won't work. Regards, Jeroen van Wolffelaar by automated ways -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#264884: globfree() double-frees
At Mon, 27 Sep 2004 12:02:52 -0500, Jeff Licquia wrote: > I have been busy with other pressing issues recently, but when I get the > chance, I will try and give you a conclusive test case. Thanks for > applying it for sarge, at least. Thanks for your reply, I expect your feedback. Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#233301: marked as done (linker reference count error among dependencies of dlopen()ed object)
Your message dated Mon, 27 Sep 2004 21:02:11 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#233301: fixed in glibc 2.3.2.ds1-17 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 17 Feb 2004 22:05:07 + >From [EMAIL PROTECTED] Tue Feb 17 14:05:07 2004 Return-path: <[EMAIL PROTECTED]> Received: from tennyson.netexpress.net [64.22.192.76] (postfix) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AtDL1-NH-00; Tue, 17 Feb 2004 14:05:07 -0800 Received: by tennyson.netexpress.net (Postfix, from userid 1003) id 6935518E9F8; Tue, 17 Feb 2004 16:05:04 -0600 (CST) Date: Tue, 17 Feb 2004 16:05:04 -0600 From: Steve Langasek <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: linker reference count error among dependencies of dlopen()ed object Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline User-Agent: Mutt/1.4i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_16 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_02_16 X-Spam-Level: --CUfgB8w4ZwR/yMy5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: libc6 Version: 2.3.2.ds1-11 Severity: important This appears to be the problem at the root of bug #205553. I have confirmed that there is a reference counting problem in glibc 2.3 under certain conditions when dlopen()ing a shared object with certain ELF dependencies. imap.so: links against libc-client.so.2002edebian, and depends on symbols provided by it libc-client.so.2002edebian: links against libssl.so.0.9.7 and libcrypto.so.0.9.7, and depends on symbols provided by both libssl.so.0.9.7: links against libcrypto.so.0.9.7, and depends on symbols provided by it Setting 'extension=3Dimap.so' in /etc/php4/cgi/php.ini will cause the php4 binary (from the php4-cgi package) to dlopen() the imap.so object (from the php4-imap package). After loading everything, and after calling the ssl_onceonlyinit() function: - the l_opencount on the link map entry for libcrypto.so.0.9.7 is 3, which appears to be correct (consistent with other libraries): 1 for the dlopen call itself, 1 for the symbol bindings from libc-client.so.2002edebian, and 1 for the symbol bindings from libssl.so.0.9.7. - the l_reldeps list for libssl.so.0.9.7 is one entry long, pointing to libcrypto.so.0.9.7 - the l_reldeps list for libc-client.so.2002edebian is *also* one entry long, pointing to libssl.so.0.9.7 only. In the case where php4 is itself being run as a DSO under apache (1.3), which has a two-stage dlopen()/dlclose()/dlopen() init process, this means that the reference count is non-zero on libcrypto at the end, and this library is therefore not unmapped and re-mapped. This can be verified even when running php4 as a standalone, since it will dlclose() imap.so before exiting, but in the apache case this seems to lead directly to a segfault during the second part of the initialization routine. Still digging through the glibc code here to see if I can spot the bug, but I'd be happy if someone else who might be more familiar with that code might also have time to look at this. --=20 Steve Langasek postmodern programmer --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature Content-Disposition: inline -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAMpAPKN6ufymYLloRAqU6AKCC4TRCCApx7Nrm5zmcVVKGx1RsHwCgypmM fDzf2a2FTHzxE2xmMMMnMsk= =QzBp -END PGP SIGNATURE- --CUfgB8w4ZwR/yMy5-- --- Received: (at 233301-close) by bugs.debian.org; 28 Sep 2004 01:08:10 + >From [EMAIL PROTECTED] Mon Sep 27 18:08:10 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CC6TR-00044g-00; Mon, 27 Sep 2004 18:08:10 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1CC6Nf-0005td-00; Mon, 27 Sep 2004 21:02:11 -0400 From: GOTO Masanori <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.51 $ Subject: Bug#233301: fixed in glibc 2.3.2.ds1-17 Mess
Bug#264884: marked as done (globfree() double-frees)
Your message dated Mon, 27 Sep 2004 21:02:11 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#264884: fixed in glibc 2.3.2.ds1-17 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 10 Aug 2004 19:34:06 + >From [EMAIL PROTECTED] Tue Aug 10 12:34:06 2004 Return-path: <[EMAIL PROTECTED]> Received: from jeffindy.licquia.org [216.37.46.185] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BucNq-0003qU-00; Tue, 10 Aug 2004 12:34:06 -0700 Received: from sentinel.licquia.org (unknown [192.168.53.1]) by jeffindy.licquia.org (Postfix) with ESMTP id 213921BB87 for <[EMAIL PROTECTED]>; Tue, 10 Aug 2004 14:34:05 -0500 (EST) Received: from server2.internal.licquia.org (server2.internal.licquia.org [192.168.50.4]) by sentinel.licquia.org (Postfix) with ESMTP id BA4CCD520 for <[EMAIL PROTECTED]>; Tue, 10 Aug 2004 14:34:00 -0500 (EST) Received: by server2.internal.licquia.org (Postfix, from userid 1000) id 3A79A10A6FE; Tue, 10 Aug 2004 14:33:59 -0500 (EST) Received: from [192.168.52.2] (laptop1.internal.licquia.org [192.168.52.2]) by server2.internal.licquia.org (tmda-ofmipd) with ESMTP; Tue, 10 Aug 2004 14:33:53 -0500 (EST) Subject: globfree() double-frees To: [EMAIL PROTECTED] Content-Type: multipart/mixed; boundary="=-perGxb8PrZ9vxIFVr6vr" Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 10 Aug 2004 14:33:42 -0500 From: Jeff Licquia <[EMAIL PROTECTED]> X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.5 required=4.0 tests=BAYES_30,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: --=-perGxb8PrZ9vxIFVr6vr Content-Type: text/plain Content-Transfer-Encoding: 7bit Package: libc6 Version: 2.3.2.ds1-13 Severity: serious Tags: patch Certain kinds of problems in glob() result in a GLOB_ABORTED return value. In these circumstances, the glob_t passed in is likely to contain partial results (per POSIX), and thus, globfree() needs to be called to prevent a memory leak. Unfortunately, glob() itself calls globfree() under certain circumstances. Calling globfree() again (which is legal and in fact mandated under POSIX) causes certain portions of the structure to be double-freed. Under many circumstances, this results in infinite loops or SIGSEGV during the next malloc. The best way to fix it is for globfree() to do housekeeping on the glob_t it's freeing, by setting gl_pathc to 0 and gl_pathv to NULL. Then, when globfree() is called the second time, it knows to do nothing. A patch to that effect is attached (in debian/patches form). (This is the same bug, basically, as 260767, except that the source of the double-free I complained about has now been discovered.) The severity is serious because this bug causes the LSB tests to hang, specifically /tset/LSB.os/genuts/glob/T.glob 30. --=-perGxb8PrZ9vxIFVr6vr Content-Disposition: attachment; filename=globfree-clear-pathc.dpatch Content-Type: application/x-shellscript; name=globfree-clear-pathc.dpatch Content-Transfer-Encoding: 7bit #! /bin/sh -e # All lines beginning with `# DP:' are a description of the patch. # DP: Description: Patch to make globfree() clear pglob->gl_pathc # DP: Related bugs: # DP: Dpatch author: # DP: Patch author: Jeff Licquia <[EMAIL PROTECTED]> # DP: Upstream status: Not submitted # DP: Status Details: # DP: Date: 2004-07-22 PATCHLEVEL=1 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;; -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p$PATCHLEVEL < $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.3.2-old/sysdeps/generic/glob.c 2004-07-26 17:49:07.0 -0400 +++ glibc-2.3.2/sysdeps/generic/glob.c 2004-07-26 17:51:14.0 -0400 @@ -1105,6 +1105,8 @@ if (pglob->gl_pathv[pglob->gl_offs + i] != NULL) free ((__ptr_t) pglob->gl_pathv[pglob->gl_offs + i]); free ((__ptr_t) pglob->gl_pathv); + pglob->gl_pathc = 0; + pglob->
Bug#266637: marked as done (libc6-dev: kerberos4kth-dev misspelled in Replaces)
Your message dated Mon, 27 Sep 2004 21:02:11 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#266637: fixed in glibc 2.3.2.ds1-17 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 18 Aug 2004 14:30:39 + >From [EMAIL PROTECTED] Wed Aug 18 07:30:39 2004 Return-path: <[EMAIL PROTECTED]> Received: from smtp1.su.se [130.237.162.112] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BxRSZ-00069S-00; Wed, 18 Aug 2004 07:30:39 -0700 Received: from localhost (smtp1.su.se [127.0.0.1]) by smtp1.su.se (Postfix) with ESMTP id C68FC385B7 for <[EMAIL PROTECTED]>; Wed, 18 Aug 2004 16:30:36 +0200 (CEST) Received: from smtp1.su.se ([127.0.0.1]) by localhost (smtp1.su.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27559-01-28 for <[EMAIL PROTECTED]>; Wed, 18 Aug 2004 16:30:36 +0200 (CEST) Received: from unni.dsv.su.se (unni.dsv.su.se [130.237.161.27]) by smtp1.su.se (Postfix) with ESMTP id AFD1D3800B for <[EMAIL PROTECTED]>; Wed, 18 Aug 2004 16:30:36 +0200 (CEST) Received: from localhost (mallinux.dsv.su.se [130.237.161.86]) by unni.dsv.su.se (Postfix) with SMTP id 834728B30E for <[EMAIL PROTECTED]>; Wed, 18 Aug 2004 16:30:36 +0200 (CEST) Received: by localhost (sSMTP sendmail emulation); Wed, 18 Aug 2004 16:30:36 +0200 From: "Per Olofsson" <[EMAIL PROTECTED]> Date: Wed, 18 Aug 2004 16:30:36 +0200 To: [EMAIL PROTECTED] Subject: libc6-dev: kerberos4kth-dev misspelled in Replaces Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040722i X-Virus-Scanned: by amavisd-new at su.se Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: libc6-dev Version: 2.3.2.ds1-13 Severity: serious Justification: breaks upgrades from woody When I upgrade from woody to sarge, I get: Preparing to replace libc6-dev 2.2.5-11.5 (using .../libc6-dev_2.3.2.ds1-13_i386.deb) ... Unpacking replacement libc6-dev ... dpkg: error processing /var/cache/apt/archives/libc6-dev_2.3.2.ds1-13_i386.deb (--unpack): trying to overwrite `/usr/include/ifaddrs.h', which is also in package kerberos4kth-dev dpkg-deb: subprocess paste killed by signal (Broken pipe) The problem is in the Replaces field: Replaces: [...] kerberos4th-dev (<< 1.2.2-10) It's a typo; it should be 'kerberos4kth-dev'. -- Pelle --- Received: (at 266637-close) by bugs.debian.org; 28 Sep 2004 01:08:05 + >From [EMAIL PROTECTED] Mon Sep 27 18:08:05 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CC6TM-00043s-00; Mon, 27 Sep 2004 18:08:05 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1CC6Nf-0005tj-00; Mon, 27 Sep 2004 21:02:11 -0400 From: GOTO Masanori <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.51 $ Subject: Bug#266637: fixed in glibc 2.3.2.ds1-17 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 27 Sep 2004 21:02:11 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 4 Source: glibc Source-Version: 2.3.2.ds1-17 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.3.2.ds1-17_all.deb to pool/main/g/glibc/glibc-doc_2.3.2.ds1-17_all.deb glibc_2.3.2.ds1-17.diff.gz to pool/main/g/glibc/glibc_2.3.2.ds1-17.diff.gz glibc_2.3.2.ds1-17.dsc to pool/main/g/glibc/glibc_2.3.2.ds1-17.dsc libc6-dbg_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6-dbg_2.3.2.ds1-17_i386.deb libc6-dev_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6-dev_2.3.2.ds1-17_i386.deb libc6-i686_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6-i686_2.3.2.ds1-17_i386.deb libc6-pic_2.3.2.ds1-17_i386.deb to pool/main/g/g
Bug#269747: marked as done (libc6: Error in tzselect(1) manpage)
Your message dated Mon, 27 Sep 2004 21:02:11 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#269747: fixed in glibc 2.3.2.ds1-17 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 3 Sep 2004 09:42:54 + >From [EMAIL PROTECTED] Fri Sep 03 02:42:54 2004 Return-path: <[EMAIL PROTECTED]> Received: from fe03.axelero.hu (darmachakra.axelero.hu) [195.228.240.91] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C3Aar-0006Ca-00; Fri, 03 Sep 2004 02:42:53 -0700 Received: from darmachakra.axelero.hu (localhost-02 [127.0.2.1]) by darmachakra.axelero.hu (8.13.0/8.13.0) with SMTP id i839gpdH074480; Fri, 3 Sep 2004 11:42:52 +0200 (CEST) Received: from fe03.axelero.hu [127.0.2.1] via SMTP gateway by darmachakra.axelero.hu [195.228.240.91]; id A022E9592CA at Fri, 03 Sep 2004 11:42:51 +0200 Received: from localhost (107.155-182-adsl-pool.axelero.hu [81.182.155.107]) by fe03.axelero.hu (8.13.0/8.13.0) with ESMTP id i839gnD4074431; Fri, 3 Sep 2004 11:42:50 +0200 (CEST) Received: from daniel by localhost with local (Exim 4.34) id 1C3Aav-0001N7-5F; Fri, 03 Sep 2004 11:42:57 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: daniel <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libc6: Error in tzselect(1) manpage X-Mailer: reportbug 2.63 Date: Fri, 03 Sep 2004 11:42:56 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: daniel <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: libc6 Version: 2.3.2.ds1-13 Severity: minor In the manpage tzselect(1), second paragraph, the first word is tzconfig, when it should be tzselect. Cheers, Daniel -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (700, 'testing'), (600, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.6-2-686 Locale: LANG=C, LC_CTYPE=C Versions of packages libc6 depends on: ii libdb1-compat 2.1.3-7The Berkeley database routines [gl -- no debconf information --- Received: (at 269747-close) by bugs.debian.org; 28 Sep 2004 01:08:12 + >From [EMAIL PROTECTED] Mon Sep 27 18:08:12 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CC6TU-00045G-00; Mon, 27 Sep 2004 18:08:12 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1CC6Nf-0005tl-00; Mon, 27 Sep 2004 21:02:11 -0400 From: GOTO Masanori <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.51 $ Subject: Bug#269747: fixed in glibc 2.3.2.ds1-17 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 27 Sep 2004 21:02:11 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 5 Source: glibc Source-Version: 2.3.2.ds1-17 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.3.2.ds1-17_all.deb to pool/main/g/glibc/glibc-doc_2.3.2.ds1-17_all.deb glibc_2.3.2.ds1-17.diff.gz to pool/main/g/glibc/glibc_2.3.2.ds1-17.diff.gz glibc_2.3.2.ds1-17.dsc to pool/main/g/glibc/glibc_2.3.2.ds1-17.dsc libc6-dbg_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6-dbg_2.3.2.ds1-17_i386.deb libc6-dev_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6-dev_2.3.2.ds1-17_i386.deb libc6-i686_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6-i686_2.3.2.ds1-17_i386.deb libc6-pic_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6-pic_2.3.2.ds1-17_i386.deb libc6-prof_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6-prof_2.3.2.ds1-17_i386.deb libc6-udeb_2.3.2.ds1-17_i386.udeb to pool/main/g/glibc/libc6-udeb_2.3.2.ds1-17_i386.udeb libc6_2.3.2.ds1-17_i386.deb to pool/main/g/glibc/libc6_2.3.2.ds1-17_i3
Bug#270998: marked as done (locales: byn_ER.UTF-8 is listed in /usr/share/i18n/SUPPORTED but fails to be generated)
Your message dated Mon, 27 Sep 2004 21:02:11 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#270998: fixed in glibc 2.3.2.ds1-17 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 10 Sep 2004 13:29:41 + >From [EMAIL PROTECTED] Fri Sep 10 06:29:41 2004 Return-path: <[EMAIL PROTECTED]> Received: from mksp.net2.nerim.net (wide.bouthors.org) [62.4.19.30] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C5lTB-0005vv-00; Fri, 10 Sep 2004 06:29:41 -0700 Received: from cyb by wide.bouthors.org with local (Exim 4.34) id 1C5lSf-0005S9-7M; Fri, 10 Sep 2004 15:29:09 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Cyril Bouthors <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: locales: byn_ER.UTF-8 is listed in /usr/share/i18n/SUPPORTED but fails to be generated X-Mailer: reportbug 2.64 Date: Fri, 10 Sep 2004 15:29:09 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Cyril Bouthors <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: locales Version: 2.3.2.ds1-16 Severity: important byn_ER.UTF-8 is listed in /usr/share/i18n/SUPPORTED but fails to be generated with local-gen: [EMAIL PROTECTED]:~# grep byn /etc/locale.gen byn_ER UTF-8 [EMAIL PROTECTED]:~# locale-gen Generating locales... byn_ER.UTF-8...LC_ADDRESS: terminology language code `byn' not defined LC_ADDRESS: language abbreviation `byn' not defined -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-686 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 Versions of packages locales depends on: ii debconf 1.4.34 Debian configuration management sy ii libc6 [glibc-2.3.2.ds1-16] 2.3.2.ds1-16 GNU C Library: Shared libraries an -- debconf information: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "en_US.UTF-8", LANG = (unset) are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory * locales/default_environment_locale: None * locales/locales_to_be_generated: en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8, fr_FR ISO-8859-1, fr_FR.UTF-8 UTF-8, [EMAIL PROTECTED] UTF-8, [EMAIL PROTECTED] ISO-8859-15, it_IT ISO-8859-1, it_IT.UTF-8 UTF-8, [EMAIL PROTECTED] UTF-8, es_ES ISO-8859-1, es_ES.UTF-8 UTF-8, [EMAIL PROTECTED] UTF-8, [EMAIL PROTECTED] ISO-8859-15, ja_JP.EUC-JP EUC-JP --- Received: (at 270998-close) by bugs.debian.org; 28 Sep 2004 01:08:13 + >From [EMAIL PROTECTED] Mon Sep 27 18:08:13 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CC6TV-00045S-00; Mon, 27 Sep 2004 18:08:13 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1CC6Nf-0005tn-00; Mon, 27 Sep 2004 21:02:11 -0400 From: GOTO Masanori <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.51 $ Subject: Bug#270998: fixed in glibc 2.3.2.ds1-17 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 27 Sep 2004 21:02:11 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 6 Source: glibc Source-Version: 2.3.2.ds1-17 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.3.2.ds1-17_all.deb to pool/main/g/glibc/glibc-doc_2.3.2.ds1-17_all.deb glibc_2.3.2.ds1-17.diff.gz to pool/main/g/glibc/glibc_2.3.2.ds1-17.