home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16193 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.2 KB  |  61 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!alberta!martin
  3. From: martin@cs.UAlberta.CA (Tim Martin; FSO; Soil Sciences)
  4. Subject: Warning: using old stat() call. Recompile binary.
  5. Message-ID: <martin.721363005@menaik>
  6. Sender: news@cs.UAlberta.CA (News Administrator)
  7. Nntp-Posting-Host: menaik.cs.ualberta.ca
  8. Organization: University of Alberta, Edmonton, Canada
  9. Date: Tue, 10 Nov 1992 02:36:45 GMT
  10. Lines: 49
  11.  
  12. My attempts to compile the latest Linux have not been very 
  13. successful.  With patch level 4 I get the following error
  14. several times, for each disk access command I enter:
  15.   Warning: using old stat() call.  Recompile binary.
  16.  
  17. This warning line is found in the fs/stat.c code, in a
  18. function called "old_stat_call()".
  19.  
  20. I didn't get this error with patch level 3, assumably because
  21. I use a Minix file system, and in the patch 3 stat.c code the
  22. error statement is
  23.   Warning: using old stat() call on bigfs.
  24.  
  25. Question: what binary/binaries am I to recompile? One problem
  26. is that I may have pieces from as far back as Linux 0.11.
  27.  
  28. System characteristics:
  29. gcc 2.2.2d7, lib4.1, poeigl1.7, admutl1.4, minix file system,
  30. X11 (I forget which but I am not running it when the errors
  31. are observed), tcp parts compiled and wd8003 ethernet board
  32. present and recognized on bootup, lilo boot.
  33.  
  34. I want patch level 4 so I can start exploring the tcp/ip
  35. software.
  36.  
  37. Other errors still not solved, not found with 0.98 but
  38. introduced with 0.98p3 and 0.98p4:
  39.  
  40. 1. "* substitution" no longer works.  This is not corrected
  41.    by "unset noglob".
  42.  
  43. 2. The following error notice occurs on all logins (root or
  44.    otherwise) and prevents the login from putting me in the
  45.    home directory.  (I can cd to the home directory after,
  46.    no problem.)
  47.     shell-init: getwd: cannot access parent directories.
  48.    The same error occurs occasionally during other disk
  49.    accesses, sometimes without the "shell-init" prefix.
  50.    This is not corrected by "chmod 755 /".
  51.  
  52. Tim.
  53.  
  54.  -------------------------------------------------------------
  55.   Tim Martin                   *
  56.   Spatial Information Systems  *   These opinions are my own:
  57.   University of Alberta        *      My employer has none!
  58.   martin@cs.ualberta.ca        *
  59.  -------------------------------------------------------------
  60.  
  61.