diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2016-09-04 22:39:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:26:08 +0100 |
commit | 2d35281de8eeeb23343478aa2c87ea0f2aa7ba06 (patch) | |
tree | 3f9310eac94db996c231a4177e1e27dee3f2be1a /meta/lib/oeqa/runtime/files/test.c | |
parent | 696dd4607766a07fcdbb7e6bfc07f3b815bc9d5c (diff) | |
download | openembedded-core-2d35281de8eeeb23343478aa2c87ea0f2aa7ba06.tar.gz openembedded-core-2d35281de8eeeb23343478aa2c87ea0f2aa7ba06.tar.bz2 openembedded-core-2d35281de8eeeb23343478aa2c87ea0f2aa7ba06.zip |
binutils: advance SRCREV to obtain versioned symbols
Libraries needing versioned symbols, for example mysql, are not
supported by current version of binutils in krogoth.
When mysql library from MariaDB is compiled with the current
version of binutils we encounter errors at runtime as seen
below where php linked to mysql tries to run:
php: relocation error: php: symbol mysql_server_init, version
libmysqlclient_16 not defined in file libmysqlclient.so.18
with link time reference
Above error appears even though symbols exist in library:
245: 000000000001ecc0 0 FUNC GLOBAL DEFAULT 13 mysql_server_init@@libmysqlclient_16
279: 000000000001ecc0 297 FUNC GLOBAL DEFAULT 13 mysql_server_init@@libmysqlclient_18
The problem results from a bug in binutils that has already been
fixed upstream as well as on the 2.26 and 2.27 branches. We advance
the SRCREV on the 2.26 branch used in krogoth release to pick up the fix.
Details about bug: https://sourceware.org/bugzilla/show_bug.cgi?id=19698
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/lib/oeqa/runtime/files/test.c')
0 files changed, 0 insertions, 0 deletions