On Sun, Oct 11, 2020 at 03:23:50PM -0500, Dale wrote:
> This seems to be the key,
> 
> /Your CPU doesn't support the required SSE2 instruction.
> 
> Either your CPU doesn't support that or you have not enabled it or
> disabled it for some reason.

`pkg_pretend` issues that error only if the architecture is x86 and SSE2 is
enabled in the USE-flags:

        (use x86 && ! use cpu_flags_x86_sse2) && \
                die "Your CPU doesn't support the required SSE2 instruction."

Considering the output of `uname -m`, I cannot imagine why `use x86` is
returning true; surely `amd64` would be the appropriate flag? Strange...

https://gitweb.gentoo.org/repo/gentoo.git/tree/net-libs/nodejs/nodejs-14.4.0.ebuild#n50

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA

Attachment: signature.asc
Description: PGP signature

Reply via email to