Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-22 Thread Hans Verkuil
On Wed June 20 2012 08:19:40 Hans Verkuil wrote: On 19/06/12 21:41, Peter Senna Tschudin wrote: Full diff: http://pastebin.com/BJS2EXcH On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin peter.se...@gmail.com wrote: Hans, I've: [peter@ace tmp]$ diff

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-20 Thread Hans Verkuil
On 19/06/12 21:41, Peter Senna Tschudin wrote: Full diff: http://pastebin.com/BJS2EXcH On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin peter.se...@gmail.com wrote: Hans, I've: [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c linux-3.4.3/scripts/mod/file2alias.c And

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-20 Thread Ezequiel Garcia
Hi Peter and Hans, On Wed, Jun 20, 2012 at 3:19 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 19/06/12 21:41, Peter Senna Tschudin wrote: Full diff: http://pastebin.com/BJS2EXcH On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin peter.se...@gmail.com  wrote: Hans, I've: [peter@ace

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Hans Verkuil
Hi all, Yesterday I upgraded the gcc version I use to compile the daily build to 4.7.1. This causes very strange errors when compiling 2.6.39 - 3.3: FATAL: media_build/v4l/tuner: sizeof(struct i2c_device_id)=32 is not a modulo of the size of section __mod_i2c_device_table=18. Fix definition

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Ezequiel Garcia
Hi Hans, On Tue, Jun 19, 2012 at 3:34 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi all, Yesterday I upgraded the gcc version I use to compile the daily build to 4.7.1. This causes very strange errors when compiling 2.6.39 - 3.3: FATAL: media_build/v4l/tuner: sizeof(struct

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Hans Verkuil
On Tue 19 June 2012 14:50:09 Ezequiel Garcia wrote: Hi Hans, On Tue, Jun 19, 2012 at 3:34 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi all, Yesterday I upgraded the gcc version I use to compile the daily build to 4.7.1. This causes very strange errors when compiling 2.6.39 - 3.3:

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Peter Senna Tschudin
Hans, I've: [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c linux-3.4.3/scripts/mod/file2alias.c And found: 727a840 ADD_TO_DEVTABLE(i2c, struct i2c_device_id, do_i2c_entry); This line only exists on 3.4.3 version of file2alias.c. Isn't this why it successfully compile with newer

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Peter Senna Tschudin
Full diff: http://pastebin.com/BJS2EXcH On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin peter.se...@gmail.com wrote: Hans, I've: [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c linux-3.4.3/scripts/mod/file2alias.c And found: 727a840 ADD_TO_DEVTABLE(i2c, struct

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Ezequiel Garcia
On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin peter.se...@gmail.com wrote: Hans, I've: [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c linux-3.4.3/scripts/mod/file2alias.c And found: 727a840 ADD_TO_DEVTABLE(i2c, struct i2c_device_id, do_i2c_entry); FWIW, that macro