On Wednesday 30 November 2005 23:00, Michael Krufky wrote:I've been able to pin point the time of the fault to changes commited to v4l cvs at "2005-10-17 16:02."
cvs up -D 2005-10-15
was done inside the checkouts v4l-dvb dir
make (in the v4l subdir) clean, ok
make then blows up with:
root@coyote v4l]# make
make -C /lib/modules/2.6.14.3/build SUBDIRS=/usr/src/v4l-dvb/v4l modules
make[1]: Entering directory `/usr/src/linux-2.6.14.3'
make[2]: *** No rule to make target `/usr/src/v4l-dvb/v4l/video-buf.c',
needed by `/usr/src/v4l-dvb/v4l/video-buf.o'. Stop.
make[1]: *** [_module_/usr/src/v4l-dvb/v4l] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.14.3'
make: *** [default] Error 2
So what I figured to be a good starting point isn't.
So I stepped back to the parent v4l-dvb dir, and did a cvs up -D 2005-11-1, which updated a whole bunch of stuff, and then I
get this:
[root@coyote v4l-dvb]# cd v4l
[root@coyote v4l]# make clean
.version:1: *** missing separator. Stop.
[root@coyote v4l]# make
.version:1: *** missing separator. Stop.
So it looks as if I don't know what I'm doing (and I obviously don't)
Where am I losing it here?