home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 2018 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.3 KB  |  31 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!runx.oz.AU!bde
  3. From: bde@runx.oz.AU (Bruce Evans)
  4. Subject: patch-2.00.12u8 has problems applying diffs for gcc-2.3.1
  5. Message-ID: <1992Nov8.160714.27486@runx.oz.au>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: RUNX Un*x Timeshare.  Sydney, Australia.
  8. Distribution: gnu
  9. Date: Sun, 8 Nov 1992 16:07:14 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 18
  12.  
  13. 1. Recent versions of patch are broken for read-only files with names of
  14. maximal length.  For read-only files, patch tries various RCS filenames
  15. to see if the file should be extracted from RCS.  When the file name
  16. has maximal length and the system truncates file names, patch thinks that
  17. the RCS file exists although it has only found the original file.  Then
  18. patch runs RCS.  RCS of course fails, and patch exits with a fatal error
  19. (it shouldn't be fatal).  Old versions of patch apparently avoided this
  20. problem by not looking in the current directory for RCS files.
  21.  
  22. 2. Somehow the patch for texinfo.tex had misordered hunks.  This used to
  23. be a nonfatal error, as it should be.  It is now fatal.
  24.  
  25. 3. patch exited after failing to create objc/Makefile.  It worked OK
  26. when I created the subdirectory objc first.  I could not reproduce the
  27. problem in smaller examples.  patch-2.00.12u worked OK.
  28. -- 
  29. Bruce Evans  (bde@runx.oz.au)
  30.  
  31.