Bug#976865: Fwd: Bug#974900: dash removes trailing slash from script arguments

2020-12-10 Thread Herbert Xu
On Thu, Dec 10, 2020 at 10:20:29AM -0500, Jeff King wrote: > > It seems like it happens for "foo/", too. If I compile: I think the key is that dash uses GLOB_NOMAGIC. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana

Bug#976865: Fwd: Bug#974900: dash removes trailing slash from script arguments

2020-12-10 Thread Herbert Xu
ot;foo". This should return no match. If you change the pattern to "foo/", then it also matches but returns with the string "foo/" as expected. The only flag we pass to glob(3) is GLOB_NOMAGIC. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#976865: Fwd: Bug#974900: dash removes trailing slash from script arguments

2020-12-10 Thread Herbert Xu
the problem doesn't occur for "foo/". Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#976865: Fwd: Bug#974900: dash removes trailing slash from script arguments

2020-12-09 Thread Herbert Xu
pana.org.au/ Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#211784 closed by Guillem Jover (Re: Bug#211784: start-stop-daemon --stop returns before daemon exits unless --retry is used)

2009-11-24 Thread Herbert Xu
6 00:06:59 EST > 2003 i686 GNU/Linux > > Versions of the packages libc6 depends on: > ii libdb1-compat 2.1.3-7The Berkeley database routines [glibc 2.0/2. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#65458: closed by Clint Adams (Re: Bug#65458: (no subject))

2008-05-19 Thread Herbert Xu
It has been closed by Clint Adams <[EMAIL PROTECTED]>. Until the fixed package enters Debian I can't verify this. So please keep it open. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://go

Bug#445210: closed by Pierre Habouzit <[EMAIL PROTECTED]> (Re: Bug#445210: libc6: glob(3) doesn't treat \ correctly)

2007-10-04 Thread Herbert Xu
ort. $ cat a.c #include #include int main() { glob_t pglob; printf("%d\n", glob("\\/*", 0, 0, &pglob)); printf("%d\n", glob("/*", 0, 0, &pglob)); return 0; } $ make a cc a.c -o a $ ./a 3 0 $ Cheers, -- Visit

Bug#65458: closed by Touko Korpela <[EMAIL PROTECTED]> (Should be fixed now)

2007-09-26 Thread Herbert Xu
my machine is now much faster :) Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#328440: NSS/NIS is totally broken

2005-10-03 Thread Herbert Xu
w.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#265245: acknowledged by developer (Re: Bug#265245: glibc-doc: htonl/ntohl belong in arpa/inet.h)

2005-01-14 Thread Herbert Xu
duce programs that don't work on other POSIX platforms. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE,

Bug#243885: \-quoting in character class

2004-06-03 Thread Herbert Xu
ther place where quote removal is not performed. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#243885: \-quoting in character class

