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: 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: 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

Re: coreutils 5.95 on IRIX 5.3

2006-07-02 Thread 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 like this? It should generate more debuggi

Re: coreutils 5.95 on IRIX 5.3

2006-06-19 Thread Paul Eggert
Georg Schwarz <[EMAIL PROTECTED]> writes: > lorenz 44% env VERBOSE=yes make TESTS=symlink-slash check > ... > + mkdir dir > + ln -s dir symlink > ... > + cp -dR symlink/ s > + ls -l s > + set lrwxrwxrwx 1 schwarz user 3 Jun 17 19:58 s -> dir > + test lrwxrwxrwx 1 schwarz user 3 Jun 17 19:58 s -> d

Re: coreutils 5.95 on IRIX 5.3

2006-05-21 Thread Paul Eggert
Georg Schwarz <[EMAIL PROTECTED]> writes: > coreutils 5.95, unlike prior releases, seems to build relatively fine > on IRIX 5.3. Thanks for the bug report. > FAIL: symlink-slash Hmmm, what is the output of the following shell command? cd tests/cp VERBOSE=yes make TESTS=symlink-