public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Latest git-x86 doesn't build on 32bit
@ 2008-01-14 22:16 Andi Kleen
  2008-01-15  8:29 ` Ingo Molnar
  2008-01-15  8:57 ` Ingo Molnar
  0 siblings, 2 replies; 5+ messages in thread
From: Andi Kleen @ 2008-01-14 22:16 UTC (permalink / raw)
  To: mingo, sam, tglx, linux-kernel


On a fresh object dir I get for a 32bit build:

make -C /home/lsrc/quilt/linux O=/home/lsrc/quilt/obj32 
  GEN     /home/lsrc/quilt/obj32/Makefile
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  Using /home/lsrc/quilt/linux as source for kernel
  CALL    /home/lsrc/quilt/linux/scripts/checksyscalls.sh
  CHK     include/linux/compile.h
  Building modules, stage 2.
  MODPOST 1 modules
make[3]: Nothing to be done for `vmlinux'.
KBUILD_IMAGE := arch/x86/boot/bzImage
make[2]: KBUILD_IMAGE: Command not found
make[2]: *** [all] Error 127
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2

I think it worked on older object dirs where not everything was rebuild.

make --version
GNU Make 3.81


-Andi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Latest git-x86 doesn't build on 32bit
  2008-01-14 22:16 Latest git-x86 doesn't build on 32bit Andi Kleen
@ 2008-01-15  8:29 ` Ingo Molnar
  2008-01-15  8:57 ` Ingo Molnar
  1 sibling, 0 replies; 5+ messages in thread
From: Ingo Molnar @ 2008-01-15  8:29 UTC (permalink / raw)
  To: Andi Kleen; +Cc: sam, tglx, linux-kernel


* Andi Kleen <andi@firstfloor.org> wrote:

> On a fresh object dir I get for a 32bit build:

only half of the tree got pushed out to x86.git. Re-pushing it.

	Ingo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Latest git-x86 doesn't build on 32bit
  2008-01-14 22:16 Latest git-x86 doesn't build on 32bit Andi Kleen
  2008-01-15  8:29 ` Ingo Molnar
@ 2008-01-15  8:57 ` Ingo Molnar
  2008-01-15  9:08   ` Andi Kleen
  1 sibling, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2008-01-15  8:57 UTC (permalink / raw)
  To: Andi Kleen; +Cc: sam, tglx, linux-kernel


* Andi Kleen <andi@firstfloor.org> wrote:

> On a fresh object dir I get for a 32bit build:

you seem to have a modified git repository.

> KBUILD_IMAGE := arch/x86/boot/bzImage
> make[2]: KBUILD_IMAGE: Command not found
> make[2]: *** [all] Error 127
> make[1]: *** [sub-make] Error 2
> make: *** [all] Error 2
> 
> I think it worked on older object dirs where not everything was rebuild.

have you changed your git setup recently? In particular, do you have any 
spaces-to-tabs conversion features enabled? That could perhaps have 
caused this problems.

	Ingo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Latest git-x86 doesn't build on 32bit
  2008-01-15  8:57 ` Ingo Molnar
@ 2008-01-15  9:08   ` Andi Kleen
  2008-01-15 10:01     ` Ingo Molnar
  0 siblings, 1 reply; 5+ messages in thread
From: Andi Kleen @ 2008-01-15  9:08 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Andi Kleen, sam, tglx, linux-kernel

On Tue, Jan 15, 2008 at 09:57:57AM +0100, Ingo Molnar wrote:
> 
> * Andi Kleen <andi@firstfloor.org> wrote:
> 
> > On a fresh object dir I get for a 32bit build:
> 
> you seem to have a modified git repository.

Would surprise me -- i regularly remove the old one and reclone
fresh.

Also didn't other people complain about build problems too?

Anyways I'll try today's git now.

> 
> > KBUILD_IMAGE := arch/x86/boot/bzImage
> > make[2]: KBUILD_IMAGE: Command not found
> > make[2]: *** [all] Error 127
> > make[1]: *** [sub-make] Error 2
> > make: *** [all] Error 2
> > 
> > I think it worked on older object dirs where not everything was rebuild.
> 
> have you changed your git setup recently? In particular, do you have any 
> spaces-to-tabs conversion features enabled? That could perhaps have 
> caused this problems.

No. The only gitconfig I have is renamelimit=0

-Andi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Latest git-x86 doesn't build on 32bit
  2008-01-15  9:08   ` Andi Kleen
@ 2008-01-15 10:01     ` Ingo Molnar
  0 siblings, 0 replies; 5+ messages in thread
From: Ingo Molnar @ 2008-01-15 10:01 UTC (permalink / raw)
  To: Andi Kleen; +Cc: sam, tglx, linux-kernel


* Andi Kleen <andi@firstfloor.org> wrote:

> On Tue, Jan 15, 2008 at 09:57:57AM +0100, Ingo Molnar wrote:
> > 
> > * Andi Kleen <andi@firstfloor.org> wrote:
> > 
> > > On a fresh object dir I get for a 32bit build:
> > 
> > you seem to have a modified git repository.
> 
> Would surprise me -- i regularly remove the old one and reclone fresh.
> 
> Also didn't other people complain about build problems too?

not that i know of. (Got reports about the "only half of x86.git got 
uploaded last night" problem but that is distinct.)

> Anyways I'll try today's git now.

ok.

	Ingo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-01-15 10:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-14 22:16 Latest git-x86 doesn't build on 32bit Andi Kleen
2008-01-15  8:29 ` Ingo Molnar
2008-01-15  8:57 ` Ingo Molnar
2008-01-15  9:08   ` Andi Kleen
2008-01-15 10:01     ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox