* 2.6.29 additional build errors
@ 2010-05-15 17:20 Samuel Rakitničan
2010-05-18 5:03 ` Douglas Schilling Landgraf
0 siblings, 1 reply; 3+ messages in thread
From: Samuel Rakitničan @ 2010-05-15 17:20 UTC (permalink / raw)
To: linux-media
Additional build errors found after disabling the non building modules
on todays mercurial tree.
Best regards,
Samuel
bash-3.1# uname -r
2.6.29.6-smp
CC [M] /root/v4l-dvb/v4l/saa7134-input.o
/root/v4l-dvb/v4l/saa7134-input.c: In function 'saa7134_set_i2c_ir':
/root/v4l-dvb/v4l/saa7134-input.c:1016: error:
'ir_codes_pinnacle_color_table' undeclared (first use in this
function)
/root/v4l-dvb/v4l/saa7134-input.c:1016: error: (Each undeclared
identifier is reported only once
/root/v4l-dvb/v4l/saa7134-input.c:1016: error: for each function it appears in.)
/root/v4l-dvb/v4l/saa7134-input.c:1025: error:
'ir_codes_pinnacle_grey_table' undeclared (first use in this function)
/root/v4l-dvb/v4l/saa7134-input.c:1037: error:
'ir_codes_purpletv_table' undeclared (first use in this function)
/root/v4l-dvb/v4l/saa7134-input.c:1049: error:
'ir_codes_msi_tvanywhere_plus_table' undeclared (first use in this
function)
/root/v4l-dvb/v4l/saa7134-input.c:1069: error:
'ir_codes_hauppauge_new_table' undeclared (first use in this function)
/root/v4l-dvb/v4l/saa7134-input.c:1095: error: 'ir_codes_behold_table'
undeclared (first use in this function)
/root/v4l-dvb/v4l/saa7134-input.c:1114: error: 'ir_codes_flydvb_table'
undeclared (first use in this function)
make[3]: *** [/root/v4l-dvb/v4l/saa7134-input.o] Error 1
make[2]: *** [_module_/root/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.29.6'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make: *** [all] Error 2
CC [M] /root/v4l-dvb/v4l/soc_camera.o
/root/v4l-dvb/v4l/soc_camera.c:27:30: error: linux/pm_runtime.h: No
such file or directory
/root/v4l-dvb/v4l/soc_camera.c: In function 'soc_camera_open':
/root/v4l-dvb/v4l/soc_camera.c:392: error: implicit declaration of
function 'pm_runtime_enable'
/root/v4l-dvb/v4l/soc_camera.c:393: error: implicit declaration of
function 'pm_runtime_resume'
/root/v4l-dvb/v4l/soc_camera.c:422: error: implicit declaration of
function 'pm_runtime_disable'
/root/v4l-dvb/v4l/soc_camera.c: In function 'soc_camera_close':
/root/v4l-dvb/v4l/soc_camera.c:448: error: implicit declaration of
function 'pm_runtime_suspend'
make[3]: *** [/root/v4l-dvb/v4l/soc_camera.o] Error 1
make[2]: *** [_module_/root/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.29.6'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make: *** [all] Error 2
CC [M] /root/v4l-dvb/v4l/em28xx-cards.o
/root/v4l-dvb/v4l/em28xx-cards.c: In function 'em28xx_set_ir':
/root/v4l-dvb/v4l/em28xx-cards.c:2410: error:
'ir_codes_em_terratec_table' undeclared (first use in this function)
/root/v4l-dvb/v4l/em28xx-cards.c:2410: error: (Each undeclared
identifier is reported only once
/root/v4l-dvb/v4l/em28xx-cards.c:2410: error: for each function it appears in.)
/root/v4l-dvb/v4l/em28xx-cards.c:2422: error:
'ir_codes_pinnacle_grey_table' undeclared (first use in this function)
/root/v4l-dvb/v4l/em28xx-cards.c:2434: error:
'ir_codes_rc5_hauppauge_new_table' undeclared (first use in this
function)
/root/v4l-dvb/v4l/em28xx-cards.c:2445: error:
'ir_codes_winfast_usbii_deluxe_table' undeclared (first use in this
function)
make[3]: *** [/root/v4l-dvb/v4l/em28xx-cards.o] Error 1
make[2]: *** [_module_/root/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.29.6'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/v4l-dvb/v4l'
make: *** [all] Error 2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.29 additional build errors
2010-05-15 17:20 2.6.29 additional build errors Samuel Rakitničan
@ 2010-05-18 5:03 ` Douglas Schilling Landgraf
2010-05-18 12:17 ` Samuel Rakitničan
0 siblings, 1 reply; 3+ messages in thread
From: Douglas Schilling Landgraf @ 2010-05-18 5:03 UTC (permalink / raw)
To: Samuel Rakitničan; +Cc: linux-media
Hello Samuel,
2010/5/15 Samuel Rakitničan <samuel.rakitnican@gmail.com>:
> Additional build errors found after disabling the non building modules
> on todays mercurial tree.
Please update your local repository:
$ hg pull -u
$ make distclean
$ make
Now should work.
Thanks for your report.
Cheers
Douglas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.29 additional build errors
2010-05-18 5:03 ` Douglas Schilling Landgraf
@ 2010-05-18 12:17 ` Samuel Rakitničan
0 siblings, 0 replies; 3+ messages in thread
From: Samuel Rakitničan @ 2010-05-18 12:17 UTC (permalink / raw)
To: Douglas Schilling Landgraf; +Cc: linux-media
On Tue, 18 May 2010 07:03:51 +0200, Douglas Schilling Landgraf
<dougsland@gmail.com> wrote:
> Hello Samuel,
>
> 2010/5/15 Samuel Rakitničan <samuel.rakitnican@gmail.com>:
>> Additional build errors found after disabling the non building modules
>> on todays mercurial tree.
>
> Please update your local repository:
>
> $ hg pull -u
> $ make distclean
> $ make
>
> Now should work.
>
Yes, it builds fine now. Thank you for fixing this.
Regards,
Samuel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-18 12:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15 17:20 2.6.29 additional build errors Samuel Rakitničan
2010-05-18 5:03 ` Douglas Schilling Landgraf
2010-05-18 12:17 ` Samuel Rakitničan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox