LinuxQuestions.org
Visit Jeremy's Blog.
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 03-02-2010, 06:33 AM   #16
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224

Gmp upgrades fine if you tell slackpkg to upgrade it before other things.

slackpkg update
slackpkg upgrade glibc-solibs
slackpkg upgrade glibc*
slackpkg upgrade gmp
slackpkg install-new
slackpkg upgrade-all
 
1 members found this post helpful.
Old 03-02-2010, 06:43 AM   #17
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Original Poster
Rep: Reputation: Disabled
Yes that's a good point. I shall mention that in top post.
 
Old 03-02-2010, 06:44 AM   #18
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
thanks guys for the info. It solved the problem with icons on my slack64-current
 
Old 03-02-2010, 08:57 AM   #19
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56
Do i have to be 'init 1' when upgrading glibc-solibs with slackpkg?
 
Old 03-02-2010, 11:22 AM   #20
AGer
Member
 
Registered: Oct 2007
Distribution: Slackware current
Posts: 136
Blog Entries: 22

Rep: Reputation: 19
Will this be delivered as a normal package upgrade? You know, I can tolerate KDE for a while...
 
Old 03-02-2010, 11:26 AM   #21
AGer
Member
 
Registered: Oct 2007
Distribution: Slackware current
Posts: 136
Blog Entries: 22

Rep: Reputation: 19
Why nobody is surprised that a tool that manages packages depends on a package? I would expect both slackpkg and things like upgradepkg to be as statically linked as possible.
 
Old 03-02-2010, 11:46 AM   #22
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Original Poster
Rep: Reputation: Disabled
libpng will probably be upgraded hopefully not too far off. The gmp problem is really to do with the order that things are upgraded I think. It doesn't need a new package built but perhaps an extra check in slackpkg to make sure it's upgraded towards the start of the process.

And anyway slackpkg upgrade-all in my opinion is just an added extra convenience. The best way to upgrade would be to keep a mirror locally and use upgradepkg in the correct order I think.

slackpkg and upgradepkg are shell scripts. They can't be statically linked. But they do rely on other tools to work. There's no way to avoid that.
 
Old 03-02-2010, 03:17 PM   #23
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Some fresh updates just released that should help with this issue.
 
Old 03-02-2010, 03:31 PM   #24
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by dive View Post
OK AlienBob suggested downgrading libpng to 1.4.0 and that seems to have fixed the icon problem.
Does this mean that it's a bug in 1.4.1 and not just a matter of recompiling the apps against the new library version then?

I'd have thought that as all those new slackware packages have just been rebuilt and linked against 1.4.1, downgrading to 1.4.0 would make matters worse as we'd no longer be running with the library version they were compiled against.

I'm a little confused by this now.


edit:

Just checked the new libpng.slackbuild and if I'm reading between the lines correctly, it sounds like a lot of the new packages were built against 1.4.0 and then libpng was updated after that. If that's so then I'm a little less confused than I was a few minutes ago.

Last edited by GazL; 03-02-2010 at 03:46 PM.
 
Old 03-02-2010, 03:42 PM   #25
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by GazL View Post
I'm a little confused by this now.
Forget what Eric said. Theres already an updated libpng in -current. Use that one (along with the other updates).
 
Old 03-02-2010, 04:20 PM   #26
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by sahko View Post
Forget what Eric said. Theres already an updated libpng in -current. Use that one (along with the other updates).
Yep, will do. Thanks Sahko. I spotted mRgOBLIN's post just after I posted that. I'll throw them on tomorrow when they've propagated through the mirrors.
 
Old 03-02-2010, 04:22 PM   #27
piratesmack
Member
 
Registered: Feb 2009
Distribution: Slackware, Arch
Posts: 519

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by dive View Post
That's the linpng error. See workaround above.
OK I must have screwed something up last night when I tried the workaround. I tried it again today and all is working, thank you.

I'll try the official fixes when they hit my Slackware-Current mirror.
 
Old 03-02-2010, 05:40 PM   #28
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Original Poster
Rep: Reputation: Disabled
Well issues solved:

a/coreutils-8.4-i486-2.txz: Rebuilt.
Use --without-gmp, at least for now. We don't want utilities in /bin
requiring a library in /usr/lib{,64} that may not be available.
l/libpng-1.4.1-i486-2.txz: Rebuilt.
Now with less rat.
 
Old 03-02-2010, 10:09 PM   #29
botnet
Member
 
Registered: May 2009
Posts: 158

Rep: Reputation: 40
still have some issue which i assume are related to libpng

i recompiled imlib2 and giblib using the latest slackbuilds but i cannot save png files with scrot (i can save jpg) and i cannot view png files with feh (i can view jpg etc)

Code:
feh WARNING: images/spaceinvaders.png - No Imlib2 loader for that file format
feh - No loadable images specified.
Code:
scrot test.png
giblib error: Saving to file test.png failed
will try to figure out if there are some png specific configure options for either of those that need updating
 
Old 03-03-2010, 02:58 AM   #30
Speek
Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Slackware
Posts: 124

Rep: Reputation: 41
botnet,

Applying 2 patches to Imlib2 fixed the problem with scrot for me. I don't use feh, so I don't know about that. Good luck!
 
1 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
Latest current ? brodo Slackware 34 03-13-2009 03:15 PM
Downloaded latest upgrades and now cant boot mpooley Ubuntu 8 06-19-2007 01:43 AM
Race condition in /etc/rc.d/ with latest -current ? Yalla-One Slackware 1 08-06-2006 02:23 PM
Slackware 10.1 - libgmp error zutt Slackware 1 02-12-2006 05:10 PM
synaptic 0.57.5 breaks; latest unstable, watch updates & upgrades Nix_Hard MEPIS 1 10-06-2005 07:55 PM

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

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