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

Issue 2344243002: Add work-around to symlink.gni to avoid "not up-to-date" ninja errors (Closed)

Created:
4 years, 3 months ago by agrieve
Modified:
4 years, 3 months ago
CC:
chromium-reviews, sdefresne
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add work-around to symlink.gni to avoid "not up-to-date" ninja errors Ninja bug: https://github.com/ninja-build/ninja/issues/1186 BUG=646165 Committed: https://crrev.com/80f464d5151c3eec102604faf5fa36d9369b64aa Cr-Commit-Position: refs/heads/master@{#419751}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M build/symlink.gni View 1 chunk +1 line, -0 lines 0 comments Download
M build/symlink.py View 2 chunks +5 lines, -0 lines 1 comment Download

Messages

Total messages: 19 (10 generated)
agrieve
On 2016/09/16 18:11:25, agrieve wrote: > The CQ bit was checked by mailto:agrieve@chromium.org to run ...
4 years, 3 months ago (2016-09-16 18:12:46 UTC) #3
agrieve
On 2016/09/16 18:12:46, agrieve wrote: > On 2016/09/16 18:11:25, agrieve wrote: > > The CQ ...
4 years, 3 months ago (2016-09-16 18:21:16 UTC) #6
agrieve
On 2016/09/16 18:21:16, agrieve wrote: > On 2016/09/16 18:12:46, agrieve wrote: > > On 2016/09/16 ...
4 years, 3 months ago (2016-09-19 20:25:03 UTC) #9
Dirk Pranke
lgtm. (Sorry, thought I had already reviewed this).
4 years, 3 months ago (2016-09-19 20:29:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2344243002/1
4 years, 3 months ago (2016-09-20 13:41:12 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-20 14:12:35 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/80f464d5151c3eec102604faf5fa36d9369b64aa Cr-Commit-Position: refs/heads/master@{#419751}
4 years, 3 months ago (2016-09-20 14:15:34 UTC) #16
Jackie Quinn
This CL is breaking iOS build. cc sdefresne@ as our resident symlink expert. https://codereview.chromium.org/2344243002/diff/1/build/symlink.py File ...
4 years, 3 months ago (2016-09-20 22:09:53 UTC) #18
Jackie Quinn
4 years, 3 months ago (2016-09-20 22:12:12 UTC) #19
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2356973002/ by jyquinn@chromium.org.

The reason for reverting is: Breaks iOS build with failure:

FAILED: gen/linked_src/third_party/objective_c/google_toolbox_for_mac 
python ../../build/symlink.py --update-target-mtimes -f
../../../../../../third_party/google_toolbox_for_mac/src
gen/linked_src/third_party/objective_c/google_toolbox_for_mac
Traceback (most recent call last):
  File "../../build/symlink.py", line 65, in <module>
    sys.exit(Main(sys.argv))
  File "../../build/symlink.py", line 56, in Main
    os.utime(s, None)
OSError: [Errno 2] No such file or directory:
'../../../../../../third_party/google_toolbox_for_mac/src'.

Powered by Google App Engine
This is Rietveld 408576698