home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!unmvax!uservx.plk.af.mil!simonich
- From: simonich@uservx.plk.af.mil
- Newsgroups: comp.os.linux
- Subject: EFS/MAKE incompatability
- Message-ID: <1992Aug21.225333.35783@uservx.plk.af.mil>
- Date: 21 Aug 92 22:53:33 GMT
- Organization: Phillips Laboratory - Kirtland AFB
- Lines: 46
-
-
- I have a problem running gmake on an extended file system.
-
- System configuration:
-
- 386SX20/387
- ST-02 SCSI controller
- Seagate 85 MB disk w/2 partitions
- Trident 8900 SVGA
-
- Steps to reproduce the problem:
-
- call 1 partition c and the other d.
-
- mkfs /dev/sda1 nnnn
- mount /dev/sda1 /c
- mkdir /c/usr
- cd /c/usr
- zcat </d/install/linux-0.97.1 | tar xv (create a kernel tree on c)
- cp /usr/local/bin/make .
- reboot (using linux 0.97.1 boot disk and 0.97.1 root floppy)
- mount /dev/sda1 /mnt
- cd /mnt/usr/src/linux
- ./make
- (Runs along until it finds a missing executable and stops. The
- key point is that it runs well past any attempts to change
- directories)
-
- repeat as efs
- mkefs /dev/sda1 nnnn
- mount -t ext /dev/sda1 /c
- mkdir /c/usr
- cd /c/usr
- zcat </d/install/linux-0.97.1 | tar xv (create a kernel tree on c)
- cp /usr/local/bin/make .
- reboot (using linux 0.97.1 boot disk and 0.97.1 root floppy)
- mount -t ext /dev/sda1 /mnt
- cd /mnt/usr/src/linux
- ./make
- (dies almost immediately with the error
- make: getwd:
- )
-
- Anyone solved this (or even seen it)?
-
- Thanks.
-