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

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!icule.UUCP!pinard
  3. From: pinard@icule.UUCP (Francois Pinard)
  4. Subject: GNU tar 1.11 installation report
  5. Message-ID: <9209101438.AA07274@icule.UUCP>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: pinard@iro.umontreal.ca
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Thu, 10 Sep 1992 14:38:13 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 46
  13.  
  14. This is an installation report for GNU tar 1.11, using GNU C 1.40
  15. under COFF encapsulation, on a 386/ix 2.0.2 system (waiting for Hurd
  16. to be ready :-).  The installation went fairly well, save for the
  17. following minor points or comments.
  18.  
  19. * "DEF_AR_FILE=/dev/rfd1 sh configure" did not work as expected.  The
  20. configure script should use the environment variable DEF_AR_FILE if
  21. it exists without overriding it.
  22.  
  23. * Similarily, DEFBLOCKING should be moved from the environment into
  24. the created Makefile through the configure process.  I know I can
  25. still ask "make DEFBLOCKING=30" of course.  It just would be nicer is
  26. DEFBLOCKING was configurable in from the environment, instead of
  27. having a fixed value of 20 from Makefile.in.
  28.  
  29. * Making after configure yields, at link time:
  30.  
  31. ----->
  32. port.c:66 (port.o): Definition of symbol _valloc (multiply defined)
  33. malloc.c:718 (malloc.o): Definition of symbol _valloc (multiply defined)
  34. -----<
  35.  
  36. First, configure tests for the presence of valloc and triggers the
  37. compilation of valloc inside port.o.  Then, configure further decides
  38. to include malloc.o, which provides valloc.
  39.  
  40. * Trying tar by a mere "./tar" yields:
  41.  
  42. ----->
  43. ./tar: you must specify exactly one of the r, c, t, x, or d options
  44.  
  45. For more information, type ``./tar +help''.
  46. -----<
  47.  
  48. The +help reference should be changed to --help.
  49.  
  50. * Trying "./tar --help" gives a list of option in which the comments
  51. are poorly aligned.  It should be done better and more consistently.
  52.  
  53. * Since Info files were not provided, they should not be installed.
  54.  
  55. -- 
  56. Franc,ois Pinard        ``Vivement GNU!''        pinard@iro.umontreal.ca
  57. (514) 588-4656                                    ...!uunet!iros1!pinard
  58. Consider joining the League for Programming Freedom.  Email for details!
  59.  
  60.