[packages/rocksdb] - updated to 3.13.1 (note: soname set/changed) - updated libdir patch

Jakub Bogusz qboosh at pld-linux.org
Sun Sep 20 18:43:58 CEST 2015


On Wed, Sep 16, 2015 at 07:42:43AM +0300, Elan Ruusamäe wrote:
> On 15.09.2015 19:58, qboosh wrote:
> >+# std::__once_call, std::__once_callable non-function symbols
> >+%define		skip_post_check_so	librocksdb.so.*
> >+
> 
> should the check_so function be fixed? to exclude non-functions?

Not so easy with current approach.
This check uses `objdump -T` output, filtered for non-weak symbols
not defined in particular library (*UND*) and having "normal" type
(i.e. not resolved as functions, files or objects).
Unfortunately `objdump -T` output for resolved symbols referring to
e.g. data structures doesn't differ from unresolved symbols of any
kind.


-- 
Jakub Bogusz    http://qboosh.pl/


More information about the pld-devel-en mailing list