Buildresult: kbuild/m68k-defconfig/m68k-gcc11 built on Dec 11 2022, 15:09
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Dec 11 2022, 15:09
Duration:
0:01:54.767265
Builder:
alpine2
Revision:
kbuild: Port silent mode detection to future gnu make. (
4bf73588165ba7d32131a043775557a54b6e1db5)
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 4bf73588165ba7d32131a043775557a54b6e1db5^{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 4bf73588165ba7d32131a043775557a54b6e1db5^{commit} 4bf73588165ba7d32131a043775557a54b6e1db5 # git checkout -q -f -B kisskb 4bf73588165ba7d32131a043775557a54b6e1db5 # git clean -qxdf # < git log -1 # commit 4bf73588165ba7d32131a043775557a54b6e1db5 # Author: Dmitry Goncharov <dgoncharov@users.sf.net> # Date: Mon Dec 5 16:48:19 2022 -0500 # # kbuild: Port silent mode detection to future gnu make. # # Port silent mode detection to the future (post make-4.4) versions of gnu make. # # Makefile contains the following piece of make code to detect if option -s is # specified on the command line. # # ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) # # This code is executed by make at parse time and assumes that MAKEFLAGS # does not contain command line variable definitions. # Currently if the user defines a=s on the command line, then at build only # time MAKEFLAGS contains " -- a=s". # However, starting with commit dc2d963989b96161472b2cd38cef5d1f4851ea34 # MAKEFLAGS contains command line definitions at both parse time and # build time. # # This '-s' detection code then confuses a command line variable # definition which contains letter 's' with option -s. # # $ # old make # $ make net/wireless/ocb.o a=s # CALL scripts/checksyscalls.sh # DESCEND objtool # $ # this a new make which defines makeflags at parse time # $ ~/src/gmake/make/l64/make net/wireless/ocb.o a=s # $ # # We can see here that the letter 's' from 'a=s' was confused with -s. # # This patch checks for presence of -s using a method recommended by the # make manual here # https://www.gnu.org/software/make/manual/make.html#Testing-Flags. # # Link: https://lists.gnu.org/archive/html/bug-make/2022-11/msg00190.html # Reported-by: Jan Palus <jpalus+gnu@fastmail.com> # Signed-off-by: Dmitry Goncharov <dgoncharov@users.sf.net> # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # < /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 4bf73588165ba7d32131a043775557a54b6e1db5 # < 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:01:54.767265
© Michael Ellerman 2006-2018.