home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / aix / 11832 < prev    next >
Encoding:
Text File  |  1992-11-22  |  2.7 KB  |  54 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!ftpbox!mothost!schbbs!schbbs!rick
  3. From: rick@mel1.geg.mot.com (Rick Rankin)
  4. Subject: Re: AIX 3.1.5 & GNU Tar 1.11
  5. Organization: Motorola, inc. - Scottsdale, AZ
  6. Date: 22 Nov 92 23:46:34 GMT
  7. Message-ID: <RICK.92Nov22164634@mel1.geg.mot.com>
  8. In-Reply-To: cmetz@thor.tjhsst.edu's message of 21 Nov 1992 18:40:47 -0600
  9. References: <9211220039.AA22257@thor.tjhsst.edu>
  10. Sender: news@schbbs.mot.com (Net News)
  11. Nntp-Posting-Host: 137.162.1.58
  12. Lines: 40
  13.  
  14. In article <9211220039.AA22257@thor.tjhsst.edu> cmetz@thor.tjhsst.edu (Craig Metz) writes:
  15.  
  16.        I have been trying to compile GNU tar 1.11 under IBM RS/6000 AIX
  17.    3.1.5 and have run into problems trying to extract tar files. GNU tar
  18.    reports that it is unable to change ownership (if root) and is unable
  19.    to set time/date and permissions on files after about five or six are
  20.    extracted, then after the error messages, tar spits out the file it would
  21.    be extracting to stdout. Needless to say, this is not the correct behavior.
  22.    The sys_errlist message given with the errors printed by GNU tar says that
  23.    the filename/path is not valid, yet my testing has indicated consistently
  24.    that the file is there at the time the system libary calls are made to
  25.    make the changes resulting in the aforementioned errors. This happens with
  26.    bsdcc, normal cc, and gcc 2.3.1. Configuration is straight from the supplied
  27.    configure script plus some modification of getdate.y to force it to include
  28.    <time.h>, <sys/time.h>, and <sys/timeb.h> because AIX 3.1.5 is really wierd.
  29.    If anyone has successfully built GNU tar 1.11 under AIX 3.1.5, could they
  30.    please send me the necessary diffs and/or a binary for it? 
  31.  
  32.                                -Craig
  33.  
  34. I'm not sure what your problem might be.  I compiled straight out of
  35. the box on both AIX 3.1.5 and 3.2.3 with the normal cc compiler and
  36. haven't seen any problems.  I don't recall making any changes to the
  37. program; however, it's been a while, so I couldn't swear to it.
  38.  
  39. You mention having problems "if root". Does that mean that you are
  40. logged on as root, or that the files in the archive belong to root, or
  41. that you are trying to extract over files that belong to root, ...
  42. I've run a number of different scenarios and haven't been able to
  43. reproduce the symptoms you describe.
  44.  
  45. --
  46. ==============================================================================
  47. | Rick Rankin                |                     |
  48. | Motorola                | Voice: 602-441-5726             |
  49. | Government Electronics Group        | Fax: 602-441-2919             |
  50. | 8220 E. Roosevelt St.            | Internet: rick@mel1.geg.mot.com    |
  51. | Scottsdale, AZ 85252            |                     |
  52. | Mail Drop R4246            |                     |
  53. ==============================================================================
  54.