Re: [blfs-support] Gwenview is unable to launch
On 9/14/20 10:52 AM, Ken Moffat via blfs-support wrote: On Mon, Sep 14, 2020 at 09:08:47AM -0400, Linux Lover via blfs-support wrote: Upon researching it seems cfisio is apart of that which is installed at 3.19 I'm at a loss lol P;lease don't top post, it makes it very hard to follow the thread. I'm unable to parse that sentence. What is 'cfisio', and what is '3.19' ? On Mon, Sep 14, 2020, 8:18 AM Elias Rudberg wrote: On Mon, 2020-09-14 at 07:09 -0400, Linux Lover via blfs-support wrote: Followed instructions http://www.linuxfromscratch.org/blfs/view/svn/kde/gwenview5.html Compiled just fine, however upon launching I get an error gwenview: symbol lookup error: gwenview: undefined symbol: _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray Any ideas? Everything is up to date on my system. I filed a bug with kde t they told me to post here. Unfortunately, with LFS/BLFS 'Everything is up to date on my system' doesn't tell us a lot about what you have installed or updated. I guess you are running what started out as an older system, and have been upgrading packages ? I don't know how to solve it but one step along the way could be to demangle that cryptic name using c++filt: $ echo _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray | c++filt FitsPlugin::capabilities(QIODevice*, QByteArray const&) const So somewhere there is a C++ class called "FitsPlugin" -- the question is, which library is supposed to provide an implementation for that? Perhaps KDE folks could at least help with answering that? / Elias Google doesn't find much for FitsPlugin related to gwenview (it found some results for photoshop, I think it might be related to astronomy (i.e. photos of starts). The plugins seem to come from KF5Kipi. That makes me wonder if you have updated qt and qwenview from an old version (at a guess, before 5.15 ahnd 20.08) where KF5Kipi was installed, but have not updated/reinstalled that. Other than that, I have no ideas - unfortunately the qwenview releases don't have any information on what changed, and I could not find any Release Notes. A couple of comments. First, gwenview works fine for me on a BLFS-10.0 system. Second, you can check the symbols in a binary with the nm utility. In this case I ran nm /opt/kf5/bin/gwenview|grep ByteArray|grep Plug and got no hits, so some library is asking for the OP's zombie symbol. I'm not going to search the 151 libraries that ldd reports for gwenview. I do not know the OP's setup, but one reason we suggest putting qt, kf5, and xorg into /opt is to make it easier to rebuild components and not mix old and new versions in the /usr hierarchy. -- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
Re: [blfs-support] Gwenview is unable to launch
On Mon, Sep 14, 2020 at 09:08:47AM -0400, Linux Lover via blfs-support wrote: > Upon researching it seems cfisio is apart of that which is installed at 3.19 > > I'm at a loss lol > P;lease don't top post, it makes it very hard to follow the thread. I'm unable to parse that sentence. What is 'cfisio', and what is '3.19' ? > On Mon, Sep 14, 2020, 8:18 AM Elias Rudberg wrote: > > > On Mon, 2020-09-14 at 07:09 -0400, Linux Lover via blfs-support wrote: > > > Followed instructions > > > http://www.linuxfromscratch.org/blfs/view/svn/kde/gwenview5.html > > > > > > Compiled just fine, however upon launching I get an error > > > > > > gwenview: symbol lookup error: > > > gwenview: undefined symbol: > > > _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray > > > > > > Any ideas? Everything is up to date on my system. I filed a bug with > > > kde t they told me to post here. Unfortunately, with LFS/BLFS 'Everything is up to date on my system' doesn't tell us a lot about what you have installed or updated. I guess you are running what started out as an older system, and have been upgrading packages ? > > > > I don't know how to solve it but one step along the way could be to > > demangle that cryptic name using c++filt: > > > > $ echo _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray | > > c++filt > > FitsPlugin::capabilities(QIODevice*, QByteArray const&) const > > > > So somewhere there is a C++ class called "FitsPlugin" -- the question > > is, which library is supposed to provide an implementation for that? > > Perhaps KDE folks could at least help with answering that? > > > > / Elias > > Google doesn't find much for FitsPlugin related to gwenview (it found some results for photoshop, I think it might be related to astronomy (i.e. photos of starts). The plugins seem to come from KF5Kipi. That makes me wonder if you have updated qt and qwenview from an old version (at a guess, before 5.15 ahnd 20.08) where KF5Kipi was installed, but have not updated/reinstalled that. Other than that, I have no ideas - unfortunately the qwenview releases don't have any information on what changed, and I could not find any Release Notes. ĸen -- I could not live without Champagne. In victory I deserve it, in defeat I need it. -- Churchill -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
Re: [blfs-support] Gwenview is unable to launch
Upon researching it seems cfisio is apart of that which is installed at 3.19 I'm at a loss lol On Mon, Sep 14, 2020, 8:18 AM Elias Rudberg wrote: > On Mon, 2020-09-14 at 07:09 -0400, Linux Lover via blfs-support wrote: > > Followed instructions > > http://www.linuxfromscratch.org/blfs/view/svn/kde/gwenview5.html > > > > Compiled just fine, however upon launching I get an error > > > > gwenview: symbol lookup error: > > gwenview: undefined symbol: > > _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray > > > > Any ideas? Everything is up to date on my system. I filed a bug with > > kde t they told me to post here. > > I don't know how to solve it but one step along the way could be to > demangle that cryptic name using c++filt: > > $ echo _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray | > c++filt > FitsPlugin::capabilities(QIODevice*, QByteArray const&) const > > So somewhere there is a C++ class called "FitsPlugin" -- the question > is, which library is supposed to provide an implementation for that? > Perhaps KDE folks could at least help with answering that? > > / Elias > > > -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
Re: [blfs-support] Gwenview is unable to launch
On Mon, 2020-09-14 at 07:09 -0400, Linux Lover via blfs-support wrote: > Followed instructions > http://www.linuxfromscratch.org/blfs/view/svn/kde/gwenview5.html > > Compiled just fine, however upon launching I get an error > > gwenview: symbol lookup error: > gwenview: undefined symbol: > _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray > > Any ideas? Everything is up to date on my system. I filed a bug with > kde t they told me to post here. I don't know how to solve it but one step along the way could be to demangle that cryptic name using c++filt: $ echo _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray | c++filt FitsPlugin::capabilities(QIODevice*, QByteArray const&) const So somewhere there is a C++ class called "FitsPlugin" -- the question is, which library is supposed to provide an implementation for that? Perhaps KDE folks could at least help with answering that? / Elias -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
[blfs-support] Gwenview is unable to launch
Followed instructions http://www.linuxfromscratch.org/blfs/view/svn/kde/gwenview5.html Compiled just fine, however upon launching I get an error gwenview: symbol lookup error: gwenview: undefined symbol: _ZNK10FitsPlugin12capabilitiesEP9QIODeviceRK10QByteArray Any ideas? Everything is up to date on my system. I filed a bug with kde t they told me to post here. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page