Re: Gene's pcHDTV 3000 analog problem

From: Perry Gilfillan
Date: Thu Dec 01 2005 - 10:41:06 EST


Gene Heskett wrote:

On Wednesday 30 November 2005 23:00, Michael Krufky wrote:
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?



I've been able to pin point the time of the fault to changes commited to v4l cvs at "2005-10-17 16:02."

In summary:

cvs as of 2005-10-17 16:01:
Analog TV works, as well as composite and s-video.

Changes made at 2005-10-17 16:02: bROKEN!!

cvs as of 2005-10-17 16:10:
Analog failes, s-video and composite work.


To test this, fron v4l-dvb/ ( not v4l-dvb/v4l/ ):

cvs up -D "2005-10-17 16:02"
make distclean
make
make install

Do a cold boot, and test.

cvs up -D "2005-10-17 16:01"
make distclean
make
make install

Do a cold boot and test.

Cheers,

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