Closed GoogleCodeExporter closed 8 years ago
webrtc disables sysroot in this CL https://codereview.webrtc.org/1468313006
Set use_sysroot=0 until crbug.com/561584 is fixed
Original comment by fbarch...@chromium.org
on 15 Dec 2015 at 7:43
https://codereview.chromium.org/1526163002
Original comment by fbarch...@chromium.org
on 15 Dec 2015 at 8:06
The following revision refers to this bug:
https://chromium.googlesource.com/libyuv/libyuv.git/+/be984a8b9a130671c098920600ffb44cbb559340
commit be984a8b9a130671c098920600ffb44cbb559340
Author: Frank Barchard <fbarchard@google.com>
Date: Tue Dec 15 20:05:32 2015
Bump chromium version and disable use_sysroot=0
TBR=harryjin@google.com
BUG=libyuv:534
Review URL: https://codereview.chromium.org/1526163002 .
[modify] http://crrev.com/be984a8b9a130671c098920600ffb44cbb559340/DEPS
[modify] http://crrev.com/be984a8b9a130671c098920600ffb44cbb559340/libyuv.gyp
Original comment by bugdroid1@chromium.org
on 15 Dec 2015 at 8:06
unclear if fixed... re-occurred. Appears to be sensitive to depot tools and/or
being on same drive as source.
Original comment by fbarch...@chromium.org
on 16 Dec 2015 at 5:25
webrtc runhooks fails with
________ running 'c:\src\depot_tools\python276_bin\python.exe
src/webrtc/build/gyp_webrtc -Dextra_gyp_flag=0' in 'c:\src\webrtc'
Updating projects from gyp files...
Traceback (most recent call last):
File "src/webrtc/build/gyp_webrtc", line 115, in <module>
File "c:\src\webrtc\src\tools\gyp\pylib\gyp\__init__.py", line 538, in main
return gyp_main(args)
File "c:\src\webrtc\src\tools\gyp\pylib\gyp\__init__.py", line 523, in gyp_main
generator.GenerateOutput(flat_list, targets, data, params)
File "c:\src\webrtc\src\tools\gyp\pylib\gyp\generator\ninja.py", line 2403, in GenerateOutput
pool.map(CallGenerateOutputForConfig, arglists)
File "c:\src\depot_tools\python276_bin\lib\multiprocessing\pool.py", line 250, in map
return self.map_async(func, iterable, chunksize).get()
File "c:\src\depot_tools\python276_bin\lib\multiprocessing\pool.py", line 554, in get
raise self._value
Exception:
"['c:\\src\\depot_tools\\win_toolchain\\vs2013_files\\win_sdk\\Bin\\SetEnv.Cmd',
'/x86', '&&', 'set']" failed with error 1
Original comment by fbarch...@chromium.org
on 16 Dec 2015 at 8:09
The following revision refers to this bug:
https://chromium.googlesource.com/libyuv/libyuv.git/+/40fd801a28f3020277fb435c36f94a4bba1f9171
commit 40fd801a28f3020277fb435c36f94a4bba1f9171
Author: Frank Barchard <fbarchard@google.com>
Date: Wed Dec 16 23:52:14 2015
roll to same version of chromium as head webrtc
BUG=libyuv:534
R=kjellander@chromium.org
Review URL: https://codereview.chromium.org/1535493002 .
[modify] http://crrev.com/40fd801a28f3020277fb435c36f94a4bba1f9171/DEPS
Original comment by bugdroid1@chromium.org
on 16 Dec 2015 at 11:53
Original comment by fbarch...@chromium.org
on 17 Dec 2015 at 12:16
Original issue reported on code.google.com by
fbarch...@google.com
on 15 Dec 2015 at 6:43