home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!att-out!rutgers!uwm.edu!rpi!usc!elroy.jpl.nasa.gov!ucla-cs!twinsun!eggert
- From: eggert@twinsun.com (Paul Eggert)
- Newsgroups: comp.sys.hp
- Subject: Re: GNU RCS build anyone?
- Message-ID: <bkaQJw2T@twinsun.com>
- Date: 8 Nov 92 19:14:20 GMT
- References: <1deuu8INNj79@overload.lbl.gov>
- Sender: usenet@twinsun.com
- Organization: Twin Sun, Inc
- Lines: 39
- Nntp-Posting-Host: bi
-
- jschamba@na35.lbl.gov (Jo Schambach) writes:
-
- >the only thing I changed is the Makefile to use gcc
-
- After you make conf.h, you must edit it by hand so that has_mmap is 0.
- This works around an HP-UX 8.07 kernel bug that could be causing your problems.
- I've heard that the bug is also fixed by HP patch PHKL_0942.
-
- Once you fix this, you'll probably get another bogus warning
- ``Traditional diff is used, so RCS is limited to text files''.
- This warning is caused by a bug in HP-UX 8.07 `tr'; the command
- tr '\012' '\200'
- deletes newlines instead of transliterating them. Ignore the warning.
-
-
- >#warning: diff -c does not work, so diagnostics may be cryptic
-
- That warning is caused by a bug in HP-UX 8.07 `sh'.
- The following patch to rcstest works around the bug.
-
- *** rcstest-5.6 Fri Nov 22 07:24:46 1991
- --- rcstest Sun Nov 8 10:42:22 1992
- ***************
- *** 66,72 ****
- echo 1.2 >a.12 || { echo "#initialization failed"; exit 2; }
-
- case `diff -c a.11 a.3x1` in
- ! *'! 1.1.1.1')
- diff='diff -c';;
- *)
- echo "#warning: diff -c does not work, so diagnostics may be cryptic"
- --- 66,72 ----
- echo 1.2 >a.12 || { echo "#initialization failed"; exit 2; }
-
- case `diff -c a.11 a.3x1` in
- ! *!\ 1.1.1.1)
- diff='diff -c';;
- *)
- echo "#warning: diff -c does not work, so diagnostics may be cryptic"
-