Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482046 - sci-geosciences/googleearth-7.1.1.1888 requires SSE2
Summary: sci-geosciences/googleearth-7.1.1.1888 requires SSE2
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-22 03:34 UTC by Andrew Savchenko
Modified: 2015-03-10 01:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2013-08-22 03:34:57 UTC
Hello,

latest googleearth requires SSE2 CPU, so on Athlon-XP it produces SIGILL:

Program received signal SIGILL, Illegal instruction.
[Switching to Thread 0xa9a67b40 (LWP 1832)]
0xb0224b12 in ?? () from /opt/googleearth/libge_chrome_net.so
(gdb) bt
#0  0xb0224b12 in ?? () from /opt/googleearth/libge_chrome_net.so
[...]
(gdb) x/i 0xb0224b12
=> 0xb0224b12:  cvtsi2sd %eax,%xmm0
 
cvtsi2sd is from SSE2 set: Convert signed doubleword or quadword integer to scalar double-precision floating-point value

Please add SSE2 check.

It is a sorrow to see how googleearth gets worse with each release.
Comment 1 Marc Schiffbauer gentoo-dev 2015-03-10 01:33:51 UTC
Does this apply to current version as well?