pre-2.1.127-6 fails UP compile and in smbfs

Pete Clements (clem@clem.digital.net)
Tue, 3 Nov 1998 20:25:03 -0500 (EST)


FYI, this is UP, SMP compiles fine (so far) as was the case for pre-2.1.127-3.

gcc -D__KERNEL__ -I/hdb3/usr/src/linux-2.1.127/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -fno-omit-frame-pointer -c -o sched.o sched.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/hdb3/usr/src/linux-2.1.127/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/hdb3/usr/src/linux-2.1.127/kernel'
make: *** [_dir_kernel] Error 2
cpp: output pipe has been closed

(so far) over now, fails also in smbfs

make[3]: Entering directory `/hdb3/usr/src/linux-2.1.127/fs/smbfs'
gcc -D__KERNEL__ -I/hdb3/usr/src/linux-2.1.127/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o proc.o proc.c
proc.c: In function `smb_retry':
proc.c:523: structure has no member named `timeout'
proc.c:525: structure has no member named `timeout'
proc.c: In function `smb_proc_readdir_long':
proc.c:1605: structure has no member named `timeout'
proc.c:1608: structure has no member named `timeout'
make[3]: *** [proc.o] Error 1
make[3]: Leaving directory `/hdb3/usr/src/linux-2.1.127/fs/smbfs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/hdb3/usr/src/linux-2.1.127/fs/smbfs'
make[1]: *** [_subdir_smbfs] Error 2
make[1]: Leaving directory `/hdb3/usr/src/linux-2.1.127/fs'
make: *** [_dir_fs] Error 2

-- 
Pete Clements 
clem@clem.digital.net

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/