2004-06-03 Thread Herbert Xu
ther place where quote removal is not performed. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [E

Bug#243885: Processed: t

2004-06-01 Thread Herbert Xu
On Tue, Jun 01, 2004 at 04:13:00AM +, Gerrit Pape wrote: > > Do you prefer your patch to work around glibc's fnmatch problem in dash? Yes we should use that until glibc's fnmatch is fixed. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~

Bug#243885: Processed: t

2004-05-31 Thread Herbert Xu
On Tue, Jun 01, 2004 at 04:13:00AM +, Gerrit Pape wrote: > > Do you prefer your patch to work around glibc's fnmatch problem in dash? Yes we should use that until glibc's fnmatch is fixed. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~

Bug#243885: Processed: t

2004-05-31 Thread Herbert Xu
attached. Hmm, is there anything that the dietlibc fnmatch does that the dash internal pmatch function doesn't do? Or is it smaller? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.o

Bug#243885: Processed: t

2004-05-31 Thread Herbert Xu
attached. Hmm, is there anything that the dietlibc fnmatch does that the dash internal pmatch function doesn't do? Or is it smaller? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.o

Bug#243885: Processed: t

2004-05-28 Thread Herbert Xu
witch back to using fnmatch(3) which supports character classes. Until then, we'll need something like the following patch. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: ht

Bug#243885: Processed: t

2004-05-28 Thread Herbert Xu
witch back to using fnmatch(3) which supports character classes. Until then, we'll need something like the following patch. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: ht

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-16 Thread Herbert Xu
. In this case we're talking about a symlink to a real file in /lib which has already been processed by ldconfig. There is no need to have another symlink in /usr/lib. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page:

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-16 Thread Herbert Xu
. In this case we're talking about a symlink to a real file in /lib which has already been processed by ldconfig. There is no need to have another symlink in /usr/lib. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page:

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-16 Thread Herbert Xu
onfig should create symlinks to symlinks. It certainly didn't do that in woody. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-16 Thread Herbert Xu
onfig should create symlinks to symlinks. It certainly didn't do that in woody. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-15 Thread Herbert Xu
Package: libc6 Version: 2.3.2.ds1-12 Severity: serious I'm marking this bug as RC because it leads to packages being built with missing dependencies on libncurses5. When ldconfig is run with libncurses5 + libncurses5-dev installed, it creates a symlink /usr/lib/libncurses.so.5 that points to libt

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-15 Thread Herbert Xu
Package: libc6 Version: 2.3.2.ds1-12 Severity: serious I'm marking this bug as RC because it leads to packages being built with missing dependencies on libncurses5. When ldconfig is run with libncurses5 + libncurses5-dev installed, it creates a symlink /usr/lib/libncurses.so.5 that points to libt

Bug#247436: libc6-dev: odd dev_t/varargs behavior

2004-05-05 Thread Herbert Xu
shed onto the stack as 64-bit values. Your use of the %x conversion is therefore incorrect. In fact, gcc -Wall should've told you about it. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#247436: libc6-dev: odd dev_t/varargs behavior

2004-05-05 Thread Herbert Xu
d onto the stack as 64-bit values. Your use of the %x conversion is therefore incorrect. In fact, gcc -Wall should've told you about it. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~her

Bug#243885: Bug#240887: Package building problem.

2004-04-18 Thread Herbert Xu
characters have to be there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#243885: Bug#240887: Package building problem.

2004-04-18 Thread Herbert Xu
characters have to be there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#243885: Bug#240887: Package building problem.

2004-04-18 Thread Herbert Xu
On Sat, Apr 17, 2004 at 10:44:27PM +0200, Kurt Roeckx wrote: > > If I understand Herbert Xu correctly, he's saying the regex > should be written as: > *[][~#$^&*(){}\|;<>?]* No, the way it's written currently is fine. It's glibc's fnmatch(3) implementat

Bug#243885: Bug#240887: Package building problem.

2004-04-18 Thread Herbert Xu
On Sat, Apr 17, 2004 at 10:44:27PM +0200, Kurt Roeckx wrote: > > If I understand Herbert Xu correctly, he's saying the regex > should be written as: > *[][~#$^&*(){}\|;<>?]* No, the way it's written currently is fine. It's glibc's fnmatch(3) implementat

Bug#243885: Bug#240887: Package building problem.

2004-04-16 Thread Herbert Xu
fnmatch, quote removal is not performed. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#243885: Bug#240887: Package building problem.

2004-04-16 Thread Herbert Xu
fnmatch, quote removal is not performed. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to

Re: Bug#240887: Package building problem.

2004-04-15 Thread Herbert Xu
one literal : backslash. All of the requirements and effects of quoting on ordinary, : shell special, and special pattern characters shall apply to escaping : in this context. This clearly says that backslashes must be interpreted. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) E

Re: Bug#240887: Package building problem.

