-
Notifications
You must be signed in to change notification settings - Fork 82
gclient runhooks Error #443
Comments
I am sorry to make duplicate issue. But please keep opened one of them. |
Please anyone can help with this issue? |
What definitions are you passing to gyp? |
I tried: The result is the same. |
I just followed the instructions here: |
While patching I have this message: After the patching I run ./build/gyp_chromium and always have this error: When I run gclient runhooks I have error: |
So, there is no solution? |
what gyp version are you using? |
How can I know? |
I ran gclient --version and got gclient.py 0.7 |
I use the same version. |
Any suggestions? Please. |
./build/gyp_chromium is successful only if I previous run git checkout master. But build is failed :( |
Hello!
When I run gclient runhooks I have error:
Traceback (most recent call last):
File "src/build/gyp_chromium", line 12, in
execfile(file + '.py')
File "src/build/gyp_chromium.py", line 336, in
sys.exit(main())
File "src/build/gyp_chromium.py", line 323, in main
gyp_rc = gyp.main(args)
File "/home/svadmin/chromium/src/tools/gyp/pylib/gyp/init.py", line 538, in main
return gyp_main(args)
File "/home/svadmin/chromium/src/tools/gyp/pylib/gyp/init.py", line 523, in gyp_main
generator.GenerateOutput(flat_list, targets, data, params)
File "/home/svadmin/chromium/src/tools/gyp/pylib/gyp/generator/ninja.py", line 2412, in GenerateOutput
pool.map(CallGenerateOutputForConfig, arglists)
File "/usr/lib/python2.7/multiprocessing/pool.py", line 251, in map
return self.map_async(func, iterable, chunksize).get()
File "/usr/lib/python2.7/multiprocessing/pool.py", line 558, in get
raise self._value
AssertionError: make_global_settings needs to be the same for all targets. [] vs. [['CC', 'third_party/llvm-build/Release+Asserts/bin/clang'], ['CXX', 'third_party/llvm-build/Release+Asserts/bin/clang++'], ['CC.host', '$(CC)'], ['CXX.host', '$(CXX)']]
Error: Command '/usr/bin/python src/build/gyp_chromium' returned non-zero exit status 1 in /home/svadmin/chromium
Please help!
The text was updated successfully, but these errors were encountered: