Chromium install gets stuck at PRESUBMIT.py
Posted: 18. Nov 2017, 22:38
I'm trying to install chromium with Sourcery. However, it gets stuck at PRESUBMIT.py
Linux for the Lazy Slacker
https://forum.salixos.org/
Thanks, Chuang. I downloaded http://slackware.uk/people/alien/sbrepo ... 1alien.txz. I then extracted the file, navigated to the install directory, and ran bash doinst.sh. However, I get a lot of errors along the lines ofChuangTzu wrote:Eric (a Slackware dev.) offers a binary for Chromium, his version is currently 62
http://slackware.uk/people/alien/sbrepos/14.2/x86_64/
or
http://slackware.uk/people/alien/sbrepos/14.2/x86/
Code: Select all
mv: cannot stat ‘etc/chromium/00-default.conf.new’: No such file or directory
Code: Select all
sudo spkg chromium*txz
Code: Select all
chromium %U
Code: Select all
/usr/lib64/chromium/chromium: /usr/lib64/libdbus-1.so.3: no version information available (required by /usr/lib64/chromium/chromium)
/usr/lib64/chromium/chromium: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib64/chromium/chromium)
Don't do that! Type instead:tharpa wrote:Thanks, Chuang. I downloaded http://slackware.uk/people/alien/sbrepo ... 1alien.txz. I then extracted the file, navigated to the install directory, and ran bash doinst.sh.ChuangTzu wrote:Eric (a Slackware dev.) offers a binary for Chromium, his version is currently 62
http://slackware.uk/people/alien/sbrepos/14.2/x86_64/
or
http://slackware.uk/people/alien/sbrepos/14.2/x86/
Code: Select all
sudo spkg -i chromium-62.0.3202.75-x86_64-1alien.txz
Code: Select all
sudo spkg -u chromium-62.0.3202.75-x86_64-1alien.txz
https://alien.slackbook.org/blog/chromi ... -download/
eric wrote: When the topic of Chromium 62 came up in the comments section of a previous post, I mentioned that I was unable to compile it on Slackware 14.2 [...] and they indicate that Slackware’s own gcc-5.3.0 package is too old to compile chromium 62.
The c++11 implementation in gcc-5.3.0 has issues which are fixed in gcc-5.4.0 [...]
gapan wrote: tharpa has messed up his system somehow. He probably "installed" some version of chromium from another distribution
Code: Select all
/usr/lib64/chromium/chromium: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib64/chromium/chromium)
Code: Select all
> strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21