summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-29 14:24:16 +0000
committerJim Meyering <jim@meyering.net>2003-03-29 14:24:16 +0000
commit030c740af1401d7bb152cfc7091a9720a5edfcc2 (patch)
treee87921a292a512ca4bdd16b3afd61350cf818505 /README
parent44d5da2f7eeb0adc5e706d6dfd87ded7cbea368b (diff)
downloadcoreutils-030c740af1401d7bb152cfc7091a9720a5edfcc2.tar.xz
Note to expect build problems for stat.c on Ultrix 4.3.
Note that there are some harmless test failures when running `make check' as root on some systems.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 0d2acb712..3df65eef1 100644
--- a/README
+++ b/README
@@ -53,6 +53,10 @@ If you run the tests on a SunOS4.1.4 system, expect the ctime-part of
the ls `time-1' test to fail. I believe that is due to a bug in the
way Sun implemented link(2) and chmod(2).
+***************************************
+Last-minute notes, before coreutils-5.0
+---------------------------------------
+
A known problem exists when compiling on HPUX on both hppa and ia64
in 64-bit mode (i.e. +DD64) on all known HPUX 11.x versions. This
is not due to a bug in the package but instead due to a bug in the
@@ -69,6 +73,15 @@ Here is one possible patch to correct the problem.
-#ifndef __STDC_32_MODE__
+#ifndef __LP64__
+I've heard that stat.c doesn't compile on Ultrix 4.3.
+Does anyone with access to such a system want to investigate?
+
+On some systems, some of the tests fail when run as root. All failures
+I've seen appear to be due to problems in the testing framework, not
+in the tools themselves. I'll address that for the next release by
+using a program like setuidgid (see the comment in TODO).
+
+***************************************
There are pretty many tests, but nowhere near as many as we need.
Additions and corrections are very welcome.