Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling nodejs 10.0.0 issue, centos 6 #20471

Closed
r-a-c opened this issue May 2, 2018 · 9 comments
Closed

Compiling nodejs 10.0.0 issue, centos 6 #20471

r-a-c opened this issue May 2, 2018 · 9 comments
Labels
build Issues and PRs related to build files or the CI.

Comments

@r-a-c
Copy link

r-a-c commented May 2, 2018

Hi,

Centos6, nasm 2.13.03 (compiled from sources, custom path, exported into PATH)

It looks like configure does not take into consideration the new format of "2.13.03" (Superficial look at the code)

nasm -v
NASM version 2.13.03 compiled on May 2 2018

./configure
ERROR: Did not find a new enough assembler, install one or build with
--openssl-no-asm.
Please refer to BUILDING.md

@richardlau
Copy link
Member

nasm is only required on Windows. For Unix-like systems GNU assembler (gas) 2.23 or higher is required: https://github.com/nodejs/node/blob/v10.0.0/BUILDING.md#openssl-asm-support

@r-a-c
Copy link
Author

r-a-c commented May 2, 2018

Thanks for the source.

I started with as . No luck:
as from devtoolset-7, exported into path

as -v
GNU ensamblador versión 2.28 (x86_64-redhat-linux) utilizando BFD versión version 2.28-9.el6.1

./configure
ERROR: Did not find a new enough assembler, install one or build with
--openssl-no-asm.
Please refer to BUILDING.md

@richardlau
Copy link
Member

as -v
GNU ensamblador versión 2.28 (x86_64-redhat-linux) utilizando BFD versión version 2.28-9.el6.1

That's being covered by #20394.

@r-a-c
Copy link
Author

r-a-c commented May 3, 2018

Ok, Thanks.

@bnoordhuis bnoordhuis added the build Issues and PRs related to build files or the CI. label May 3, 2018
@bnoordhuis
Copy link
Member

Closing since this is already being tracked.

@arena
Copy link

arena commented Jan 30, 2020

if you're going to close it because it's already tracked would you mind including the link to the issue where it's tracked? This is high in the search results for the error I'm getting but there is no useful info here.

@arena
Copy link

arena commented Jan 30, 2020

found it.. but you should edit the closing message

@ivnnv
Copy link

ivnnv commented Apr 14, 2021

found it.. but you should edit the closing message

@arena: or maybe you may post the link in if you are complaining about other not sharing it and you doing exactly the same? 😆

@PixelTwins
Copy link

PixelTwins commented Apr 28, 2021

Is anybody going to post the link?

I am getting:

"ERROR: Did not find a new enough assembler, install one or build with
--openssl-no-asm.
Please refer to BUILDING.md"

I am trying to install through MSYS2 on Windows using pacman, following these installation instructions:

https://github.com/fmoro/vs64tass

I have updated MSYS2 with the latest GCC and nasm.

What do I need to do to install node?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

No branches or pull requests

6 participants