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

Issue 2356083003: Reland of 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

Reland of Add work-around to symlink.gni to avoid "not up-to-date" ninja errors (patchset #1 id:1 of https://codereview.chromium.org/2356973002/ ) Reason for revert: Will update when I've added a try/catch Original issue's description: > Revert of Add work-around to symlink.gni to avoid "not up-to-date" ninja errors (patchset #1 id:1 of https://codereview.chromium.org/2344243002/ ) > > Reason for revert: > 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' > > Original issue's 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} > > TBR=dpranke@chromium.org,agrieve@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=646165 > > Committed: https://crrev.com/65f3a42b24088c3a96de9becbe96c4a0094ca843 > Cr-Commit-Position: refs/heads/master@{#419871} TBR=dpranke@chromium.org,jyquinn@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=646165

Patch Set 1 #

Patch Set 2 : add try/catch #

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

Messages

Total messages: 3 (0 generated)
agrieve
Created Reland of Add work-around to symlink.gni to avoid "not up-to-date" ninja errors
4 years, 3 months ago (2016-09-21 00:16:48 UTC) #1
Dirk Pranke
lgtm
4 years, 3 months ago (2016-09-21 00:22:17 UTC) #2
agrieve
4 years, 3 months ago (2016-09-21 00:23:00 UTC) #3
On 2016/09/21 00:16:48, agrieve wrote:
> Created Reland of Add work-around to symlink.gni to avoid "not up-to-date"
ninja
> errors

Actually, abandoning the reland. Looks like the work-around didn't work. MIPS
bot reported:
ninja explain: output obj/tools/android/md5sum/md5sum_bin_host.inputdeps.stamp
older than most recent input clang_x64/md5sum_bin (1474409614 vs 1474409615)
ninja explain: obj/tools/android/md5sum/md5sum_bin_host.inputdeps.stamp is dirty
ninja explain: md5sum_bin_host is dirty
ninja explain: obj/tools/android/md5sum/md5sum_bin_host.stamp is dirty
[1/4] STAMP obj/tools/android/md5sum/md5sum_bin_host.inputdeps.stamp
[2/4] ACTION
//tools/android/md5sum:md5sum_bin_host(//build/toolchain/android:mipsel)
[3/4] STAMP obj/tools/android/md5sum/md5sum_bin_host.stamp
[4/4] STAMP obj/tools/android/md5sum/md5sum.stamp

Powered by Google App Engine
This is Rietveld 408576698