Bug 1117894

Summary: YAST2 Software installation or deleting crashes
Product: [openSUSE] openSUSE Tumbleweed Reporter: Heinz Hill <hill.heinz>
Component: YaST2Assignee: E-mail List <yast2-maintainers>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Major    
Priority: P5 - None CC: dgonzalez, hill.heinz
Version: CurrentFlags: aschnell: needinfo? (hill.heinz)
Target Milestone: ---   
Hardware: 64bit   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Log files according to error instructions

Description Heinz Hill 2018-11-30 09:32:29 UTC
Created attachment 791399 [details]
Log files according to error instructions

Calling Yast2 Module "Software installation or deleting" gives an error.
Please see attached file.
Comment 1 Arvin Schnell 2018-11-30 09:43:35 UTC
Seems to be some package dependency problem:

[ui] YUIPlugin.cc(YUIPlugin):50 Could not load UI plugin "qt-pkg": /usr/lib64/yui/libyui-qt-pkg.so.9: symbol _ZNK4zypp3sat10LookupAttr8iterator9dip_equalERK14s_DataiteratorS5_ version ZYPP_plain not defined in file libzypp.so.1702 with link time reference
[qt-ui] YQPackageSelectorPluginStub.cc(YQPackageSelectorPluginStub):49 Plugin qt-pkg does not provide PSP symbol

Please provide the output of 'rpm -qa'.
Comment 2 David Diaz 2018-11-30 09:49:30 UTC
In the attached logs there is a `rpm-qa` file. Related to `qt-pkg` I can this two lines

> libyui-qt-pkg8-2.45.15.2-lp150.2.3.1			(openSUSE)	openSUSE Leap 15.0
> libyui-qt-pkg9-2.45.24-1.1			(openSUSE)	openSUSE Tumbleweed

Any ideas?
Comment 3 Arvin Schnell 2018-11-30 09:59:02 UTC
libyui is at major version 9. You can try to delete all libyui packages
with version 8, but from the logs YaST tries to load libyui-qt-pkg.so.9,
so I suppose that does not cause the trouble.

Try to install libzypp from Tumbleweed (your version is from Leap).

In general there is a package mixture of Tumbleweed and Leap. That does
not look so good to me.
Comment 4 Heinz Hill 2018-12-01 11:06:45 UTC
Installing libzypp solved the problem