Skip to content
New issue

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

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

Already on GitHub? # to your account

nodejs make test fails in ppc64le #4304

Closed
DeshmaneMangesh opened this issue Dec 16, 2015 · 14 comments
Closed

nodejs make test fails in ppc64le #4304

DeshmaneMangesh opened this issue Dec 16, 2015 · 14 comments
Labels
invalid Issues and PRs that are invalid.

Comments

@DeshmaneMangesh
Copy link

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

@mscdex mscdex added the build Issues and PRs related to build files or the CI. label Dec 16, 2015
@mscdex
Copy link
Contributor

mscdex commented Dec 16, 2015

Did you try this repo instead? IIRC PPC support should already be available and should not require that fork anymore.

@DeshmaneMangesh
Copy link
Author

can you please describe it in detail

@mscdex
Copy link
Contributor

mscdex commented Dec 16, 2015

/cc @mhdawson

@mscdex
Copy link
Contributor

mscdex commented Dec 16, 2015

@mangeshPSL Replace https://github.com/andrewlow/node.git with https://github.com/nodejs/node.git

@DeshmaneMangesh
Copy link
Author

ok so I should clone https://github.com/nodejs/node.git . and start from start

@DeshmaneMangesh
Copy link
Author

guys I want to set branch for particular node how can I set it ? steps

@bnoordhuis
Copy link
Member

@mangeshPSL You mean git checkout -b <branch> -t origin/<branch>? Note though that pull requests should normally be against master unless you're targeting v0.10 or v0.12.

@jbergstroem
Copy link
Member

PPC support is very unlikely in v0.10/v.012.

@DeshmaneMangesh
Copy link
Author

thanks @bnoordhuis and @jbergstroem , guys can u help for the nodejs link for the version v0.10.40 link of github .

@jbergstroem
Copy link
Member

@mangeshPSL what are you asking for right now? If it's about git checkout @bnoordhuis showed you how to checkout a git specific branch from a specific repo. With that said, I don't think you should expect much success from 0.10 nor 0.12.

@DeshmaneMangesh
Copy link
Author

@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

@bnoordhuis
Copy link
Member

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.

@bnoordhuis bnoordhuis added invalid Issues and PRs that are invalid. and removed build Issues and PRs related to build files or the CI. labels Dec 17, 2015
@mhdawson
Copy link
Member

@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)

@DeshmaneMangesh
Copy link
Author

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
invalid Issues and PRs that are invalid.
Projects
None yet
Development

No branches or pull requests

5 participants