From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TUvJZ-0000HF-DZ for openembedded-core@lists.openembedded.org; Sun, 04 Nov 2012 09:12:17 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id qA47wN3o026990 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 4 Nov 2012 00:58:23 -0700 (PDT) Received: from [128.224.163.142] (128.224.163.142) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.318.4; Sun, 4 Nov 2012 00:58:22 -0700 Message-ID: <5096201C.1080407@windriver.com> Date: Sun, 4 Nov 2012 15:58:20 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Richard Purdie References: <508F8AD7.2000006@windriver.com> <1351671493.2828.71.camel@ted> <50932FD4.6090307@windriver.com> <1351855707.6502.34.camel@ted> In-Reply-To: <1351855707.6502.34.camel@ted> Cc: Morten Minde Neergaard , Patches and discussions about the oe-core layer Subject: Re: devshell spawning twice X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 08:12:17 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 11/02/2012 07:28 PM, Richard Purdie wrote: > On Fri, 2012-11-02 at 10:28 +0800, Robert Yang wrote: >> >> On 10/31/2012 04:18 PM, Richard Purdie wrote: >>> On Tue, 2012-10-30 at 16:07 +0800, Robert Yang wrote: >>>> I met the same problem on openSUSE 12.1 64 bit. >>>> >>>> I used ssh -X to opensuse, and my client is Ubuntu 11.10 32bit >>> >>> The trouble is the removal of: >>> >>> os.environ[export] = str(value) >>> >>> I think we're going to have to add this back since it looks like we need >>> the parent environment adjusted as well as that of the child. >>> >>> For now I'm tempted to add that line back... >> >> Hi Richard, >> >> I'm sorry, but it doesn't work well, it only spawns once now, >> but the environment is incorrect, for example, the PATH: >> >> $ echo $PATH >> /usr/lib64/ccache:/usr/local/bin:/usr/bin >> >> I tested it on Fedore 17 64bit and openSUSE 12.1 64, either of them >> didn't work. > > Thanks for reporting that, I've just pushed a fix for this. > Thanks, it worked well now. // Robert > Cheers, > > Richard > > >