[OE-core] [PATCH 1/5] file: 5.22 -> 5.23

Robert Yang liezhi.yang at windriver.com
Mon Jun 29 08:31:53 UTC 2015



On 06/29/2015 04:21 PM, Richard Purdie wrote:
> On Wed, 2015-06-24 at 01:55 -0700, Robert Yang wrote:
>> Updated 0001-Add-P-prompt-into-Usage-info.patch.
>>
>> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
>> ---
>>   .../file/0001-Add-P-prompt-into-Usage-info.patch   |    6 +++---
>>   .../file/{file_5.22.bb => file_5.23.bb}            |    6 +++---
>>   2 files changed, 6 insertions(+), 6 deletions(-)
>>   rename meta/recipes-devtools/file/{file_5.22.bb => file_5.23.bb} (81%)
>
> I've noticed an additional problem with the file recipe, specifically
> that it tries to run the file it just built (in the -native case) and
> this links against libmagic.so. When it runs, it can use
> the /usr/lib/libmagic instead of the one in WORKDIR. If you have file
> 2.22 on your system (e.g. Ubuntu 15.04), you can get an error.
>
> The fix I found was to add an LD_LIBRBARY_PATH to the Makefile:
>
> 	LD_LIBRARY_PATH=$(top_builddir)/src/.libs $(FILE_COMPILE) -C -m magic
>
> which is ugly but appeared to fix the error I was seeing. There was a
> bug a while back I was unable to reproduce and this is likely the cause
> of that too, it all depends which version of libmagic you have on your
> system.

Thanks, I will fix it when upgrade to 5.24.

// Robert

>
> Cheers,
>
> Richard
>
>
>
>
>



More information about the Openembedded-core mailing list