LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Things That Won't Run in -Current (21 April 2015). (https://www.linuxquestions.org/questions/slackware-14/things-that-wont-run-in-current-21-april-2015-a-4175540515/)

cwizardone 04-23-2015 08:09 AM

Things That Won't Run in -Current (21 April 2015).
 
Running the latest updates in a fresh install, along with a fresh install of the Multilib files.
So far, the following won't work and I have yet to find a fix,

Seamonkey and Firefox issue the same error, e.g.,

Quote:

bash-4.3$ seamonkey
XPCOMGlueLoad error for file /usr/lib64/seamonkey-2.33.1/libxul.so:
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib64/seamonkey-2.33.1/libxul.so)
Couldn't load XPCOM.
bash-4.3$ firefox
XPCOMGlueLoad error for file /usr/lib64/firefox-37.0.2/libxul.so:
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib64/firefox-37.0.2/libxul.so)
Couldn't load XPCOM.

VLC wont' run,

Quote:

bash-4.3$ vlc
VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
ALSA lib conf.c:3325:(snd_config_hooks_call) Cannot open shared library (null)
ALSA lib conf.c:3788:(snd_config_update_r) hooks failed, removing configuration
[00000000012d69a8] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Segmentation fault
Now to see what else is, or is not, running.
:)

sbolokanov 04-23-2015 08:19 AM

Recompile.

Alien Bob 04-23-2015 08:38 AM

VLC 2.2.1 runs fine here on my slackware64-current (updated to the latest batch). I watched a movie with it, yesterday evening.
Are you certain that you have installed all the packages that have been added to Slackware-current in this batch?

Have not tested seamonkey or firefox on that desktop (don't use those).

cwizardone 04-23-2015 09:06 AM

Quote:

Originally Posted by Alien Bob (Post 5351822)
...Are you certain that you have installed all the packages that have been added to Slackware-current in this batch?...

Yes. Reformatted the partition and did a complete install from the 2.5 gig iso you posted yesterday.
Then I downloaded all the fresh multilib files and installed those.


Now Libreoffice won't work,

Quote:

bash-4.3$ loffice
/usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.51: cannot open shared object file: No such file or directory
Can't get KDE to read a CD (it has been reading for years), and WINE doesn't work.

sbolokanov 04-23-2015 09:13 AM

Quote:

Originally Posted by Alien Bob (Post 5351822)
VLC 2.2.1 runs fine here on my slackware64-current (updated to the latest batch). I watched a movie with it, yesterday evening.
Are you certain that you have installed all the packages that have been added to Slackware-current in this batch?

Doesn't work on my end either.
Clean install of -current, last batch (iso made by myself with your mirror script).

Both "restricted" and normal VLC:
Code:

$vlc
VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
Segmentation fault

edit: By the way 64- no multilib

phenixia2003 04-23-2015 09:13 AM

Hello,

Quote:

Originally Posted by cwizardone (Post 5351803)
Running the latest updates in a fresh install, along with a fresh install of the Multilib files.
So far, the following won't work and I have yet to find a fix,

Seamonkey and Firefox issue the same error, e.g.,
Code:

bash-4.3$ seamonkey
XPCOMGlueLoad error for file /usr/lib64/seamonkey-2.33.1/libxul.so:
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib64/seamonkey-2.33.1/libxul.so)
Couldn't load XPCOM.
bash-4.3$ firefox
XPCOMGlueLoad error for file /usr/lib64/firefox-37.0.2/libxul.so:
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib64/firefox-37.0.2/libxul.so)
Couldn't load XPCOM.


What's the output of :

Code:

$ ls -l /usr/lib64/libstdc++*
and :

Code:

$ ls -l /var/log/packages/gcc*
--
SeB

ryanpcmcquen 04-23-2015 09:38 AM

Quote:

Originally Posted by cwizardone (Post 5351803)
Running the latest updates in a fresh install, along with a fresh install of the Multilib files.
So far, the following won't work and I have yet to find a fix,

Seamonkey and Firefox issue the same error, e.g.,

VLC wont' run,

Now to see what else is, or is not, running.
:)


I am on a fresh install also, from Eric Hameleers ISO, and all three of these run for me (64-multilib).

sbolokanov 04-23-2015 10:42 AM

Did a recompile of vlc and it works (from alien).
So as expected recompile fixes the segfault.

edit: By the way 64- no multilib

cwizardone 04-23-2015 11:17 AM

Quote:

Originally Posted by phenixia2003 (Post 5351839)
What's the output of :

Code:

$ ls -l /usr/lib64/libstdc++*
and :

Code:

$ ls -l /var/log/packages/gcc*
--
SeB


Thanks for asking. Here are the results:

Quote:

bash-4.3$ ls -l /usr/lib64/libstdc++*
lrwxrwxrwx 1 root root 18 Apr 21 12:50 /usr/lib64/libstdc++.so.5 -> libstdc++.so.5.0.7
-rwxr-xr-x 1 root root 4515618 Jun 5 2013 /usr/lib64/libstdc++.so.5.0.7
lrwxrwxrwx 1 root root 19 Apr 22 21:44 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.18
-rwxr-xr-x 1 root root 970768 Jun 9 2013 /usr/lib64/libstdc++.so.6.0.18
and

Quote:

bash-4.3$ ls -l /var/log/packages/gcc*
-rw-r--r-- 1 root root 32436 Apr 22 21:33 /var/log/packages/gcc-4.9.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root 427 Apr 22 21:44 /var/log/packages/gcc-g++-4.8.3_multilib-x86_64-1alien
-rw-r--r-- 1 root root 2284 Apr 22 21:33 /var/log/packages/gcc-gfortran-4.9.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root 251312 Apr 22 21:34 /var/log/packages/gcc-gnat-4.9.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root 20025 Apr 22 21:34 /var/log/packages/gcc-go-4.9.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root 236525 Apr 22 21:34 /var/log/packages/gcc-java-4.9.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root 2232 Apr 22 21:34 /var/log/packages/gcc-objc-4.9.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root 798 Apr 21 12:58 /var/log/packages/gccmakedep-1.0.3-noarch-1
Just saw the gcc-g++.
I'll re-install the correct version and try again.

number22 04-23-2015 11:36 AM

I have had similar problem with firefox and seamonkey, but after upgrading all mutilibs(gcc glibc), it solved the problem, also I had to rebuild my nvidia legacy340 driver.

while the loffice still not working with missing libicuuc.so.51 file.

most vimeo html5 videos have no audio(very few exception) in firefox/seamonkey; but when I tried test html5 at http://www.quirksmode.org/html5/tests/video.html, all audio works; strange.

cwizardone 04-23-2015 11:57 AM

Quote:

Originally Posted by cwizardone (Post 5351916)
...Just saw the gcc-g++.
I'll re-install the correct version and try again.

OK. Still scratching my head on that one. :scratch: Checked my multilib repository and none of the old versions are there, but somehow I managed to install all the new ones except gcc-g++.

Now that it is installed Seamonkey does work, but nothing has changed with VLC, WINE or Libreoffice, that is, they still won't run.

Alien Bob 04-23-2015 12:17 PM

Libreoffice will get a new package specifically targeting slackware-current because it nbeeds a recompilation thanks to the icu4c upgrade. There are unannounced version 4.4.3 sources at libreoffice.org that I an using.
I am compiling 64-bit, then the 32-bit needs to be done and then it will be uploaded.
Virtual machine based package building... not as fast as an octacore with 16 GB of RAM of course.

1337_powerslacker 04-23-2015 12:22 PM

Quote:

Originally Posted by cwizardone (Post 5351944)
OK. Still scratching my head on that one. :scratch: Checked my multilib repository and none of the old versions are there, but somehow I managed to install all the new ones except gcc-g++.

Now that it is installed Seamonkey does work, but nothing has changed with VLC, WINE or Libreoffice, that is, they still won't run.

Have you tried deleting the user settings for these programs?
Code:


Libreoffice - ~/.config/libreoffice
VLC - ~/.config/vlc
Seamonkey - ~/.mozilla/seamonkey
Firefox - ~/.mozilla/firefox

That's the only thing I can think of if you've done a fresh install and these programs are giving you fits all of a sudden, because none of these programs are giving any of the rest of us fits.

Hope this helps.

dr.s 04-23-2015 01:24 PM

Quote:

Originally Posted by sbolokanov (Post 5351837)
Doesn't work on my end either.
Clean install of -current, last batch (iso made by myself with your mirror script).

Both "restricted" and normal VLC:
Code:

$vlc
VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
Segmentation fault


Same here, clean install of current, VLC Seg fault.

Mark Pettit 04-23-2015 03:01 PM

Quote:

Originally Posted by Alien Bob (Post 5351966)
Virtual machine based package building... not as fast as an octacore with 16 GB of RAM of course.

Dutch humour :-)


All times are GMT -5. The time now is 11:06 PM.