From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N26J1-0007y0-9p for qemu-devel@nongnu.org; Sun, 25 Oct 2009 12:50:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N26Iw-0007x8-LR for qemu-devel@nongnu.org; Sun, 25 Oct 2009 12:50:58 -0400 Received: from [199.232.76.173] (port=44983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N26Iw-0007x5-Fs for qemu-devel@nongnu.org; Sun, 25 Oct 2009 12:50:54 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:51896) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N26Iw-00077A-5N for qemu-devel@nongnu.org; Sun, 25 Oct 2009 12:50:54 -0400 Received: by ewy7 with SMTP id 7so9523527ewy.34 for ; Sun, 25 Oct 2009 09:50:52 -0700 (PDT) Sender: Rabin Vincent Date: Sun, 25 Oct 2009 22:20:35 +0530 From: Rabin Vincent Subject: Re: [Qemu-devel] qemu-i386 -L / /usr/bin/perl -e 'print `perl -v`' doesn't print Message-ID: <20091025165035.GA2582@debian> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jay Schulist Cc: qemu-devel@nongnu.org On Thu, Oct 22, 2009 at 10:25:59AM -0700, Jay Schulist wrote: > I have an issue with perl and qemu that I'm hoping someone knows what > is happening. I'm using qemu-i386 on a fedora 11 intel system and the > following command fails: > > $ qemu-i386 -L / /usr/bin/perl -e 'print `perl -v`' [...] > I am using qemu-i386 v0.11.0 as shown below and other binaries run > under qemu look fine. Could you suggest a way to get this perl command > working. Applying this patch (i386-linux-user NPTL support) makes it work: http://lists.gnu.org/archive/html/qemu-devel/2009-08/msg01041.html Rabin