* 2.6.19 build hangs while running git for no reason...
@ 2006-12-07 17:35 Rob Landley
0 siblings, 0 replies; only message in thread
From: Rob Landley @ 2006-12-07 17:35 UTC (permalink / raw)
To: linux-kernel
Right at the start of the build:
scripts/kconfig/conf -s arch/arm/Kconfig
CHK include/linux/version.h
SYMLINK include/asm-arm/arch -> include/asm-arm/arch-integrator
Generating include/asm-arm/mach-types.h
CHK include/linux/utsrelease.h
UPD include/linux/utsrelease.h
Where there's a one line gap the build hangs for five minutes (eating no CPU,
blocked one something). I hit "enter" and it resumes again. It does this
reproducibly for me.
It seems to be blocked running:
6983 pts/3 S+ 0:00 /bin/sh /usr/bin/git rev-parse --verify HEAD
Which is odd because this is the release version and hasn't got .git stuff in
it. I did an "rm /usr/bin/git" (I don't use it, I dunno why ubuntu decided
to install it) and the hang went away. Why is the build even _calling_ git
on a release version?
The invocation was:
make ARCH="${KARCH}" CROSS_COMPILE="${CROSS_TARGET}"- &&
Where KARCH=arm and CROSS_TARGET is a cross compile toolchain that built a
working copy of uClibc.
Rob
--
"Perfection is reached, not when there is no longer anything to add, but
when there is no longer anything to take away." - Antoine de Saint-Exupery
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-07 17:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 17:35 2.6.19 build hangs while running git for no reason Rob Landley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox