LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   chromium-dev installation of alien-bob failing on slackware-current with error (https://www.linuxquestions.org/questions/slackware-14/chromium-dev-installation-of-alien-bob-failing-on-slackware-current-with-error-4175550497/)

nitecrawler 08-11-2015 02:03 PM

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....

nitecrawler 08-11-2015 10:27 PM

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?

Alien Bob 08-12-2015 03:17 AM

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*


nitecrawler 08-12-2015 03:55 AM

Quote:

Originally Posted by Alien Bob (Post 5404681)
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....

nitecrawler 08-12-2015 02:03 PM

Quote:

Originally Posted by Alien Bob (Post 5404681)
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


ruario 08-12-2015 02:10 PM

Yeah that is old. You have not been updating your -current install. Hence it is not really "current" any more.

Alien Bob 08-12-2015 04:21 PM

Those are the glibc and gcc of Slackware 14.1 ... not slackware -current.

nitecrawler 08-12-2015 10:05 PM

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...

nitecrawler 08-12-2015 11:31 PM

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?

Alien Bob 08-13-2015 01:09 AM

Quote:

Originally Posted by nitecrawler (Post 5405084)
[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.

nitecrawler 08-13-2015 02:24 AM

thanks for the same...
here is the link if anyone would like to check it too

http://www.linuxquestions.org/questi...28#post5405128

nitecrawler 08-13-2015 08:58 AM

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


Alien Bob 08-13-2015 09:31 AM

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

nitecrawler 08-13-2015 10:22 AM

thanks a lot bob...was going to search for that as i noticed myskype didnt start up....will do that and revert back...

nitecrawler 08-13-2015 10:33 AM

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....


All times are GMT -5. The time now is 06:34 AM.