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 06-08-2004, 05:19 PM   #1
FXRS
Member
 
Registered: Jun 2003
Posts: 144

Rep: Reputation: 15
Too Late for Swaret Upgrade?


I've had good luck before with Swaret upgrading to the current. The last two days been trying to do that on a new system I just put together and I keep getting a boatload of dep issues. Mostly with libgnomekey something or other. So should I just wait until the next release or how should I go about this? Is the next release going to be soon? There are alot of packages, it appears anyways, and major ones that are upgraded.

Thanks ahead of time.

FX
 
Old 06-08-2004, 05:54 PM   #2
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Only Patrick Volckerding knows when the next release will be out.
But a few people here think that there is indication that it's not going to be long...
Eg, pkgtool has been updated to version 9.2 in current very recently.

My guess would be that we see a new release within the next two or three months, probably sooner.

gargamel
 
Old 06-08-2004, 07:15 PM   #3
-X-
Member
 
Registered: Oct 2003
Location: Tx,USA
Distribution: Slackware, Red Hat, CentOS
Posts: 495

Rep: Reputation: 30
And... I for one likes Slackware's release schedule. Pat, no hurry. Thanks.
 
Old 06-08-2004, 07:32 PM   #4
FXRS
Member
 
Registered: Jun 2003
Posts: 144

Original Poster
Rep: Reputation: 15
Well not asking for him to hurry up, just wondering what I can do to get up to current without hosing the install.

FX
 
Old 06-08-2004, 07:34 PM   #5
the who
Member
 
Registered: Feb 2004
Location: FRG, EU
Distribution: Slackware current
Posts: 51

Rep: Reputation: 15
Quote:
Originally posted by gargamel
Eg, pkgtool has been updated to version 9.2 in current very recently.
And even more recently to 10.0.0
 
Old 06-08-2004, 07:36 PM   #6
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
The safest, but most tedious way to upgrade is to download what you want and use upgradepkg, then. Your install will most likely work afterwards, but there will be some config files to be edited by hand.

gargamel
 
Old 06-08-2004, 08:19 PM   #7
Toth
Member
 
Registered: Aug 2003
Posts: 83

Rep: Reputation: 15
Since you're doing a fresh install, the easiest way is just to install with the packages in -current.

One method is to make your own ISO. Check out the README and other documentation in the isolinux directory of your favorite Slackware mirror.

Another option (and the one I've used several times) is to download everything under slackware-current/slackware to a partition on your hard drive (you can use any of the number of LiveCD distributions to accomplish this) and then point Slackware to that directory during setup.
 
Old 06-08-2004, 09:00 PM   #8
Frank_Drebin
Member
 
Registered: Feb 2004
Location: Atlanta, GA USA
Posts: 232

Rep: Reputation: 30
Upgrading only upgrades existing packages, it does not install new packages that may be needed after an upgrade. Libgnomekey is part of the gnome-keyring package. Just pick a part of the package and look for it. IE the following...

root@desktop1:# swaret --list key
swaret 1.6.2-1

Listing all available Packages...
gnome-keyring-0.2.1-i486-1 (101 kB) [Status: INSTALLED]

If it isn't installed do a

root@desktop1:# swaret --install key

If you upgraded everything you can do

Swaret --dep

after this, find all of the missing components. You can also do this for gnome or kde after you upgrade:

Swaret --install gnome

or

Swaret --install kde


It will tell you that package blah blah is already installed until it gets to the one that you are missing. Tell it yes and whaaaaa laaaaaa!

Swaret is close to automatic but not quite.


After you finish, look for all files that end in .new by doing

ls /etc/*.new
ls /etc/*/*.new

Replace the old ones if you haven't changed anything. Look to see first and move over any info that you need to.

Good luck!!!!
 
Old 06-08-2004, 10:04 PM   #9
FXRS
Member
 
Registered: Jun 2003
Posts: 144

Original Poster
Rep: Reputation: 15
Thanks for the suggestions. I'll give it a shot.

FX
 
Old 06-08-2004, 11:14 PM   #10
FXRS
Member
 
Registered: Jun 2003
Posts: 144

Original Poster
Rep: Reputation: 15
Well got a new error now.

gnome-sessions relocation error libgnomecanvas invalid character. Or something close to that.

Maybe I'll just wait until 9 1/2, 10, or X comes out.

FX

Last edited by FXRS; 06-08-2004 at 11:16 PM.
 
Old 06-09-2004, 02:27 PM   #11
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Rep: Reputation: 30
Look the dep problem is because by default swaret only has a url for dependencies for swaret... Open up your swaret.conf file and where it shows the dependency urls copy one from the main repositories and paste it there then save it... then do swaret --update then swaret --dep.
 
Old 06-09-2004, 11:51 PM   #12
FXRS
Member
 
Registered: Jun 2003
Posts: 144

Original Poster
Rep: Reputation: 15
Well almost had it. At least this time I could boot into gnome 2.6. Half the stuff didn't work cause of missing libs though.

I have tried all the suggestions. Guess I'll just load another distro or wait until the next release.

Thanks again for the help.

FX
 
Old 06-10-2004, 05:45 AM   #13
iotc247
Member
 
Registered: Mar 2004
Location: Florida
Distribution: Gentoo
Posts: 248

Rep: Reputation: 30
You obviously didnt do what i told you to do... Copy one of the url for the repositories and place it in the dep area and changed the begging to the DEP_ROOT. Then do swaret --update then swaret --dep. If that doesnt work you just cant handle a nice distro... Because its something U did not the distro.. I hate it when users say its the distro its the user.. The distro cant do anything without being told what to do.
 
Old 06-10-2004, 09:29 AM   #14
FXRS
Member
 
Registered: Jun 2003
Posts: 144

Original Poster
Rep: Reputation: 15
Wow!!

Thanks for the help, but you could put the attitude on the back burner.

Where did I ever say it was wthe distros fault?

Guess I'll just go to Mandrakeusers.org and ask there from now on. Even though I use Slack they are more than happy to help, without the attitude if someone doesn't quite understand the answers.

Mods remove my account

Thanks

FX
 
Old 06-10-2004, 12:10 PM   #15
Toth
Member
 
Registered: Aug 2003
Posts: 83

Rep: Reputation: 15
He could do without the attitude, yes, but with all fairness he did have to repeat himself.
 
  


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
swaret... upgrade kernel true_atlantis Slackware 1 07-07-2005 02:06 PM
swaret upgrade from 9.1 to 10? virii Slackware 5 07-16-2004 02:16 PM
After swaret --upgrade -a....... Mingthefirst Slackware 2 07-09-2004 02:42 AM
can't use kdm, after swaret upgrade alexrait1 Slackware 2 06-26-2004 05:09 PM
upgrade to 10.0 or use swaret? Axion Slackware 5 06-17-2004 10:32 AM

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

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