Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2011 19:32:42 +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:  <201104251932.42519.hselasky@c2i.net>
In-Reply-To: <4DB583F5.4090904@janh.de>
References:  <4DAB4E21.3070906@janh.de> <201104242003.25569.hselasky@c2i.net> <4DB583F5.4090904@janh.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104251932.42519.hselasky>