[Scottish] ftape

bob renshaw scottish at mailman.lug.org.uk
Sat Mar 8 12:23:01 2003


I cannot seem to compile ftape the readout is as follows :

bob@smithyhouse:~/ftape-4.04> make
for i in ftape ; do make -C $i all ; done
make[1]: Entering directory `/home/bob/ftape-4.04/ftape'
> ../include/linux/modftversions.h
for i in  lowlevel internal parport zftape compressor; \
do \
  make -C $i NODEP=true versions; \
done
make[2]: Entering directory `/home/bob/ftape-4.04/ftape/lowlevel'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/bob/ftape-4.04/ftape/lowlevel'
make[2]: Entering directory `/home/bob/ftape-4.04/ftape/internal'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/bob/ftape-4.04/ftape/internal'
make[2]: Entering directory `/home/bob/ftape-4.04/ftape/parport'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/bob/ftape-4.04/ftape/parport'
make[2]: Entering directory `/home/bob/ftape-4.04/ftape/zftape'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/bob/ftape-4.04/ftape/zftape'
make[2]: Entering directory `/home/bob/ftape-4.04/ftape/compressor'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/bob/ftape-4.04/ftape/compressor'
set -e; for i in  lowlevel internal parport zftape compressor; do make
-C $i modules; done
make[2]: Entering directory `/home/bob/ftape-4.04/ftape/lowlevel'
make[2]: Leaving directory `/home/bob/ftape-4.04/ftape/lowlevel'
make[2]: Entering directory `/home/bob/ftape-4.04/ftape/lowlevel'
gcc -Wall -Wstrict-prototypes -O2  -fomit-frame-pointer
-fno-strength-reduce -D__KERNEL__ -I. -I../../include
-I/usr/src/linux/include -DMODULE  -DEXPORT_SYMTAB -c ftape_syms.c
In file included from /usr/src/linux/include/linux/fs.h:12,
                 from /usr/src/linux/include/linux/capability.h:17,
                 from /usr/src/linux/include/linux/binfmts.h:5,
                 from /usr/src/linux/include/linux/sched.h:9,
                 from ../../include/linux/ftape.h:35,
                 from ftape_syms.c:32:
/usr/src/linux/include/linux/wait.h: In function `
__add_wait_queue_tail':
/usr/src/linux/include/linux/wait.h:220: warning: implicit declaration
of function `list_add_tail'
In file included from ftape-tracing.h:35,
                 from ftape_syms.c:33:
../lowlevel/ftape-init.h: In function `ft_sigtest':
../lowlevel/ftape-init.h:70: structure has no member named `signal'
../lowlevel/ftape-init.h:71: warning: control reaches end of non-void
function
make[2]: *** [ftape_syms.o] Error 1
make[2]: Leaving directory `/home/bob/ftape-4.04/ftape/lowlevel'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/bob/ftape-4.04/ftape'
make: *** [all] Error 2
bob@smithyhouse:~/ftape-4.04>

Can anyone help my tape machine is a ditto max pro and the operating
system suse 7.3 kernel 2-4-10

bob