LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > slarm64
User Name
Password
slarm64 This forum is for the discussion of slarm64.

Notices


Reply
  Search this Thread
Old 05-18-2022, 04:50 AM   #1
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Rep: Reputation: Disabled
Latest upgrades killed Plasma?


Just applied the latest upgrades to my Pi 400, and I can no longer start Plasma (or sddm). Xfce can still be started from the command line.

Trying to start Plasma from the command line produces the following error:
Code:
symbol lookup error: /usr/lib64/libKF5IconThemes.so.5: undefined symbol: _ZN12KColorSchemaSEOS_
Any ideas, anyone? Not sure what package this has come from!

First time an upgrade has failed in many goes, so not a bad record!

UPDATE: Found the package - its "kiconthemes". Re-installed it straight from the dl.slarm64 repository in case it was an issue with slackware.uk, but no change.

--
Pete

Last edited by pchristy; 05-18-2022 at 05:01 AM. Reason: Update
 
Old 05-18-2022, 09:14 AM   #2
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
Quote:
Originally Posted by pchristy View Post
Just applied the latest upgrades to my Pi 400, and I can no longer start Plasma (or sddm). Xfce can still be started from the command line.

Trying to start Plasma from the command line produces the following error:
Code:
symbol lookup error: /usr/lib64/libKF5IconThemes.so.5: undefined symbol: _ZN12KColorSchemaSEOS_
Any ideas, anyone? Not sure what package this has come from!

First time an upgrade has failed in many goes, so not a bad record!

UPDATE: Found the package - its "kiconthemes". Re-installed it straight from the dl.slarm64 repository in case it was an issue with slackware.uk, but no change.

--
Pete
rebuilt, try to update kiconthemes-5.94.0-aarch64-1.txz
 
Old 05-18-2022, 10:08 AM   #3
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
No, that didn't work! Looks like it could be one of those "reflecting" errors, where although the message comes from one thing, it is because it can't find something else? (I don't know if I've explained that very well!)

There's nothing in either dmesg or Xorg.0.log to help either. Just to avoid confusion, I deleted Xorg.0.log and tried to start Plasma. After it errored out, there was still no Xorg.0.log, so it looks as if it never got as far as starting X.

Xfce starts and runs perfectly!

Is there anywhere I should look for useful information?

--
Pete
 
Old 05-18-2022, 11:48 AM   #4
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
I looked at the sources and the link in the current library and they match
Code:
nm -D /usr/lib64/libKF5IconThemes.so.5 |grep _ZN12KColorSchemeaSEOS_                                                                                                                                 
                 U _ZN12KColorSchemeaSEOS_
Code:
kiconthemes-5.94.0# grep KColorScheme -r
src/kiconcolors.h:     * KColorScheme(QPalette::Active, KColorScheme::Window);
_ZN12KColorSchemaSEOS_ there really is no such function, but also not in the library:
Code:
nm -D /usr/lib64/libKF5IconThemes.so.5 |grep _ZN12KColorSchemaSEOS_
 
Old 05-18-2022, 12:48 PM   #5
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
Curioser and curioser!

I'm at a loss! Has anyone else reported an issue? Is there anything else I should check, log-wise?

Perhaps I should just re-install kde?

I would try and change icon themes, but I can't even run kde system settings from xfce! In fact, I can't run ANY kde programs from xfce, which implies its something pretty fundamental. Is it possible to change icon themes from the command line?

Might not be able to do much more tonight, and tomorrow is my wife's birthday, so time will be limited!

--
Pete
 
Old 05-18-2022, 01:50 PM   #6
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
maybe really try upgradepkg --reinstall
and other kde programs with the same error ?
 
Old 05-18-2022, 04:14 PM   #7
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
OK, did "slackpkg reinstall kde", which re-installed the whole of kde. Didn't make any difference. However, this time I tried "startx" instead of "startplasma-x11" and got an Xorg.0.log file, which I attach.

Not sure it helps though!

--
Pete
Attached Files
File Type: txt Xorg.0.log.txt (26.5 KB, 4 views)
 
Old 05-19-2022, 12:07 AM   #8
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
yes, there are no errors X because they work fine. sddm if it does not start, you need to look at the log.
 
Old 05-19-2022, 02:25 AM   #9
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
yes, there are no errors X because they work fine. sddm if it does not start, you need to look at the log.
OK, but which log? As far as I can find, kde /sddm doesn't create one - not in /var/log anyway.

Won't have much keyboard time today (wife's birthday!)

UPDATE: OK, I found this in .local/share/sddm which looks promising (see attachment). I disabled sddm (set run level back to 3 in inittab) after it crashed at first and have been using "startx" or similar since. But it looks like the same issue is stopping both sddm and plasma.

Its not a user configuration issue. I created a new user as a test, but it crashed with the same error as before.

--
Pete
Attached Files
File Type: txt xorg-session.log.txt (33.6 KB, 7 views)

Last edited by pchristy; 05-19-2022 at 03:03 AM. Reason: UPDATE
 
Old 05-19-2022, 12:34 PM   #10
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
i rebuilt all the packages of the latest kde update 5.94.0. try updating.
 
Old 05-20-2022, 02:30 AM   #11
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
i rebuilt all the packages of the latest kde update 5.94.0. try updating.
According to the changelog, the only kde packages that have been updated are:

kde/calligra-3.2.1-aarch64-19.txz: Rebuilt.
kde/krita-5.0.6-aarch64-5.txz: Rebuilt.
kde/plasma-workspace-5.24.5-aarch64-2.txz: Rebuilt.
kde/step-22.04.1-aarch64-2.txz: Rebuilt.

I've checked both slackware.uk and your own repository.

Plasma-workspace seems to be 5.24. Is this right?

In any event, the updates listed above have not changed anything.

--
Pete
 
Old 05-20-2022, 05:10 AM   #12
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
this is a simple reassembly, I did not include in ChangeLog.
 
Old 05-20-2022, 05:24 AM   #13
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
OK, perhaps I need to do a complete reinstall of kde again, as slackpkg wouldn't have picked up any changes...

--
Pete
 
Old 05-20-2022, 06:05 AM   #14
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
OK, did a complete reinstall of kde from dl.slarm64.org - just in case slackware.uk hadn't updated.

No difference, still getting the same error. Am I the only one, or are you able to reproduce this?

--
Pete
 
Old 05-20-2022, 03:34 PM   #15
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
Yes, I checked for the exact same problem.


after reinstalling all packages of version
Code:
pgradepkg --reinstall try *-5.94.0*
or
Code:
slackpkg reinstall 5.94.0
the problem is gone.

Last edited by sndwvs; 05-20-2022 at 03:53 PM. Reason: update
 
  


Reply

Tags
kde, plasma, undefined symbol



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: GeckoLinux Plasma Edition Brings Latest KDE Plasma 5.19.3 Desktop to openSUSE Leap 15.2 LXer Syndicated Linux News 0 07-28-2020 10:41 AM
LXer: Solus Readies KDE Plasma Edition Testing ISO with Latest KDE Plasma 5.14 Desktop LXer Syndicated Linux News 0 10-25-2018 03:03 PM
When They Killed JFK They Killed America-Paul Craig Roberts cousinlucky General 11 05-15-2016 10:02 PM
upgrades killed my dri and auto-shutoff mark_alfred Debian 5 01-05-2010 06:44 PM
find history of a job killed by "kernel: Out of Memory: Killed process" poulacou Linux - Server 3 09-20-2007 04:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > slarm64

All times are GMT -5. The time now is 03:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration