Page 1 of 1

Chromium

Posted: 23. Apr 2014, 18:36
by JoPalMo
Hi, I'm trying to install Crhromium on SALIX Xfce 14.1 with sudo slapt-src -i but it fails.

(...)
chmod: no es pot emprar l’enllaç simbòlic trencat «./third_party/mesa/src/src/gallium/state_trackers/d3d1x/w32api» (can not use symlink broken)
chmod: no es pot emprar l’enllaç simbòlic trencat «./build/android/arm-linux-androideabi-gold/ld» (can not use symlink broken)
chmod: no es pot emprar l’enllaç simbòlic trencat «./build/android/arm-linux-androideabi-gold/arm-linux-androideabi-ld» (can not use symlink broken)
Updating projects from gyp files...
which: no yasm in (/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/local/sbin:/sbin:/usr/sbin)
gyp: Call to 'which yasm' returned exit status 1. while loading dependencies of content/content.gyp while loading dependencies of components/components.gyp while loading dependencies of chrome/chrome_resources.gyp while loading dependencies of chrome/chrome.gyp while loading dependencies of build/all.gyp while trying to load build/all.gyp
fakeroot -- sh chromium.SlackBuild Failed

Re: Chromium

Posted: 23. Apr 2014, 19:30
by mimosa
Packages for Chromium can be found here:

http://slackware.org.uk/people/alien/sl ... /chromium/

Re: Chromium

Posted: 24. Apr 2014, 09:39
by laprjns
Or if you still want to build it using sourcey slapt-src all you need to do is install yasm.

Code: Select all

slapt-get --install yasm
Then re-run slapt-src -i chromuim. It should build and install (it did here) without problems, but be warned, it took several hours to compile.