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

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #21 from Michael Meeks <[email protected]> ---
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
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to