Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What happened to my emerge -u?
Date: Sun, 11 Oct 2020 20:37:17
Message-Id: 20201011203507.hpk66ao6xnddmbjh@ad-gentoo-main
In Reply to: Re: [gentoo-user] What happened to my emerge -u? by Dale
1 On Sun, Oct 11, 2020 at 03:23:50PM -0500, Dale wrote:
2 > This seems to be the key,
3 >
4 > /Your CPU doesn't support the required SSE2 instruction.
5 >
6 > Either your CPU doesn't support that or you have not enabled it or
7 > disabled it for some reason.
8
9 `pkg_pretend` issues that error only if the architecture is x86 and SSE2 is
10 enabled in the USE-flags:
11
12 (use x86 && ! use cpu_flags_x86_sse2) && \
13 die "Your CPU doesn't support the required SSE2 instruction."
14
15 Considering the output of `uname -m`, I cannot imagine why `use x86` is
16 returning true; surely `amd64` would be the appropriate flag? Strange...
17
18 https://gitweb.gentoo.org/repo/gentoo.git/tree/net-libs/nodejs/nodejs-14.4.0.ebuild#n50
19
20 --
21
22 Ashley Dixon
23 suugaku.co.uk
24
25 2A9A 4117
26 DA96 D18A
27 8A7B B0D2
28 A30E BF25
29 F290 A8AA

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] What happened to my emerge -u? Ashley Dixon <ash@××××××××××.uk>