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 > > wrote: > >> Hans, > >> > >> I've: > >> [peter@ace tmp]$ diff linux-2.6.35.13/scripts/

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 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 >>  wrote: >>> >>> Hans, >>> >>> I've: >>> [peter@ace tmp]$ diff l

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

2012-06-19 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 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_DEVT

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 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 was added

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 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, d

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 new

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 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 Ezequiel Garcia
Hi Hans, On Tue, Jun 19, 2012 at 3:34 AM, Hans Verkuil 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 i2c_device_id)=32 is not a

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

2012-06-18 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 of