home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12650 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.2 KB  |  72 lines

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!overload.lbl.gov!na35.lbl.gov!jschamba
  2. From: jschamba@na35.lbl.gov (Jo Schambach)
  3. Newsgroups: comp.sys.hp
  4. Subject: GNU RCS build anyone?
  5. Date: 6 Nov 1992 23:26:00 GMT
  6. Organization: Lawrence Berkeley Laboratory, Berkeley CA
  7. Lines: 60
  8. Distribution: world
  9. Message-ID: <1deuu8INNj79@overload.lbl.gov>
  10. NNTP-Posting-Host: na35.lbl.gov
  11.  
  12. In trying to put together a distribution of Source Code Management programs for
  13. our collaboration (in Physics, btw), I ran across a problem:
  14. I wanted to make sure that all packages compile and run properly on all platforms
  15. we want to support. One of these packages is GNU RCS. It compiled an runs fine on
  16. the SUNs, ut on our HP 700 series I couldn't make the "installtest" target
  17. properly. I understand that HP-UX 8.07 includes RCS, but I would still like to
  18. make it compile and run from scratch. I got the source from prep.mit..., and the
  19. only thing I changed is the Makefile to use gcc. The gcc is version 2.2.2 from
  20. iworks. I then contrinued to
  21.  
  22. make conf.h
  23. make all
  24. make install        (in a local -not system- directory)
  25. make installtest
  26.  
  27. and that's where all the errors occured. Here is the output:
  28.  
  29.  
  30. [98] % make installdebug
  31.         PATH=/u6/tmp/rcs/src:/u6/tmp/bin/.:$PATH sh rcstest -v
  32. + test -d RCS 
  33. + rm -f a.11 a.12 a.3x1 RCS/a.c RCS/a.d RCS/a._ 
  34. + echo 1.1 
  35. + echo 1.1.1.1 
  36. + echo 1.2 
  37. + diff -c a.11 a.3x1 
  38. + echo #warning: diff -c does not work, so diagnostics may be cryptic 
  39. #warning: diff -c does not work, so diagnostics may be cryptic
  40.  
  41. >>>> (I don't understand this, GNU diff is installed in /u6/tmp/bin/ ???) 
  42.  
  43. diff=diff
  44. + rcs -i -L -ta.11 a.c 
  45. RCS file: h·╙8h·╙Kh·╙Vh·╙a
  46. done
  47. + rlog a.c 
  48. rlog: RCS/a.c:1: missing 'h·╨' keyword
  49. rlog aborted
  50. + echo #rlog failed on empty RCS file 
  51. #rlog failed on empty RCS file
  52. + exit 1 
  53. *** Error code 1
  54.  
  55. Stop.
  56.  
  57.  
  58. Before I spend too much time on that, has somebody attempted what I am trying to
  59. do and can give me some hints?
  60. -- 
  61.  
  62. **************************************************************
  63. Joachim Schambach
  64. Mailstop 50D
  65. Lawrence Berkeley Labs
  66. Berkeley, CA 94720, USA
  67.  
  68. email:    JJSchambach@lbl.gov    or    JJSchambach@lbl.bitnet
  69. Tel:    x1-(510) 486-6349
  70. **************************************************************
  71.  
  72.