iOS Cronet build fails with "Duplicate output file" |
||||
Issue descriptionSee: https://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator-cronet/builds/282 Generating files... ERROR at //components/cronet/ios/BUILD.gn:293:3: Duplicate output file. action(_target_name) { ^--------------------- Two or more targets generate the same output: Static/Cronet.framework This is can often be fixed by changing one of the target names, or by setting an output_name on one of them. Collisions: //components/cronet/ios:cronet_static_framework //components/cronet/ios:cronet_static_framework_bundle See //components/cronet/ios/BUILD.gn:280:3: Collision. create_bundle(_bundle_target_name) { ^-----------------------------------
,
Sep 26 2017
Issue 768947 has been merged into this issue.
,
Sep 26 2017
,
Sep 26 2017
Should be fixed by https://chromium-review.googlesource.com/c/chromium/src/+/685556
,
Sep 27 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ba7d3df481d3540586c5440add57d859d498d193 commit ba7d3df481d3540586c5440add57d859d498d193 Author: kapishnikov <kapishnikov@chromium.org> Date: Wed Sep 27 02:38:33 2017 Fix of iOS Cronet build fails with "Duplicate output file" BUG= 768431 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: I5e5e9f6fa34d399c477dd828c900c13e32258eb3 Reviewed-on: https://chromium-review.googlesource.com/685556 Reviewed-by: Misha Efimov <mef@chromium.org> Commit-Queue: Andrei Kapishnikov <kapishnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#504553} [modify] https://crrev.com/ba7d3df481d3540586c5440add57d859d498d193/components/cronet/ios/BUILD.gn
,
Sep 27 2017
,
Sep 27 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/179b8137ce6d3fcef0c2421c75d7b756e3d56729 commit 179b8137ce6d3fcef0c2421c75d7b756e3d56729 Author: Sylvain Defresne <sdefresne@chromium.org> Date: Wed Sep 27 22:12:19 2017 Fix of iOS Cronet build fails with "Duplicate output file" (cherry picked from commit ba7d3df481d3540586c5440add57d859d498d193) Bug: 768431 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: I5e5e9f6fa34d399c477dd828c900c13e32258eb3 Reviewed-on: https://chromium-review.googlesource.com/685556 Reviewed-by: Misha Efimov <mef@chromium.org> Commit-Queue: Andrei Kapishnikov <kapishnikov@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#504553} Reviewed-on: https://chromium-review.googlesource.com/688395 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/branch-heads/3202@{#484} Cr-Branched-From: fa6a5d87adff761bc16afc5498c3f5944c1daa68-refs/heads/master@{#499098} [modify] https://crrev.com/179b8137ce6d3fcef0c2421c75d7b756e3d56729/components/cronet/ios/BUILD.gn |
||||
►
Sign in to add a comment |
||||
Comment 1 by kapishnikov@chromium.org
, Sep 25 2017