Buildresult: chleroy/ppc64_defconfig+NO_TM/powerpc-gcc5 built on Apr 20 2020, 21:26
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Apr 20 2020, 21:26
Duration:
0:02:00.825499
Builder:
ka2
Revision:
powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN() (
e97be73d0890753494ab291f8732db3dfcb6ba16)
Target:
chleroy/ppc64_defconfig+NO_TM/powerpc-gcc5
Branch:
chleroy
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
ppc64_defconfig+NO_TM
(
download
)
Log:
Download original
Possible errors
sound/ppc/snd_ps3.c:929:8: error: implicit declaration of function '_ALIGN_UP' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:266: sound/ppc/snd_ps3.o] Error 1 make[2]: *** [scripts/Makefile.build:488: sound/ppc] Error 2 make[1]: *** [Makefile:1722: sound] Error 2 drivers/video/fbdev/ps3fb.c:47:28: error: implicit declaration of function '_ALIGN_UP' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[4]: *** [scripts/Makefile.build:266: drivers/video/fbdev/ps3fb.o] Error 1 make[3]: *** [scripts/Makefile.build:488: drivers/video/fbdev] Error 2 make[2]: *** [scripts/Makefile.build:488: drivers/video] Error 2 make[1]: *** [Makefile:1722: drivers] Error 2 make: *** [Makefile:180: sub-make] Error 2
Possible warnings (3)
kernel/trace/ftrace.c:7166:6: warning: 'seq_ops' may be used uninitialized in this function [-Wmaybe-uninitialized] kernel/trace/ftrace.c:7244:8: warning: 'filtered_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] kernel/trace/ftrace.c:7261:22: warning: 'other_pids' may be used uninitialized in this function [-Wmaybe-uninitialized]
Full Log
# git rev-parse -q --verify e97be73d0890753494ab291f8732db3dfcb6ba16^{commit} e97be73d0890753494ab291f8732db3dfcb6ba16 already have revision, skipping fetch # git checkout -q -f -B kisskb e97be73d0890753494ab291f8732db3dfcb6ba16 # git clean -qxdf # < git log -1 # commit e97be73d0890753494ab291f8732db3dfcb6ba16 # Author: Christophe Leroy <christophe.leroy@c-s.fr> # Date: Mon Apr 20 06:34:15 2020 +0000 # # powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN() # # These three powerpc macros have been replaced by # equivalent generic macros and are not used anymore. # # Remove them. # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 e97be73d0890753494ab291f8732db3dfcb6ba16 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_ppc64_defconfig+NO_TM_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # Added to kconfig CONFIG_PPC_TRANSACTIONAL_MEM=n # < make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_ppc64_defconfig+NO_TM_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_ppc64_defconfig+NO_TM_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_ppc64_defconfig+NO_TM_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/sound/ppc/snd_ps3.c: In function 'snd_ps3_driver_probe': /kisskb/src/sound/ppc/snd_ps3.c:929:8: error: implicit declaration of function '_ALIGN_UP' [-Werror=implicit-function-declaration] _ALIGN_UP(SND_PS3_DMA_REGION_SIZE, PAGE_SIZE)); ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:266: sound/ppc/snd_ps3.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: sound/ppc] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1722: sound] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/video/fbdev/ps3fb.c: In function 'ps3fb_find_mode': /kisskb/src/drivers/video/fbdev/ps3fb.c:47:28: error: implicit declaration of function '_ALIGN_UP' [-Werror=implicit-function-declaration] #define GPU_ALIGN_UP(x) _ALIGN_UP((x), 64) ^ /kisskb/src/drivers/video/fbdev/ps3fb.c:424:22: note: in expansion of macro 'GPU_ALIGN_UP' *xdr_line_length = GPU_ALIGN_UP(var->xres_virtual * BPP); ^ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:266: drivers/video/fbdev/ps3fb.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/video/fbdev] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/video] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/trace/ftrace.c: In function 'pid_open': /kisskb/src/kernel/trace/ftrace.c:7166:6: warning: 'seq_ops' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = seq_open(file, seq_ops); ^ /kisskb/src/kernel/trace/ftrace.c: In function 'pid_write': /kisskb/src/kernel/trace/ftrace.c:7244:8: warning: 'filtered_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = trace_pid_write(filtered_pids, &pid_list, ubuf, cnt); ^ /kisskb/src/kernel/trace/ftrace.c:7261:22: warning: 'other_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (pid_list && !other_pids) { ^ make[1]: *** [/kisskb/src/Makefile:1722: drivers] Error 2 make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_ppc64_defconfig+NO_TM_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/chleroy_ppc64_defconfig+NO_TM_powerpc-gcc5 # Build took: 0:02:00.825499
© Michael Ellerman 2006-2018.