-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Description
Version
v19.6.0
Platform
Linux ubuntu 4.4.0-236-generic #270-Ubuntu SMP Tue Jan 3 13:23:53 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
GNU Make
What steps will reproduce the bug?
make -j4
How often does it reproduce? Is there a required condition?
All run generate this error.
What is the expected behavior?
Expected behavior is a build without error.
What do you see instead?
/tmp/cc0wYHmF.s:51797: Error: no such instruction: `vpcompressb %zmm12,%zmm18{%k7}{z}'
deps/simdutf/simdutf.target.mk:87: recipe for target '/home/user/node-v19.6.0/out/Release/obj.target/simdutf/deps/simdutf/simdutf.o' failed
make[1]: *** [/home/user/node-v19.6.0/out/Release/obj.target/simdutf/deps/simdutf/simdutf.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:134: recipe for target 'node' failed
make: *** [node] Error 2
Additional information
Unix prerequisites are fit with requirements:
Linux: Ubuntu 16.04.7 LTS (kernel: 4.4.0-236-generic)
gcc --version: gcc 9.4.0
g++ --version: g++ 9.4.0
make --version: GNU Make 4.1
python3 --version: Python 3.9.4