Date: Sun, 24 Apr 2011 10:47:57 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: Jan Henrik Sylvester <me@janh.de> Cc: multimedia-list freebsd <freebsd-multimedia@freebsd.org> Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 Message-ID: <201104241047.57511.hselasky@c2i.net> In-Reply-To: <4DB359F3.80300@janh.de> References: <4DAB4E21.3070906@janh.de> <201104231427.31513.hselasky@c2i.net> <4DB359F3.80300@janh.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 24 April 2011 01:00:03 Jan Henrik Sylvester wrote: > >>>>> On Sunday 17 April 2011 22:31:29 Jan Henrik Sylvester wrote: > >>>>>> With webcamd-0.1.20_1, I could tune into a channel and watch TV > >>>>>> almost every time using my 'WideView WT-220U PenType Receiver > >>>>>> (Typhoon/Freecom)'. With webcamd-0.1.23, Kaffeine almost always > >>>>>> hangs and Typhony ( http://raaf.atspace.org/dvbusb/ ) hangs > >>>>>> switching channels. > >>>>>> > >>>>>> I did debug builds from both versions. The output is identical until > >>>>>> all the devices are created, but after that, 0.1.23 prints about > >>>>>> once a second: 'dvb-usb: recv bulk message failed: -32' > > I just did something like this (as 1789 seems to be the earliest > revision with version 0.1.24 and 1797 is currently the latest) beginning > in a clean directory: > > svn --username anonsvn --password anonsvn checkout -r 1789 > svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux > mv ulinux ulinux-1789 > cd ulinux-1789 > make fetch > make package > cd .. > svn --username anonsvn --password anonsvn checkout -r 1797 > svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux > mv ulinux ulinux-1797 > cd ulinux-1797 > make fetch > make package > > With both resulting 0.1.24 tarballs, I can build working webcamd > binaries, but with the official 0.1.24 and 0.1.23 tarballs used in > ports, I still have the issue. > > I tried to compare the different 0.1.24 tarballs: While my 1789 and 1797 > have just a few differences, the difference to the official tarball is > huge. > > I probably misunderstood how to create the tarball. How do I get > something that is close to the official 0.1.24 tarball? > > Or is it impossible, since tip[134].tar.bz2 are changing? > > Thanks, > Jan Henrik Hi, The V4L sources I've used might be a bit out of date. I've refreshed the onces I have and uploaded a new tarball. Can you do a diff: diff -u -r Between the working and non-working tarball that you find in /usr/ports/distfiles? diff -u -r webcamd.orig/Makefile webcamd/Makefile --- webcamd.orig/Makefile 2011-04-24 10:37:40.000000000 +0200 +++ webcamd/Makefile 2011-04-24 10:43:24.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.24 +PORTVERSION= 0.1.25 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ diff -u -r webcamd.orig/distinfo webcamd/distinfo --- webcamd.orig/distinfo 2011-04-24 10:37:40.000000000 +0200 +++ webcamd/distinfo 2011-04-24 10:45:30.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (webcamd-0.1.24.tar.bz2) = 070233586e458d6fb9b28db36436f1f04086558155e6fbb962967d45a5a74483 -SIZE (webcamd-0.1.24.tar.bz2) = 3616911 +SHA256 (webcamd-0.1.25.tar.bz2) = c49fdbbcef082c76a613ee7d35302e0a3636dc5afb636509623578e91cbfa936 +SIZE (webcamd-0.1.25.tar.bz2) = 3617421 --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104241047.57511.hselasky>