home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8855 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  1.9 KB

  1. Path: sparky!uunet!ogicse!unmvax!uservx.plk.af.mil!simonich
  2. From: simonich@uservx.plk.af.mil
  3. Newsgroups: comp.os.linux
  4. Subject: Re: EFS/MAKE incompatability
  5. Message-ID: <1992Aug22.193919.35786@uservx.plk.af.mil>
  6. Date: 22 Aug 92 19:39:19 GMT
  7. Article-I.D.: uservx.1992Aug22.193919.35786
  8. References: <1992Aug21.225333.35783@uservx.plk.af.mil>
  9. Organization: Phillips Laboratory - Kirtland AFB
  10. Lines: 51
  11.  
  12. In article <1992Aug21.225333.35783@uservx.plk.af.mil>, simonich@uservx.plk.af.mil writes:
  13. > I have a problem running gmake on an extended file system.
  14. > System configuration:
  15. >        386SX20/387
  16. >        ST-02 SCSI controller
  17. >        Seagate 85 MB disk w/2 partitions
  18. >        Trident 8900 SVGA
  19. > Steps to reproduce the problem:
  20. >     call 1 partition c and the other d.  
  21. >     mkfs /dev/sda1 nnnn
  22. >     mount /dev/sda1 /c
  23. >     mkdir /c/usr
  24. >     cd /c/usr
  25. >     zcat </d/install/linux-0.97.1 | tar xv  (create a kernel tree on c)
  26. >     cp /usr/local/bin/make .
  27. >     reboot (using linux 0.97.1 boot disk and 0.97.1 root floppy)
  28. >     mount /dev/sda1 /mnt
  29. >     cd /mnt/usr/src/linux
  30. >     ./make
  31. > (Runs along until it finds a missing executable and stops.  The 
  32. >  key point is that it runs well past any attempts to change 
  33. >  directories)
  34. > repeat as efs
  35. >     mkefs /dev/sda1 nnnn
  36. >     mount -t ext /dev/sda1 /c
  37. >     mkdir /c/usr
  38. >     cd /c/usr
  39. >     zcat </d/install/linux-0.97.1 | tar xv  (create a kernel tree on c)
  40. >     cp /usr/local/bin/make .
  41. >     reboot (using linux 0.97.1 boot disk and 0.97.1 root floppy)
  42. >     mount -t ext /dev/sda1 /mnt
  43. >     cd /mnt/usr/src/linux
  44. >     ./make
  45. > (dies almost immediately with the error 
  46. >         make: getwd:
  47. >  )
  48. > Anyone solved this (or even seen it)?   
  49. > Thanks.
  50.  
  51. Problem solved (thanks to Jon Tombs).  The gmake on TSX-11 (dtd 1 Aug)
  52. is not compatible with efs.  The gmake on NIC.FUNET.FI (dtd 4 Aug)
  53. works just fine.
  54.