From: Andy Walls <awalls@md.metrocast.net>
To: Vincent McIntyre <vincent.mcintyre@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: new_build on ubuntu (dvbdev.c)
Date: Sat, 13 Nov 2010 16:33:49 -0500 [thread overview]
Message-ID: <1289684029.2426.65.camel@localhost> (raw)
In-Reply-To: <AANLkTimOyNpAatcZb775PPK3uEOXDKXW6-J0kMGis41f@mail.gmail.com>
On Sun, 2010-11-14 at 09:08 +1100, Vincent McIntyre wrote:
> Hi,
> I'm trying to build on 2.6.32 (ubuntu lucid i386).
>
> I followed the instructions for building from git[1]
Shouldn't you be building from:
http://git.linuxtv.org/mchehab/new_build.git
for backward compat builds? (I'm not sure myself.)
> but I get an error I don't understand.
>
> make -C /lib/modules/2.6.32-25-3dbc39-generic/build
> SUBDIRS=/home/me/git/clones/linuxtv.org/new_build/v4l modules
> make[3]: Entering directory `/usr/src/linux-headers-2.6.32-25-3dbc39-generic'
> CC [M] /home/me/git/clones/linuxtv.org/new_build/v4l/tuner-xc2028.o
> CC [M] /home/me/git/clones/linuxtv.org/new_build/v4l/tuner-simple.o
> CC [M] /home/me/git/clones/linuxtv.org/new_build/v4l/tuner-types.o
> CC [M] /home/me/git/clones/linuxtv.org/new_build/v4l/mt20xx.o
> ...all ok so far...
> CC [M] /home/me/git/clones/linuxtv.org/new_build/v4l/flexcop-dma.o
> /home/me/git/clones/linuxtv.org/new_build/v4l/dvbdev.c:108: error:
> 'noop_llseek' undeclared here (not in a function)
noop_llseek() is a newer kernl function that provided a trivial llseek()
implmenetation for drivers that don't support llseek() but still want to
provide a successful return code:
http://lkml.org/lkml/2010/4/9/193
http://lkml.org/lkml/2010/4/9/184
> Is it that an additional backport patch may be needed here?
Yup. It looks like you need something. You'll need a patch to
implement the trivial noop_llseek() function available in the links
above.
> The kernel I am running here is Ubuntu 2.6.32-25.43-generic (2.6.32.21+drm33.7)
> with one tiny patch, reverting a bad change to drivers/usb/serial/ftdi_sio.c.
>
> Any advice appreciated.
Regards,
Andy
> [1] http://git.linuxtv.org/media_tree.git
> --
next prev parent reply other threads:[~2010-11-13 22:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-13 22:08 new_build on ubuntu (dvbdev.c) Vincent McIntyre
2010-11-13 21:33 ` Andy Walls [this message]
2010-11-14 9:26 ` Vincent McIntyre
2010-11-14 12:12 ` Andy Walls
2010-11-14 22:15 ` Mauro Carvalho Chehab
2010-11-15 9:39 ` Vincent McIntyre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1289684029.2426.65.camel@localhost \
--to=awalls@md.metrocast.net \
--cc=linux-media@vger.kernel.org \
--cc=vincent.mcintyre@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.