humanai / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Freeze for Chromium #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When i try to create the gyp files for xcode/chromium it just freeze all the 
time. I have already 
updated from Python 2.5 to 2.6.3, but still the same issue

/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/
MacOS/
Python build/gyp_chromium -d general build/all.gyp
Updating projects from gyp files...
GENERAL: running with these options:
GENERAL:   msvs_version: None
GENERAL:   suffix: ''
GENERAL:   includes: ['build/common.gypi', 'build/features_override.gypi']
GENERAL:   use_environment: True
GENERAL:   depth: None
GENERAL:   generator_flags: []
GENERAL:   generator_output: None
GENERAL:   formats: ['xcode']
GENERAL:   debug: ['general']
GENERAL:   check: None
GENERAL:   defines: None
GENERAL: cmdline_default_variables: {}
GENERAL: generator_flags: {}

And here it just does nothing anymore

Original issue reported on code.google.com by berndk...@googlemail.com on 24 Oct 2009 at 10:00

GoogleCodeExporter commented 9 years ago
THis is the trace:
^CTraceback (most recent call last):
  File "build/gyp_chromium", line 79, in <module>
    sys.exit(gyp.main(args))
  File "./tools/gyp/pylib/gyp/__init__.py", line 418, in main
    params, options.check)
  File "./tools/gyp/pylib/gyp/__init__.py", line 79, in Load
    depth, generator_input_info, check)
  File "./tools/gyp/pylib/gyp/input.py", line 1953, in Load
    depth, check)
  File "./tools/gyp/pylib/gyp/input.py", line 388, in LoadTargetBuildFile
    includes, depth, check)
  File "./tools/gyp/pylib/gyp/input.py", line 346, in LoadTargetBuildFile
    build_file_path)
  File "./tools/gyp/pylib/gyp/input.py", line 783, in ProcessVariablesAndConditionsInDict
    'variables')
  File "./tools/gyp/pylib/gyp/input.py", line 790, in ProcessVariablesAndConditionsInDict
    expanded = ExpandVariables(value, is_late, variables, build_file)
  File "./tools/gyp/pylib/gyp/input.py", line 545, in ExpandVariables
    (p_stdout, p_stderr) = p.communicate('')
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 689, in 
communicate
    return self._communicate(input)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1186, in 
_communicate
    rlist, wlist, xlist = select.select(read_set, write_set, [])
KeyboardInterrupt

Original comment by berndk...@googlemail.com on 24 Oct 2009 at 10:06

GoogleCodeExporter commented 9 years ago
My Machine is a Snow Leopard 10.6.1

Original comment by berndk...@googlemail.com on 24 Oct 2009 at 10:07

GoogleCodeExporter commented 9 years ago
I've been getting this for a while when I try to build chromium. My machine is 
Ubuntu
9.10 64

Original comment by kingceph...@gmail.com on 21 Nov 2009 at 11:02

GoogleCodeExporter commented 9 years ago
This bug is pretty old.  Does this still happen?

(Perhaps this is while running grit?)

Original comment by evan@chromium.org on 26 May 2011 at 10:21

GoogleCodeExporter commented 9 years ago
will try it later today and let you know

Original comment by berndk...@googlemail.com on 27 May 2011 at 5:30

GoogleCodeExporter commented 9 years ago
No reply in over a year, closing.

Original comment by thakis@chromium.org on 20 Sep 2012 at 9:46