New issue
Advanced search Search tips

Issue 777448 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

rc.py: WindowsError: The system cannot find the file specified

Project Member Reported by mbonadei@chromium.org, Oct 23 2017

Issue description

Hi,

today we tried to roll Chromium in WebRTC and it seems that commit https://chromium.googlesource.com/chromium/src/build/+/d2bbf04e9955b4f75f433c49e2ea77faa47cc766 is causing a WindowsError. Here the log:

C:/b/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../build/toolchain/win/tool_wrapper.py rc-wrapper environment.x86 rc.exe -DV8_DEPRECATION_WARNINGS -DDCHECK_ALWAYS_ON=1 -DUSE_AURA=1 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_HAS_EXCEPTIONS=0 -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=1 -DWIN32 -D_SECURE_ATL -D_USING_V110_SDK71_ -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=0x0A000000 -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DWEBRTC_ENABLE_PROTOBUF=1 -DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE -DHAVE_SCTP -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=1 -DWEBRTC_WIN -D_CRT_SECURE_NO_WARNINGS -DGTEST_API_= -DGTEST_HAS_POSIX_RE=0 -DGTEST_LANG_CXX11=1 -I../.. -Igen -I../../third_party/googletest/src/googletest/include -I../../third_party/googletest/custom -I../../third_party/googletest/src/googlemock/include /foobj/modules/desktop_capture/desktop_capture_unittests/cursor_unittest_resources.res ../../modules/desktop_capture/win/cursor_unittest_resources.rc
Traceback (most recent call last):
  File "C:\b\c\b\win_rel\src\build\toolchain\win\rc\rc.py", line 194, in <module>
    sys.exit(main())
  File "C:\b\c\b\win_rel\src\build\toolchain\win\rc\rc.py", line 190, in main
    return RunRc(preprocessed_output, is_utf8, flags)
  File "C:\b\c\b\win_rel\src\build\toolchain\win\rc\rc.py", line 175, in RunRc
    p = subprocess.Popen(rc_cmd, stdin=subprocess.PIPE)
  File "C:\b\depot_tools\win_tools-2_7_6_bin\python\bin\lib\subprocess.py", line 709, in __init__
    errread, errwrite)
  File "C:\b\depot_tools\win_tools-2_7_6_bin\python\bin\lib\subprocess.py", line 957, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

We will try to debug tomorrow. Does anyone has a hint about this issue?

 

Comment 1 by thakis@chromium.org, Oct 23 2017

Owner: mbonadei@chromium.org
You need to add this when rolling: https://chromium-review.googlesource.com/c/chromium/src/+/727110/12/DEPS#853
Status: WontFix (was: Untriaged)
Thanks for the quick reply.
Project Member

Comment 3 by bugdroid1@chromium.org, Oct 27 2017

The following revision refers to this bug:
  https://webrtc.googlesource.com/src.git/+/3ebed36b0184f3ea1beaea17896c53e9d9623dcc

commit 3ebed36b0184f3ea1beaea17896c53e9d9623dcc
Author: Oleh Prypin <oprypin@webrtc.org>
Date: Fri Oct 27 13:26:15 2017

Roll chromium_revision f4ecd4bed3..f1b66c7b37 (508787:512062) + Windows fix

Includes a fix for Windows build by mbonadei@:
Adding rc to DEPS using checked-in hashes.
https://webrtc-review.googlesource.com/14780

Change log: https://chromium.googlesource.com/chromium/src/+log/f4ecd4bed3..f1b66c7b37
Full diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/041cecf43e..987a84e03a
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/8afa1551c5..e1ba03bda3
* src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/f6d165d9d8..e043d81e91
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f556c12cad..ef56503ef5
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/744b907c60..94d5c035a5
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/96b848f800..bd60ce1398
* src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca9dc7245b..110e5f6c0d
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6f19655f67..52d748d48b
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a2..781e71e49f
* src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/6a55852cd7..16b8b7298b
* src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3098b6a245..f9e8b42758
* src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/ee20273811..3fee5ae8cb
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/caa116c9be..401e6d48bf
* src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/5b1af9a335..8fa02df3c0
* src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/63f24c8221..e6527b0cd4
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6a9a695f5..8bff363f00
* src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5e8001d9a7..fe94e7274e
DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/DEPS

Clang version changed 313786:315613
Details: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/tools/clang/scripts/update.py

CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Bug:  chromium:777448 
Change-Id: I362bec887805f8d4a6649d57d752dcd34f0ea9c0
Reviewed-on: https://webrtc-review.googlesource.com/16422
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20465}
[modify] https://crrev.com/3ebed36b0184f3ea1beaea17896c53e9d9623dcc/DEPS

Sign in to add a comment