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

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!spool.mu.edu!caen!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!gnu.ai.mit.edu!mib
  3. From: mib@gnu.ai.mit.edu (Michael I Bushnell)
  4. Subject: Problems with GNU tar 1.11
  5. Message-ID: <9209151848.AA05400@geech.gnu.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. References: <BuKrGs.1qn@csc.liv.ac.uk>
  9. Distribution: gnu
  10. Date: Tue, 15 Sep 1992 10:48:27 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 44
  13.  
  14.    Resent-Date: Mon, 14 Sep 1992 15:38:51 GMT
  15.    Newsgroups: gnu.utils.bug
  16.    Path: rkl
  17.    From: R.K.Lloyd@csc.liv.ac.uk (Richard Lloyd)
  18.    Sender: gnulists@ai.mit.edu
  19.    Date: Mon, 14 Sep 1992 15:38:51 GMT
  20.    Nntp-Posting-Host: dee.csc.liv.ac.uk
  21.    Apparently-To: gnu-utils-bug@uk.ac.uknet
  22.    Resent-From: bug-gnu-utils-request@prep.ai.mit.edu
  23.  
  24.    I got GNU tar 1.11 compiled on our HP 9000/720 machines running HP-UX 8.07, but not after some struggles:
  25.  
  26.    [Note that if you set CFLAGS to any optimisation level (e.g. +O3), create.c
  27.    generates some very "dangerous" compiler warnings about optimisation. It's a
  28.    message about "differences between two arrays won't be properly optimised"]
  29.  
  30. Not surprising.  Tar wouldn't lint well...
  31.  
  32.    Source code changes:
  33.  
  34.    buffer.c and extract.c had some cpp directives indented by one column, which
  35.    isn't right.
  36.  
  37.    SERIOUS BUG IN list.c:
  38.  
  39.    The "v" option of "tar cvf" was only printing blank lines for the filenames !
  40.    After comparing 1.10 and 1.11, it was clear that a new variable had been
  41.    substituted in list.c (current_file_name) that wasn't properly set up. I
  42.    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.
  43.  
  44.    A modified version of tar 1.11 for HP-UX machines is now available from our
  45.    anonymous FTP site, ftp.csc.liv.ac.uk (138.253.42.172).
  46.  
  47. Nobody should need this; please don't pick it up.  All the bugs
  48. mentioned in this article have been fixed, and an intermediate release
  49. will be made today including them and some other bugs.  I'm not able
  50. to fix bugs in multiple divergent distributions.  The standard
  51. distribution should run on HP-UX just fine.
  52.  
  53.     -mib
  54.  
  55.  
  56.  
  57.  
  58.