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

Issue 14188003: - Avoid failing on the buildbot on Mac OS X 10.6. (Closed)

Created:
7 years, 8 months ago by Ivan Posva
Modified:
7 years, 8 months ago
Reviewers:
ricow1, ahe
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

- Avoid failing on the buildbot on Mac OS X 10.6. Committed: https://code.google.com/p/dart/source/detail?r=21306

Patch Set 1 #

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

Messages

Total messages: 5 (0 generated)
Ivan Posva
7 years, 8 months ago (2013-04-11 20:12:12 UTC) #1
ricow1
LGTM
7 years, 8 months ago (2013-04-11 20:13:22 UTC) #2
ahe
This sounds urgent to me, so LGTM. Could you point me to an example where ...
7 years, 8 months ago (2013-04-11 20:13:49 UTC) #3
Ivan Posva
Committed patchset #1 manually as r21306 (presubmit successful).
7 years, 8 months ago (2013-04-11 20:14:26 UTC) #4
Ivan Posva
7 years, 8 months ago (2013-04-11 20:42:38 UTC) #5
Message was sent while issue was closed.
On 2013/04/11 20:13:49, ahe wrote:
> This sounds urgent to me, so LGTM.
> 
> Could you point me to an example where this breaks?

This breaks on the Mac OS X 10.6 buildbot Rico has been setting up. I am sure he
can give you access once I am done with it. Here is the error I had been seeing:
bash$ ../tools/build.py 
xcodebuild -project dart-runtime.xcodeproj -target All -configuration DebugIA32
SYMROOT=/private/tmp/dart-standalone/dart/runtime/xcodebuild
Traceback (most recent call last):
 File "../tools/build.py", line 435, in <module>
   sys.exit(Main())
 File "../tools/build.py", line 423, in Main
   FilterEmptyXcodebuildSections(process)
 File "../tools/build.py", line 272, in FilterEmptyXcodebuildSections
   clr_eol = subprocess.check_output(['tput', '-T' + term, 'el'],
AttributeError: 'module' object has no attribute 'check_output'

-Ivan

Powered by Google App Engine
This is Rietveld 408576698