Bug 446746 - Cannot find any shared object files
Summary: Cannot find any shared object files
Status: RESOLVED WORKSFORME
Alias: None
Product: kontact
Classification: Applications
Component: general (show other bugs)
Version: 5.18.3
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-09 18:19 UTC by laubblaeser
Modified: 2022-01-17 04:36 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description laubblaeser 2021-12-09 18:19:59 UTC
SUMMARY
Kontact cannot find any shared object files.

STEPS TO REPRODUCE
Sorry, no idea how to generally reproduce this on another system than mine.

OBSERVED RESULT
Kontact cannot find any shared object files. However, these files do exist inside their respective folders (e.g. `/usr/lib/qt/plugins/pim/kcms/kmail/`). It is therefore impossible for me to setup any components of Kontact at all.

EXPECTED RESULT
The shared object files should be found by Kontact such  that I can use the components like KMail and KOrganizer.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: 5.15.6-2-MANJARO (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION
Comment 1 Nicolas Fella 2021-12-14 01:01:22 UTC
Please post the exact error messages
Comment 2 laubblaeser 2021-12-18 16:12:54 UTC
(In reply to Nicolas Fella from comment #1)
> Please post the exact error messages

Sure, sorry. Thought it wouldn't be necessary to post all the exact errror messages here because they're very different for each module that's missing (e.g. KMail or KOrganizer) and my system is in German (so possibly the error messages are less helpful).

Anyways, I'll go through all the tabs in Kontact settings and post the messages here.

For summary:
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/summary/kcmkmailsummary.so`

For KMail:
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/kmail/kcm_kmail_accounts.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/kmail/kcm_kmail_appearance.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/kmail/kcm_kmail_composer.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/kmail/kcm_kmail_security.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/kmail/kcm_kmail_plugins.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/kmail/kcm_kmail_misc.so`

For KAddressbook:
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/kaddressbook/kaddressbook_config_userfeedback.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/kaddressbook/kaddressbook_config_plugins.so`

For KOrganizer:
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_configgroupscheduling.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_configtime.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_configviews.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_configcolorsandfonts.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_configmain.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_userfeedback.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_configfreebusy.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_configplugins.so`
`Could not load plugin from /usr/lib/qt/plugins/pim/kcms/korganizer/korganizer_configdesignerfields.so`

I've double checked an all the shared objects listed here do exist in those folders.

If you need any more info, I'm happy to provide it. :)
Comment 3 laubblaeser 2021-12-18 16:15:35 UTC
Starting Kontact from the terminal, I'm immediately greeted by the following errors:

kf.coreaddons: "Could not load plugin from /usr/lib/qt/plugins/kontact5/kontact_specialdatesplugin.so"
org.kde.pim.kontact: Error loading plugin "/usr/lib/qt/plugins/kontact5/kontact_specialdatesplugin.so" "Could not load plugin from /usr/lib/qt/plugins/kontact5/kontact_specialdatesplugin.so"
kf.coreaddons: "Could not load plugin from /usr/lib/qt/plugins/kontact5/kontact_kmailplugin.so"
org.kde.pim.kontact: Error loading plugin "/usr/lib/qt/plugins/kontact5/kontact_kmailplugin.so" "Could not load plugin from /usr/lib/qt/plugins/kontact5/kontact_kmailplugin.so"
kf.coreaddons: "Could not load plugin from /usr/lib/qt/plugins/kontact5/kontact_todoplugin.so"
org.kde.pim.kontact: Error loading plugin "/usr/lib/qt/plugins/kontact5/kontact_todoplugin.so" "Could not load plugin from /usr/lib/qt/plugins/kontact5/kontact_todoplugin.so"
kf.coreaddons: "Could not load plugin from /usr/lib/qt/plugins/kontact5/kontact_korganizerplugin.so"
org.kde.pim.kontact: Error loading plugin "/usr/lib/qt/plugins/kontact5/kontact_korganizerplugin.so" "Could not load plugin from /usr/lib/qt/plugins/kontact5/kontact_korganizerplugin.so"

Opening Kontact settings produces the errors posted in the comment above.

Closing Kontact results in the following:

kf.xmlgui: 0x564a71ca2360 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes.
kf.xmlgui: 0x564a71c98310 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes.
kf.xmlgui: 0x564a71daf768 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes.
Comment 4 Nicolas Fella 2021-12-18 16:31:36 UTC
I just installed kontact and korganizer on Manjaro and everything seems fine. Does this still happen with an up to date system?
Comment 5 laubblaeser 2021-12-18 16:49:45 UTC
(In reply to Nicolas Fella from comment #4)
> I just installed kontact and korganizer on Manjaro and everything seems
> fine. Does this still happen with an up to date system?

Yes, it's an up to date system on testing branch. I'm more and more certain that it's a problem with Manjaro but I'm absolutely unsure how to solve it, since I've already tried reinstalling all the components, made sure that the shared objects are present, etc.

If you can't reproduce it and you don't happen to have some idea how I might find out what the problem is, then we can safely close this bug report again, I suppose. It's probably a one-time occurrence on my specific system that I've borked somewhere in its lifetime. :D
Comment 6 Nicolas Fella 2021-12-18 17:48:25 UTC
I'm leaning towards a Manjaro/setup issue too, but I can't quite prove it.

Running "QT_DEBUG_PLUGINS=1 kontact" might tell us more
Comment 7 Bug Janitor Service 2022-01-02 04:34:52 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 8 Bug Janitor Service 2022-01-17 04:36:40 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!