# < git ls-remote /scratch/git/sfr/linux-next refs/heads/master # < git rev-parse tmp/linux-next # < git fetch -f URL master:tmp/linux-next From /scratch/git/sfr/linux-next + d1a1614...81e09f5 master -> tmp/linux-next (forced update) # < git rev-parse tmp/linux-next # < git log --max-count=1 81e09f50c93edff607259cbe374a3006c9c5fa74 Upstream revision is 81e09f50c93edff607259cbe374a3006c9c5fa74 Head not built, building # < git reset --mixed # git branch -D linux-next Deleted branch linux-next (was d1a1614). # git checkout -q -f -b linux-next tmp/linux-next # < git ls-files --others --modified # git ls-files --others --modified cmd.log # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=sh O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linux-next_hp6xx_defconfig_sh4 CROSS_COMPILE=/opt/crosstool/gcc-4.3.2-nolibc/bin/sh4-linux- -f kisskb-version.mk makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/16 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 48 # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=sh O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linux-next_hp6xx_defconfig_sh4 CROSS_COMPILE=/opt/crosstool/gcc-4.3.2-nolibc/bin/sh4-linux- hp6xx_defconfig makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/16 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 48 make[2]: *** [hp6xx_defconfig] Segmentation fault make[1]: *** [hp6xx_defconfig] Error 2 make: *** [sub-make] Error 2 make failed, trying to bisect .. ## bisect start Last known good revision 4985a03ef1715d2738f23c41452de6f5a2df9e4c # < git symbolic-ref HEAD # < git merge-base 4985a03ef1715d2738f23c41452de6f5a2df9e4c 81e09f50c93edff607259cbe374a3006c9c5fa74 Good rev is not an ancestor, rebased tree? Traceback (most recent call last): File "/scratch/kisskb/prod/kisskb/kisskb3/backend/backend.py", line 152, in _do_build raise BuildFailedException(e) BuildFailedException: Failed running "/scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=sh O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linux-next_hp6xx_defconfig_sh4 CROSS_COMPILE=/opt/crosstool/gcc-4.3.2-nolibc/bin/sh4-linux- hp6xx_defconfig" (2)