Bug#595724: typo in /etc/locale.gen header file

2010-09-05 Thread Michael Tokarev
Package: locales Version: 2.11.2-2 Severity: minor The file /etc/locale.gen starts with the following comment block: # This file lists locales that you wish to have built. You can find a list # of valid supported locales at /usr/share/i18n/SUPPORTED, and you can add # user defined locales to

Bug#600310: wrong collation(?) order for et_EE.UTF-8 causes regexps to fail matching randomly

2010-10-15 Thread Michael Tokarev
Package: locales Version: 2.11.2-6 Severity: critical Tags: l10n There's a bug in et_EE.UTF-8 locale definition causing some latin chars to be treated as non-letters. These are at least in range t..y inclusive, i.e. [t-y]. Like this: $ echo $LANG et_EE.UTF-8 $ echo s | grep '[a-z]' s $

Bug#600310: wrong collation(?) order for et_EE.UTF-8 causes regexps to fail matching randomly

2010-10-15 Thread Michael Tokarev
Ok, after discussing on #debian-devel and some more thinking, even if it's 02:23 here already... I now see the problem isn't in locales package actually, and it should affect other locales too. The prob is that people used to use [a-z] to mean all 26 latin chars, while various locales have them

Bug#600310: reassigning to cron

2010-10-16 Thread Michael Tokarev
reassign 600310 cron retitle 600310 cron uses regexps that return wrong results depending on locale severity 600310 serious thanks Ok, as stated in two previous emails, it's problem in cron, not in glibc/locales. Sadly, but... ;) And the severity isn't critical but serious (makes cron to not

Bug#459643: fflush() change wrt pending write in glibc causes others to break

2008-01-07 Thread Michael Tokarev
Package: glibc Version: 2.7-5 Severity: important Since 2.7, glibc changed behavour of fflush() wrt pending write in the FILE* buffer. Before, the pending write data was cleared on fflush(), now it's keept in the buffer. As a result, we see some.. interesting stuff, like this: $ echo foo

Bug#459643: fflush() with WRITE ERROR it really is

2008-01-07 Thread Michael Tokarev
While trying to save space in Subject line, I created an unclear bugreport. The change in fflush() was with write error only. Under normal conditions, fflush() writes pending data just fine AND clears the write buffer. But in case write(2) errors out, fflush() now does nothing, while in pre-2.7

Bug#459643: It's Debian-specific, after all

2008-01-07 Thread Michael Tokarev
$subj. debian/patches/any/submitted-fileops-and-signals.diff in glibc package. See #429021 for details. The change was made for 2.6-1, at 07 Jul 2007. /mjt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#757941: static linking: alternatives for glibc?

2014-10-07 Thread Michael Tokarev
07.10.2014 08:34, Steve Langasek wrote: [] Was the removal of gethostby* APIs from the static glibc intentional? Yes. It's the nsswitch problem. The behavior of those APIs is controlled by the nsswitch mechanism (specifically the hosts configuration), which is inherently dynamic and

Bug#765718: please provide tzdata for new DST rules in Russia 2014 for wheezy

2014-10-17 Thread Michael Tokarev
Package: tzdata Version: 2014e-0wheezy1 Severity: important Tags: wheezy In 2014, Russia is returning daylight saving time rules back. At 26 Oct, 2014, Russia will switch time to winter time (MSD=MSK). tzdata package in jessie already has the right rules applied. But wheezy package does not

Bug#757941: Bug#769190: busybox-static: DNS resolver is broken again with the last upload

2014-11-11 Thread Michael Tokarev
12.11.2014 04:27, Diederik de Haas wrote: Package: busybox-static Version: 1:1.22.0-11 Severity: important This is basically the same error as with bug #757941, but it was reassigned to glibc and fixed there. As Aurelien Jarno correctly stated in

Bug#757941: Bug#769190: busybox-static: DNS resolver is broken again with the last upload

2014-11-12 Thread Michael Tokarev
BTW, the bug is _not_ fixed by -12 upload where I added a build-dep on libc-bin. /mjt -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Bug#757941: Bug#769190: busybox-static: DNS resolver is broken again with the last upload

2014-11-12 Thread Michael Tokarev
12.11.2014 21:05, Aurelien Jarno wrote: [] And there's nothing I can do about this on busybox side -- except, again, adding a versioned build-dep. I'll schedule binNMUs for now, but it might be a good idea to add a versioned build-dep so that it doesn't happen again. Please don't. I want

Bug#757941: Bug#769190: busybox-static: DNS resolver is broken again with the last upload

2014-11-12 Thread Michael Tokarev
12.11.2014 22:45, Aurelien Jarno wrote: On Wed, Nov 12, 2014 at 09:17:20PM +0400, Michael Tokarev wrote: Should I list them all in the build-deps? If yes, what's the complete list? It should be libc6-dev[linux-any !alpha !ia64] | libc6.1-dev [alpha ia64] | libc0.1-dev ( 2.19-12~) [kfreebsd

Bug#757941: Bug#769190: Bug#757941: Bug#769190: busybox-static: DNS resolver is broken again with the last upload

2014-11-12 Thread Michael Tokarev
13.11.2014 00:03, Michael Tokarev пишет: 12.11.2014 22:45, Aurelien Jarno wrote: On Wed, Nov 12, 2014 at 09:17:20PM +0400, Michael Tokarev wrote: Should I list them all in the build-deps? If yes, what's the complete list? It should be libc6-dev[linux-any !alpha !ia64] | libc6.1-dev [alpha

Bug#1001156: qemu-arm needs some help with finding libs

2021-12-05 Thread Michael Tokarev
05.12.2021 19:33, Michael Tokarev wrote: ... libc64:armhf libc6:armhf ofcourse. Something's wrong with my typing today :) Thanks, /mjt

Bug#1056739: -static-pie fails on i386

2023-11-25 Thread Michael Tokarev
Package: libc6-dev Version: 2.37-12 Severity: normal X-Debbugs-Cc: pkg-qemu-de...@lists.alioth.debian.org When building a statically-linked application with -static-pie flag (which is not supported on every platform), on i386 where it seems to be supported (at least -static-pie flag is accepted),

Bug#1068737: locales fails to install: locales failed to preconfigure, with exit status 2

2024-04-10 Thread Michael Tokarev
Package: locales Version: 2.37-16 Severity: grave A fresh `debootstrap unstable' chroot plus `apt install locales`: Preconfiguring packages ... locales failed to preconfigure, with exit status 2 dpkg: error processing package locales (--configure): installed locales package

Bug#411059: sash: bad practice of multiple accounts with uid==0 lead to broken system

2024-04-05 Thread Michael Tokarev
Control: title -1 nscd caches "wrong" name for accounts with the same uid Control: found -1 2.37-15 Rehashing this 17-years old bug which biten me today quite hard. On Mon, 12 Feb 2007 22:55:28 -0500 Yaroslav Halchenko wrote: Today, after unsucsessful attempt to login as sashroot, I've got