[OE-core] [PATCH] bzip2: set correct soname

Robert Yang liezhi.yang at windriver.com
Fri Apr 8 02:59:06 UTC 2016



On 04/07/2016 05:50 PM, Robert Yang wrote:
>
>
> On 04/07/2016 05:12 PM, Burton, Ross wrote:
>>
>> On 7 April 2016 at 03:37, Robert Yang <liezhi.yang at windriver.com
>> <mailto:liezhi.yang at windriver.com>> wrote:
>>
>>     I got this error when build in an old build dir:
>>
>>     | pbzip2: error while loading shared libraries: libbz2.so.0: cannot open
>>     shared object file: No such file or directory
>>     | WARNING: exit code 127 from a shell command.
>>     | ERROR: Function failed: do_image_tar (log file is located at
>>
>> /buildarea/lyang1/test_fetch/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/temp/log.do_image_tar.33968)
>>
>>     ERROR: Task 19
>>     (/buildarea/lyang1/poky/meta/recipes-core/images/core-image-minimal.bb
>>     <http://core-image-minimal.bb>, do_image_tar) failed with exit code '1'
>>
>>     It is OK when clean pbzip2-native and rebuild. But I wonder how can this
>>     happen since pbzip2-native DEPENDS on bzip2-native.
>>
>>
>> Can you find the cooker log for this run?  Did it rebuild pbzip2-native as
>> expected?
>
> Yes, it did:
>
> NOTE: recipe pbzip2-native-1.1.13-r0: task do_populate_sysroot: Started
> NOTE: recipe pbzip2-native-1.1.13-r0: task do_populate_sysroot: Succeeded
>

I think that I've figured out the reason, do_compile re-runs, but make does
nothing:

make: Nothing to be done for `all'

I will send a patch for it.

// Robert

> // Robert
>
>>
>> Ross



More information about the Openembedded-core mailing list