Saturday 26 January 2019

Compile node on powerpc (WD MyBookLive NAS)

I own a WD MyBookLive NAS. I replaced the stock firmware with a vanilla Debian Jessie in order to get a more recent OS on it. I also wanted to use Node.js on it, but since there is no package for powerpc i tried to compile it myself.Make ran ~4h and excited with an error:​/root/node-v10.15.0/out/Release/torque: 1: /root/node-v10.15.0/out/Release/torque: Syntax error: ")" unexpecteddeps/v8/gypfiles/v8_torque.host.mk:16: recipe for target '35252d6966aea87a064e77b58e5c626fdea5910e.intermediate' failedmake[1]: *** [35252d6966aea87a064e77b58e5c626fdea5910e.intermediate] Error 2rm 35252d6966aea87a064e77b58e5c626fdea5910e.intermediateMakefile:99: recipe for target 'node' failedmake: *** [node] Error 2​The full output is here: https://pastebin.com/0LEPDHW7​I tried to run make several times and also downloaded the source tarball again. Compilation failed every-time. What am I doing wrong/missing? Any hints?

Submitted January 26, 2019 at 09:27PM by GawkyGibbon

No comments:

Post a Comment