All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: boot-params tree build failure
@ 2008-12-15 13:20 Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-12-15 13:20 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

Hi Rusty,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

arch/powerpc/kernel/setup_64.c:516: error: conflicting types for 'setup_arch'
include/linux/init.h:153: error: previous declaration of 'setup_arch' was here

I dropped the boot-params tree for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: boot-params tree build failure
  2008-12-17  5:55 Stephen Rothwell
@ 2008-12-17  8:18 ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2008-12-17  8:18 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Rusty Russell, linux-next, Linux/m68k

On Wed, 17 Dec 2008, Stephen Rothwell wrote:
> The build of next-20081216 (m68k defconfig) failed like this:
> 
> arch/m68k/kernel/setup.c:230: error: conflicting types for '_end'
> arch/m68k/kernel/setup.c:215: error: previous declaration of '_end' was here
> 
> Caused by commit 0de5c2d9f02d2018fd671ca1015432dffa5eb338 ("param:
> arch_get_boot_command_line()") from the poot-params tree.

This is due to the existing

    extern int _etext, _edata, _end;

in and the newly added

    extern char _end[];

to arch/m68k/kernel/setup.c.

As these are already declared in asm-generic/sections.h (which is used by
asm-m68k/sections.h), I'll switch arch/m68k/kernel/setup.c to using them.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: boot-params tree build failure
  2008-12-17  6:40 Stephen Rothwell
@ 2008-12-17  7:04 ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-12-17  7:04 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-next, Chris Zankel

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

Hi Rusty,

On Wed, 17 Dec 2008 17:40:35 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> The build of next-20081216 (xtensa defconfig) failed like this:
> 
> arch/xtensa/kernel/setup.c:284: error: 'cmdline_p' undeclared (first use in this function)
> 
> Caused by commit 0de5c2d9f02d2018fd671ca1015432dffa5eb338 ("param:
> arch_get_boot_command_line()") from the boot-params tree.

I will drop the boot-params tree for today.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* linux-next: boot-params tree build failure
@ 2008-12-17  6:40 Stephen Rothwell
  2008-12-17  7:04 ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2008-12-17  6:40 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-next, Chris Zankel

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

Hi Rusty,

The build of next-20081216 (xtensa defconfig) failed like this:

arch/xtensa/kernel/setup.c:284: error: 'cmdline_p' undeclared (first use in this function)

Caused by commit 0de5c2d9f02d2018fd671ca1015432dffa5eb338 ("param:
arch_get_boot_command_line()") from the boot-params tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* linux-next: boot-params tree build failure
@ 2008-12-17  5:55 Stephen Rothwell
  2008-12-17  8:18 ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2008-12-17  5:55 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-next, Geert Uytterhoeven

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

Hi Rusty,

The build of next-20081216 (m68k defconfig) failed like this:

arch/m68k/kernel/setup.c:230: error: conflicting types for '_end'
arch/m68k/kernel/setup.c:215: error: previous declaration of '_end' was here

Caused by commit 0de5c2d9f02d2018fd671ca1015432dffa5eb338 ("param:
arch_get_boot_command_line()") from the poot-params tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-17  8:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-15 13:20 linux-next: boot-params tree build failure Stephen Rothwell
2008-12-17  5:55 Stephen Rothwell
2008-12-17  8:18 ` Geert Uytterhoeven
2008-12-17  6:40 Stephen Rothwell
2008-12-17  7:04 ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.