[nodejs] Re: nodejs 0.10.x on yocto1.3

2014-02-06 Thread nicovailliet
Hi all, I was trying to compile node-js for Intel Quark architecture, using Yocto when I got the same error. Indeed, it's quite explicit and a simple way to avoid an argument list too long is to reduce path length. To solve my problem, I renamed a folder, whose name was 50 character long... And

[nodejs] Re: nodejs 0.10.x on yocto1.3

2013-05-22 Thread Erwin Schaefer
Hello, I contacted Martin Jansa (maintaining nodejs recipes on openembedded), and he could build nodejs 0.10.x perfectly on his machine. Then, I ran into this stackoverflow post, where a person runs into the same problem (linking libopenssl.a, but on Centos 6.3), with the same error message

[nodejs] Re: nodejs 0.10.x on yocto1.3

2013-05-22 Thread mscdex
On May 22, 12:45 pm, Erwin Schaefer mamahuhusoftw...@gmail.com wrote: Could nodejs build fail in specific environments? I would compare versions of make, bash, and coreutils (especially the last two) in the places where it works and doesn't work. -- -- Job Board: http://jobs.nodejs.org/

Re: [nodejs] Re: nodejs 0.10.x on yocto1.3

2013-05-22 Thread Ben Noordhuis
On Wed, May 22, 2013 at 6:45 PM, Erwin Schaefer mamahuhusoftw...@gmail.com wrote: Hello, I contacted Martin Jansa (maintaining nodejs recipes on openembedded), and he could build nodejs 0.10.x perfectly on his machine. Then, I ran into this stackoverflow post, where a person runs into the