Bug 1343976
| Summary: | s2i build error (node-gyp) | ||
|---|---|---|---|
| Product: | Red Hat Software Collections | Reporter: | Zuzana Svetlikova <zsvetlik> |
| Component: | node-gyp | Assignee: | Zuzana Svetlikova <zsvetlik> |
| Status: | CLOSED ERRATA | QA Contact: | Miroslav HradĂlek <mhradile> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rh-nodejs4 | CC: | jorton, kanderso, lzuccare, mhradile, qe-baseos-apps |
| Target Milestone: | alpha | ||
| Target Release: | 2.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1342088 | Environment: | |
| Last Closed: | 2016-06-21 07:27:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1342088 | ||
| Bug Blocks: | |||
|
Description
Zuzana Svetlikova
2016-06-08 12:27:34 UTC
contextify is now part of Node, but building other modules still fails with similar error.
Traceback (most recent call last):
File "/opt/rh/rh-nodejs4/root/usr/bin/gyp", line 18, in <module>
sys.exit(gyp.main(sys.argv[1:]))
File "/opt/rh/rh-nodejs4/root/usr/lib/python2.7/site-packages/gyp/__init__.py", line 525, in main
return gyp_main(args)
File "/opt/rh/rh-nodejs4/root/usr/lib/python2.7/site-packages/gyp/__init__.py", line 501, in gyp_main
options.circular_check)
File "/opt/rh/rh-nodejs4/root/usr/lib/python2.7/site-packages/gyp/__init__.py", line 130, in Load
params['parallel'])
File "/opt/rh/rh-nodejs4/root/usr/lib/python2.7/site-packages/gyp/input.py", line 2572, in Load
variables, includes, depth, check, True)
File "/opt/rh/rh-nodejs4/root/usr/lib/python2.7/site-packages/gyp/input.py", line 363, in LoadTargetBuildFile
includes, True, check)
File "/opt/rh/rh-nodejs4/root/usr/lib/python2.7/site-packages/gyp/input.py", line 218, in LoadOneBuildFile
None)
File "/opt/rh/rh-nodejs4/root/usr/bin/gyp", line 7
import sys
^
SyntaxError: invalid syntax
gyp ERR! configure error
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2016:1263 |