[Buildroot] [PATCH] package/nodejs: drop support for the MIPS architecture

Peter Korsgaard peter at korsgaard.com
Wed Nov 9 13:28:31 UTC 2022


>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot at buildroot.org> writes:

 > The build of NodeJS fails on mipsel due to an issue in the V8 code:
 > ../../deps/v8/src/compiler/backend/mips/code-generator-mips.cc:4106:48: error: call of overloaded 'Operand(int64_t)' is ambiguous
 >  4106 |                 Operand(static_cast<int64_t>(0)));

 > There is apparently a lack of maintenance of the MIPS port of V8, as
 > is discussed in the Github issue at
 > https://github.com/nodejs/node/issues/26179.

 > Until this get improved/fixed, our best option is to drop support for
 > MIPS in our NodeJS package.

 > Fixes:

 >   http://autobuild.buildroot.net/results/0e6ee80c77bcb77afe18410e8d9da93b738cb0a4/

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>

:/

Committed to 2022.08.x, thanks.

Perhaps this is only a >= nodejs 16.x issue? We don't seem to have any
similar build issues for 14.x on 2022.02.x.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list