2004-04-15 Thread Herbert Xu
one literal : backslash. All of the requirements and effects of quoting on ordinary, : shell special, and special pattern characters shall apply to escaping : in this context. This clearly says that backslashes must be interpreted. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) E

Re: Bug#240887: Package building problem.

2004-04-15 Thread Herbert Xu
return 0; } I will disable fnmatch(3) in dash for now. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#240887: Package building problem.

2004-04-15 Thread Herbert Xu
return 0; } I will disable fnmatch(3) in dash for now. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#92186: [Fwd: Test case, seems fine.]

2004-04-12 Thread Herbert Xu
an't distinguish between the two errors. Thanks, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSU

Bug#231538: *sigh*

2004-03-26 Thread Herbert Xu
set of kernel packages for it pretty quickly. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [

Bug#231538: *sigh*

2004-03-20 Thread Herbert Xu
el 2.4.24 (it's available on the > woody-proposed-updates)" with libc6.preinst? That sounds good especially for 386 users. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.a

Bug#231538: A possible solution

2004-03-02 Thread Herbert Xu
does not depend on glibc so the version in sarge/sid should suffice. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt --

Bug#231538: libc6: illegal instruction on a 386

2004-02-08 Thread Herbert Xu
t; > don't know about the exact kernel package... > > maybe the report should be kept open to document forht release, that > sun4c, armv? and i386 arre not supported anymore. 2.4.18 is not in sid. However, 2.4.24/2.6.0 in sid should both emulate the needed instructions on 386

Bug#231538: libc6: illegal instruction on a 386

2004-02-08 Thread Herbert Xu
't know about the exact kernel package... > > maybe the report should be kept open to document forht release, that > sun4c, armv? and i386 arre not supported anymore. 2.4.18 is not in sid. However, 2.4.24/2.6.0 in sid should both emulate the needed instructions on 386. -- Debian

Bug#218607: More about this bug

2003-11-03 Thread Herbert Xu
in kernel-headers-2.4 is better. No that's a terrible idea. LILO should simply include a copy of whatever kernel header file it needs. Cheers, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apan

Bug#216921: Can't compile programs, using kernel headers from experimental libc6-dev

2003-10-22 Thread Herbert Xu
ist in libc6-dev because the latter includes the complete set of headers from the kernel. It is not a guarantee that you can include them in userspace. You should treat them the same way as headers in /usr/include/bits -- never include them directly. -- Debian GNU/Linux 3.0 is out! ( http:

Bug#216921: Can't compile programs, using kernel headers from experimental libc6-dev

2003-10-22 Thread Herbert Xu
in libc6-dev because the latter includes the complete set of headers from the kernel. It is not a guarantee that you can include them in userspace. You should treat them the same way as headers in /usr/include/bits -- never include them directly. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.

Re: This bug also affects d-i on alpha

2003-09-24 Thread Herbert Xu
reassign 212101 libc6.1-dev quit On Mon, Sep 22, 2003 at 11:42:17AM -0500, Steve Langasek wrote: > reopen 212101 > thanks > > On Mon, Sep 22, 2003 at 10:11:11PM +1000, Herbert Xu wrote: > > On Sun, Sep 21, 2003 at 10:58:11PM -0500, Steve Langasek wrote: > > > clone

Re: This bug also affects d-i on alpha

2003-09-24 Thread Herbert Xu
reassign 212101 libc6.1-dev quit On Mon, Sep 22, 2003 at 11:42:17AM -0500, Steve Langasek wrote: > reopen 212101 > thanks > > On Mon, Sep 22, 2003 at 10:11:11PM +1000, Herbert Xu wrote: > > On Sun, Sep 21, 2003 at 10:58:11PM -0500, Steve Langasek wrote: > > > clone

Bug#203303: glibc: gcc3.3 complains swab.h fails to conform to ISO standard

2003-08-14 Thread Herbert Xu
eader files. glibc has been violating this rule since day one. That's OK except that when it breaks you get to keep both pieces. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PG

Bug#155751: sed is using its own regex engine again

2003-04-04 Thread Herbert Xu
reassign 65458 sed quit It seems that the reason sed has slowed down again is because it's using its own regex engine again. So I'm now reassigning this back there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]&

Bug#155751: sed is using its own regex engine again

2003-04-04 Thread Herbert Xu
reassign 65458 sed quit It seems that the reason sed has slowed down again is because it's using its own regex engine again. So I'm now reassigning this back there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]&

manpages-dev is correct about strerror_t

2003-03-25 Thread Herbert Xu
reassign 159298 libc6 quit The declaration of strerror_tin manpages-dev conforms with SuS. glibc should be changed to match with it. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~her

manpages-dev is correct about strerror_t

2003-03-25 Thread Herbert Xu
reassign 159298 libc6 quit The declaration of strerror_tin manpages-dev conforms with SuS. glibc should be changed to match with it. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~her

Re: Bug#185485: telnet: resolving ip in decimal form stopped working

2003-03-19 Thread Herbert Xu
ere. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#185485: telnet: resolving ip in decimal form stopped working

2003-03-19 Thread Herbert Xu
ere. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#65458: acknowledged by developer (Bug#155751: fixed in glibc 2.3.1-15)

2003-03-18 Thread Herbert Xu
On Tue, Mar 18, 2003 at 11:15:29AM +0900, GOTO Masanori wrote: > At Tue, 18 Mar 2003 12:08:35 +1100, > Herbert Xu wrote: > > On Mon, Mar 17, 2003 at 06:03:18AM -0600, Debian Bug Tracking System wrote: > > > - Glibc 2.3 uses another regex engine: "sed: woody version m

Bug#65458: acknowledged by developer (Bug#155751: fixed in glibc 2.3.1-15)

2003-03-18 Thread Herbert Xu
On Tue, Mar 18, 2003 at 11:15:29AM +0900, GOTO Masanori wrote: > At Tue, 18 Mar 2003 12:08:35 +1100, > Herbert Xu wrote: > > On Mon, Mar 17, 2003 at 06:03:18AM -0600, Debian Bug Tracking System wrote: > > > - Glibc 2.3 uses another regex engine: "sed: woody version m

Bug#65458: acknowledged by developer (Bug#155751: fixed in glibc 2.3.1-15)

2003-03-17 Thread Herbert Xu
ou actually test it? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#65458: acknowledged by developer (Bug#155751: fixed in glibc 2.3.1-15)

2003-03-17 Thread Herbert Xu
ou actually test it? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Bug#183081: libc6-dev: hppa: bug in byteorder.h and swab.h

2003-03-02 Thread Herbert Xu
r. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#183081: libc6-dev: hppa: bug in byteorder.h and swab.h

2003-03-02 Thread Herbert Xu
o the kernel. Sorry about that. No you should close this. User space programs must not include kernel headers. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gond

Re: help needed for defining hppa __clz_tab gcc-compat symbol

2003-02-28 Thread Herbert Xu
((mode (QI))); > static const UQItype __clz_tab_internal[] = { ... } ^^ Try getting rid of that? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.

Re: impossible to upgrade

2003-02-14 Thread Herbert Xu
nds on also have > dependency to newer libc6 (>= 2.3.1-1) that I installed currently (2.2.5-14). The ash package from woody should do the trick, no? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gon

Re: Processed: reassigning issue in kernel

2003-01-26 Thread Herbert Xu
ary. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#70762: textutils: tail segfault

2002-11-16 Thread Herbert Xu
lloc. In the fact, you can find a mallocless implementation in the Linux kernel. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#70762: textutils: tail segfault

2002-11-16 Thread Herbert Xu
hy we have resource limits. The only bug here is that glibc mallocs in fprintf which means that we can't print out a useful error message when the memory is all used up. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home

Bug#70762: textutils: tail segfault

2002-11-16 Thread Herbert Xu
lloc. In the fact, you can find a mallocless implementation in the Linux kernel. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubk

Bug#70762: textutils: tail segfault

2002-11-16 Thread Herbert Xu
hy we have resource limits. The only bug here is that glibc mallocs in fprintf which means that we can't print out a useful error message when the memory is all used up. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
On Fri, Nov 15, 2002 at 01:22:44PM -0800, Jeff Bailey wrote: > On Sat, Nov 16, 2002 at 08:10:22AM +1100, Herbert Xu wrote: > > > > Sure, but it would also be reasonable to flush the buffer to the screen > > > every (screensize/2) so that a human could follow it. > >

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
On Fri, Nov 15, 2002 at 08:23:24AM -0500, Jeff Bailey wrote: > On Fri, 2002-11-15 at 04:00, Herbert Xu wrote: > > > > But the original bug seems to be more of an issue: shouldn't it be a bug > > > that tail chews up infinite amounts of memory when it can't fi

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
On Fri, Nov 15, 2002 at 01:22:44PM -0800, Jeff Bailey wrote: > On Sat, Nov 16, 2002 at 08:10:22AM +1100, Herbert Xu wrote: > > > > Sure, but it would also be reasonable to flush the buffer to the screen > > > every (screensize/2) so that a human could follow it. > >

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
On Fri, Nov 15, 2002 at 08:23:24AM -0500, Jeff Bailey wrote: > On Fri, 2002-11-15 at 04:00, Herbert Xu wrote: > > > > But the original bug seems to be more of an issue: shouldn't it be a bug > > > that tail chews up infinite amounts of memory when it can't fi

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
not impose arbitrary limits on applications. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
not impose arbitrary limits on applications. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email t

Bug#167608: ldd: ./: No such file or directory

2002-11-05 Thread Herbert Xu
x 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#167608: ldd: ./: No such file or directory

2002-11-05 Thread Herbert Xu
x 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#167608: ldd: ./: No such file or directory

2002-11-04 Thread Herbert Xu
Randolph Chung <[EMAIL PROTECTED]> wrote: > > ldd is doing is correct. The offending line is line 113 of ldd: > >113 for file do > This is legal. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL

Bug#167608: ldd: ./: No such file or directory

2002-11-04 Thread Herbert Xu
Randolph Chung <[EMAIL PROTECTED]> wrote: > > ldd is doing is correct. The offending line is line 113 of ldd: > >113 for file do > This is legal. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-02 Thread Herbert Xu
de). 1. dpkg does --force-downgrade by default 2. dpkg will let you break the depenedencies of packages that are already installed -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-02 Thread Herbert Xu
de). 1. dpkg does --force-downgrade by default 2. dpkg will let you break the depenedencies of packages that are already installed -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org

