Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2008 12:50:08 +0200
From:      Roman Divacky <rdivacky@freebsd.org>
To:        Chagin Dmitry <chagin.dmitry@gmail.com>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: [patch] linux-x86-64 (for comments)
Message-ID:  <20080510105008.GA71225@freebsd.org>
In-Reply-To: <alpine.BSF.1.10.0805091835080.3602@ora.chd.net>
References:  <20080508165244.GA68088@freebsd.org> <alpine.BSF.1.10.0805082102050.6489@ora.chd.net> <20080508170819.GA68720@freebsd.org> <alpine.BSF.1.10.0805082117170.6489@ora.chd.net> <20080508172503.GA69463@freebsd.org> <alpine.BSF.1.10.0805082210000.6489@ora.chd.net> <20080508195310.GA74606@freebsd.org> <alpine.BSF.1.10.0805090003520.8334@ora.chd.net> <20080508210641.GA81647@freebsd.org> <alpine.BSF.1.10.0805091835080.3602@ora.chd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 09, 2008 at 07:02:05PM +0400, Chagin Dmitry wrote:
> 
> hi.
> 
> Recently with Roman have decided to make emulation linux-x86-64.
> Here a patch: http://81.200.6.196/linux-x86-64.diff.tar.gz
 
witten ~# fetch http://81.200.6.196/linux-x86-64.diff.tar.gz
fetch: http://81.200.6.196/linux-x86-64.diff.tar.gz: No route to host


> That's made:
> created module infrastructure.
> existing files are copied (removed unsupported syscalls,
> commented some code, etc...) signals unsupported yet.
> The module is compiled, but linux64 binaries hangs at loading libc:
> 
> ora# /compat/linux/bin/pwd
>       6078:
>       6078:     file=libc.so.6 [0];  needed by /compat/linux/bin/pwd [0]
>       6078:     find library=libc.so.6 [0]; searching
>       6078:      search cache=/etc/ld.so.cache
>       6078:      search path=/lib64/tls:/lib64:/usr/lib64/tls:/usr/lib64
>         (system search path)
>       6078:       trying file=/lib64/tls/libc.so.6
>       6078:       trying file=/lib64/libc.so.6
> /compat/linux/bin/pwd: error while loading shared libraries: 
> /lib64/libc.so.6: c
> annot read file data: Error 9
> 
> Work proceeds further :)
> 
> That is necessary: review && comments about modificated existing 
> sys/compat/linux files. The help from glibc experts - now i shall not 
> understand where it is fallen off.

Dmitry has fixed this (a wrong AUX entry). I think we should sponsor
him with a p4 account...

great work!

roman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080510105008.GA71225>