From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 36B7F13800E for ; Tue, 31 Jul 2012 18:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C67E07B7 for ; Tue, 31 Jul 2012 18:07:56 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by pigeon.gentoo.org (Postfix) with ESMTP id 5F2A7E0534 for ; Tue, 31 Jul 2012 15:45:29 +0000 (UTC) Received: by wibhm2 with SMTP id hm2so2351572wib.10 for ; Tue, 31 Jul 2012 08:45:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BN7qhWEkH+wqYoKG5/VsZkU8CqrIhsOY+20JAX0JmZE=; b=xNKPf2gMXiGmimBgv/YKuE+Cl88iNhXaweUMQuuf9r8dCm3zoWk5RfygXX641X9jPz pr1ven71MUZaXTTyUSo3oj/s6QpdlPebqUsFKwWdwJOLDDU0xCU49OKQlfUcRMRMP0F8 zAd6DPRK2qCqcrfb6U6yyF6+SbvPgFk0GebO3Ypl5MH0awa/OW4ZjbyzDxAEpi4xJuv2 WzW4L9fZAFQYfFU2D0Z1o4WtXcN8SF9AKaQbEuhGvxSEiNK9jMdFocZxuddCn+SDhjCk stst9AI5S7Y5GEuJDF+b16cVH7Q2+BacVuZ6Mn+h+wCjTDnysuSF+AIE5D7N+SqPidUH SGYw== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.96.3 with SMTP id do3mr8022292wib.5.1343749528514; Tue, 31 Jul 2012 08:45:28 -0700 (PDT) Received: by 10.216.230.167 with HTTP; Tue, 31 Jul 2012 08:45:28 -0700 (PDT) Date: Tue, 31 Jul 2012 15:45:28 +0000 Message-ID: Subject: [gentoo-soc] cross_container_support - progress report #9 From: Jing Huang To: lu_zero@gentoo.org, gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: ec547928-6446-46c8-b4e7-6a3abdea2f75 X-Archives-Hash: 1f4c3659ef02266f4ae643e877a27034 Hi, == Progress of last Week == In the last week, my qemu-linux patches had been reviewed by the qemu community. I investigated how to config dynamic libraries in lxc container.: 1. mount host's /lib /usr/lib /usr/local/lib to lxc container 2. modify lxc container's ld.so.conf to link these libs. 3. ldconfig -Nf /etc/ld.so.conf to make settings available. (The ld.so.cache will include arm libraries by default. How to ignore them?) I am still debugging this method. Additionally, I found I must execute "qemu-static-i386 x86-program" in lxc container to make it run. Is it right? == Plans for this week == 1. Still investigate dynamic libraries configure. 2. wait for vapier's help. If it is possible, would you offer me the rough tech roadmap of patching crossdev and/or the toolchain eclass you mentioned last letter? Thanks. Jing.