Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-29 Thread Burton, Ross
On 29 July 2015 at 04:08, Rongqing Li rongqing...@windriver.com wrote: I have update the perl bug report https://rt.perl.org/Public/Bug/Display.html?id=125603 Upstream now appears to agree with you - merging to mut. :) Ross -- ___

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-28 Thread Burton, Ross
On 27 July 2015 at 02:01, Rongqing Li rongqing...@windriver.com wrote: I think we can merge this patch. I open a defect and submit this patch, as a result, noone knows what this line can fix. https://rt.perl.org/Public/Bug/Display.html?id=125603 Reading the bug it seems a more

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-28 Thread Rongqing Li
On 2015年07月28日 20:53, Burton, Ross wrote: On 27 July 2015 at 02:01, Rongqing Li rongqing...@windriver.com mailto:rongqing...@windriver.com wrote: I think we can merge this patch. I open a defect and submit this patch, as a result, noone knows what this line can fix.

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-26 Thread Rongqing Li
On 2015年07月10日 17:39, Jussi Kukkonen wrote: On 10 July 2015 at 11:54, rongqing...@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com If build dir includes the string blib, filter it out from @INC may empty the @INC and cause build errors like: Can't locate

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-12 Thread Rongqing Li
On 2015年07月10日 18:08, Jens Rehsack wrote: Am 10.07.2015 um 11:28 schrieb Rongqing Li rongqing...@windriver.com: On 2015年07月10日 17:09, Jens Rehsack wrote: Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this

[OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread rongqing.li
From: Wenzong Fan wenzong@windriver.com If build dir includes the string blib, filter it out from @INC may empty the @INC and cause build errors like: Can't locate ExtUtils/MakeMaker.pm in @INC \ (you may need to install the ExtUtils::MakeMaker module) \ (@INC contains: .) at

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread Jens Rehsack
Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And maybe refer where you reported it upstream? Best regards, Jens Am 10.07.2015 um 10:54 schrieb rongqing...@windriver.com: From: Wenzong

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread Rongqing Li
On 2015年07月10日 17:09, Jens Rehsack wrote: Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And maybe refer where you reported it upstream? the below commands can trigger this bug; under

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread Jussi Kukkonen
On 10 July 2015 at 11:54, rongqing...@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com If build dir includes the string blib, filter it out from @INC may empty the @INC and cause build errors like: Can't locate ExtUtils/MakeMaker.pm in @INC \ (you may need to install

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-10 Thread Jens Rehsack
Am 10.07.2015 um 11:28 schrieb Rongqing Li rongqing...@windriver.com: On 2015年07月10日 17:09, Jens Rehsack wrote: Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And maybe refer