LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-15-2020, 06:35 AM   #1
staus
Member
 
Registered: Apr 2004
Posts: 155

Rep: Reputation: 10
Latest pango update kills gkrellm


Just updated current and my favorite desktop program crashes:

bash-5.0$ gkrellm
gkrellm segmentation fault: (create_monitor)
Aborted
bash-5.0$ Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset

I really hope it can be fixed or pango modified. Unfortunately I didn't keep a copy of the previous pango file. Reverting to the original 14.2 release pango file causes firefox to fail.
 
Old 08-15-2020, 07:50 AM   #2
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,072

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
You'll find previous versions of pango here: http://slackware.uk/cumulative/

I suspect a rebuild of gkrellm would sort the issue as well, will try it out since I use that program now and then.

EDIT: Turned out that my gkrellm works just fine after today's pango upgrade (on -current). Have you missed some other upgrade that could cause your problem?

Last edited by kgha; 08-15-2020 at 07:58 AM.
 
2 members found this post helpful.
Old 08-15-2020, 08:28 AM   #3
giomat
Member
 
Registered: Jul 2017
Posts: 339

Rep: Reputation: 239Reputation: 239Reputation: 239
Maybe you use different fonts from OP?
 
Old 08-15-2020, 08:32 AM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Quote:
Originally Posted by kgha View Post
....EDIT: Turned out that my gkrellm works just fine after today's pango upgrade (on -current)......
Ditto.
Using whatever are the default fonts.
 
Old 08-15-2020, 01:18 PM   #5
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
gkrellm works for me as well.
 
Old 08-15-2020, 04:17 PM   #6
gus3
Member
 
Registered: Jun 2014
Distribution: Slackware
Posts: 490

Rep: Reputation: Disabled
Works for me, but with different fonts. Here's the specifics.

My original font was "Fixed 8" or "Fixed 11", both bitmapped fonts installed in my ~/.fonts directory. With gkrellm now lacking bitmapped font support, the font it's actually using is Liberation Sans. I found this using:
Code:
$ echo "Hello, World!" | strace -f -o /tmp/pango.trace pango-view --font="Fixed 8" /dev/stdin
and examining the trace output for opened TTF files:
Code:
$ grep ttf /tmp/pango.trace | grep -v conf
 
Old 08-16-2020, 08:42 PM   #7
staus
Member
 
Registered: Apr 2004
Posts: 155

Original Poster
Rep: Reputation: 10
I should have stated in the original message that I am still using 32 bit current in a Vaio laptop. Still a great older computer.

I have always used bog standard fonts, but I discovered that I was still using some older programs, like wicd.
So I created a new dvd of the current 32 bit iso, and installed on a blanked ssd. I still have the same problem.
However, I have discovered that my Asus desktop using 64 bit current works perfectly well.
I will try to go back one version of 32 bit pango, after I find it.
 
Old 08-16-2020, 08:52 PM   #8
staus
Member
 
Registered: Apr 2004
Posts: 155

Original Poster
Rep: Reputation: 10
I just reverted to pango-1.42.4-i586-1.txz from Slackware UK Cumulative. Thanks for the link. gkrellm and other programs work OK now. I used to do what Slackware UK Cumulative does, but it got to be a burden on my main computer.
Anyway, thanks. The problem is not truly solved but at least I can use my old Vaio again.
 
1 members found this post helpful.
Old 08-17-2020, 07:11 AM   #9
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,072

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Since you're on a 32 bit system, maybe your issue might be connected to this:
https://gitlab.gnome.org/GNOME/pango/-/issues/497

If so, the pango-1.46.1 release that's on its way should solve it.
 
2 members found this post helpful.
Old 08-17-2020, 08:08 PM   #10
staus
Member
 
Registered: Apr 2004
Posts: 155

Original Poster
Rep: Reputation: 10
Thanks kgha. Hope the newer release will solve the problem. I don't like making many subtle changes to files if I don't have to. Right now I have to keep three different versions of boost to run some of my favorite programs.
 
Old 08-18-2020, 01:36 AM   #11
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,072

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Quote:
Originally Posted by staus View Post
Thanks kgha. Hope the newer release will solve the problem. I don't like making many subtle changes to files if I don't have to. Right now I have to keep three different versions of boost to run some of my favorite programs.
AlienBob's boost-compat package (as well as his icu4c-compat and poppler-compat packages) is the perfect solution for eliminating nasty surprises after upgrades including .so bumps.
 
Old 08-18-2020, 11:07 AM   #12
Zexuo
Member
 
Registered: Mar 2015
Location: Florida
Distribution: Slackware
Posts: 64

Rep: Reputation: Disabled
This update killed gkrellm on my 32-bit system as well. On my 64-bit system it ran with the default font.
 
2 members found this post helpful.
Old 08-18-2020, 02:49 PM   #13
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Here you go,

Quote:
Tue Aug 18 19:21:14 UTC 2020
ap/terminus-font-4.48-noarch-2.txz: Rebuilt.
Added .otb fonts compatible with recent pango. Thanks to cycojesus and ponce.
l/glib2-2.64.5-x86_64-1.txz: Upgraded.
l/jemalloc-5.2.1-x86_64-1.txz: Upgraded.
l/libmpc-1.2.0-x86_64-1.txz: Upgraded.
l/pango-1.46.0-x86_64-2.txz: Rebuilt.
Reverted ABI change that broke gkrellm. Thanks to kgha.
x/xterm-359-x86_64-1.txz: Upgraded.
xap/sane-1.0.30-x86_64-3.txz: Rebuilt.
Rebuilt since it was compiled against unpatched pango-1.46.0.
+--------------------------+
http://slackware.oregonstate.edu/sla.../ChangeLog.txt

Last edited by cwizardone; 08-18-2020 at 02:53 PM.
 
1 members found this post helpful.
Old 08-19-2020, 02:29 AM   #14
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,975

Rep: Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552
I had no issues with pango-1.46.0-x86_64-1.txz, gkrellm works just fine.
 
1 members found this post helpful.
Old 08-19-2020, 03:29 AM   #15
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,072

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Quote:
Originally Posted by chrisretusn View Post
I had no issues with pango-1.46.0-x86_64-1.txz, gkrellm works just fine.
The issue seems to have affected 32bit architecture only, so unless you're running 32bit (or 32bit programs on a multilib system) you wouldn't have noticed anything.
 
2 members found this post helpful.
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Amazon kills encryption with latest Fire OS update LXer Syndicated Linux News 0 03-04-2016 01:21 AM
error in the creation of `etc/pango/pango.modules` okeyla Linux - Newbie 3 07-02-2011 08:06 PM
pango-1.16.4 compile error (pango-querymodules) nigel_1820 Linux - Software 1 07-23-2007 01:10 AM
FC4 kills gkrellm (and kwifimanager) DJOtaku Fedora 1 07-27-2005 09:35 AM
Pango wants >=glib-2.4.0, I installed glib 2.4.7 and pango still says I need >=2.4.0 Locura Red Hat 5 11-01-2004 05:53 PM

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

All times are GMT -5. The time now is 06:35 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