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

Robert Yang liezhi.yang at windriver.com
Thu Apr 7 02:37:18 UTC 2016


Hi Ross,

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, 
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.

// Robert

On 04/06/2016 04:23 PM, Burton, Ross wrote:
>
> On 5 April 2016 at 23:02, Andre McCurdy <armccurdy at gmail.com
> <mailto:armccurdy at gmail.com>> wrote:
>
>     > +libbz2_la_LDFLAGS = -version-info 1:6:0
>
>     1:6:0 or 1:0:6 ?
>
>
> 1:6:0 results in /usr/lib/libbz2.so.1.0.6, which is what upstream intended in
> their broken Makefile that we don't use.
>
> Ross
>
>



More information about the Openembedded-core mailing list