Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Issue 265163011: Revert 268248 "NaCl: Update revision in DEPS, r13115 -> r13137" (Closed)

Created:
6 years, 7 months ago by miu
Modified:
6 years, 7 months ago
Reviewers:
Mark Seaborn
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 268248 "NaCl: Update revision in DEPS, r13115 -> r13137" > NaCl: Update revision in DEPS, r13115 -> r13137 > > This pulls in the following Native Client changes: > > r13117: (mseaborn) Add a Scons-to-Ninja converter for getting faster incremental rebuilds > r13118: (mseaborn) Scons: Remove unnecessary use of addRepository() for gtest > r13119: (sbc) Add latest filename interface to IRT and sel_ldr. > r13120: (jvoung) Remove some leftover bits of CloseManifestEntry and Log. > r13121: (jfb) PNaCl SIMD: add test for vector cast and conversion > r13122: (bradnelson) Reduce perf dashboard noise by excluding -dbg builders. > r13123: (dyen) Added arguments to NaCl scons to allow custom toolchain directories. > r13124: (mseaborn) scons_to_ninja: Fix Install() step to coexist with NaCl/SCons's version > r13125: (dschuff) Test pinned PNaCl toolchain and gold plugin on mac and win toolchain bots > r13126: (jfb) LLVM biased sandbox build: fix PNaCl driver script so it knows about more architectures > r13127: (dyen) Fix bionic package_version archives. > r13128: (dyen) Updated nacl_arm_bionic revision to r13127 > r13129: (dschuff) Switch PNaCl toolchain package info upload back to toolchain_build_pnacl > r13130: (dyen) Added a way to specify packages with missing archives in package_version. > r13131: (mseaborn) PNaCl: Remove some more references to PNaCl+glibc in naclsdk.py > r13132: (mseaborn) Non-SFI Mode: Add nonsfi_loader and plumbing to test it > r13133: (mseaborn) Fix checkdeps.py failure on src/nonsfi/ produced by r13132 > r13134: (noelallen) Fix double crtbegin.o, extra gcc build steps on skip > r13135: (dschuff) Update PNaCl pinned revision to 13129 and switch to toolchain_build_pnacl > r13136: (bradnelson) Add NACL_GOMA_THREADS in build_nexe.py to limit number of threads (for sergeyu) > r13137: (noelallen) Add scons to gn script > > BUG=none > TEST=browser_tests and nacl_integration > R=bradnelson@google.com > > Review URL: https://codereview.chromium.org/266163002 TBR=mseaborn@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268255

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M trunk/src/DEPS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
miu
6 years, 7 months ago (2014-05-05 20:13:47 UTC) #1
miu
FYI--Failed on Win x64 build: http://build.chromium.org/p/chromium.win/buildstatus?builder=Win%20x64%20Builder&number=18163 From the logs: [481/1544] STAMP obj\native_client\src\shared\gio\gio_lib.actions_rules_copies.stamp FAILED: C:\b\depot_tools\python276_bin\python.exe gyp-win-tool ...
6 years, 7 months ago (2014-05-05 20:14:58 UTC) #2
miu
Committed patchset #1 manually as r268255 (tree was closed).
6 years, 7 months ago (2014-05-05 20:15:06 UTC) #3
Mark Seaborn
LGTM This is apparently a Windows problem with filename lengths. This was caused by: r13129: ...
6 years, 7 months ago (2014-05-05 20:52:15 UTC) #4
Derek Schuff
6 years, 7 months ago (2014-05-05 22:09:43 UTC) #5
Message was sent while issue was closed.
On 2014/05/05 20:52:15, Mark Seaborn wrote:
> LGTM
> 
> This is apparently a Windows problem with filename lengths.
> 
> This was caused by:
> r13129: (dschuff) Switch PNaCl toolchain package info upload back to
> toolchain_build_pnacl
> which switches from a Cygwin build of the LLVM toolchain to a MinGW build.
> 
> Cygwin works around the Windows filename length limitation, whereas Clang/LLVM
> built with MinGW uses the Windows APIs directly and doesn't work around the
> limitation.
> 
> Whereas the x64 trybot uses:
>   E:\b\build\slave\win\build\src\out\Release_x64
> the x64 buildbot uses:
>   C:\b\build\slave\cr-win-rel-x64\build\src\out\Release_x64
> 
> It looks like that extra length makes the build exceed the filename length
> limit.

https://codereview.chromium.org/263083012/ has landed, so we can try the DEPS
roll again.

Powered by Google App Engine
This is Rietveld 408576698