You are not logged in.

#1 2009-08-24 19:38:39

bmentink
Member
From: New Zealand
Registered: 2009-08-23
Posts: 442

AUR install of chromium works on Laptop (pentium-m) but not on desktop

Hi All,

I have successfully compiled/installed and run the chromium-continuous from AUR repository on my pentium-m based laptop.
However, when doing a similar install on my desktop which has Athlon 2800+ CPU the build is fine, but I get an error on running it, the error is:

$ chromium-browser
[7215:7215:9111919603:ERROR:/b/slave/chromium-rel-linux/build/src/chrome/browser/google_update_settings_posix.cc(73)] Not implemented reached in static bool GoogleUpdateSettings::GetLanguage(std::wstring*)
/usr/bin/chromium-browser: line 4:  7215 Illegal instruction     ./chrome --enable-plugins "$@"

I have even tried installing the package built on the laptop (i.e the one that works) and running on the desktop, but still the same error.

Anyone have a clue what is going on? I can't tell from the error ..

Thanks,
Bernie

Offline

#2 2009-08-24 20:27:25

xduugu
Member
Registered: 2008-10-16
Posts: 292

Re: AUR install of chromium works on Laptop (pentium-m) but not on desktop

Checking vendor_id string... amd64
Disassembling usr/lib/chromium-browser/chromium-browser, please wait...
i486:   65 i586:    3 ppro:    0 mmx:   49 3dnow:    0 ext3dnow:    0 sse:    0 sse2:  138 sse3:    0 sse4a:    0

This binary was found to contain the cpuid instruction.
It may be able to conditionally execute instructions if
they are supported on the host (i586+).

usr/lib/chromium-browser/chromium-browser will run on AMD Athlon64 or higher processor.

The binary uses sse2 instructions but your cpu does not support them.

You could try to compile it yourself but I'm not sure if it's possible to create a chromium binary without sse2 instructions.

http://aur.archlinux.org/packages.php?ID=29440

Offline

#3 2009-08-24 23:08:33

bmentink
Member
From: New Zealand
Registered: 2009-08-23
Posts: 442

Re: AUR install of chromium works on Laptop (pentium-m) but not on desktop

Thanks for the reply.

I did compile from src originally but the same sort of error occured.

Do I have to tweak my PKGBUILD script for my Athlon 2800+ AMD CPU?

Cheers,
Bernie

Offline

#4 2009-08-24 23:26:57

xduugu
Member
Registered: 2008-10-16
Posts: 292

Re: AUR install of chromium works on Laptop (pentium-m) but not on desktop

The above mentioned svn package is afaik the only one which is actually compiled from source. All others use precompiled binaries from chromium's build server or ubuntu.

Offline

#5 2009-08-25 19:35:40

bmentink
Member
From: New Zealand
Registered: 2009-08-23
Posts: 442

Re: AUR install of chromium works on Laptop (pentium-m) but not on desktop

Anyone know how to adjust the PKGBUILD file in the svn source to remove the use of sse2 ?

I will then try to re-compile without it.

Cheers,
Bernie

Offline

#6 2009-08-28 01:15:06

2501
Member
Registered: 2008-05-17
Posts: 15

Re: AUR install of chromium works on Laptop (pentium-m) but not on desktop

I have to confirms this. I was able to install Chromium without any problem and everything is working fine. Just make sure you have all the codecs installed and openjdk or jre too.

I did : yaourt --aur -S chromium-continuous -latest

Done.

-2501

Offline

Board footer

Powered by FluxBB