2013-04-11 18:45:10

by Naresh Kamboju

[permalink] [raw]
Subject: [Linaro-QA-Service] [linux-next] Snowball build broken

Hi All,

Greetings from Linaro QA services.
We have setup the process of validating Linux on ARM Kernel builds.
One of those ARM targets is Snowball. Snowball build broken log can be
found here

Build Error:
--------------
04:48:08 CC drivers/mfd/ab8500-debugfs.o
04:48:09 /mnt/ci_build/workspace/linux-next/hwpack/snowball/label/precise_hwpack_cloud/drivers/mfd/ab8500-debugfs.c:95:23:
fatal error: mach/irqs.h: No such file or directory
04:48:09 compilation terminated.
04:48:09 make[3]: *** [drivers/mfd/ab8500-debugfs.o] Error 1
04:48:09 make[2]: *** [drivers/mfd] Error 2
04:48:09 make[1]: *** [drivers] Error 2

Code snippet:
------------------
File: drivers/mfd/ab8500-debugfs.c

89 #ifdef CONFIG_DEBUG_FS
90 #include <linux/string.h>
91 #include <linux/ctype.h>
92 #endif
93
94 /* TODO: this file should not reference IRQ_DB8500_AB8500! */
95 #include <mach/irqs.h>
96
97 static u32 debug_bank;
98 static u32 debug_address;
99

Kernel Commit id:
----------------------
484eecb3dc4d7173015feeb41e2995bbcb724523

Please let me know if you need more info.

Best regards
Naresh Kamboju


2013-04-11 22:37:40

by Linus Walleij

[permalink] [raw]
Subject: Re: [Linaro-QA-Service] [linux-next] Snowball build broken

On Thu, Apr 11, 2013 at 8:28 PM, Naresh Kamboju
<[email protected]> wrote:

> One of those ARM targets is Snowball. Snowball build broken log can be found
> here
>
> Build Error:
>
> 04:48:08 CC drivers/mfd/ab8500-debugfs.o
> 04:48:09
> /mnt/ci_build/workspace/linux-next/hwpack/snowball/label/precise_hwpack_cloud/drivers/mfd/ab8500-debugfs.c:95:23:
> fatal error: mach/irqs.h: No such file or directory
> 04:48:09 compilation terminated.
> 04:48:09 make[3]: *** [drivers/mfd/ab8500-debugfs.o] Error 1
> 04:48:09 make[2]: *** [drivers/mfd] Error 2
> 04:48:09 make[1]: *** [drivers] Error 2

Hey it works. Didn't see this before I fixed it tho :-)
http://marc.info/?l=linux-kernel&m=136567139910888&w=2

Yours,
Linus Walleij

2013-04-16 13:48:05

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [Linaro-QA-Service] [linux-next] Snowball build broken

On 12 April 2013 04:07, Linus Walleij <[email protected]> wrote:
> On Thu, Apr 11, 2013 at 8:28 PM, Naresh Kamboju
> <[email protected]> wrote:
>
>> One of those ARM targets is Snowball. Snowball build broken log can be found
>> here
>>
>> Build Error:
>>
>> 04:48:08 CC drivers/mfd/ab8500-debugfs.o
>> 04:48:09
>> /mnt/ci_build/workspace/linux-next/hwpack/snowball/label/precise_hwpack_cloud/drivers/mfd/ab8500-debugfs.c:95:23:
>> fatal error: mach/irqs.h: No such file or directory
>> 04:48:09 compilation terminated.
>> 04:48:09 make[3]: *** [drivers/mfd/ab8500-debugfs.o] Error 1
>> 04:48:09 make[2]: *** [drivers/mfd] Error 2
>> 04:48:09 make[1]: *** [drivers] Error 2
>
> Hey it works. Didn't see this before I fixed it tho :-)
> http://marc.info/?l=linux-kernel&m=136567139910888&w=2
This commit not yet been merged in to linux-next "next-20130416".
Due to this reason still snowball build fails at above error.

Best regards
Naresh Kamboju
>
> Yours,
> Linus Walleij

2013-04-17 15:46:20

by Linus Walleij

[permalink] [raw]
Subject: Re: [Linaro-QA-Service] [linux-next] Snowball build broken

On Tue, Apr 16, 2013 at 3:48 PM, Naresh Kamboju
<[email protected]> wrote:
> On 12 April 2013 04:07, Linus Walleij <[email protected]> wrote:
>> Hey it works. Didn't see this before I fixed it tho :-)
>> http://marc.info/?l=linux-kernel&m=136567139910888&w=2
>
> This commit not yet been merged in to linux-next "next-20130416".
> Due to this reason still snowball build fails at above error.

That is outside of my jurisdiction, only the MFD maintainer Samuel
Ortiz can merge this patch.

Yours,
Linus Walleij

2013-05-01 09:45:33

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [Linaro-QA-Service] [linux-next] Snowball build broken

Ping.

On 17 April 2013 21:16, Linus Walleij <[email protected]> wrote:
> On Tue, Apr 16, 2013 at 3:48 PM, Naresh Kamboju
> <[email protected]> wrote:
>> On 12 April 2013 04:07, Linus Walleij <[email protected]> wrote:
>>> Hey it works. Didn't see this before I fixed it tho :-)
>>> http://marc.info/?l=linux-kernel&m=136567139910888&w=2
>>
>> This commit not yet been merged in to linux-next "next-20130416".
>> Due to this reason still snowball build fails at above error.
>
> That is outside of my jurisdiction, only the MFD maintainer Samuel
> Ortiz can merge this patch.
>
> Yours,
> Linus Walleij

2013-05-16 09:52:53

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [Linaro-QA-Service] [linux-next] Snowball build broken

Hi Maresh,

On Wed, May 01, 2013 at 03:15:26PM +0530, Naresh Kamboju wrote:
> Ping.
>
> On 17 April 2013 21:16, Linus Walleij <[email protected]> wrote:
> > On Tue, Apr 16, 2013 at 3:48 PM, Naresh Kamboju
> > <[email protected]> wrote:
> >> On 12 April 2013 04:07, Linus Walleij <[email protected]> wrote:
> >>> Hey it works. Didn't see this before I fixed it tho :-)
> >>> http://marc.info/?l=linux-kernel&m=136567139910888&w=2
marc.info seems to be down for me at the moment. Could you please re-send me
this patch ?

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/

2013-05-17 06:16:18

by Fathi Boudra

[permalink] [raw]
Subject: Re: [Linaro-QA-Service] [linux-next] Snowball build broken

Hi Samuel,

On 16 May 2013 12:52, Samuel Ortiz <[email protected]> wrote:
> Hi Maresh,
>
> On Wed, May 01, 2013 at 03:15:26PM +0530, Naresh Kamboju wrote:
>> Ping.
>>
>> On 17 April 2013 21:16, Linus Walleij <[email protected]> wrote:
>> > On Tue, Apr 16, 2013 at 3:48 PM, Naresh Kamboju
>> > <[email protected]> wrote:
>> >> On 12 April 2013 04:07, Linus Walleij <[email protected]> wrote:
>> >>> Hey it works. Didn't see this before I fixed it tho :-)
>> >>> http://marc.info/?l=linux-kernel&m=136567139910888&w=2
> marc.info seems to be down for me at the moment. Could you please re-send me
> this patch ?

marc.info is back. Just in case:
https://lkml.org/lkml/2013/4/11/101
https://patchwork.kernel.org/patch/2426831/

Cheers,
Fathi