Re: [OE-core] [PATCH] python3: correct the multilib support patch

2016-06-29 Thread Dan McGregor
On 29 Jun 2016 9:44 a.m., "Randle, William C" wrote: > > On Wed, 2016-06-29 at 07:33 +0100, Richard Purdie wrote: >> >> On Wed, 2016-06-29 at 11:12 +0800, Li Zhou wrote: >>> >>> When python3 rebased its multilib patch, the hard coded "lib" path >>> isn't really changed because of the rebasing's er

Re: [OE-core] [PATCH] python3: correct the multilib support patch

2016-06-29 Thread Randle, William C
On Wed, 2016-06-29 at 07:33 +0100, Richard Purdie wrote: On Wed, 2016-06-29 at 11:12 +0800, Li Zhou wrote: When python3 rebased its multilib patch, the hard coded "lib" path isn't really changed because of the rebasing's error, and cause phthon3's failure when running on 64bit platforms as below

Re: [OE-core] [PATCH] python3: correct the multilib support patch

2016-06-28 Thread Richard Purdie
On Wed, 2016-06-29 at 11:12 +0800, Li Zhou wrote: > When python3 rebased its multilib patch, the hard coded "lib" path > isn't really changed because of the rebasing's error, and cause > phthon3's failure when running on 64bit platforms as below: > Could not find platform independent libraries > C

[OE-core] [PATCH] python3: correct the multilib support patch

2016-06-28 Thread Li Zhou
When python3 rebased its multilib patch, the hard coded "lib" path isn't really changed because of the rebasing's error, and cause phthon3's failure when running on 64bit platforms as below: Could not find platform independent libraries Could not find platform dependent libraries Consider setting