-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
build: fail to build in raspberry Pi 3 + raspbian wheezy #12155
Comments
I probably can’t help here but it might be good to know whether the build also fails with |
Does it work when you |
@addaleax hi I tried your solution, but I still get the same error.
|
Thanks, looks like a clang issue. Try |
@bnoordhuis After upgrade clang from v3.5 to v3.9 and
|
@srl295 Perhaps you can chime in? I thought wintz.c was effectively a stub on Linux. @qinyuhang As a workaround try adding |
this work around helped get rid of the error. But I came to another error:
|
@qinyuhang Maybe if you add |
@addaleax great thanks! After cut ssl and inspector finally I succeed compiled it with |
Good to hear it's working, I'll go and close this out. I've filed #12200 to make |
@bnoordhuis great job! Also I'm NOT using |
@qinyuhang something's really wrong:
can you look at that actual file Two things:
OK, that's three things. So it seems that the file in question is corrupted. |
@srl295 You are right, this file is broken, but I checkout if via git, it should not broken. I am really confused.
|
@srl295 after clone again, This file became normal again. Thanks, I never went that direction to consider the broken file possibility. |
This cherry-picks the changes to `configure` from commit 8f00455 ("inspector: switch to new inspector APIs") from the master branch and should unbreak `--without-ssl` builds. Refs: nodejs#12155
This cherry-picks the changes to `configure` from commit 8f00455 ("inspector: switch to new inspector APIs") from the master branch and should unbreak `--without-ssl` builds. Refs: #12155 PR-URL: #12200 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This cherry-picks the changes to `configure` from commit 8f00455 ("inspector: switch to new inspector APIs") from the master branch and should unbreak `--without-ssl` builds. Refs: #12155 PR-URL: #12200 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This cherry-picks the changes to `configure` from commit 8f00455 ("inspector: switch to new inspector APIs") from the master branch and should unbreak `--without-ssl` builds. Refs: nodejs/node#12155 PR-URL: nodejs/node#12200 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
try build from branch v6.x fail
Linux raspberrypi 4.4.38-v7+ build: make test-ci output TAP to stdout and log #938 SMP Thu Dec 15 15:22:21 GMT 2016 armv7l GNU/Linux
next if configure log, it shows no error.
then Using
make
The text was updated successfully, but these errors were encountered: