From: Blaisorblade <blaisorblade@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: Phill Wombat <uml@webwombat.com>
Subject: Re: [uml-devel] 2.6.13.4-bs4 released - fixes for SKAS0 problems - careful about COW
Date: Fri, 21 Oct 2005 11:20:06 +0200 [thread overview]
Message-ID: <200510211120.08231.blaisorblade@yahoo.it> (raw)
In-Reply-To: <1129841654.10146.14.camel@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]
On Thursday 20 October 2005 22:54, Phill Wombat wrote:
> Hi List,
>
> Start the process of compiling 2.6.13.4-bs4.
>
> x86_64 host, i386 UML.
>
> Using same config as successful 2.6.12.5-bb12-skas0.
>
> Some compile errors encountered:
Can't reproduce that on my i386 host, and probably can't reproduce it on my
x86_64 compile environment (but I'm too lazy to reboot there).
I would bet your glibc headers have a bug somewhere (this seems a "double
inclusion of the same header" problem). However, try the attached patch.
> ================ SNIP ======================
> AS arch/um/sys-i386/stub.o
> CC arch/um/sys-i386/stub_segv.o
> In file included from /usr/include/asm/sigcontext.h:7,
> from arch/um/sys-i386/stub_segv.c:7:
> /usr/include/asm-i386/sigcontext.h:18: error: redefinition of ‘struct
> _fpreg’ /usr/include/asm-i386/sigcontext.h:23: error: redefinition of
> ‘struct _fpxreg’ /usr/include/asm-i386/sigcontext.h:29: error: redefinition
> of ‘struct _xmmreg’ /usr/include/asm-i386/sigcontext.h:33: error:
> redefinition of ‘struct _fpstate’ /usr/include/asm-i386/sigcontext.h:57:
> error: redefinition of ‘struct sigcontext’ make[1]: ***
> [arch/um/sys-i386/stub_segv.o] Error 1
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade
[-- Attachment #2: uml-stub-segv_c-compile-fix --]
[-- Type: text/x-diff, Size: 369 bytes --]
Index: linux-2.6.13/arch/um/sys-i386/stub_segv.c
===================================================================
--- linux-2.6.13.orig/arch/um/sys-i386/stub_segv.c
+++ linux-2.6.13/arch/um/sys-i386/stub_segv.c
@@ -4,7 +4,6 @@
*/
#include <signal.h>
-#include <asm/sigcontext.h>
#include <asm/unistd.h>
#include "uml-config.h"
#include "sysdep/sigcontext.h"
next prev parent reply other threads:[~2005-10-21 11:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-15 11:25 [uml-devel] 2.6.13.4-bs4 released - fixes for SKAS0 problems - careful about COW Blaisorblade
2005-10-20 20:54 ` Phill Wombat
2005-10-21 9:20 ` Blaisorblade [this message]
2005-10-21 21:13 ` Phill Wombat
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=200510211120.08231.blaisorblade@yahoo.it \
--to=blaisorblade@yahoo.it \
--cc=uml@webwombat.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