Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 1999 13:09:22 -0700 (PWT)
From:      Matthew Jacob <mjacob@feral.com>
To:        freebsd-current@freebsd.org
Subject:   we still have NFS problems in -current?
Message-ID:  <Pine.LNX.4.04.9904121303290.24401-100000@feral-gw>

next in thread | raw e-mail | index | archive | help

Probably- but this is sure amusing (not!):

Compiling a kernel... directory is NFS mounted on a solaris 2.6 machine:

....

cd9660_bmap.o: file not recognized: File format not recognized
*** Error code 1

Stop.
quarm.feral.com > file cd9660_bmap.o 
cd9660_bmap.o: MS Windows COFF Unknown CPU
Filesystem                     1K-blocks     Used    Avail Capacity Mounted on
bird:/src/freebsd-current/src    4124565  1602999  2480321    39% /usr/src
quarm.feral.com > ls -l cd9660_bmap.o 
-rw-rw-r--  1 mjacob  100  890 Apr 12 12:45 cd9660_bmap.o
quarm.feral.com > rcp bird:/src/freebsd-current/src/sys/compile/QUARM_CHK/cd9660_bmap.o /tmp
quarm.feral.com > file /tmp/cd9660_bmap.o 
/tmp/cd9660_bmap.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped
quarm.feral.com > mv cd9660_bmap.o cd9660_bmap.o.SAVE
quarm.feral.com > make cd9660_bmap.o 
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -DVM_STACK -include opt_global.h -elf  ../../isofs/cd9660/cd9660_bmap.c
quarm.feral.com > file cd9660_bmap.o 
cd9660_bmap.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped
quarm.feral.com > cmp cd9660_bmap.o cd9660_bmap.o.SAVE
quarm.feral.com > file !$
file cd9660_bmap.o.SAVE
cd9660_bmap.o.SAVE: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped

Hmmm! Ow! Ow! Ow!

FreeBSD quarm.feral.com 4.0-CURRENT FreeBSD 4.0-CURRENT #57: Fri Apr  9 20:17:57 PDT 1999     mjacob@quarm.feral.com:/freebsd/FreeBSD-current/sys/compile/QUARM  i386

This kernel from sources updated April 9....



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.04.9904121303290.24401-100000>