From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 25 17:33:49 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 5676D1065676 for ; Mon, 25 Apr 2011 17:33:49 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id D37C58FC1C for ; Mon, 25 Apr 2011 17:33:48 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=oR3+9dOmPeF3nZCt5Gxyvf/bIpfj8bfjGZkkfp/xES8= 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=ndaoGXS1AAAA:8 a=X-FxqjjDsLvy8g2_bKkA:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 118591432; Mon, 25 Apr 2011 19:33:35 +0200 From: Hans Petter Selasky To: Jan Henrik Sylvester Date: Mon, 25 Apr 2011 19:32:42 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4DAB4E21.3070906@janh.de> <201104242003.25569.hselasky@c2i.net> <4DB583F5.4090904@janh.de> In-Reply-To: <4DB583F5.4090904@janh.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104251932.42519.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: Mon, 25 Apr 2011 17:33:49 -0000 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? diff -ur webcamd.orig/Makefile webcamd/Makefile --- webcamd.orig/Makefile 2011-04-24 10:37:40.000000000 +0200 +++ webcamd/Makefile 2011-04-24 11:14:36.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.24 +PORTVERSION= 0.1.26 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ diff -ur webcamd.orig/distinfo webcamd/distinfo --- webcamd.orig/distinfo 2011-04-24 10:37:40.000000000 +0200 +++ webcamd/distinfo 2011-04-25 19:28:59.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.26.tar.bz2) = 0626492554966efaac8b2765c478e7d41b59b3e0dfa16cf7cf9593c58996536a +SIZE (webcamd-0.1.26.tar.bz2) = 3569499