Вот таким сообщением прерывается процесс компиляции:
Traceback (most recent call last):
File "scripts/make_css_property_names.py", line 257, in <module>
in_generator.Maker(CSSPropertiesWriter).main(sys.argv)
File "/tmp/SBo/chromium-31.0.1650.57/third_party/WebKit/Source/core/scripts/in_generator.py", line 119, in main
writer.write_files(options.output_dir)
File "/tmp/SBo/chromium-31.0.1650.57/third_party/WebKit/Source/core/scripts/in_generator.py", line 77, in write_files
self._write_file(output_dir, generator(), file_name)
File "scripts/make_css_property_names.py", line 252, in generate_implementation
gperf = subprocess.Popen(gperf_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
make: *** [out/Release/obj/gen/blink/CSSPropertyNames.cpp] Error 1