Bug 1211984 - Kalendar crashes during launch.
Summary: Kalendar crashes during launch.
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: KDE Applications (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-Mail List
QA Contact: E-mail List
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-04 16:48 UTC by roke beedell
Modified: 2023-06-04 18:00 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description roke beedell 2023-06-04 16:48:19 UTC
https://bugs.kde.org/show_bug.cgi?id=470592#c0:

	STEPS TO REPRODUCE

		1. sudo zypper install kalendar-23.07.70git.20230602T015235~e2b9ccf-ku.64.1
		2. kalendar

		3. sudo zypper install kalendar-debuginfo-23.07.70git.20230602T015235~e2b9ccf-ku.64.1.x86_64
		4. kalendar

	OBSERVED RESULT

		(PowerShell 7.4.0-preview.3)

		Without debug package:

			PS /home/rokejulianlockhart> kalendar               
			QQmlApplicationEngine failed to load component
			qrc:/main.qml:19:1: plugin cannot be loaded for module "org.kde.kalendar.mail": Cannot load library /usr/lib64/qt5/qml/org/kde/kalendar/mail/libkalendar_mail_plugin.so: (/lib64/libKPim5MessageViewer.so.5: undefined symbol: _ZN20KAddressBookGrantlee21GrantleeContactViewerC1EP7QWidget)
			NativeCommandExitException: Program "kalendar" ended with non-zero exit code: 255.
			PS /home/rokejulianlockhart>

		With it:

			PS /home/rokejulianlockhart> kalendar                              
			QQmlApplicationEngine failed to load component
			qrc:/main.qml:19:1: plugin cannot be loaded for module "org.kde.kalendar.mail": Cannot load library /usr/lib64/qt5/qml/org/kde/kalendar/mail/libkalendar_mail_plugin.so: (/lib64/libKPim5MessageViewer.so.5: undefined symbol: _ZN20KAddressBookGrantlee21GrantleeContactViewerC1EP7QWidget)
			NativeCommandExitException: Program "kalendar" ended with non-zero exit code: 255.
			PS /home/rokejulianlockhart>

		I can't do much better than this – https://sourceware.org/elfutils/Debuginfod.html is past my level of competence.

	SOFTWARE/OS VERSIONS

		Operating System:	cpe:/o:opensuse:tumbleweed:20230531
		KDE Plasma Version:	5.27.5
		KDE Frameworks Version:	5.107.0
		Qt Version:	5.15.9
		Kernel Version:	6.3.4-1-default (64-bit)
		Graphics Platform:	X11
		Processors:	12 × AMD Ryzen 5 3600 6-Core Processor
		Memory:	31.2 GiB of RAM
		Graphics Processor:	AMD Radeon RX 5700

	ADDITIONAL INFORMATION

		This is a new installation of Kalendar – I'd not used it previously on this machine.

https://bugs.kde.org/show_bug.cgi?id=470592#c1:

	This is a packaging issue.