home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / utils / bug / 1592 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.5 KB  |  44 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!csc.liv.ac.UK!R.K.Lloyd
  3. From: R.K.Lloyd@csc.liv.ac.UK (Richard Lloyd)
  4. Subject: Problems with GNU tar 1.11
  5. Message-ID: <BuKrGs.1qn@csc.liv.ac.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Computer Science, Liverpool University
  8. Distribution: gnu
  9. Date: Mon, 14 Sep 1992 15:38:51 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 31
  12.  
  13. I got GNU tar 1.11 compiled on our HP 9000/720 machines running HP-UX 8.07, but not after some struggles:
  14.  
  15. [Note that if you set CFLAGS to any optimisation level (e.g. +O3), create.c
  16. generates some very "dangerous" compiler warnings about optimisation. It's a
  17. message about "differences between two arrays won't be properly optimised"]
  18.  
  19. Source code changes:
  20.  
  21. buffer.c and extract.c had some cpp directives indented by one column, which
  22. isn't right.
  23.  
  24. SERIOUS BUG IN list.c:
  25.  
  26. The "v" option of "tar cvf" was only printing blank lines for the filenames !
  27. After comparing 1.10 and 1.11, it was clear that a new variable had been
  28. substituted in list.c (current_file_name) that wasn't properly set up. I
  29. changed it back to the old 1.10 variable (although it was now arch_name rather than name) and tar cvf correctly printed the filenames out.
  30.  
  31. A modified version of tar 1.11 for HP-UX machines is now available from our
  32. anonymous FTP site, ftp.csc.liv.ac.uk (138.253.42.172).
  33.  
  34. Archive Librarian,        E-mail: ftp@csc.liv.ac.uk
  35. Computer Science Dept.,
  36. Liverpool University, 
  37. Merseyside, England,
  38. Great Britain.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.