Buildresult: kbuild/m68k-defconfig/m68k-gcc11 built on Dec 14 2022, 01:09
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Dec 14 2022, 01:09
Duration:
0:02:27.566343
Builder:
alpine2
Revision:
kbuild: ensure Make >= 3.82 is used (
83e4033293b479f1d57f17f852bd0d7be278c962)
Target:
kbuild/m68k-defconfig/m68k-gcc11
Branch:
kbuild
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (2)
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 83e4033293b479f1d57f17f852bd0d7be278c962^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next 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 83e4033293b479f1d57f17f852bd0d7be278c962^{commit} 83e4033293b479f1d57f17f852bd0d7be278c962 # git checkout -q -f -B kisskb 83e4033293b479f1d57f17f852bd0d7be278c962 # git clean -qxdf # < git log -1 # commit 83e4033293b479f1d57f17f852bd0d7be278c962 # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Tue Dec 13 20:24:20 2022 +0900 # # kbuild: ensure Make >= 3.82 is used # # Documentation/process/changes.rst notes the minimal GNU Make version, # but it is not checked anywhere. # # We could check $(MAKE_VERSION), but another simple way is to check # $(.FEATURES) since the feature list always grows. # # GNU Make 3.81 expands $(.FEATURES) to: # target-specific order-only second-expansion else-if archives jobserver check-symlink # # GNU Make 3.82 expands $(.FEATURES) to: # target-specific order-only second-expansion else-if shortest-stem undefine archives jobserver check-symlink # # To ensure Make >= 3.82, you can check either 'shortest-stem' or # 'undefine'. # # This way is not always possible. For example, Make 4.0 through 4.2 have # the same set of $(.FEATURES). At that point, we will need to come up # with a different approach. # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # Reviewed-by: Nathan Chancellor <nathan@kernel.org> # Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 83e4033293b479f1d57f17f852bd0d7be278c962 # < make -s -j 160 ARCH=m68k O=/kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 160 ARCH=m68k O=/kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 160 ARCH=m68k O=/kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 160 ARCH=m68k O=/kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- Completed OK # rm -rf /kisskb/build/kbuild_m68k-defconfig_m68k-gcc11 # Build took: 0:02:27.566343
© Michael Ellerman 2006-2018.