From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 24 08:49:00 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EA931065670 for ; Sun, 24 Apr 2011 08:49:00 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id B494B8FC0A for ; Sun, 24 Apr 2011 08:48:59 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=upTJuTb3ngPPUUVVSPoyO7jwIWz3rzPtkQxI490l6Ks= c=1 sm=1 a=IU0TiZmyZPMA:10 a=0X4cWOZZwNwA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=seQSrS3_AAAA:8 a=OdR5sfXFAAAA:8 a=ndaoGXS1AAAA:8 a=YuGktRfZOd8J2SEiJywA:9 a=4zrp9M_l2jfaY9vHm1EA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 116862872; Sun, 24 Apr 2011 10:48:56 +0200 From: Hans Petter Selasky To: Jan Henrik Sylvester Date: Sun, 24 Apr 2011 10:47:57 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4DAB4E21.3070906@janh.de> <201104231427.31513.hselasky@c2i.net> <4DB359F3.80300@janh.de> In-Reply-To: <4DB359F3.80300@janh.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104241047.57511.hselasky@c2i.net> Cc: multimedia-list freebsd Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2011 08:49:00 -0000 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