* 2.6.13-rc5 randconfig kernel build errors
@ 2005-08-02 12:58 Grant Coady
2005-08-03 9:58 ` Grant Coady
0 siblings, 1 reply; 4+ messages in thread
From: Grant Coady @ 2005-08-02 12:58 UTC (permalink / raw)
To: linux-kernel
Greetings,
Preliminary results, better sample (some hundreds) in a day or so.
2.6.13-rc5
~~~~~~~~~~
Done processing 70 random builds, from which:
### 6 .configs produced errors
### 4 .configs produced undefs
### 29 .configs produced warnings
# zcat result-report-error-abbrev.gz|cut -d: -f2-
arch/i386/mach-es7000/es7000.h:82: error: field `id' has incomplete type
arch/i386/mach-es7000/es7000.h:88: error: field `Header' has incomplete type
arch/i386/mach-es7000/es7000plat.c:154: error: `es7000_rename_gsi' undeclared (first use in this function)
arch/i386/mach-es7000/es7000plat.c:168: warning: implicit declaration of function `acpi_find_rsdp'
arch/i386/mach-es7000/es7000plat.c:170: error: dereferencing pointer to incomplete type
drivers/char/ipmi/ipmi_msghandler.c:1397: warning: `ipmb_file_read_proc' defined but not used
drivers/char/ipmi/ipmi_msghandler.c:1406: warning: `version_file_read_proc' defined but not used
drivers/char/ipmi/ipmi_msghandler.c:1416: warning: `stat_file_read_proc' defined but not used
drivers/mtd/maps/nettel.c:419: error: `ROOT_DEV' undeclared (first use in this function)
drivers/mtd/maps/nettel.c:419: warning: implicit declaration of function `MKDEV'
include/asm-i386/mach-default/mach_apic.h: At top level:
include/asm-i386/mach-default/mach_apic.h:100: error: dereferencing pointer to incomplete type
include/asm-i386/mach-default/mach_apic.h:109: error: `phys_cpu_present_map' undeclared (first use in this function)
include/asm-i386/mach-visws/do_timer.h:32: error: `i8259A_lock' undeclared (first use in this function)
sound/core/memalloc.c:658: error: `snd_mem_proc' undeclared (first use in this function)
Details: http://scatter.mine.nu/test/kernel/2.6.13-rc5/
Grant.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.13-rc5 randconfig kernel build errors
2005-08-02 12:58 2.6.13-rc5 randconfig kernel build errors Grant Coady
@ 2005-08-03 9:58 ` Grant Coady
2005-08-03 11:20 ` Adrian Bunk
0 siblings, 1 reply; 4+ messages in thread
From: Grant Coady @ 2005-08-03 9:58 UTC (permalink / raw)
To: lkml; +Cc: linux-kernel
On Tue, 02 Aug 2005 22:58:59 +1000, Grant Coady <lkml@dodo.com.au> wrote:
>Greetings,
>
>Preliminary results, better sample (some hundreds) in a day or so.
After 300 random builds, add one more error:
drivers/acpi/osl.c:261: error: `AmlCode' undeclared (first use in this function)
drivers/acpi/osl.c:61:10: empty file name in #include
Cheers,
Grant.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.13-rc5 randconfig kernel build errors
2005-08-03 9:58 ` Grant Coady
@ 2005-08-03 11:20 ` Adrian Bunk
2005-08-03 15:41 ` Grant Coady
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2005-08-03 11:20 UTC (permalink / raw)
To: Grant Coady; +Cc: linux-kernel
On Wed, Aug 03, 2005 at 07:58:02PM +1000, Grant Coady wrote:
> On Tue, 02 Aug 2005 22:58:59 +1000, Grant Coady <lkml@dodo.com.au> wrote:
>
> >Greetings,
> >
> >Preliminary results, better sample (some hundreds) in a day or so.
>
> After 300 random builds, add one more error:
> drivers/acpi/osl.c:261: error: `AmlCode' undeclared (first use in this function)
> drivers/acpi/osl.c:61:10: empty file name in #include
Please exclude builds with CONFIG_STANDALONE=n.
And please don't send every new error you are finding to this list.
As I've already said generating the errors is the the easy part -
analyzing them is the real work.
It would be best if you would do this yourself and send specific bug
reports (or even patches) for the problems you've find.
If you want to publish the errors you've found, send a pointer to a
location where it is available _once_ and update the information there.
This is e.g. how Jan Dittmer is doing it with his very valuable cross
compile site [1] - he doesn't send daily emails but if I want to know
the information I can always find it there.
> Cheers,
> Grant.
cu
Adrian
[1] http://l4x.org/k/
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.13-rc5 randconfig kernel build errors
2005-08-03 11:20 ` Adrian Bunk
@ 2005-08-03 15:41 ` Grant Coady
0 siblings, 0 replies; 4+ messages in thread
From: Grant Coady @ 2005-08-03 15:41 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
Hi Adrian,
On Wed, 3 Aug 2005 13:20:50 +0200, Adrian Bunk <bunk@stusta.de> wrote:
>>
>> After 300 random builds, add one more error:
>> drivers/acpi/osl.c:261: error: `AmlCode' undeclared (first use in this function)
>> drivers/acpi/osl.c:61:10: empty file name in #include
>
>Please exclude builds with CONFIG_STANDALONE=n.
Okay.
>
>And please don't send every new error you are finding to this list.
Go tell the dimwits not trimming their posts to control themselves,
I'm generating minimal traffic with this project. Certainly far
less traffic then that imbecile arguing for _his_ default setting.
>As I've already said generating the errors is the the easy part -
>analyzing them is the real work.
Starting somewhere, I'll settle :) It is this feedback I need at
start -- sorts of things to exclude. I'll not get any feedback
without reporting stuff to the list.
>
>It would be best if you would do this yourself and send specific bug
>reports (or even patches) for the problems you've find.
I looked at that AmlCode error source file and grepping for a match
failed for entire source tree, so did not understand it.
>
>If you want to publish the errors you've found, send a pointer to a
>location where it is available _once_ and update the information there.
Killfile me. I'm posting far less noise to lkml per month than
your daily line count of repetitive, non-informational space
wasting dot_sig.
Thanks,
Grant.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-08-03 15:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-02 12:58 2.6.13-rc5 randconfig kernel build errors Grant Coady
2005-08-03 9:58 ` Grant Coady
2005-08-03 11:20 ` Adrian Bunk
2005-08-03 15:41 ` Grant Coady
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox