webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32

Hans Petter Selasky hselasky at c2i.net
Mon Apr 25 17:33:49 UTC 2011


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


More information about the freebsd-multimedia mailing list