Buildresult: linux-next/m68k-defconfig/m68k-gcc11 built on Sep 9, 20:45
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Sep 9, 20:45
Duration:
0:01:55.829625
Builder:
alpine2
Revision:
Add linux-next specific files for 20240909 (
100cc857359b5d731407d1038f7e76cd0e871d94)
Target:
linux-next/m68k-defconfig/m68k-gcc11
Branch:
linux-next
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
defconfig
(
download
)
Log:
Download original
Possible errors
include/linux/mm.h:101:35: error: 'MAX_PHYSMEM_BITS' undeclared (first use in this function) include/linux/mm.h:101:35: error: 'MAX_PHYSMEM_BITS' undeclared (first use in this function) make[4]: *** [scripts/Makefile.build:229: kernel/resource.o] Error 1 make[3]: *** [scripts/Makefile.build:478: kernel] Error 2 make[2]: *** [Makefile:1933: .] Error 2 make[1]: *** [Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2
Possible warnings (5)
remote: warning: multi-pack bitmap is missing required reverse index WARNING: unmet direct dependencies detected for GET_FREE_REGION WARNING: unmet direct dependencies detected for GET_FREE_REGION WARNING: unmet direct dependencies detected for GET_FREE_REGION WARNING: unmet direct dependencies detected for GET_FREE_REGION
Full Log
# git rev-parse -q --verify 100cc857359b5d731407d1038f7e76cd0e871d94^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master remote: warning: multi-pack bitmap is missing required reverse index # git rev-parse -q --verify 100cc857359b5d731407d1038f7e76cd0e871d94^{commit} 100cc857359b5d731407d1038f7e76cd0e871d94 # git checkout -q -f -B kisskb 100cc857359b5d731407d1038f7e76cd0e871d94 # git clean -qxdf # < git log -1 # commit 100cc857359b5d731407d1038f7e76cd0e871d94 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Mon Sep 9 20:30:25 2024 +1000 # # Add linux-next specific files for 20240909 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 100cc857359b5d731407d1038f7e76cd0e871d94 # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- defconfig WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] # < make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] # make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/ioport.h:15, from /kisskb/src/kernel/resource.c:15: /kisskb/src/kernel/resource.c: In function 'gfr_start': /kisskb/src/include/linux/mm.h:101:35: error: 'MAX_PHYSMEM_BITS' undeclared (first use in this function) 101 | # define PHYSMEM_END ((1ULL << MAX_PHYSMEM_BITS) - 1) | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/minmax.h:93:38: note: in definition of macro '__cmp_once_unique' 93 | ({ type ux = (x); type uy = (y); __cmp(op, ux, uy); }) | ^ /kisskb/src/include/linux/minmax.h:213:27: note: in expansion of macro '__cmp_once' 213 | #define min_t(type, x, y) __cmp_once(min, type, x, y) | ^~~~~~~~~~ /kisskb/src/kernel/resource.c:1874:23: note: in expansion of macro 'min_t' 1874 | end = min_t(resource_size_t, base->end, PHYSMEM_END); | ^~~~~ /kisskb/src/kernel/resource.c:1874:57: note: in expansion of macro 'PHYSMEM_END' 1874 | end = min_t(resource_size_t, base->end, PHYSMEM_END); | ^~~~~~~~~~~ /kisskb/src/include/linux/mm.h:101:35: note: each undeclared identifier is reported only once for each function it appears in 101 | # define PHYSMEM_END ((1ULL << MAX_PHYSMEM_BITS) - 1) | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/minmax.h:93:38: note: in definition of macro '__cmp_once_unique' 93 | ({ type ux = (x); type uy = (y); __cmp(op, ux, uy); }) | ^ /kisskb/src/include/linux/minmax.h:213:27: note: in expansion of macro '__cmp_once' 213 | #define min_t(type, x, y) __cmp_once(min, type, x, y) | ^~~~~~~~~~ /kisskb/src/kernel/resource.c:1874:23: note: in expansion of macro 'min_t' 1874 | end = min_t(resource_size_t, base->end, PHYSMEM_END); | ^~~~~ /kisskb/src/kernel/resource.c:1874:57: note: in expansion of macro 'PHYSMEM_END' 1874 | end = min_t(resource_size_t, base->end, PHYSMEM_END); | ^~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'gfr_continue': /kisskb/src/include/linux/mm.h:101:35: error: 'MAX_PHYSMEM_BITS' undeclared (first use in this function) 101 | # define PHYSMEM_END ((1ULL << MAX_PHYSMEM_BITS) - 1) | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/minmax.h:93:38: note: in definition of macro '__cmp_once_unique' 93 | ({ type ux = (x); type uy = (y); __cmp(op, ux, uy); }) | ^ /kisskb/src/include/linux/minmax.h:213:27: note: in expansion of macro '__cmp_once' 213 | #define min_t(type, x, y) __cmp_once(min, type, x, y) | ^~~~~~~~~~ /kisskb/src/kernel/resource.c:1891:24: note: in expansion of macro 'min_t' 1891 | addr <= min_t(resource_size_t, base->end, PHYSMEM_END); | ^~~~~ /kisskb/src/kernel/resource.c:1891:58: note: in expansion of macro 'PHYSMEM_END' 1891 | addr <= min_t(resource_size_t, base->end, PHYSMEM_END); | ^~~~~~~~~~~ make[4]: *** [/kisskb/src/scripts/Makefile.build:229: kernel/resource.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:478: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1933: .] Error 2 make[1]: *** [/kisskb/src/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Command 'make -s -j 160 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_defconfig_m68k-gcc11 # Build took: 0:01:55.829625
© Michael Ellerman 2006-2018.