Bug#166419: RPC: Can't encode arguments

2002-10-25 Thread Herbert Xu
ssage repeated 4 times According to #142312, this is a bug in glibc. Could you please do something about this as that bug has been outstanding for 6 months now with no comment from any glibc maintainers? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~}

Bug#166419: RPC: Can't encode arguments

2002-10-25 Thread Herbert Xu
ssage repeated 4 times According to #142312, this is a bug in glibc. Could you please do something about this as that bug has been outstanding for 6 months now with no comment from any glibc maintainers? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~}

Bug#165881: telnetd aborts when EAGAIN returned from writev

2002-10-22 Thread Herbert Xu
u try > > again later. The macro `EWOULDBLOCK' is another name for `EAGAIN'; > > they are always the same in the GNU C library. > > At least, it's not glibc's bug. Then you better change the documentation and tell the world about it. -- Debian GNU/Linux

Bug#165881: telnetd aborts when EAGAIN returned from writev

2002-10-22 Thread Herbert Xu
u try > > again later. The macro `EWOULDBLOCK' is another name for `EAGAIN'; > > they are always the same in the GNU C library. > > At least, it's not glibc's bug. Then you better change the documentation and tell the world about it. -- Debian GNU/Linux

Re: Bug#165881: telnetd aborts when EAGAIN returned from writev

