Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94782 - gentoo-sources-2.6.11-r9 and vanilla-sources-2.6.11.10 compile error with saa7134-dvb module
Summary: gentoo-sources-2.6.11-r9 and vanilla-sources-2.6.11.10 compile error with saa...
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-06-01 15:27 UTC by Cedric Godin
Modified: 2005-06-15 06:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch found (saa7134-dvb.patch,408 bytes, patch)
2005-06-01 15:29 UTC, Cedric Godin
Details | Diff
the good patch found (saa7134-dvb.patch,408 bytes, patch)
2005-06-01 15:33 UTC, Cedric Godin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cedric Godin 2005-06-01 15:27:04 UTC
when selectionning the DVB Support for saa7134 based TV cards (in v4l) and
compiling the kernel :
drivers/media/video/saa7134/saa7134-dvb.c: In function `dvb_init':
drivers/media/video/saa7134/saa7134-dvb.c:56: error: too few arguments to
function `videobuf_dvb_register'
make[4]: *** [drivers/media/video/saa7134/saa7134-dvb.o] Error 1
make[3]: *** [drivers/media/video/saa7134] Error 2
make[2]: *** [drivers/media/video] Error 2
make[1]: *** [drivers/media] Error 2
make: *** [drivers] Error 2

i've found a patch (from upstream) but dont know how to submit it so here it is.
http://www.ussg.iu.edu/hypermail/linux/kernel/0503.0/2002.html


Reproducible: Always
Steps to Reproduce:
1. emerge gentoo-sourcec-2.6.11-r9 (or vanilla-2.6.11.10)
2. set CONFIG_VIDEO_SAA7134=m and CONFIG_VIDEO_SAA7134_DVB=m in .config
3. compile kernel
Actual Results:  
drivers/media/video/saa7134/saa7134-dvb.c:56: error: too few arguments to
function `videobuf_dvb_register'
Comment 1 Cedric Godin 2005-06-01 15:29:56 UTC
Created attachment 60422 [details, diff]
patch found
Comment 2 Cedric Godin 2005-06-01 15:33:16 UTC
Created attachment 60423 [details, diff]
the good patch found

sorry, wrong order in the diff command generating patch
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2005-06-02 14:46:46 UTC
VIDEO_SAA7134_DVB is marked as broken and is therefore not accessible at all
through menuconfig. Are you sure you need it? I get the impression that
VIDEO_SAA7134 should be enough.
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2005-06-13 15:44:55 UTC
see comment #3
Comment 5 Daniel Drake (RETIRED) gentoo-dev 2005-06-15 06:51:15 UTC
Reported fixed via email