Hi Dan-- That was due to a bug in the first version of the build\all.gyp file that I checked in. (It worked on Windows and Linux, but the Mac gyp backend is pickier.) The bug was fixed in r15629 by this CL:
http://codereview.chromium.org/113144 If you notice this or any similar problems after syncing to r15629, it would (or might) be a new problem; let me know. --SK On Fri, May 8, 2009 at 3:23 AM, Dan Kegel <[email protected]> wrote: > Hi sgk, > what could cause this error > ( from http://build.chromium.org/buildbot/waterfall/builders/Modules > Mac (valgrind)/builds/486/steps/gclient/logs/stdio )? > It started right after your big gyp change, > http://build.chromium.org/buildbot/waterfall/builders/Modules Mac > (valgrind)/builds/485 > > ________ running > > '/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python > src/tools/gyp/gyp_dogfood src/build/all.gyp' in > '/b/slave/sub-dbg-mac-valgrind/build' > Traceback (most recent call last): > File "src/tools/gyp/gyp_dogfood", line 29, in <module> > sys.exit(gyp.main(sys.argv[1:])) > File "src/tools/gyp/pylib/gyp/__init__.py", line 162, in main > generator.GenerateOutput(flat_list, targets, data, params) > File "src/tools/gyp/pylib/gyp/generator/xcode.py", line 951, in > GenerateOutput > Updating projects from gyp files.. .xcode_target_to_target_dict) > > File "src/tools/gyp/pylib/gyp/generator/xcode.py", line 331, in Finalize2 > self.project_file.EnsureNoIDCollisions() > File "src/tools/gyp/pylib/gyp/xcodeproj_file.py", line 447, in > EnsureNoIDCollisions > other.__class__.__name__, other.Name()) > KeyError: 'Duplicate ID 097BF27FAA4BDEB7F01052D3, objects > PBXTargetDependency PBXTargetDependency and PBXTargetDependency > PBXTargetDependency' > failed to run command: > > /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python > src/tools/gyp/gyp_dogfood src/build/all.gyp > program finished with exit code 2 > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
