Date: Tue, 27 Feb 2007 20:35:34 +0100 From: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> To: freebsd-multimedia@freebsd.org Subject: Re: pvr250 and MythTV Message-ID: <20070227203534.e6aad305.torfinn.ingolfsen@broadpark.no> In-Reply-To: <c39ec84c0702240135l24c15326k775511dd8d375284@mail.gmail.com> References: <4E6EF7B9-703F-4D86-A86E-A0B0B7B504F0@netmusician.org> <20070224014517.GN70738@wantadilla.lemis.com> <20070224092239.6312604b.torfinn.ingolfsen@broadpark.no> <B6F9F8DE-A063-4C8B-B406-61D279586F31@netmusician.org> <c39ec84c0702240135l24c15326k775511dd8d375284@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070227203534.e6aad305.torfinn.ingolfsen>