Hi there,
I am trying to check out the WebRTC sources on windows (Windows 10) and I am hitting the 'Filename too long' issue.
Note I am checking out the sources from Cygwin but It worked correctly before. The script I use basically does the following:
$ export GYP_DEFINES="include_tests=0 target_arch=ia32"
$ export DEPOT_TOOLS_WIN_TOOLCHAIN=0
$ export GYP_MSVS_VERSION=2013
$ gclient.bat sync -n -D --with_branch_heads
After some time it aborts and shows the following error:
[0:22:53] fatal: cannot create directory at 'third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/synchronising-multiple-media-elements/media-controllers': Filename too long
----------------------------------------
Error: Command 'git reset --hard refs/remotes/origin/master' returned non-zero exit status 128 in C:\Users\user\jenkins\workspace\task-build-webrtc\CONFIGURATION\Release\PLATFORM\windows\src\chromium\src
Error: Command 'C:\\depot_tools\\python276_bin\\python.exe -u src/sync_chromium.py --target-revision 099be58b08dadb64b1dc9f359ae097e978df5416' returned non-zero exit status 1 in C:\Users\user\jenkins\workspace\task-build-webrtc\CONFIGURATION\Release\PLATFORM\windows
Hook ''C:\depot_tools\python276_bin\python.exe' -u src/sync_chromium.py --target-revision 099be58b08dadb64b1dc9f359ae097e978df5416' took 1382.92 secs
Have you guys experienced this before? Thanks!
Cheers,
jaoo.