Tuesday, August 16, 2022

Re: Update py-qt5 and friends

Le Tue, Aug 16, 2022 at 05:16:58PM +0100, Stuart Henderson a écrit :
> I hit this on a test build I'm doing on i386. It has updated py-setuptools
> but I don't think that will affect this (I can run a clean one to make sure
> when the machines are free)
>
> Errors are like this:
>
> ld: error: /usr/local/lib/libqscintilla2_qt5.so.1.0: undefined reference to Scintilla::RunStyles<long, int>::~RunStyles() [--no-allow-shlib-undefined]
>
> Build log first, cxxfilt'd symbol names from libqscintilla2_qt5.so.1.0
> below, here's the matching one from the first error above
>
> U Scintilla::RunStyles<long, int>::~RunStyles()
>
> missing inter-library link? is this working on amd64?

i can reproduce the issue on an i386 vm, same symptoms. Works on amd64,
Qsci binary links fine.

interestingly nm -g on libscintilla2_qt5.so.1.0 yields no RunStyle
symbols, defined or not.

No comments:

Post a Comment