From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 18 18:42:24 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C6211065672 for ; Tue, 18 Mar 2008 18:42:24 +0000 (UTC) (envelope-from gary@velocity-servers.net) Received: from longhorn.velocity-servers.net (longhorn.velocity-servers.net [65.99.246.30]) by mx1.freebsd.org (Postfix) with ESMTP id F11F68FC17 for ; Tue, 18 Mar 2008 18:42:23 +0000 (UTC) (envelope-from gary@velocity-servers.net) Received: from pool-70-106-59-217.hag.east.verizon.net ([70.106.59.217] helo=dragoon.velocity-servers.net) by longhorn.velocity-servers.net with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JbglU-00087z-0c; Tue, 18 Mar 2008 13:42:24 -0500 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 18 Mar 2008 14:42:20 -0400 To: sam From: Gary Stanley In-Reply-To: <47DFE9EF.8070106@gmail.com> References: <47C27DF2.8060509@gmail.com> <47c7fee9.4d5c220a.704b.ffffb176SMTPIN_ADDED@mx.google.com> <47DFDD95.60709@gmail.com> <47DFE9EF.8070106@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - longhorn.velocity-servers.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [26 6] / [26 6] X-AntiAbuse: Sender Address Domain - velocity-servers.net Message-Id: <20080318184223.F11F68FC17@mx1.freebsd.org> Cc: freebsd-emulation@freebsd.org Subject: Re: info for discussion of syscall getdents() kern/117010 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2008 18:42:24 -0000 At 12:12 PM 3/18/2008, sam wrote: >>>"cd /compat/linux && fetch >>>ftp://rpmfind.net/linux/fedora/development/x86_64/os/Packages/glibc-2.7.90-7.i386.rpm" >>> >>>Then you do a simple "rpm2cpio glibc-2.7.90-7.i386.rpm | cpio -idvu" >>> >>>-Gary >>> >>linux_base-fc6-6_5 (include >>http://mirrors.kernel.org/fedora/core/updates/6/i386/glibc-devel-2.5-18.fc6.i386.rpm) >> >>trouble fixing with glibc-devel-2.5-18.fc6.i386.rpm >> >sorry, test failed with glibc-devel-2.5-18.fc6.i386.rpm > >/Vladimir Ermakov Can you try this glibc package? ftp://195.220.108.108/linux/fedora/development/x86_64/os/Packages/glibc-2.7.90-9.i386.rpm I've been able to run everything successfully with that glibc package. -G