Hi, I'm trying to configure/build node on Solaris SPARC 10 and ham running 
into a problem with configure. The problem I'm running into is described at:
https://github.com/joyent/node/issues/3322

Specifically, this:

Also, thought I would mention that Solaris '/sbin/sh' cannot handle the 
constructs like:

'm32flag': '<!((echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > 
/dev/null 2>&1) && echo "-m32" || true)',

which causes choking:

Exception: Call to '(echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > 
/dev/null 2>&1) && echo "-m32" || true' returned exit status 2. while 
loading dependencies of /usr/local/src/node-v0.8.2/node.gyp while trying to 
load /usr/local/src/node-v0.8.2/node.gyp

Quick solution is to put /bin/bash in place at /sbin/sh.


Well, I can't really replace /sbin/sh with /bin/bash.  Is there another 
solution that I could use?  I would also like to reopen the bug as there is 
still Solaris specific issues with Node.  Thanks.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to