-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
nodejs make test fails in ppc64le #4304
Comments
Did you try this repo instead? IIRC PPC support should already be available and should not require that fork anymore. |
can you please describe it in detail |
/cc @mhdawson |
@mangeshPSL Replace |
ok so I should clone https://github.com/nodejs/node.git . and start from start |
guys I want to set branch for particular node how can I set it ? steps |
@mangeshPSL You mean |
PPC support is very unlikely in v0.10/v.012. |
thanks @bnoordhuis and @jbergstroem , guys can u help for the nodejs link for the version v0.10.40 link of github . |
@mangeshPSL what are you asking for right now? If it's about |
@jbergstroem I want to update my nodejs version on powerpc which is currently v0.10.25 , which is expected to be v0.10.40 . so could you help me now |
v0.10 doesn't support ppc64; you are probably using IBM's fork. I'm going to close the issue, it's not something we can help you with. |
@mangeshPSL sorry I did not jump in earlier. I'm away on vacation for Christmas until Jan but I'll be happy to help you in an issue over on https://github.com/andrewlow/node provided that you are working with pre 4.x. If you just want to update versus compile you can get the latest 10.X version here: https://developer.ibm.com/node/sdk/#v11. (There are also links on related pages for 12.X and 4.X) |
thanks @mhdawson but it is sdk kit I am currently working on putty(SSH) through command line on ppc64le . If you can help me with binary of ppc64le of nodejs for v0.10.40 it would be good |
git clone https://github.com/andrewlow/node.git
./configure
make make install
output of make test
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory '/home/nodejs/node/out'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nodejs/node/out'
ln -fs out/Release/node node
/usr/bin/python tools/test.py --mode=release simple message
Traceback (most recent call last):
File "tools/test.py", line 1489, in
sys.exit(Main())
File "tools/test.py", line 1344, in Main
if not ProcessOptions(options):
File "tools/test.py", line 1260, in ProcessOptions
options.scons_flags.append("arch=" + options.arch)
TypeError: cannot concatenate 'str' and 'NoneType' objects
Makefile:76: recipe for target 'test' failed
make: *** [test] Error 1
The text was updated successfully, but these errors were encountered: