home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 15904 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  2.4 KB

  1. Xref: sparky comp.unix.questions:15904 comp.sys.hp:15262
  2. Newsgroups: comp.unix.questions,comp.sys.hp
  3. Path: sparky!uunet!ukma!darwin.sura.net!ra!atkinson
  4. From: atkinson@itd.nrl.navy.mil (Randall Atkinson)
  5. Subject: Re: supported version control systems
  6. Message-ID: <C1DHs8.5pB@ra.nrl.navy.mil>
  7. Followup-To: comp.sys.hp
  8. Sender: usenet@ra.nrl.navy.mil
  9. Organization: Naval Research Laboratory, DC
  10. References: <1993Jan11.195216.6253@sierra.com> <C1DAGw.LD4@hpuerca.atl.hp.com>
  11. Distribution: na
  12. Date: Sun, 24 Jan 1993 19:21:44 GMT
  13. Lines: 39
  14.  
  15. Someone wrote:
  16. : Well, you may want to tell the powers that be that RCS is a public domain
  17. : system as well.  If it makes any difference, I've had nothing but great
  18. : results with CVS and RCS.
  19.  
  20. In article <C1DAGw.LD4@hpuerca.atl.hp.com> sailer@hpuerca.atl.hp.com (Lee Sailer) writes:
  21. > Yes, there are FD versions of RCS, CVS, and other software.  However, the
  22. > HP fully supports the version of RCS that they ship, so in that
  23. > sense HP RCS is "better" than FD RCS.
  24.  
  25. >Of course, FD RCS is "better" in other senses.
  26.  
  27.   For example, the RCS supplied by HP with my Softbench stuff
  28. occasionally dumps core in the manner I've seen with other programs
  29. that try to use the mmap() function [mmap() is officially not
  30. supported by HP and is known to be broken on the HP 7xx with HPUX 8x].
  31. Someone who works at HP on Softbench might want to check and see if
  32. they accidentally left an mmap() call in their RCS sources.
  33.  
  34.   The fix for this is to move to the freely distributable RCS and CVS
  35. sources (being quite sure to compile them with NO_MMAP configured so
  36. that no attempt is made to call mmap() :-).  This also means that one
  37. gets a more capable version of RCS/CVS than HP sells.  Funny how the
  38. free software is more dependable than the HP software (recall that HP
  39. keeps telling us customers that their software quality control is why
  40. we pay so much for their software :-).
  41.  
  42.   Oh, folks compiling GNU software that uses the GNU "configure"
  43. program should note that the "configure" program sees the mmap()
  44. declaration in the header file and assumes that it works (while it
  45. doesn't actually work under HPUX) so you normally have to manually
  46. edit the output of the configure program to explicitly reset the
  47. HAS_MMAP thingy to indicate that there is no mmap() function.  
  48. If one does this, problems with getting the GNU software running will 
  49. be significantly reduced (though HPUX is still remarkably time 
  50. consuming to port software to).
  51.  
  52. Ran
  53. atkinson@itd.nrl.navy.mil
  54.