Re: [gentoo-user] What happened to my emerge -u?

2020-10-12 Thread n952162
On 2020-10-12 00:42, Neil Bothwick wrote: 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

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread Neil Bothwick
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

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread Dale
n952162 wrote: > > On 2020-10-11 22:57, Dale wrote: >> n952162 wrote: >>> On 2020-10-11 22:23, Dale wrote: n952162 wrote: > Apparently after a long series of checks, my emerge simply ended. > The only hint of a problem was this message: > > />>> Running pre-merge checks for

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread antlists
On 11/10/2020 21:55, n952162 wrote: I ran into this: https://forums.gentoo.org/viewtopic-t-1108636-start-0.html but I really don't understand anything about these alternative instruction sets and would think my CPU is pretty vanilla. I mean, I hope to avoid trail-and-error approaches to

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread n952162
On 2020-10-11 22:57, Dale wrote: n952162 wrote: On 2020-10-11 22:23, Dale wrote: n952162 wrote: Apparently after a long series of checks, my emerge simply ended. The only hint of a problem was this message: />>> Running pre-merge checks for net-libs/nodejs-14.4.0// // * ERROR:

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread Dale
n952162 wrote: > On 2020-10-11 22:23, Dale wrote: >> n952162 wrote: >>> >>> Apparently after a long series of checks, my emerge simply ended.  >>> The only hint of a problem was this message: >>> >>> />>> Running pre-merge checks for net-libs/nodejs-14.4.0// >>> // * ERROR:

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread n952162
On 2020-10-11 21:34, n952162 wrote: Apparently after a long series of checks, my emerge simply ended.  The only hint of a problem was this message: />>> Running pre-merge checks for net-libs/nodejs-14.4.0// // * ERROR: net-libs/nodejs-14.4.0::gentoo failed (pretend phase):// // *   Your CPU

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread n952162
On 2020-10-11 22:23, Dale wrote: n952162 wrote: Apparently after a long series of checks, my emerge simply ended.  The only hint of a problem was this message: />>> Running pre-merge checks for net-libs/nodejs-14.4.0// // * ERROR: net-libs/nodejs-14.4.0::gentoo failed (pretend phase):// // *  

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread n952162
On 2020-10-11 22:44, n952162 wrote: On 2020-10-11 22:39, Ashley Dixon wrote: On Sun, Oct 11, 2020 at 09:35:07PM +0100, Ashley Dixon wrote: `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) && \

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread n952162
On 2020-10-11 22:39, Ashley Dixon wrote: On Sun, Oct 11, 2020 at 09:35:07PM +0100, Ashley Dixon wrote: `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

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread n952162
On 2020-10-11 22:23, Dale wrote: n952162 wrote: Apparently after a long series of checks, my emerge simply ended.  The only hint of a problem was this message: />>> Running pre-merge checks for net-libs/nodejs-14.4.0// // * ERROR: net-libs/nodejs-14.4.0::gentoo failed (pretend phase):// // *  

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread Ashley Dixon
On Sun, Oct 11, 2020 at 09:35:07PM +0100, Ashley Dixon wrote: > `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

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread Ashley Dixon
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

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread Dale
n952162 wrote: > > Apparently after a long series of checks, my emerge simply ended.  The > only hint of a problem was this message: > > />>> Running pre-merge checks for net-libs/nodejs-14.4.0// > // * ERROR: net-libs/nodejs-14.4.0::gentoo failed (pretend phase):// > // *   Your CPU doesn't