You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to fail because all the dependencies for scons are are not there. Some of the dependencies are symlinked in the node.js package, but there are no symlinks in the extracted nodejs__compile__directory at all!
Compiling succeeds if I manually extract the node-v0.2.1.tar.gz -archive and use it with path-option in the cmmi-part of the buildout.
The text was updated successfully, but these errors were encountered:
Thanks for looking into this, I wasn't aware of this limitation in archive_util. If you make a patch I'd be happy to review it. I have no special interest in the particular implementation of archive_util. However, I would prefer an approach that used stdlib modules to perform the unpacking instead of relying on any system binaries.
I tried to build Node.js, but it failed with import errors when running configure.
I'm Using following configuration:
It seems to fail because all the dependencies for scons are are not there. Some of the dependencies are symlinked in the node.js package, but there are no symlinks in the extracted nodejs__compile__directory at all!
Compiling succeeds if I manually extract the node-v0.2.1.tar.gz -archive and use it with path-option in the cmmi-part of the buildout.
The text was updated successfully, but these errors were encountered: