Advertisement
vvakame

Untitled

May 16th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. $ pwd
  2. /Users/vvakame/work/dart-repo/dart
  3. $ ./tools/build.py -m release
  4. xcodebuild -project dart.xcodeproj -target All -parallelizeTargets -configuration Release_ia32 SYMROOT=/Users/vvakame/work/dart-repo/dart/xcodebuild
  5. Build settings from command line:
  6. SYMROOT = /Users/vvakame/work/dart-repo/dart/xcodebuild
  7.  
  8. === BUILD NATIVE TARGET libdart_export OF PROJECT dart-runtime WITH CONFIGURATION Release_ia32 ===
  9. Check dependencies
  10. error: There is no SDK with the name or path '/Users/vvakame/work/dart-repo/dart/utils/apidoc/macosx10.5'
  11.  
  12.  
  13. === BUILD AGGREGATE TARGET generate_builtin_cc_file OF PROJECT dart-runtime WITH CONFIGURATION Release_ia32 ===
  14. PhaseScriptExecution "Action \"generate_builtin_cc\"" /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-runtime.build/Release_ia32/generate_builtin_cc_file.build/Script-58581FB43AFCDD553CC3900C.sh
  15. cd /Users/vvakame/work/dart-repo/dart/runtime
  16. /bin/sh -c /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-runtime.build/Release_ia32/generate_builtin_cc_file.build/Script-58581FB43AFCDD553CC3900C.sh
  17. note: Generating /Users/vvakame/work/dart-repo/dart/xcodebuild/DerivedSources/Release_ia32/builtin_gen.cc file.
  18.  
  19.  
  20. === BUILD AGGREGATE TARGET dartc OF PROJECT dart-compiler WITH CONFIGURATION Release_ia32 ===
  21. PhaseScriptExecution "Action \"build_dartc\"" /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/Release_ia32/dartc.build/Script-85526B89821EAEBE18292E1E.sh
  22. cd /Users/vvakame/work/dart-repo/dart/compiler
  23. /bin/sh -c /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/Release_ia32/dartc.build/Script-85526B89821EAEBE18292E1E.sh
  24. note: Building dartc.
  25. Picked up _JAVA_OPTIONS: -Dfile.encoding=UTF-8
  26. Buildfile: dartc.xml
  27.  
  28. clean:
  29. [delete] Deleting directory /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc
  30. [delete] Deleting directory /Users/vvakame/work/dart-repo/dart/xcodebuild/Release_ia32/compiler
  31.  
  32. compile:
  33. [mkdir] Created dir: /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc/classes
  34. [javac] Compiling 236 source files to /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc/classes
  35. [javac] Picked up _JAVA_OPTIONS: -Dfile.encoding=UTF-8
  36. [copy] Copying 2 files to /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc/classes
  37.  
  38. dartc.jar:
  39. [jar] Building jar: /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc/dartc.jar
  40.  
  41. dist:
  42. [mkdir] Created dir: /Users/vvakame/work/dart-repo/dart/xcodebuild/Release_ia32/compiler/bin
  43. [mkdir] Created dir: /Users/vvakame/work/dart-repo/dart/xcodebuild/Release_ia32/compiler/lib
  44. [copy] Copying 1 file to /Users/vvakame/work/dart-repo/dart/xcodebuild/Release_ia32/compiler/lib
  45. [copy] Copying 1 file to /Users/vvakame/work/dart-repo/dart/xcodebuild/Release_ia32/compiler/bin
  46. [copy] Copying 2 files to /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc
  47. [copy] Copying 3 files to /Users/vvakame/work/dart-repo/dart/xcodebuild/Release_ia32/compiler/lib
  48.  
  49. compile:
  50.  
  51. compile-tests:
  52. [mkdir] Created dir: /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc/test/classes
  53. [javac] Compiling 69 source files to /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc/test/classes
  54. [javac] Picked up _JAVA_OPTIONS: -Dfile.encoding=UTF-8
  55. [copy] Copying 108 files to /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc/test/classes
  56.  
  57. tests.jar:
  58. [jar] Building jar: /Users/vvakame/work/dart-repo/dart/xcodebuild/dart-compiler.build/DerivedSources/Release_ia32/dartc/tests.jar
  59.  
  60. BUILD SUCCESSFUL
  61. Total time: 12 seconds
  62.  
  63.  
  64. === BUILD AGGREGATE TARGET generate_crypto_cc_file OF PROJECT dart-runtime WITH CONFIGURATION Release_ia32 ===
  65.  
  66. === BUILD AGGREGATE TARGET generate_io_cc_file OF PROJECT dart-runtime WITH CONFIGURATION Release_ia32 ===
  67.  
  68. === BUILD AGGREGATE TARGET generate_json_cc_file OF PROJECT dart-runtime WITH CONFIGURATION Release_ia32 ===
  69.  
  70. === BUILD AGGREGATE TARGET generate_uri_cc_file OF PROJECT dart-runtime WITH CONFIGURATION Release_ia32 ===
  71.  
  72. === BUILD AGGREGATE TARGET generate_utf_cc_file OF PROJECT dart-runtime WITH CONFIGURATION Release_ia32 ===
  73.  
  74. ** BUILD FAILED **
  75.  
  76.  
  77. The following build commands failed:
  78. Check dependencies
  79. (1 failure)
  80. BUILD FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement