Buildresult: chleroy/mpc85xx_smp_defconfig/powerpc-gcc5 built on Oct 6 2022, 04:27
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 6 2022, 04:27
Duration:
0:02:52.650717
Builder:
blade46
Revision:
powerpc: Remove NO_IRQ (
c0994ec35f57d869826e100fd92f766beb15d8f0)
Target:
chleroy/mpc85xx_smp_defconfig/powerpc-gcc5
Branch:
chleroy
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
mpc85xx_smp_defconfig
(
download
)
Log:
Download original
Possible errors
drivers/tty/ehv_bytechan.c:121:20: error: 'NO_IRQ' undeclared (first use in this function) drivers/tty/ehv_bytechan.c:699:21: error: 'NO_IRQ' undeclared (first use in this function) make[3]: *** [scripts/Makefile.build:249: drivers/tty/ehv_bytechan.o] Error 1 make[2]: *** [scripts/Makefile.build:465: drivers/tty] Error 2 drivers/usb/host/ehci-ppc-of.c:122:13: error: 'NO_IRQ' undeclared (first use in this function) make[4]: *** [scripts/Makefile.build:249: drivers/usb/host/ehci-hcd.o] Error 1 make[3]: *** [scripts/Makefile.build:465: drivers/usb/host] Error 2 make[2]: *** [scripts/Makefile.build:465: drivers/usb] Error 2 make[1]: *** [Makefile:1852: drivers] Error 2 make: *** [Makefile:222: __sub-make] Error 2
Possible warnings (1)
include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Full Log
# git rev-parse -q --verify c0994ec35f57d869826e100fd92f766beb15d8f0^{commit} c0994ec35f57d869826e100fd92f766beb15d8f0 already have revision, skipping fetch # git checkout -q -f -B kisskb c0994ec35f57d869826e100fd92f766beb15d8f0 # git clean -qxdf # < git log -1 # commit c0994ec35f57d869826e100fd92f766beb15d8f0 # Author: Christophe Leroy <christophe.leroy@csgroup.eu> # Date: Wed Oct 5 13:22:11 2022 +0200 # # powerpc: Remove NO_IRQ # # 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 c0994ec35f57d869826e100fd92f766beb15d8f0 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_mpc85xx_smp_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_smp_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_mpc85xx_smp_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_mpc85xx_smp_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_mpc85xx_smp_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/tty/ehv_bytechan.c: In function 'find_console_handle': /kisskb/src/drivers/tty/ehv_bytechan.c:121:20: error: 'NO_IRQ' undeclared (first use in this function) if (stdout_irq == NO_IRQ) { ^ /kisskb/src/drivers/tty/ehv_bytechan.c:121:20: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/tty/ehv_bytechan.c: In function 'ehv_bc_tty_probe': /kisskb/src/drivers/tty/ehv_bytechan.c:699:21: error: 'NO_IRQ' undeclared (first use in this function) if ((bc->rx_irq == NO_IRQ) || (bc->tx_irq == NO_IRQ)) { ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/tty/ehv_bytechan.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:465: drivers/tty] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:1321:0: /kisskb/src/drivers/usb/host/ehci-ppc-of.c: In function 'ehci_hcd_ppc_of_probe': /kisskb/src/drivers/usb/host/ehci-ppc-of.c:122:13: error: 'NO_IRQ' undeclared (first use in this function) if (irq == NO_IRQ) { ^ /kisskb/src/drivers/usb/host/ehci-ppc-of.c:122:13: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/usb/host/ehci-hcd.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:465: drivers/usb/host] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/build_bug.h:5:0, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:465: drivers/usb] Error 2 make[1]: *** [/kisskb/src/Makefile:1852: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:222: __sub-make] Error 2 Command 'make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_mpc85xx_smp_defconfig_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_mpc85xx_smp_defconfig_powerpc-gcc5 # Build took: 0:02:52.650717
© Michael Ellerman 2006-2018.