LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-06-2005, 01:46 AM   #1
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Talking Hoooray! Upgrade from 10 to 10.1 with slapt-get works!


Just a very happy news!

At last I successfully upgraded from 10 to 10.1 using slapt-get --dist-upgrade without a problem (even using linuxpackages.net in my repositories).

I just needed to make one change in /etc/X11/xorg.conf (regarding keyboard) but since I was aware of the problem before I could do it easily.

Everything works fine now. But the mozilla problem continues. No longer does mozilla launch at all but just gives this error:
Code:
/usr/lib/mozilla-1.7.8/run-mozilla.sh: line 159:  4146 Segmentation fault      "$prog" ${1+"$@"}
Another question is this: I replaced all the old config files which had a replacement with the extension .new. Is this all right, because all those configs with the .new extension I had not changed before.

Again firestarter (which I installed with slapt-get gives this error and quits):
Code:
-sh: /usr/bin/firestarter: cannot execute binary file
If anybody knows how I can fix these minor problems, I would be very grateful.

P.S. KDE 3.4 looks neat. This is my first look at KDE 3.4.

Last edited by vharishankar; 06-06-2005 at 01:49 AM.
 
Old 06-06-2005, 07:11 AM   #2
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
well...on Mozilla : why do you use the script to start it ?
maybe try to run " /usr/bin/mozilla " ( that's what i use...)

btw.: a quote from that script:
----------
## This script is a hack. It's brute force. It's horrible.
## It doesn't use Artificial Intelligence. It doesn't use Virtual Reality.
## It's not perl. It's not python. It probably won't work unchanged on
## the "other" thousands of unices.
-----------

... and i don't know firestarter...

egag
 
Old 06-06-2005, 07:23 AM   #3
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
I didn't use the script to start it. I used the menu item from KDE.

Also trying /usr/bin/mozilla didn't work. I'll try to post the exact error message later.

Mozilla stopped working when I did a slapt-get mozilla to update it before I did the dist-upgrade. Not a major problem for me because I use firefox anyway, but still it sticks out like a sore thumb and I like things to be tip-top perfect

Probably I should recompile it from sources?

Regards.

Last edited by vharishankar; 06-06-2005 at 07:24 AM.
 
Old 06-06-2005, 07:28 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
How about uninstalling mozilla and then doing a manual clean install of the version from 10.1 updates or current.
 
Old 06-06-2005, 07:53 AM   #5
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Yes. I'll try that and report my progress. Thanks.

I was very happy when I posted this thread because I had read some not-so-complimentary views about slapt-get and swaret on this forum so I thought: Ok, I might have to reinstall Slackware. But it booted and after changing keyboard to kbd in xorg.conf I was able to load KDE 3.4 so it seems that most things have worked with the update. Very happy now to have Slackware 10.1 on my system. There are some minor problems like I mentioned above, but nothing serious. I never expected it all to work anyway. I like to experiment with Slackware because my main OS is Debian where I have my important work and I can do all the breaking I want with Slackware.

I think I might have to install the gtk 2.0 libraries to get firestarter, but it appears to already exist on my system, so I have no idea what the problem with firestarter might be (from the error message you can see in my first post).
 
Old 06-06-2005, 03:47 PM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Yeah you always get those who criticise swaret and slapt-get because they prefer to do things without automated tools. Personally I have never had any major issues with swaret so I never take heed of the negative comments.
 
Old 06-07-2005, 10:50 PM   #7
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
I found out why firestarter did not work.

The package name which was downloaded was:
Code:
firestarter 1.0.3-x86_64-1pcx
Obviously this is a AMD 64 package. How did this happen? How can I always make sure that only x86 32-bit packages are downloaded by slapt-get rather than 64-bit?

Regards.
 
Old 06-07-2005, 11:16 PM   #8
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
From /usr/doc/slapt-get-0.9.9l/example.slapt-getrc

# To exclude architectures such as i686, use the following:
# [\_\-]+i686

So, it would be like [\_\-]+x86_64 in the EXCLUDE list.
 
Old 06-08-2005, 12:08 AM   #9
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Thanks gbonvehi. I'll try doing that.
 
Old 06-08-2005, 01:03 AM   #10
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
I tried excluding the x86_64 using the EXCLUDE statement. But it doesn't work.

The 486 package is also available in the mirror, but doesn't show up in slapt-get --search. Can anybody post a working slapt-getrc file here which excludes the x86_64 packages?

I am not really sure of which regular expression to use.

How can I fix it so that I download only the 486 packages and not the x86_64 packages?
 
  


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
Why 'slapt-get --upgrade' installs new packages Marel Slackware 5 12-03-2005 01:41 AM
slapt-get error 404 on 1 pkg stops upgrade farpoint Slackware 2 05-11-2005 02:28 PM
Slapt-get upgrade to current killed my system zwyrbla Slackware 15 01-27-2005 09:35 PM
/etc/slapt-getrc modification fails to influence slapt-get timsch75 Slackware 1 04-07-2004 08:48 AM
slapt-get upgrade problems timsch75 Linux - Software 0 04-05-2004 07:56 PM

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

All times are GMT -5. The time now is 03:26 AM.

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