2002-10-22 Thread Herbert Xu
7; is another name for `EAGAIN'; they are always the same in the GNU C library. Why does parisc differentiate the two anyway? Every other Linux architecture treats them the same way. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTE

Bug#38468: Why is this assigned to libc6?

2002-10-22 Thread Herbert Xu
Jeff Bailey <[EMAIL PROTECTED]> wrote: > Can you please provide a testcase that shows that this bug actually > belongs to glibc? Ugh, did you notice that rcmd(3) is part of glibc? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAI

Re: Bug#165881: telnetd aborts when EAGAIN returned from writev

2002-10-22 Thread Herbert Xu
7; is another name for `EAGAIN'; they are always the same in the GNU C library. Why does parisc differentiate the two anyway? Every other Linux architecture treats them the same way. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTE

Bug#38468: Why is this assigned to libc6?

2002-10-22 Thread Herbert Xu
Jeff Bailey <[EMAIL PROTECTED]> wrote: > Can you please provide a testcase that shows that this bug actually > belongs to glibc? Ugh, did you notice that rcmd(3) is part of glibc? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAI

Bug#164638: libc6-dev: SIOCSIFNAME needs to be added

2002-10-14 Thread Herbert Xu
use in this function) test.c:4: (Each undeclared identifier is reported only once test.c:4: for each function it appears in.) $ -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#164638: libc6-dev: SIOCSIFNAME needs to be added

