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

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