Buildresult: kbuild/pseries_le_defconfig/powerpc-gcc5 built on Jun 5 2023, 12:17
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 5 2023, 12:17
Duration:
0:02:20.687663
Builder:
alpine2
Revision:
kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS (
feb843a469fb0ab00d2d23cfb9bcc379791011bb)
Target:
kbuild/pseries_le_defconfig/powerpc-gcc5
Branch:
kbuild
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
pseries_le_defconfig
(
download
)
Log:
Download original
Possible warnings (3)
remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Full Log
# git rev-parse -q --verify feb843a469fb0ab00d2d23cfb9bcc379791011bb^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify feb843a469fb0ab00d2d23cfb9bcc379791011bb^{commit} feb843a469fb0ab00d2d23cfb9bcc379791011bb # git checkout -q -f -B kisskb feb843a469fb0ab00d2d23cfb9bcc379791011bb # git clean -qxdf # < git log -1 # commit feb843a469fb0ab00d2d23cfb9bcc379791011bb # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Sun Apr 9 23:53:57 2023 +0900 # # kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS # # When preprocessing arch/*/kernel/vmlinux.lds.S, the target triple is # not passed to $(CPP) because we add it only to KBUILD_{C,A}FLAGS. # # As a result, the linker script is preprocessed with predefined macros # for the build host instead of the target. # # Assuming you use an x86 build machine, compare the following: # # $ clang -dM -E -x c /dev/null # $ clang -dM -E -x c /dev/null -target aarch64-linux-gnu # # There is no actual problem presumably because our linker scripts do not # rely on such predefined macros, but it is better to define correct ones. # # Move $(CLANG_FLAGS) to KBUILD_CPPFLAGS, so that all *.c, *.S, *.lds.S # will be processed with the proper target triple. # # [Note] # After the patch submission, we got an actual problem that needs this # commit. (CBL issue 1859) # # Link: https://github.com/ClangBuiltLinux/linux/issues/1859 # Reported-by: Tom Rini <trini@konsulko.com> # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # Reviewed-by: Nathan Chancellor <nathan@kernel.org> # Tested-by: Nathan Chancellor <nathan@kernel.org> # < /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 feb843a469fb0ab00d2d23cfb9bcc379791011bb # < make -s -j 160 ARCH=powerpc O=/kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pseries_le_defconfig # < make -s -j 160 ARCH=powerpc O=/kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 160 ARCH=powerpc O=/kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 160 ARCH=powerpc O=/kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/kbuild_pseries_le_defconfig_powerpc-gcc5 # Build took: 0:02:20.687663
© Michael Ellerman 2006-2018.