Hi gang,
Got 4.02 and 4.03-pre2.
Neither will build, and each ends with the exact same error.
I redirected the output of the make, so that anyone can take a look at it and give
me a hand.
I have pgcc-1.1.3(egcs-1.1.2), glibc-2.1, kernel-2.2.6.
Thanks in advance.
Rod Fisk<[EMAIL PROTECTED]>
Tim Jones wrote:
> Rodney,
>
> Nope - those are still 3.04d. Please answer NO to the kernel configure
> optiosn for ftape and grab the latest version from Claus' site. They
> will still be modules, but they work a lot better. The main secret - do
> not use the ftape drivers in the kernel tree.
>
> Tim
> Enhanced Software Technologies, Inc. http://www.estinc.com/
for i in ftape ; do make -C $i all ; done
make[1]: Entering directory `/root/download/ftape-4.03-pre-2/ftape'
for i in setup lowlevel internal parport zftape compressor; \
do \
make -C $i NODEP=true versions; \
done
make[2]: Entering directory `/root/download/ftape-4.03-pre-2/ftape/setup'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape/setup'
make[2]: Entering directory `/root/download/ftape-4.03-pre-2/ftape/lowlevel'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape/lowlevel'
make[2]: Entering directory `/root/download/ftape-4.03-pre-2/ftape/internal'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape/internal'
make[2]: Entering directory `/root/download/ftape-4.03-pre-2/ftape/parport'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape/parport'
make[2]: Entering directory `/root/download/ftape-4.03-pre-2/ftape/zftape'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape/zftape'
make[2]: Entering directory `/root/download/ftape-4.03-pre-2/ftape/compressor'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape/compressor'
set -e; for i in setup lowlevel internal parport zftape compressor; do make -C $i
modules; done
make[2]: Entering directory `/root/download/ftape-4.03-pre-2/ftape/setup'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape/setup'
make[2]: Entering directory `/root/download/ftape-4.03-pre-2/ftape/lowlevel'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce
-DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\" -DBROKEN_FLOPPY_DRIVER
-DCONFIG_FT_PROC_FS -DCONFIG_FT_STD_FDC_0 -DCONFIG_FT_AUTO_0=1
-DCONFIG_FTAPE_MODULE -DCONFIG_FT_INTERNAL_MODULE -DCONFIG_FT_TRAKKER_MODULE
-DCONFIG_FT_BPCK_MODULE -DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE -DMODULE
-DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -include
../../include/linux/modversions.h -D__KERNEL__ -I. -I../../include
-I/usr/src/linux/include -DEXPORT_SYMTAB -c ftape_syms.c
In file included from /usr/src/linux/include/linux/sched.h:20,
from ../../include/linux/ftape.h:38,
from ftape_syms.c:32:
/usr/src/linux/include/linux/smp.h:71: warning: `smp_num_cpus' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:68: warning: this is the location
of the previous definition
In file included from /usr/src/linux/include/linux/sched.h:74,
from ../../include/linux/ftape.h:38,
from ftape_syms.c:32:
/usr/src/linux/include/asm/processor.h:95: warning: `cpu_data' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:58: warning: this is the location
of the previous definition
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce
-DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\" -DBROKEN_FLOPPY_DRIVER
-DCONFIG_FT_PROC_FS -DCONFIG_FT_STD_FDC_0 -DCONFIG_FT_AUTO_0=1
-DCONFIG_FTAPE_MODULE -DCONFIG_FT_INTERNAL_MODULE -DCONFIG_FT_TRAKKER_MODULE
-DCONFIG_FT_BPCK_MODULE -DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE -DMODULE
-DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -include
../../include/linux/modversions.h -D__KERNEL__ -I. -I../../include
-I/usr/src/linux/include -c ftape-init.c
In file included from /usr/src/linux/include/linux/sched.h:20,
from ../../include/linux/ftape.h:38,
from ftape-init.c:33:
/usr/src/linux/include/linux/smp.h:71: warning: `smp_num_cpus' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:68: warning: this is the location
of the previous definition
In file included from /usr/src/linux/include/linux/sched.h:74,
from ../../include/linux/ftape.h:38,
from ftape-init.c:33:
/usr/src/linux/include/asm/processor.h:95: warning: `cpu_data' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:58: warning: this is the location
of the previous definition
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce
-DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\" -DBROKEN_FLOPPY_DRIVER
-DCONFIG_FT_PROC_FS -DCONFIG_FT_STD_FDC_0 -DCONFIG_FT_AUTO_0=1
-DCONFIG_FTAPE_MODULE -DCONFIG_FT_INTERNAL_MODULE -DCONFIG_FT_TRAKKER_MODULE
-DCONFIG_FT_BPCK_MODULE -DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE -DMODULE
-DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -include
../../include/linux/modversions.h -D__KERNEL__ -I. -I../../include
-I/usr/src/linux/include -c fdc-io.c
In file included from /usr/src/linux/include/linux/sched.h:20,
from fdc-io.c:33:
/usr/src/linux/include/linux/smp.h:71: warning: `smp_num_cpus' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:68: warning: this is the location
of the previous definition
In file included from /usr/src/linux/include/linux/sched.h:74,
from fdc-io.c:33:
/usr/src/linux/include/asm/processor.h:95: warning: `cpu_data' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:58: warning: this is the location
of the previous definition
In file included from /usr/src/linux/include/linux/interrupt.h:50,
from fdc-io.c:36:
/usr/src/linux/include/asm/hardirq.h:23: warning: `synchronize_irq' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:74: warning: this is the location
of the previous definition
In file included from /usr/src/linux/include/linux/interrupt.h:51,
from fdc-io.c:36:
/usr/src/linux/include/asm/softirq.h:90: warning: `synchronize_bh' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:76: warning: this is the location
of the previous definition
fdc-io.c: In function `fdc_interrupt_wait':
fdc-io.c:433: structure has no member named `timeout'
fdc-io.c:454: structure has no member named `timeout'
make[2]: *** [fdc-io.o] Error 1
make[2]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape/lowlevel'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/root/download/ftape-4.03-pre-2/ftape'
make: *** [all] Error 2