Build Failure on linux-next on Power8 machine

4 messages, 3 authors, 2018-05-31 · open the first message on its own page

Build Failure on linux-next on Power8 machine

From: vrbagal1 <hidden>
Date: 2018-05-31 10:34:48

Greetings!!!


I am observing a build failure on linux-next kernel.

Machine: Power8
Platform: PowerNV(Baremetal)
Git Tree: 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

Below is the build error.

14:20:48 make[1]: *** [kernel/umh.o] Error 1
14:20:48 make[1]: *** [kernel/fork.o] Error 1
14:20:48 In file included from 
./arch/powerpc/include/asm/highmem.h:30:0,
14:20:48                  from ./include/linux/highmem.h:35,
14:20:48                  from ./include/linux/pagemap.h:11,
14:20:48                  from security/commoncap.c:19:
14:20:48 ./arch/powerpc/include/asm/fixmap.h:52:2: error: overflow in 
enumeration values
14:20:48   FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel 
mappings */
14:20:48   ^
14:20:48 make[2]: *** [kernel/sched/swait.o] Error 1
14:20:48 make[1]: *** [mm/page_alloc.o] Error 1
14:20:48 make[1]: *** [kernel/sched] Error 2
14:20:48 make: *** [mm] Error 2
14:20:48 make[1]: *** [kernel/exit.o] Error 1
14:20:48 make[1]: *** [security/commoncap.o] Error 1
14:20:48 make[1]: *** [fs/kernfs] Error 2
14:20:48 make: *** [fs] Error 2
14:20:48 make: *** [arch/powerpc/kernel] Error 2
14:20:48 make: *** [security] Error 2
14:20:48 make: *** [kernel] Error 2

Cheers.

Re: Build Failure on linux-next on Power8 machine

From: Christophe LEROY <hidden>
Date: 2018-05-31 11:14:29


Le 31/05/2018 à 12:38, vrbagal1 a écrit :
Greetings!!!


I am observing a build failure on linux-next kernel.

Machine: Power8
Platform: PowerNV(Baremetal)
Git Tree: 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Which defconfig do you use, or can you give your .config ?

Christophe

Below is the build error.

14:20:48 make[1]: *** [kernel/umh.o] Error 1
14:20:48 make[1]: *** [kernel/fork.o] Error 1
14:20:48 In file included from ./arch/powerpc/include/asm/highmem.h:30:0,
14:20:48                  from ./include/linux/highmem.h:35,
14:20:48                  from ./include/linux/pagemap.h:11,
14:20:48                  from security/commoncap.c:19:
14:20:48 ./arch/powerpc/include/asm/fixmap.h:52:2: error: overflow in 
enumeration values
14:20:48   FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel 
mappings */
14:20:48   ^
14:20:48 make[2]: *** [kernel/sched/swait.o] Error 1
14:20:48 make[1]: *** [mm/page_alloc.o] Error 1
14:20:48 make[1]: *** [kernel/sched] Error 2
14:20:48 make: *** [mm] Error 2
14:20:48 make[1]: *** [kernel/exit.o] Error 1
14:20:48 make[1]: *** [security/commoncap.o] Error 1
14:20:48 make[1]: *** [fs/kernfs] Error 2
14:20:48 make: *** [fs] Error 2
14:20:48 make: *** [arch/powerpc/kernel] Error 2
14:20:48 make: *** [security] Error 2
14:20:48 make: *** [kernel] Error 2

Cheers.

Re: Build Failure on linux-next on Power8 machine

From: Venkat Rao B <hidden>
Date: 2018-05-31 11:28:42


On Thursday 31 May 2018 04:44 PM, Christophe LEROY wrote:

Le 31/05/2018 à 12:38, vrbagal1 a écrit :
quoted
Greetings!!!


I am observing a build failure on linux-next kernel.

Machine: Power8
Platform: PowerNV(Baremetal)
Git Tree: 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Which defconfig do you use, or can you give your .config ?

Christophe
Unfortunately I lost it. I  only have complete fail logs. Will that be 
helpful?

Venkat
quoted
Below is the build error.

14:20:48 make[1]: *** [kernel/umh.o] Error 1
14:20:48 make[1]: *** [kernel/fork.o] Error 1
14:20:48 In file included from ./arch/powerpc/include/asm/highmem.h:30:0,
14:20:48                  from ./include/linux/highmem.h:35,
14:20:48                  from ./include/linux/pagemap.h:11,
14:20:48                  from security/commoncap.c:19:
14:20:48 ./arch/powerpc/include/asm/fixmap.h:52:2: error: overflow in 
enumeration values
14:20:48   FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel 
mappings */
14:20:48   ^
14:20:48 make[2]: *** [kernel/sched/swait.o] Error 1
14:20:48 make[1]: *** [mm/page_alloc.o] Error 1
14:20:48 make[1]: *** [kernel/sched] Error 2
14:20:48 make: *** [mm] Error 2
14:20:48 make[1]: *** [kernel/exit.o] Error 1
14:20:48 make[1]: *** [security/commoncap.o] Error 1
14:20:48 make[1]: *** [fs/kernfs] Error 2
14:20:48 make: *** [fs] Error 2
14:20:48 make: *** [arch/powerpc/kernel] Error 2
14:20:48 make: *** [security] Error 2
14:20:48 make: *** [kernel] Error 2

Cheers.

Re: Build Failure on linux-next on Power8 machine

From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-05-31 14:05:37

Venkat Rao B [off-list ref] writes:
On Thursday 31 May 2018 04:44 PM, Christophe LEROY wrote:
quoted
Le 31/05/2018 =C3=A0 12:38, vrbagal1 a =C3=A9crit=C2=A0:
quoted
Greetings!!!

I am observing a build failure on linux-next kernel.

Machine: Power8
Platform: PowerNV(Baremetal)
Git Tree:=20
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
=20
Which defconfig do you use, or can you give your .config ?
=20
Christophe
=20
=20
Unfortunately I lost it. I  only have complete fail logs. Will that be=20
helpful?
We really need the .config, or at least some idea of which config it is.

We also really need to know which exact revision you're building.
linux-next is updated every day.

Today's build results are here:

  http://kisskb.ellerman.id.au/kisskb/head/14032/


I don't see any fails that look similar to yours. So perhaps you're
using a different compiler or something. That's another detail you
should tell us, the exact compiler version :)

cheers
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help