Re: confirmed: kernel build for 2.6.8-rc3 is broken for at least i386

From: Paweł Sikora
Date: Sat Aug 07 2004 - 11:22:45 EST


On Thursday 05 of August 2004 22:33, Sam Ravnborg wrote:
> On Thu, Aug 05, 2004 at 04:17:56PM +0200, Alexander Stohr wrote:
> > As you, and possibly others can see,
> > the compilation happens from the arch/i386/kernel/timers subdir,
> > where we got lead to by th arch/i386/kernel subdir directly
> > and in this case the needed settings seem to lack despite they
> > were present in a former stage of the compilation.
>
> What happens is that the value assigned to AFLAGS_vmlinux.lds.o is lost
> between the first and the second invocation of make in arch/i386/kernel
>
> The only difference is the setting of LANG etc. - which you deleted
> from the log.
>
> Pleae try to delete the following lines from the top-level Makefile and try
> again:
>
> line 622-626:
> $(Q)if [ ! -z $$LC_ALL ]; then \
> export LANG=$$LC_ALL; \
> export LC_ALL= ; \
> fi; \
> export LC_COLLATE=C; export LC_CTYPE=C; \

- $(Q)if [ ! -z $$LC_ALL ]; then \
- export LANG=$$LC_ALL; \
- export LC_ALL= ; \
- fi; \
- export LC_COLLATE=C; export LC_CTYPE=C; \
+ $(Q) \

^^^ works for me.

> If this cures the problem then please provide me with you LANG settings.
> Both LANG and LC_* variables.

only LANG=pl_PL

--
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */

#define say(x) lie(x)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/