Re: [arch-general] ssh askpass problem after todays updates to qt 5.14.1 - closed

2020-01-27 Thread Genes Lists via arch-general
On 1/27/20 8:19 AM, Genes Lists via arch-general wrote:

Thank you - this was fixed with the updated plasma-integration-5.17.5-2.

All fine now.


Re: [arch-general] ssh askpass problem after todays updates to qt 5.14.1

2020-01-27 Thread Genes Lists via arch-general
On 1/27/20 10:38 AM, Genes Lists via arch-general wrote:
> On 1/27/20 10:18 AM, Neven Sajko wrote:
...

Ooops - I meant on /usr/bin/qt4-ssh-askpass above with regards to libs
and symbols.


Re: [arch-general] ssh askpass problem after todays updates to qt 5.14.1

2020-01-27 Thread Genes Lists via arch-general
On 1/27/20 10:18 AM, Neven Sajko wrote:
>> Wonder if the latter really is qt4 or just needs to be renamed.
> 
> Perhaps ldd could help you to check? Just run "ldd
...
Thanks

1) I did run ldd on ksshaskpass and indeed it shows only qt5 libs. Since
I'm not familiar with these libs, I cannot tell if they are providing
backward compatibility or if the client is updated to qt5 or perhaps no
updates are actually needed.


I also ran 'objdump -T' to get the list of external symbols, but while
that showed Qt5 libs only as well, it didn't help me differentiate as
the names contain things like Qstring etc ... without explicit refs to
Qt5 or Qt4. So I just wasn't sure.

I suppose either way the "name" should be changed from qt4. Also not
sure if this is an arch thing or upstream.

2) Also, running ksshaskpass in gdb shows its crashing in
/usr/lib/qt/plugins/styles/breeze.so

regards

gene


Re: [arch-general] ssh askpass problem after todays updates to qt 5.14.1

2020-01-27 Thread Neven Sajko via arch-general
> Wonder if the latter really is qt4 or just needs to be renamed.

Perhaps ldd could help you to check? Just run "ldd
/path/to/executable" to see (recursively) all the shared libraries the
executable dynamically links to. If in need of a more advanced tool,
Ghidra could be it (but it is not packaged yet).


[arch-general] ssh askpass problem after todays updates to qt 5.14.1

2020-01-27 Thread Genes Lists via arch-general


After the recent updates to qt 5.14.1, both ksshaskpass as well as
qt4-ssh-askpass (provided by openssh-askpass) programs dump core.

Perhaps these need to be recompiled against the newer qt libraries?

Wonder if the latter really is qt4 or just needs to be renamed.

thanks.

gene