2002-10-14 Thread Herbert Xu
use in this function) test.c:4: (Each undeclared identifier is reported only once test.c:4: for each function it appears in.) $ -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: htt

Bug#162576: marked as done (libc6-dev: errno is a function call in non-threaded program)

2002-09-29 Thread Herbert Xu
On Sun, Sep 29, 2002 at 10:44:40AM +0200, Florian Weimer wrote: > Herbert Xu <[EMAIL PROTECTED]> writes: > > > No you don't, all you need to do is to make the errno macro > > conditional. > > And if we do that, libraries which use the non-macro version will co

Bug#162576: marked as done (libc6-dev: errno is a function call in non-threaded program)

2002-09-28 Thread Herbert Xu
No you don't, all you need to do is to make the errno macro conditional. You already have to support people not including errno.h... -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herb

Bug#162576: libc6-dev: errno is a function call in non-threaded program

2002-09-27 Thread Herbert Xu
ebian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#162576: libc6-dev: errno is a function call in non-threaded program

2002-09-27 Thread Herbert Xu
> or library that does not use threads, being usable by a threaded program > should use this). I don't think this is a bug at all. If you can show me a way of compiling an application where errno is not set to this function call, then I'll agree with you. -- Debian GNU/Linux 3.0 is o

Re: Intent to (N)?MU 2.2.5-14

2002-09-12 Thread Herbert Xu
/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
On Mon, Sep 09, 2002 at 12:04:14AM -0400, Daniel Jacobowitz wrote: > On Mon, Sep 09, 2002 at 12:36:51PM +1000, Herbert Xu wrote: > > > I was referring to that patch in the previous message. In the misaligned > > case, the code will always do two 8-byte loads if the dest m

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
nt == 1 and src is on a page boundary. Another check needs to be added before the first branch to $u_head to fix this. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
The first jump to u_head could cause two loads even if you're just copying one byte. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herber

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
work fine. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
ge + 8169, 20). I've got a better patch in terms of scheduling now. As to sending it upstream, I'd simply send it to Richard Henderson as he is the author of that file which is in both Linux and glibc. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt --- stxncpy.S 2001-07-24 03:55:20.0 +1000 +++ /home/gondolin/

  1   2   >