From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 25 21:40:48 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 9B994106566C for ; Mon, 25 Apr 2011 21:40:48 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4A78FC12 for ; Mon, 25 Apr 2011 21:40:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 8F7891EE482; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id Wa2xg2DXquTA; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 7D1A790006; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NtpP1QtgoGLf; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) Received: from nb981.math (f054010087.adsl.alicedsl.de [78.54.10.87]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 2DDB790004; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) Message-ID: <4DB5EA58.7000805@janh.de> Date: Mon, 25 Apr 2011 23:40:40 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110316 Thunderbird/3.1.9 MIME-Version: 1.0 To: Hans Petter Selasky References: <4DAB4E21.3070906@janh.de> <201104242003.25569.hselasky@c2i.net> <4DB583F5.4090904@janh.de> <201104251932.42519.hselasky@c2i.net> In-Reply-To: <201104251932.42519.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 25 Apr 2011 21:40:48 -0000 On 04/25/2011 19:32, Hans Petter Selasky wrote: > On Monday 25 April 2011 16:23:49 Jan Henrik Sylvester wrote: >> I have compared buildlogs and saw that the only difference is that in >> one case it is compiling >> v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c and in the other >> case is is compiling dvb-usb-urb.c (without the path). > > Then I see what is wrong. Looks like my package directory was not clean! > > There are two files in the same tarball, and the wrong one is used. > > v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c > dvb-usb-urb.c > > --HPS > > Can you try this patch to the webcamd port? As your package is now identical to the one I created yesterday (besides the version number), it works. Anyhow, I have checked with different applications with webcamd-0.1.26 build from ports and also build a debug version to see if the error message is really gone. Everything seems fine. Thank you very much! Jan Henrik