On Sun, 11 Oct 2020 22:44:45 +0200, n952162 wrote:

> > I don't know why it's written in such an opaque  manner  (a  simple
> > `if`  would suffice), but it seems like this error is printed only if
> > x86 is used  and  SSE2 is disabled, which doesn't make sense to me?
> > Is  SSE2  required  for  building/ running NodeJS on x86 machines?
> >  
> 
> But how can my CPU be mistaken for a 32-bit machine?
> 
> /Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz/

It's not your CPU type but the type of CPU you are building for. The key
information from emerge --info is

CHOST="i686-pc-linux-gnu"

when it should be

CHOST="x86_64-pc-linux-gnu"

However, it is not as simple as editing make.conf, changing the CHOST of
an installation is not supported, the setting is usually derived from the
stage3 you started with.

Backup settings and home then reinstall may be the easiest way out of
this.

-- 
Neil Bothwick

When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl.

Attachment: pgpDVLDohkpns.pgp
Description: OpenPGP digital signature

Reply via email to