home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!unmvax!uservx.plk.af.mil!simonich
- From: simonich@uservx.plk.af.mil
- Newsgroups: comp.os.linux
- Subject: Re: EFS/MAKE incompatability
- Message-ID: <1992Aug22.193919.35786@uservx.plk.af.mil>
- Date: 22 Aug 92 19:39:19 GMT
- Article-I.D.: uservx.1992Aug22.193919.35786
- References: <1992Aug21.225333.35783@uservx.plk.af.mil>
- Organization: Phillips Laboratory - Kirtland AFB
- Lines: 51
-
- In article <1992Aug21.225333.35783@uservx.plk.af.mil>, simonich@uservx.plk.af.mil writes:
- >
- > 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.
-
- Problem solved (thanks to Jon Tombs). The gmake on TSX-11 (dtd 1 Aug)
- is not compatible with efs. The gmake on NIC.FUNET.FI (dtd 4 Aug)
- works just fine.
-