Closed
Description
Version
master
@ f233cb2
Platform
Darwin Geoffreys-MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64
What steps will reproduce the bug?
-
Follow the instructions in https://github.com/nodejs/node/blob/master/BUILDING.md#speeding-up-frequent-rebuilds-when-developing to install and configure
ccache
. (I’m on a Mac, so I didbrew install ccache
). In particular, don’t skip the steps toexport CC
andexport CXX
. -
Run
./configure
. I see this error:Node.js configure: Found Python 3.9.7... ERROR: Did not find a new enough assembler, install one or build with –openssl-no-asm. Please refer to BUILDING.md
-
Run
unset CC GCC
. Then when I run./configure
the command completes successfully.
How often does it reproduce? Is there a required condition?
Every time.
Additional information
cc @nodejs/build-files