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 07-23-2018, 07:05 PM   #1
Tekla
LQ Newbie
 
Registered: Sep 2017
Posts: 11

Rep: Reputation: Disabled
Used previous version latest-firefox now cannot open firefox


Ruario's latest-firefox script has been great for me with 14.0. until today.

I used a previous version (1.4.1) to try to update to Firefox 61. Then Firefox would not open. Realizing that I had used a previous version, I got the new version (1.5.2) and tried that. However, I get the response "Firefox 61.0.1 is already installed; exiting." Thereupon I used slackpkg to remove the firefox 61.0.1 package.

Now when I try latest-firefox.sh (current version), I get the response "/tmp/mozilla-firefox-61.0.1-i686-1ro.tgz already exists; exiting".

Is there a way to fix this so that I can use the script?
 
Old 07-23-2018, 07:18 PM   #2
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,308

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
/tmp/mozilla-firefox-61.0.1-i686-1ro.tgz is the package built from Ruario's latest-firefox script

delete it and try again
 
Old 07-23-2018, 07:34 PM   #3
Tekla
LQ Newbie
 
Registered: Sep 2017
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thank you, however, I thought of doing that but when I looked up whether it's okay to delete a file from /tmp, I saw lots of warnings. Can I harm anything by simply deleting that file?
 
Old 07-23-2018, 09:04 PM   #4
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by Tekla View Post
Thank you, however, I thought of doing that but when I looked up whether it's okay to delete a file from /tmp, I saw lots of warnings. Can I harm anything by simply deleting that file?
No. Things in /tmp are by definition temporary.
 
Old 07-23-2018, 09:26 PM   #5
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by montagdude View Post
No. Things in /tmp are by definition temporary.
As the old joke goes, Well, yeah, but...

Temporary means "shouldn't be re-used in case you reboot or logout/login" as well as "hey, you can delete this whenever you want to".

The package you mentioned is in the "hey, you can delete this whenever you want to" category.

Stuff like /tmp/<username>/pulse-<random_string> or sockets used by (admittedly non-standard) postresql are in the "shouldn't be re-used in case you reboot or logout/login" group. Depending on the application, things may continue to work even after you delete a file in that category (the file contents really don't go away until nobody is using it). The absolute worst case would require a reboot after deleting something in /tmp that was used by something you normally use in the running system.
 
Old 07-23-2018, 09:33 PM   #6
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by Richard Cranium View Post
As the old joke goes, Well, yeah, but...

Temporary means "shouldn't be re-used in case you reboot or logout/login" as well as "hey, you can delete this whenever you want to".

The package you mentioned is in the "hey, you can delete this whenever you want to" category.

Stuff like /tmp/<username>/pulse-<random_string> or sockets used by (admittedly non-standard) postresql are in the "shouldn't be re-used in case you reboot or logout/login" group. Depending on the application, things may continue to work even after you delete a file in that category (the file contents really don't go away until nobody is using it). The absolute worst case would require a reboot after deleting something in /tmp that was used by something you normally use in the running system.
Good clarification. I should have said that deleting things in /tmp won't have any serious ill effects, but it could have (probably minor) negative affects on running applications.
 
Old 07-23-2018, 11:12 PM   #7
Tekla
LQ Newbie
 
Registered: Sep 2017
Posts: 11

Original Poster
Rep: Reputation: Disabled
Okay, I deleted the file /tmp/mozilla-firefox-61.0.1-i686-1ro.tgz and then tried again.

This time the script ran okay, but firefox won't open. When I tried to open firefox, I received error message "firefox: symbol lookup error: /usr/lib/firefox-61.0.1/libxul.so: undefined symbol: dbus_validate_bus_name."
 
Old 07-24-2018, 12:06 AM   #8
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
It is very possible that the libraries in Firefox are now too new for your (almost 6 years old) 14.0 system. It looks like libxul.so might rely on a function of dbus (dbus_validate_bus_name), which doesn't exist.

If this is the case, it likely leaves you with 3 different options.
  1. Downgrade to a previous version of Firefox
  2. Try and build your own Firefox against the libraries in your system
  3. Upgrade to a newer version of Slackware
 
Old 07-24-2018, 12:14 AM   #9
Tekla
LQ Newbie
 
Registered: Sep 2017
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thank you. That must be right.
 
  


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
[SOLVED] how to update to latest firefox version on slackware 14.1 contozo Linux - Newbie 3 08-12-2016 08:01 PM
Firefox latest version from current staus Slackware 13 03-30-2016 09:36 AM
How to upgrade Firefox, but not to latest version? laredotornado Linux - General 5 09-16-2011 08:12 PM
Installing the latest version of FireFox on Slackware 13.37? sepoto Linux - Newbie 3 09-12-2011 10:14 AM
latest version of firefox jone kim Linux - General 2 04-22-2010 12:54 PM

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

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