# git rev-parse -q --verify 7f26cd24a407a69c48f5410282b14a8d7711358e^{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 # git rev-parse -q --verify 7f26cd24a407a69c48f5410282b14a8d7711358e^{commit} 7f26cd24a407a69c48f5410282b14a8d7711358e # git checkout -q -f -B kisskb 7f26cd24a407a69c48f5410282b14a8d7711358e # git clean -qxdf # < git log -1 # commit 7f26cd24a407a69c48f5410282b14a8d7711358e # Author: Thayne Harbaugh # Date: Sat Jun 15 23:34:54 2024 -0600 # # kbuild: Fix build target deb-pkg: ln: failed to create hard link # # The make deb-pkg target calls debian-orig which attempts to either # hard link the source .tar to the build-output location or copy the # source .tar to the build-output location. The test to determine # whether to ln or cp is incorrectly expanded by Make and consequently # always attempts to ln the source .tar. This fix corrects the escaping # of '$' so that the test is expanded by the shell rather than by Make # and appropriately selects between ln and cp. # # Fixes: b44aa8c96e9e ("kbuild: deb-pkg: make .orig tarball a hard link if possible") # Signed-off-by: Thayne Harbaugh # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 7f26cd24a407a69c48f5410282b14a8d7711358e # make -s -j 24 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 24 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 24 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 24 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- WARNING: modpost: drivers/parport/parport_amiga: section mismatch in reference: amiga_parallel_driver+0x8 (section: .data) -> amiga_parallel_remove (section: .exit.text) ERROR: modpost: Section mismatches detected. Set CONFIG_SECTION_MISMATCH_WARN_ONLY=y to allow them. make[3]: *** [/kisskb/src/scripts/Makefile.modpost:145: Module.symvers] Error 1 make[3]: *** Deleting file 'Module.symvers' make[2]: *** [/kisskb/src/Makefile:1886: modpost] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 24 ARCH=m68k O=/kisskb/build/kbuild_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/kbuild_defconfig_m68k-gcc8 # Build took: 0:14:19.224669