Skip to content

nodejs make test fails in ppc64le  #4304

Closed
@DeshmaneMangesh

Description

@DeshmaneMangesh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidIssues and PRs that are invalid.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions