problem with gl_ABSOLUTE_HEADER and HP-UX native ANSI C compiler

2006-07-09 Thread Paul Eggert
[EMAIL PROTECTED] (Bob Proulx) writes: > This occurs on HP-UX 11.23 hppa using the native ANSI C compiler. > Curiously the HP-UX 11.23 ia64 native ANSI C compiler did not > complain. > > source='xstrtoimax.c' object='xstrtoimax.o' libtool=no \ > DEPDIR=.deps depmode=hp /bin/sh ../build

Re: coreutils 5.95 on IRIX 5.3

2006-07-09 Thread Paul Eggert
Georg Schwarz <[EMAIL PROTECTED]> writes: > It's a toy, not a production machine. I use it for testing code on > akward systems :-) Wow, thanks for all the research. My kneejerk reaction is that since the bug was fixed in IRIX 6.2, last released in June 1996 and expired in January 2005, then we

Re: coreutils 5.95 on IRIX 5.3

2006-07-09 Thread Georg Schwarz
Am 09.07.2006 um 23:32 schrieb Paul Eggert: Georg Schwarz <[EMAIL PROTECTED]> writes: hmmm, whose fault is it? Apparently your kernel or file system has a serious bug. As your private email to me demonstrated, if "empty" is an empty directory and "d" is a directory, then the system call re

Re: coreutils 5.95 on IRIX 5.3

2006-07-09 Thread Paul Eggert
Georg Schwarz <[EMAIL PROTECTED]> writes: > hmmm, whose fault is it? Apparently your kernel or file system has a serious bug. As your private email to me demonstrated, if "empty" is an empty directory and "d" is a directory, then the system call rename("d", "empty") does not decrement the link c

Re: sync from gnulib to coreutils, mostly for and

2006-07-09 Thread Bob Proulx
Paul Eggert wrote: > I installed this to sync from gnulib to coreutils. Most of this is > for , where gnulib no longer cares about the obsolete pre-C89 > bugs with things like isprint (255). > ... > + * Makefile.am (stdint.h): FULL_PATH_STDINT_H -> ABSOLUTE_STDINT_H, > + to accommodate upd

Re: coreutils 5.95 on IRIX 5.3

2006-07-09 Thread Paul Eggert
Georg Schwarz <[EMAIL PROTECTED]> writes: > is this OK? > > lorenz 288% env VERBOSE=yes make TESTS=no-target-dir > No suffix list. > lorenz 289% env VERBOSE=yes /usr/local/pkg/bin/gmake TESTS=no-target-dir > gmake: Nothing to be done for `all'. > lorenz 290% pwd > /var/tmp/coreutils-5.97/tests/mv

Re: sync from gnulib to coreutils, mostly for and

2006-07-09 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > I installed this to sync from gnulib to coreutils. Most of this is > for , where gnulib no longer cares about the obsolete pre-C89 > bugs with things like isprint (255). > > 2006-07-09 Paul Eggert <[EMAIL PROTECTED]> > > Adjust to recent updates fro

Re: Touch command.

2006-07-09 Thread Bob Proulx
Karthik Ramaswamy wrote: > and then i used touch cmd to activate the log file as it was the first > time.But it didn't work that way.I am using fedora 5.0 could it be a > bug.Please reply.Thank you. Unfortunately saying that you may have found a bug without telling us what the problem was is not e

Cut not working with multi-byte UTF-8 characters

2006-07-09 Thread Patrik Hirvinen
Hi, This bug was found on an Ubuntu 5.10 GNU/Linux x86 using cut version 5.2.1. Locale used was en_US.UTF-8. When fed text that includes multi-byte characters, cut makes the assumption that one byte corresponds to one character, even though the locale would clearly suggest otherwise. Attac

Re: Touch command.

2006-07-09 Thread Karthik Ramaswamy
Hello sir, Thank you for replying and you are right about what you said. I actually wanted to see the Query Logs running in my system with some modification in my my.cnf file.I searched a lot but i couldn't find the way of doing it. The method I tried was by adding a line at the end of the file my

Re: coreutils 5.95 on IRIX 5.3

2006-07-09 Thread Andreas Schwab
Georg Schwarz <[EMAIL PROTECTED]> writes: >>> lorenz 57% /sbin/rm -rf ./tests/mv/no-target-dir.tmp >>> Cannot remove directory ./tests/mv/no-target-dir.tmp/26138: File exists >>> Cannot remove directory ./tests/mv/no-target-dir.tmp: File exists >>> lorenz 58% ls -lad ./tests/mv/no-target-dir.tmp/2

Re: coreutils 5.95 on IRIX 5.3

2006-07-09 Thread Georg Schwarz
Am 03.07.2006 um 02:12 schrieb Paul Eggert: Georg Schwarz <[EMAIL PROTECTED]> writes: Here's the full make check output from 5.97. There still seem to be problems. ... rm: cannot remove directory `no-target-dir.tmp/26138': File exists FAIL: no-target-dir What happens if you do something lik