Buildresult: chleroy/pmac32_defconfig+SMP/powerpc-gcc5 built on Mar 5 2022, 00:16
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 5 2022, 00:16
Duration:
0:01:16.234535
Builder:
ka1
Revision:
powerpc: Remove unnecessary inclusion of asm/prom.h tree-wide (
f34e91e4be2fcc4b7bc1a97340a5a25ca032171c)
Target:
chleroy/pmac32_defconfig+SMP/powerpc-gcc5
Branch:
chleroy
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
pmac32_defconfig+SMP
(
download
)
Log:
Download original
Possible errors
arch/powerpc/include/asm/prom.h:59:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'prom_init' make[4]: *** [scripts/Makefile.build:288: sound/aoa/fabrics/layout.o] Error 1 make[3]: *** [scripts/Makefile.build:550: sound/aoa/fabrics] Error 2 make[2]: *** [scripts/Makefile.build:550: sound/aoa] Error 2 make[1]: *** [Makefile:1831: sound] Error 2 drivers/video/fbdev/platinumfb.c:545:6: error: implicit declaration of function 'of_address_to_resource' [-Werror=implicit-function-declaration] drivers/video/fbdev/valkyriefb.c:335:7: error: implicit declaration of function 'of_address_to_resource' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[4]: *** [scripts/Makefile.build:288: drivers/video/fbdev/platinumfb.o] Error 1 cc1: some warnings being treated as errors make[4]: *** [scripts/Makefile.build:288: drivers/video/fbdev/valkyriefb.o] Error 1 make[3]: *** [scripts/Makefile.build:550: drivers/video/fbdev] Error 2 make[2]: *** [scripts/Makefile.build:550: drivers/video] Error 2 make[1]: *** [Makefile:1831: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (1)
.config:4286:warning: override: reassigning to symbol SMP
Full Log
# git rev-parse -q --verify f34e91e4be2fcc4b7bc1a97340a5a25ca032171c^{commit} f34e91e4be2fcc4b7bc1a97340a5a25ca032171c already have revision, skipping fetch # git checkout -q -f -B kisskb f34e91e4be2fcc4b7bc1a97340a5a25ca032171c # git clean -qxdf # < git log -1 # commit f34e91e4be2fcc4b7bc1a97340a5a25ca032171c # Author: Christophe Leroy <christophe.leroy@csgroup.eu> # Date: Fri Mar 4 09:45:24 2022 +0100 # # powerpc: Remove unnecessary inclusion of asm/prom.h tree-wide # # Remove all unnecessary includes of asm/prom.h # # Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> # < /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 f34e91e4be2fcc4b7bc1a97340a5a25ca032171c # < make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pmac32_defconfig # Added to kconfig CONFIG_SMP=y # < make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_pmac32_defconfig+SMP_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_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4286:warning: override: reassigning to symbol SMP # make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/sound/aoa/fabrics/layout.c:10:0: /kisskb/src/arch/powerpc/include/asm/prom.h:59:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'prom_init' unsigned long __init prom_init(unsigned long r3, unsigned long r4, unsigned long pp, ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:288: sound/aoa/fabrics/layout.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:550: sound/aoa/fabrics] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: sound/aoa] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1831: sound] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/video/fbdev/platinumfb.c: In function 'platinumfb_probe': /kisskb/src/drivers/video/fbdev/platinumfb.c:545:6: error: implicit declaration of function 'of_address_to_resource' [-Werror=implicit-function-declaration] if (of_address_to_resource(dp, 0, &pinfo->rsrc_reg) || ^ /kisskb/src/drivers/video/fbdev/valkyriefb.c: In function 'valkyriefb_init': /kisskb/src/drivers/video/fbdev/valkyriefb.c:335:7: error: implicit declaration of function 'of_address_to_resource' [-Werror=implicit-function-declaration] if (of_address_to_resource(dp, 0, &r)) { ^ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/video/fbdev/platinumfb.o] Error 1 make[4]: *** Waiting for unfinished jobs.... cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/video/fbdev/valkyriefb.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/video/fbdev] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/video] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1831: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_pmac32_defconfig+SMP_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_pmac32_defconfig+SMP_powerpc-gcc5 # Build took: 0:01:16.234535
© Michael Ellerman 2006-2018.