From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 27 19:35:36 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E78716A402 for ; Tue, 27 Feb 2007 19:35:36 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1E213C49D for ; Tue, 27 Feb 2007 19:35:36 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0JE400E0EZRBF340@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Tue, 27 Feb 2007 20:35:35 +0100 (CET) Received: from kg-work.kg4.no ([80.203.92.212]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0JE4001ENZRAAA11@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Tue, 27 Feb 2007 20:35:35 +0100 (CET) Date: Tue, 27 Feb 2007 20:35:34 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: To: freebsd-multimedia@freebsd.org Message-id: <20070227203534.e6aad305.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <4E6EF7B9-703F-4D86-A86E-A0B0B7B504F0@netmusician.org> <20070224014517.GN70738@wantadilla.lemis.com> <20070224092239.6312604b.torfinn.ingolfsen@broadpark.no> Subject: Re: pvr250 and MythTV 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: Tue, 27 Feb 2007 19:35:36 -0000 On Sat, 24 Feb 2007 10:35:37 +0100 usleepless@gmail.com wrote: > it does. files are attached. place the pvrxxx_gpl.tgz in > /usr/ports/distfiles, extract pvrxxx_port.tgz to > /usr/ports/multimedia. Boys & girls, today when I try to build this driver after having cvsup'ed to the latest RELENG_6, the 'make patch-iicbb' doesn't apply cleanly (it complains that one of the patches are reversed): root@kg-fil# make patch-iicbb Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** dev/iicbus/iicbb.c.ORIGINAL Sun Aug 24 13:49:13 2003 |--- dev/iicbus/iicbb.c Fri Jul 1 15:55:21 2005 -------------------------- Patching file dev/iicbus/iicbb.c using Plan A... Hunk #1 succeeded at 66. Hunk #2 succeeded at 83. Hunk #3 succeeded at 132. Hunk #4 succeeded at 404 with fuzz 1. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** dev/iicbus/iicbus_if.m.ORIGINAL Wed Apr 13 14:25:01 2005 |--- dev/iicbus/iicbus_if.m Mon Oct 24 00:51:05 2005 -------------------------- Patching file dev/iicbus/iicbus_if.m using Plan A... Reversed (or previously applied) patch detected! Assume -R? [y] Hunk #1 succeeded at 91 (offset 1 line). Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** dev/iicbus/iiconf.h.ORIGINAL Wed Jun 16 22:51:57 2004 |--- dev/iicbus/iiconf.h Mon Oct 24 00:43:41 2005 -------------------------- Patching file dev/iicbus/iiconf.h using Plan A... Hunk #1 succeeded at 116 (offset 2 lines). Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** dev/iicbus/iiconf.c.ORIGINAL Wed Jun 16 22:51:57 2004 |--- dev/iicbus/iiconf.c Mon Oct 24 00:47:32 2005 -------------------------- Patching file dev/iicbus/iiconf.c using Plan A... Hunk #1 succeeded at 234. done Patched /usr/src/sys/dev/iicbus/iicbb.c and after that 'make buildkernel' fails: /usr/src/sys/dev/iicbus/iiconf.c: In function `iicbus_write': /usr/src/sys/dev/iicbus/iiconf.c:245: warning: passing arg 2 of `IICBUS_WRITE' discards qualifiers from pointer target type *** Error code 1 Stop in /usr/obj/usr/src/sys/FIL60. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. And building the pvrxxx port without 'make patch-iicbb' fails, but that is expected. Have there been changes in iicbus recently? Note: this is on amd64 (yes, I'm finally starting to build my MythTV backend running FreeBSD) -- Regards, Torfinn Ingolfsen