All of lore.kernel.org
 help / color / mirror / Atom feed
From: Axel Thimm <Axel.Thimm@ATrpms.net>
To: Faye Gibbins <wibble@morpheux.org>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] Re: 2.6.6 compile crashing on Fed Core 2
Date: Thu, 15 Jul 2004 08:07:09 +0200	[thread overview]
Message-ID: <20040715060709.GA11167@neu.nirvana> (raw)
In-Reply-To: <40C20E43.1090305@morpheux.org>

[-- Attachment #1: Type: text/plain, Size: 2295 bytes --]

Hi,

On Sat, Jun 05, 2004 at 07:17:39PM +0100, Faye Gibbins wrote:
> Just finished compiling 2.6.6 with UML patch 2.6.6-1. compile crashed with:
> 
> snip---
> 
> gcc -Wl,-T,arch/um/uml.lds.s -static -Wl,--wrap,malloc -Wl,--wrap,free 
> -Wl,--wrap,calloc \
>         -o linux arch/um/main.o vmlinux -L/usr/lib -lutil
> vmlinux(.text+0x605f): In function `mem_init':
> arch/um/kernel/mem.c:71: undefined reference to `phys_page'
> vmlinux(.init.text+0x3380): In function `kmap_init':
> include/asm/pgtable.h:394: undefined reference to `pte_offset'
> collect2: ld returned 1 exit status
> make: *** [linux] Error 1
> Died at get_uml_patch.pl line 173.
> 
> snip---
> 
> gcc 3.3.3
> 
> On a PII 233 with a fresh Fed Core 2 install (everythign installed) plus 
> all current updates as of 30 May 04.

Did you solve this? I am seeing the same with 2.6.7 & blazorblade's patches.

> Can supply kernel '.config' and build script (perl) upon request, but 
> essentially I'm doing :
> 
> snip---
> 
> use constant K => '2.6.6';
> use constant TMP => '/tmp/';
> use constant PATCHWWW => 
> 'http://heanet.dl.sourceforge.net/sourceforge/user-mode-linux/';
> use constant PATCH => 'uml-patch-'.K.'-1';
> use constant PATCHMD5BZ2 => 'ac6131657b587aba2d306d3708142ec6';
> use constant PATCHMD5 => '7c27d8acc8aa0ea6fe8dec712b0d4462';
> use constant KWWW => 
> 'http://www.mirror.ac.uk/sites/ftp.kernel.org/pub/linux/kernel/v2.6/';
> use constant KERNEL => 'linux-'.K.'.tar';
> use constant KMD5BZ2 => '5218790bc3db41e77a7422969639a9ad';
> use constant KMD5 => 'eaf803a496e7b8458ba332b04b89c0c0';
> 
> #.....
> 
>     chdir TMP || die "$!";
> 
>     system("tar","-xf",TMP.KERNEL)&&die"$!";
> 
>     chdir TMP."/linux-".K || die "$!";
> 
>     print "Patching...";
>     {
> 	open(P,"<",TMP.PATCH)||die"$!";
> 	my @p = <P>;
> 	close P;
> 	
> 	open(OUT,"| patch -p1")||die"$!";
> 	print OUT @p;
> 	close OUT || die"$!";
>     }
> 
> #.....
> 
> copy("$FindBin::Bin/uml.2.6.6",TMP."/linux-".K."/.config")||die"$!";
> 
> chdir TMP."/linux-".K || die "$!";
> 
> system("make oldconfig ARCH=um") && die "$!";
> system("make linux ARCH=um") && die "$!";
> 
> snip---
> 
> Any help would be appreciated.
> 

-- 
Axel.Thimm at ATrpms.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-07-15  6:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-05 18:17 [uml-devel] 2.6.6 compile crashing on Fed Core 2 Faye Gibbins
2004-07-15  6:07 ` Axel Thimm [this message]
2004-07-18 19:24   ` [uml-devel] " 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=20040715060709.GA11167@neu.nirvana \
    --to=axel.thimm@atrpms.net \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=wibble@morpheux.org \
    /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.