https://bugs.freedesktop.org/show_bug.cgi?id=84315

Michael Meeks <michael.me...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.me...@collabora.com

--- Comment #21 from Michael Meeks <michael.me...@collabora.com> ---
Worth checking for symbol conflicts between dbaccess and mergedlibs I guess; I
did a quick:

objdump -T instdir/program/libdbtoolslo.so   | c++filt | grep -v '\*UND\*' |
grep -v '    connectivity::' | grep -v '    dbtools::' | grep -v 'non-virtual
thunk to connectivity::' | grep -v 'non-virtual thunk to dbtools::' | grep -v '
 vtable ' | grep -v '   typeinfo ' | less

And I spotted:

createDataAccessToolsFactory

which looks unusual to me.

I suggest someone with a bit of a clue - go on Bjoern you know you want to
does:

git grep -10 createDataAccessToolsFactory

and applies the obvious fixup =)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to