Timothy Flechtner wrote:

> Dave wrote:
> >
> > I've recently upgraded to RH 6.0 with Kernel 2.2.5. Based on information
> > I have picked up from this list
> > I downloaded from the ftape unstable directory the ftape-4.03-pre-2
> > file.
> > After making my best attempt (I'm not an expert on linux) to config the
> > MCONFIG file I run make and get the following error:
> >
> > 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 `/usr/src/ftape-4.03-pre-2/ftape/lowlevel'
> > make[1]: *** [modules] Error 2
> > make[1]: Leaving directory `/usr/src/ftape-4.03-pre-2/ftape'
> > make: *** [all] Error 2
> >
> > Any assistance would be greatly appreciated
> >
> > TIA
> > Dave
>
> i had problems with this too.  you need to get the "unstable" latest
> ftape release (4.0.x) for 2.2 kernels.
>
> -tim

When I could not use the 4.02 version (would not build on my Red Hat 6.0
machine),
I found release: ftape-4.x-1999_04_25, setup the MCONFIG and tried "make".

Got this:

[jdbeyer@localhost ftape]$ make
for i in ftape ; do make -C $i all ; done
make[1]: Entering directory `/usr/src/ftape-4.x-1999_04_25/ftape'
for i in setup  lowlevel internal parport zftape compressor; \
do \
  make -C $i NODEP=true versions; \
done
make[2]: Entering directory `/usr/src/ftape-4.x-1999_04_25/ftape/setup'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/src/ftape-4.x-1999_04_25/ftape/setup'
make[2]: Entering directory `/usr/src/ftape-4.x-1999_04_25/ftape/lowlevel'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/src/ftape-4.x-1999_04_25/ftape/lowlevel'
make[2]: Entering directory `/usr/src/ftape-4.x-1999_04_25/ftape/internal'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/src/ftape-4.x-1999_04_25/ftape/internal'
make[2]: Entering directory `/usr/src/ftape-4.x-1999_04_25/ftape/parport'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/src/ftape-4.x-1999_04_25/ftape/parport'
make[2]: Entering directory `/usr/src/ftape-4.x-1999_04_25/ftape/zftape'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/src/ftape-4.x-1999_04_25/ftape/zftape'
make[2]: Entering directory `/usr/src/ftape-4.x-1999_04_25/ftape/compressor'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/src/ftape-4.x-1999_04_25/ftape/compressor'
set -e; for i in setup  lowlevel internal parport zftape compressor; do make
-C $i modules; done
make[2]: Entering directory `/usr/src/ftape-4.x-1999_04_25/ftape/setup'
make[2]: *** No rule to make target `/usr/src/linux/.config', needed by
`.ftape-setup.d'.  Stop.
make[2]: Leaving directory `/usr/src/ftape-4.x-1999_04_25/ftape/setup'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/ftape-4.x-1999_04_25/ftape'
make: *** [all] Error 2

I.e., even though it is supposed to be able to run without a
/usr/src/linux/.config (since I have never built a kernel), it cannot do it.
I do not wish to try to build a kernel just to get a .config file since there
are 86 pages of options to set, and I do not understand most of them; I would
want to come up with the same .config that they got at Red Hat when they
build my system.

Is there a differend "unstable" version that will build on Red Hat 6.0?

--
Windows is not the answer. Windows is the question. The answer is no.

Jean-David Beyer
Shrewsbury, New Jersey


S/MIME Cryptographic Signature

Reply via email to