Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
|
07-14-2012, 05:28 AM
|
#16
|
|
Member
Registered: Jan 2012
Location: korea
Distribution: slackware64
Posts: 30
Rep: 
|
wow ... time to sync :-)
|
|
|
|
07-14-2012, 05:44 AM
|
#17
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,860
Original Poster
|
Quote:
Originally Posted by markush
Hi,
my systems (slackware64-current) are running now after the massive upgrade. It seems that one has to do
Code:
slackpg install-new
at first. Also be sure that you configure for DOWNLOAD_ALL=on in /etc/slackpkg/slackpkg.conf
Problem is that gnutls, p11 and nettle have to be upgraded/installed in order to get the upgraded version of wget running. On my server where DOWNLOAD_ALL=on is configured the "slackpkg upgrade-all" went well, but since wget was broken I could not run "slackpkg install-new".
I had to rebuild google-chrome.
USB was no longer working until I rebooted the system.
Markus
|
slackpkg install-new is always recommended to be executed before upgrade-all as new packages may be introduced
even if the order is correct, we still need to download wget manually first because it will install like the following:
- nettle (install-new)
- p11 (install-new)
- gnutls (upgrade-all) <- wget is now broken due to changes in gnutls
- wget (upgradepkg manually)
about USB, i didn't test before reboot, so i didn't aware of it
|
|
|
2 members found this post helpful.
|
07-14-2012, 05:44 AM
|
#18
|
|
Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware
Posts: 409
Rep: 
|
Updates! Always like days like this. 
|
|
|
|
07-14-2012, 05:53 AM
|
#19
|
|
Member
Registered: Feb 2006
Location: Outer Shpongolia
Distribution: Slackware
Posts: 265
Rep:
|
Quote:
|
Updates! Always like days like this.
|
yes
that's a good reason to buy beer
|
|
|
|
07-14-2012, 06:24 AM
|
#20
|
|
Member
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current
Posts: 678
Rep:
|
oh my, the dilemma... get some work done this weekend, or upgrade with the risk to break stuff and spend the rest of the day fixing things while having a beer
Now syncing...
Thanks Slack team! 
|
|
|
|
07-14-2012, 06:46 AM
|
#21
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,183
|
I installed -current in VBox on wednesday, thought it was about time I had another go at it. And then this happens. 
Might need something considerably stronger than beer...
|
|
|
|
07-14-2012, 08:15 AM
|
#22
|
|
Senior Member
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,335
Rep: 
|
Thanks to willysr and markush - I had a very uneventful upgrade. I do have 3 dead links to delete, but I'm gonna be sure before I delete them. For the moment, everything seems just fine! That said, I am only about 4 minutes running..... hehehe!
|
|
|
|
07-14-2012, 08:27 AM
|
#23
|
|
Senior Member
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,335
Rep: 
|
I get the feeling I am about to screw up.
Code:
ldconfig: /usr/lib64/libnssutil3.so is not a symbolic link
ldconfig: /usr/lib64/libnspr4.so is not a symbolic link
ldconfig: /usr/lib64/libplc4.so is not a symbolic link
These are not dead links, and they are also present in /usr/lib64/seamonkey-2.10.1
Something didn't go right, but it does not seem to be a problem yet. Got more lookin' to do.
|
|
|
|
07-14-2012, 08:43 AM
|
#24
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
Here another question regarding p11-kit for slackware-current 32bit.
It is in the changelogs but on both mirrors I use (for my slackware-32bit laptop) I cannot seem to find the package ftp://ftp.gwdg.de/pub/linux/slackwar...t/slackware/n/ and ftp://sunsite.informatik.rwth-aachen...t/slackware/n/. Maybe I am confused here, but I built p11-kit with the slackbuilscript from source and installed it, but when I ran "slackpkg clean-system" it wanted to remove p11-kit. p11-kit is necessary for wget to run.
For my slackware64 computers the package was no problem.
Markus
Last edited by markush; 07-14-2012 at 08:44 AM.
|
|
|
|
07-14-2012, 08:50 AM
|
#25
|
|
Member
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current
Posts: 678
Rep:
|
clementine segfaults
Code:
$ clementine --verbose
Segmentation fault
Recompiling didn't produce any errors, and all libraries are found. Tried moving the config and rc files in ~/ away, but alas.
Amarok plays fine though.
Does anyone know how to get more debug info? The segfault message is all I get.
edit: maybe I should add that this is after today's update
Last edited by BroX; 07-14-2012 at 08:58 AM.
|
|
|
|
07-14-2012, 09:00 AM
|
#26
|
|
LQ Newbie
Registered: May 2007
Distribution: slackware
Posts: 17
Rep:
|
Had a problem with the text consoles on this upgrade.
agetty would not start on boot.
Turns out agetty does not like the new --noclear option in the /etc/inittab. Going back to my inittab.old fixed the problem.
--noclear is an option in mingetty, I wonder if upstream has gone and changed things without checking.
|
|
|
|
07-14-2012, 09:18 AM
|
#27
|
|
LQ Newbie
Registered: Jun 2010
Posts: 17
Rep:
|
If I were to do upgrade-all before install-new how would I then fix my system? Seems like I broke something...
|
|
|
|
07-14-2012, 09:28 AM
|
#28
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
Quote:
Originally Posted by Bertman123
If I were to do upgrade-all before install-new how would I then fix my system? Seems like I broke something...
|
You've probably broken wget. wget needs the following packages to be installed/upgraded before wget is upgraded: p11-kit, nettle and gnutls!
You can download this packages from the mirror and install with installpkg or upgradepkg respectively.
Markus
Last edited by markush; 07-14-2012 at 09:28 AM.
Reason: made it bold
|
|
|
|
07-14-2012, 09:33 AM
|
#29
|
|
LQ Newbie
Registered: Jun 2010
Posts: 17
Rep:
|
Quote:
Originally Posted by markush
You've probably broken wget. wget needs the following packages to be installed/upgraded before wget is upgraded: p11-kit, nettle and gnutls!
You can download this packages from the mirror and install with installpkg or upgradepkg respectively.
Markus
|
Which section of the mirror would I find the package in? I've been trying to find it and haven't located it yet. Thanks for your help. It is appreciated.
|
|
|
|
07-14-2012, 09:47 AM
|
#30
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
Well, if you're running current-32bit, the p11-kit packages is missing, you'll find it in sources/n/ the others are located in the n series.
If you need p11-kit, you need the sourcpackage and the slackbuildscript, both in the same directory, then make the slackbuildscript executable and run it, you'll find the package in /tmp (this is only necessary for 32bit).
Markus
|
|
|
2 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:17 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|