All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Krause <chkr@plauener.de>
To: uml-devel <user-mode-linux-devel@lists.sourceforge.net>
Subject: Re: [uml-devel] Fedora core 11 and UML kernel compile
Date: Fri, 26 Jun 2009 14:12:02 +0200	[thread overview]
Message-ID: <4A44BB12.1010605@plauener.de> (raw)
In-Reply-To: <1244664800.22809.31.camel@localhost>

Hi,

Vincent Perrier wrote:
> Fedora 11 cannot compile uml kernels (2.6.29.4 and 2.6.30),
> here is the error:
>    . . .
>    . . .
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> /usr/bin/ld:arch/um/kernel/vmlinux.lds:1: ignoring invalid character `#'
> in expression
> 
> I have no knowledge at all of kernel compilation, so I have no idea
> how to get it compiled.

The root cause of the problem is a change in the behavior of the bash.
Fedora 11 uses bash 4 which does not pass environmental variables
containing "." to sub-processes. Since the kernel's Makefiles rely on
this feature, the mentioned error occurs.

Right now there is a discussion on the bash's mailing list whether this
behavior is correct or not:
http://lists.gnu.org/archive/html/bug-bash/2009-06/msg00078.html

So it is unclear right now whether the problem should be fixed in the
bash, in make or in the kernel's Makefiles. Let's see what's the outcome
of the discussion with the bash developers.


Best regards,
Christian

------------------------------------------------------------------------------
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


      reply	other threads:[~2009-06-26 13:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-10 20:13 [uml-devel] Fedora core 11 and UML kernel compile Vincent Perrier
2009-06-26 12:12 ` Christian Krause [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A44BB12.1010605@plauener.de \
    --to=chkr@plauener.de \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.