From: BlaisorBlade <blaisorblade_spam@yahoo.it>
To: roland <for_spam@gmx.de>, Jeff Chua <jeff98@silk.corp.fedex.com>
Cc: UserModeLinux <user-mode-linux-devel@lists.sourceforge.net>
Subject: Re: [uml-devel] patch for 2.6.6-rc1
Date: Fri, 30 Apr 2004 15:45:10 +0200 [thread overview]
Message-ID: <200404301545.10555.blaisorblade_spam@yahoo.it> (raw)
In-Reply-To: <08bf01c427fb$86cb9520$2000000a@schlepptopp>
Alle 01:51, giovedì 22 aprile 2004, roland ha scritto:
> hi jeff,
> sorry, but it still doesn`t work for me.
> i tried both kernel 2.6.6-rc1 and 2.6.6-rc2 sources to compile a guest
> kernel.
>
> i have attached a log from what i have done - errors are at the end.
Please post the arch/um/kernel/config.c file the build produced, which gave
the error. The change to the "QUOTE" line is to be analyzed. The other person
("gboutwel" <gboutwel@praize.com>) having problems had not this one because
he did not reach this step.
I've finally seen what it does:
-QUOTE = 'my $$config=`cat $(TOPDIR)/.config`; $$config =~ s/"/\\"/g ;
$$config =~ s/\n/\\n"\n"/g ; while(<STDIN>) { $$_ =~ s/CONFIG/$$config/;
print $$_ }'
+QUOTE = 'my $$config=`cat $(TOPDIR)/.config`; $$config =~ s/"/\\"/g ;
$$config =~ s/\\n/\\\n"\\n"/g ; while(<STDIN>) { $$_ =~ s/CONFIG/$$config/;
print $$_ }'
the change is from:
$$config =~ s/\n/\\n"\n"/g
to:
$$config =~ s/\\n/\\\n"\\n"/g
probably because the PERL code needs to be quoted once more.
--
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&opÌk
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2004-04-30 16:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-16 14:04 [uml-devel] patch for 2.6.6-rc1 Jeff Chua
2004-04-21 1:11 ` roland
2004-04-21 6:33 ` Jeff Chua
2004-04-21 23:51 ` roland
2004-04-22 0:07 ` Jeff Chua
2004-04-22 8:11 ` Primero
2004-04-30 15:01 ` [uml-user] " BlaisorBlade
2004-04-30 13:45 ` BlaisorBlade [this message]
2004-05-01 21:18 ` roland
2004-05-10 18:46 ` BlaisorBlade
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=200404301545.10555.blaisorblade_spam@yahoo.it \
--to=blaisorblade_spam@yahoo.it \
--cc=for_spam@gmx.de \
--cc=jeff98@silk.corp.fedex.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox