LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-11-2015, 02:03 PM   #1
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Rep: Reputation: Disabled
chromium-dev installation of alien-bob failing on slackware-current with error


hi...

i downloaded the chromium-dev txz file for installation from alien bob current repository...

the package installs on my machine and can also see the same from /var/log/packages....

the issue is when i open chromium-dev from my cli, i get the below following error:

Code:
/usr/lib64/libstdc++.so.6:'GLIBCXX_3.4.20' not found
and chromium-dev fails to start....

Last edited by nitecrawler; 08-12-2015 at 03:56 AM.
 
Old 08-11-2015, 10:27 PM   #2
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
wanted to add when i check the /usr/lib64 i see the file mentioned above exists....

there was a similar thread here, and the solution was to update gcc but when i do a slackpkg update gcc i get the package missing error....

any idea for this?and what this specific error denotes?
 
Old 08-12-2015, 03:17 AM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Works fine here.
How "current" is your Slackware64-current? The GLIBCXX_3.4.20 is contained in the libstdc++.so.6 library version of gcc (gcc-g++-4.9.2-x86_64-3) which is part of Slackware64-current. It is also present in the multilib version of the gcc package (gcc-g++-4.9.2_multilib-x86_64-3alien).

What gives:
Code:
ls -la /usr/lib64/libstdc++.so.6*
ls -la /var/log/packages/gcc*
ls -la /var/log/packages/glibc*
 
Old 08-12-2015, 03:55 AM   #4
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Alien Bob View Post
Works fine here.
Code:
ls -la /usr/lib64/libstdc++.so.6*
ls -la /var/log/packages/gcc*
ls -la /var/log/packages/glibc*
thanks bob...i will get back soon on this with my reply for the above listings....
 
Old 08-12-2015, 02:03 PM   #5
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Alien Bob View Post
Works fine here.
What gives:
Code:
ls -la /usr/lib64/libstdc++.so.6*
ls -la /var/log/packages/gcc*
ls -la /var/log/packages/glibc*
Code:
1st command
lrwxrwxrwx 1 root root     19 Jul 23 08:29 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.18
-rwxr-xr-x 1 root root 970768 Oct 21  2013 /usr/lib64/libstdc++.so.6.0.18

2nd command
-rw-r--r-- 1 root root  25528 Jul 23 08:29 /var/log/packages/gcc-4.8.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root  40287 Jul 23 08:29 /var/log/packages/gcc-g++-4.8.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root   2284 Jul 23 08:29 /var/log/packages/gcc-gfortran-4.8.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root 250536 Jul 23 08:29 /var/log/packages/gcc-gnat-4.8.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root  19679 Jul 23 08:30 /var/log/packages/gcc-go-4.8.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root 236525 Jul 23 08:30 /var/log/packages/gcc-java-4.8.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root   2232 Jul 23 08:30 /var/log/packages/gcc-objc-4.8.2_multilib-x86_64-1alien
-rw-r--r-- 1 root root    771 Aug  6 01:49 /var/log/packages/gccmakedep-1.0.3-noarch-1

3rd command
-rw-r--r-- 1 root root 571752 Jul 23 08:31 /var/log/packages/glibc-2.17_multilib-x86_64-10alien
-rw-r--r-- 1 root root 473872 Jul 23 08:31 /var/log/packages/glibc-i18n-2.17_multilib-x86_64-10alien
-rw-r--r-- 1 root root   1305 Jul 23 08:32 /var/log/packages/glibc-profile-2.17_multilib-x86_64-10alien
-rw-r--r-- 1 root root  15534 Jul 23 08:32 /var/log/packages/glibc-solibs-2.17_multilib-x86_64-10alien
-rw-r--r-- 1 root root  70137 Jul 23 08:32 /var/log/packages/glibc-zoneinfo-2015c_multilib-noarch-1alien
 
Old 08-12-2015, 02:10 PM   #6
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Yeah that is old. You have not been updating your -current install. Hence it is not really "current" any more.
 
Old 08-12-2015, 04:21 PM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Those are the glibc and gcc of Slackware 14.1 ... not slackware -current.
 
Old 08-12-2015, 10:05 PM   #8
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
thanks for the info....

when i do a slackpkg update i get checksum.md5 error specifically

ERROR:Verification of the gpg signature on CHECKSUMS.MD5 failed! This could mean that the file has been tampered with or out of date.

I cannot perform a slackpkg update either...
 
Old 08-12-2015, 11:31 PM   #9
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
Code:
slackpkg update gpg
though works fine grabbing the key from the slackware-current mirror

i had done a full system upgrade recently say a week back and my kernel had got updated too....from 3.10.7 or say to 3.18.11 specifically....
had blacklisted alien packages and slackbuilds but forgot to blacklist my kernel....
as a result my kernel had got upgraded.....
...should i post a new thread on this new issue?

Last edited by nitecrawler; 08-12-2015 at 11:33 PM.
 
Old 08-13-2015, 01:09 AM   #10
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by nitecrawler View Post
[CODE]should i post a new thread on this new issue?
Yes please, because your new question has nothing to do with the original topic.
 
Old 08-13-2015, 02:24 AM   #11
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
thanks for the same...
here is the link if anyone would like to check it too

http://www.linuxquestions.org/questi...28#post5405128
 
Old 08-13-2015, 08:58 AM   #12
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
finally, i was about to move to slackware 14.1 when i gave one last try with slackpkg update....
not only did i get my old customized system back but also chromium-dev from alien bob current is working fine...
sorry for the alarm mate...

CHROMIUM-DEV works just perfect....and i am posting this from chromium dev version current...

i ran the commands again just to confirm...below are the results
Code:
nitecrawler in ~ @ 19:18:31 $ ls -la /usr/lib64/libstdc++.so.6*
lrwxrwxrwx 1 root root      19 Aug 13 18:47 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.20
-rwxr-xr-x 1 root root  970768 Oct 21  2013 /usr/lib64/libstdc++.so.6.0.18
-rwxr-xr-x 1 root root 1003520 Aug  4 00:16 /usr/lib64/libstdc++.so.6.0.20

nitecrawler in ~ @ 19:18:31 $ ls -la /var/log/packages/gcc*
-rw-r--r-- 1 root root  31224 Aug 13 18:47 /var/log/packages/gcc-4.9.2-x86_64-3
-rw-r--r-- 1 root root  39080 Aug 13 18:47 /var/log/packages/gcc-g++-4.9.2-x86_64-3
-rw-r--r-- 1 root root   1936 Aug 13 18:47 /var/log/packages/gcc-gfortran-4.9.2-x86_64-3
-rw-r--r-- 1 root root 128184 Aug 13 18:48 /var/log/packages/gcc-gnat-4.9.2-x86_64-3
-rw-r--r-- 1 root root  10856 Aug 13 18:48 /var/log/packages/gcc-go-4.9.2-x86_64-3
-rw-r--r-- 1 root root 236242 Aug 13 18:48 /var/log/packages/gcc-java-4.9.2-x86_64-3
-rw-r--r-- 1 root root   2062 Aug 13 18:49 /var/log/packages/gcc-objc-4.9.2-x86_64-3
-rw-r--r-- 1 root root    771 Aug  6 01:49 /var/log/packages/gccmakedep-1.0.3-noarch-1

nitecrawler in ~ @ 19:18:58 $ ls -la /var/log/packages/glibc*
-rw-r--r-- 1 root root 353032 Aug 13 18:50 /var/log/packages/glibc-2.21-x86_64-2
-rw-r--r-- 1 root root 262917 Aug 13 18:50 /var/log/packages/glibc-i18n-2.21-x86_64-2
-rw-r--r-- 1 root root   1023 Aug 13 18:51 /var/log/packages/glibc-profile-2.21-x86_64-2
-rw-r--r-- 1 root root   8495 Aug 13 18:45 /var/log/packages/glibc-solibs-2.21-x86_64-2
-rw-r--r-- 1 root root  70109 Aug 13 18:51 /var/log/packages/glibc-zoneinfo-2015c-noarch-1
 
Old 08-13-2015, 09:31 AM   #13
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
You appear to be at a slackware64-current level but be aware that at first, you had my multilib versions of gcc and glibc installed. Your most recent post shows that you now have the Slackware original packages installed for gcc and glibc which means your computer lost its ability to run (and compile) 32-bit programs.
Perhaps that was your intention. If you do not run any 32-bit software (Skype, Steam Client, Wine) then the situation is OK. Otherwise, check out what you need to do in order to get back that multilib capability: http://docs.slackware.com/slackware:multilib
 
Old 08-13-2015, 10:22 AM   #14
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
thanks a lot bob...was going to search for that as i noticed myskype didnt start up....will do that and revert back...
 
Old 08-13-2015, 10:33 AM   #15
nitecrawler
Member
 
Registered: Dec 2014
Distribution: slackware x86-64 14.2
Posts: 188

Original Poster
Rep: Reputation: Disabled
and i really feel i should edit the title of this post because it doesnt look good reading on a work well done from your end....
 
  


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
Chromium package added to Alien Bob's repository! 1337_powerslacker Slackware 9 11-25-2013 07:05 PM
Running current + Alien Bob's KDE4.6 pkg. Dbus Daemon uses 50% processor. vdemuth Slackware 1 03-01-2011 07:14 PM
[SOLVED] Alien Bob's VLC slackbuild fails on current Daedra Slackware 4 10-25-2010 03:14 PM
[SOLVED] Alien Bob's VLC fails to compile on newest current Daedra Slackware 3 03-06-2010 04:23 PM
[SOLVED] Recommendations for regarding BIG changes in current and Alien Bob's 4.4 packages? damgar Slackware 2 03-01-2010 11:16 PM

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

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