From: Blaisorblade <blaisorblade@yahoo.it>
To: Rob Landley <rob@landley.net>
Cc: user-mode-linux-devel@lists.sourceforge.net,
Jeff Dike <jdike@addtoit.com>
Subject: Re: [uml-devel] Getting the x86-64 rollup patch to work on my x86 laptop.
Date: Fri, 18 Nov 2005 08:58:43 +0100 [thread overview]
Message-ID: <200511180858.43760.blaisorblade@yahoo.it> (raw)
In-Reply-To: <200511180133.52547.rob@landley.net>
On Friday 18 November 2005 08:33, Rob Landley wrote:
> On Friday 18 November 2005 01:26, Blaisorblade wrote:
> > On Friday 18 November 2005 07:48, Rob Landley wrote:
> > > On Thursday 17 November 2005 21:12, Jeff Dike wrote:
> > > > On Thu, Nov 17, 2005 at 04:51:33PM -0600, Rob Landley wrote:
> > > > > find . -name asm
> > > > asm-um/ldt.h contains a typedef of uml_ldt_t
> > > asm-um/ldt.h is a 0 byte file.
> > Damnit! Do rm on it and things will work (Makefiles will create a symlink
> > to ldt-$(SUBARCH) in its place). We had this problem in the past, and
> > exactly for a mis-formed patch with quilt.
> Should I delete all of them, then?
It shouldn't do any harm removing them... for headers like that the 0-length
file prevents the creation of the symlink.
Also, I think that even when the patch is wrong (doesn't remove the file),
applying it with quilt does the right thing.
> find . -size 0b
> ./arch/um/drivers/ubd_user.c
> ./arch/um/include/signal_user.h
.......
> ./fs/hostfs/Makefile
> ./fs/hostfs/hostfs.h
> ./fs/hostfs/hostfs_kern.c
> ./fs/hostfs/hostfs_user.c
> ./include/asm-um/ldt.h
JEEFF :-| ? Where are you? How should I hunt you ;-))) ?
> Let's see...
> find . -size 0b | xargs rm
> Oh that's a _much_ happier build. It's got various warnings about iplicit
> declarations and unused variables but none of those big long chains of "in
> file included from" and the build made it all the way to the link stage
> before dying:
> CC lib/semaphore-sleepers.o
> CC lib/sha1.o
> CC lib/string.o
> CC lib/vsprintf.o
> AR lib/lib.a
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
>
> arch/um/sys-i386/built-in.o(.text+0x3b60): In function `load_TLS':
> : undefined reference to `indirect_set_thread_area'
>
> collect2: ld returned 1 exit status
> KSYM .tmp_kallsyms1.S
> nm: '.tmp_vmlinux1': No such file
> No valid symbol.
> make[2]: *** [.tmp_kallsyms1.S] Error 1
> make[1]: *** [_all] Error 2
> make: *** [all] Error 2
>
> This is progress!
Disable TT mode or play with such things IIRC - actually there's a proper fix
along lines of "move #ifdef's inside sys-i386/tls.c to properly cater to
dependencies" if you want.
This comes from the TLS patches btw...
--
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
___________________________________
Yahoo! Messenger: chiamate gratuite in tutto il mondo
http://it.messenger.yahoo.com
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
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:[~2005-11-18 7:49 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-16 17:00 [uml-devel] Getting the x86-64 rollup patch to work on my x86 laptop Rob Landley
2005-11-16 19:42 ` Bodo Stroesser
2005-11-16 22:19 ` Jeff Dike
2005-11-17 0:11 ` Rob Landley
2005-11-17 5:26 ` Jeff Dike
2005-11-17 13:16 ` Rob Landley
2005-11-17 16:37 ` Jeff Dike
2005-11-17 15:58 ` Rob Landley
2005-11-17 17:26 ` Jeff Dike
2005-11-17 17:40 ` Jeff Dike
2005-11-17 22:19 ` Rob Landley
2005-11-17 14:46 ` Rob Landley
2005-11-17 17:24 ` Jeff Dike
2005-11-17 18:40 ` Jeff Dike
2005-11-17 22:51 ` Rob Landley
2005-11-17 23:12 ` Rob Landley
2005-11-18 3:12 ` Jeff Dike
2005-11-18 6:14 ` Rob Landley
2005-11-18 6:32 ` Rob Landley
2005-11-18 6:48 ` Rob Landley
2005-11-18 7:26 ` Blaisorblade
2005-11-18 7:33 ` Rob Landley
2005-11-18 7:58 ` Blaisorblade [this message]
2005-11-18 8:59 ` Rob Landley
2005-11-19 2:35 ` Blaisorblade
2006-01-11 21:52 ` [uml-devel] tls incrementals for 2.6.15 breaking build ... still? D. Bahi
2006-01-12 5:29 ` D. Bahi
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=200511180858.43760.blaisorblade@yahoo.it \
--to=blaisorblade@yahoo.it \
--cc=jdike@addtoit.com \
--cc=rob@landley.net \
--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