Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. Info: creating cache file ~/qtwebengine-opensource-src-0.1.0-tp1/.qmake.cache
  2. Reading ~/qtwebengine-opensource-src-0.1.0-tp1/src/src.pro
  3. Reading ~/qtwebengine-opensource-src-0.1.0-tp1/src/core/core.pro
  4. Reading ~/qtwebengine-opensource-src-0.1.0-tp1/src/core/core_gyp_generator.pro
  5. Reading ~/qtwebengine-opensource-src-0.1.0-tp1/src/core/gyp_configure_host.pro
  6. Reading ~/qtwebengine-opensource-src-0.1.0-tp1/src/core/gyp_configure_target.pro
  7. Reading ~/qtwebengine-opensource-src-0.1.0-tp1/src/core/gyp_run.pro
  8. Project MESSAGE: Running gyp_qtwebengine -D qt_cross_compile=0...
  9. using python: /usr/bin/python version: 2.7.4 (default, Jul 5 2013, 08:23:43)
  10. [GCC 4.7.3]
  11. No external chromium sources were found, falling back to ~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium
  12. Using extra options found in ~/qtwebengine-opensource-src-0.1.0-tp1/src/core/qmake_extras.gypi
  13. Using extra options found in ~/qtwebengine-opensource-src-0.1.0-tp1/src/core/qtwebengine_extras.gypi
  14. Updating projects from gyp files...
  15. /usr/lib/python2.7/genericpath.py:71: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  16. s1 = min(m)
  17. Traceback (most recent call last):
  18. File "~/qtwebengine-opensource-src-0.1.0-tp1/tools/buildscripts/gyp_qtwebengine", line 159, in <module>
  19. sys.exit(gyp.main(args))
  20. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/__init__.py", line 540, in main
  21. return gyp_main(args)
  22. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/__init__.py", line 516, in gyp_main
  23. options.circular_check)
  24. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/__init__.py", line 131, in Load
  25. params['parallel'])
  26. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 2639, in Load
  27. variables, includes, depth, check, True)
  28. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 438, in LoadTargetBuildFile
  29. includes, depth, check, load_dependencies)
  30. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 438, in LoadTargetBuildFile
  31. includes, depth, check, load_dependencies)
  32. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 388, in LoadTargetBuildFile
  33. build_file_data, PHASE_EARLY, variables, build_file_path)
  34. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 1193, in ProcessVariablesAndConditionsInDict
  35. ProcessConditionsInDict(the_dict, phase, variables, build_file)
  36. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 1070, in ProcessConditionsInDict
  37. variables, build_file)
  38. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 1219, in ProcessVariablesAndConditionsInDict
  39. build_file)
  40. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 1234, in ProcessVariablesAndConditionsInList
  41. ProcessVariablesAndConditionsInDict(item, phase, variables, build_file)
  42. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 1219, in ProcessVariablesAndConditionsInDict
  43. build_file)
  44. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 1234, in ProcessVariablesAndConditionsInList
  45. ProcessVariablesAndConditionsInDict(item, phase, variables, build_file)
  46. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 1219, in ProcessVariablesAndConditionsInDict
  47. build_file)
  48. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 1238, in ProcessVariablesAndConditionsInList
  49. expanded = ExpandVariables(item, phase, variables, build_file)
  50. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/gyp/pylib/gyp/input.py", line 858, in ExpandVariables
  51. replacement = str(py_module.DoMain(parsed_contents[1:])).rstrip()
  52. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/grit/grit_info.py", line 138, in DoMain
  53. options.target_platform)
  54. File "~/qtwebengine-opensource-src-0.1.0-tp1/src/3rdparty/chromium/tools/grit/grit_info.py", line 97, in Inputs
  55. return [os.path.relpath(f, cwd) for f in sorted(files)]
  56. File "/usr/lib/python2.7/posixpath.py", line 426, in relpath
  57. i = len(commonprefix([start_list, path_list]))
  58. File "/usr/lib/python2.7/genericpath.py", line 71, in commonprefix
  59. s1 = min(m)
  60. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)
  61. Project ERROR: -- running gyp_qtwebengine failed --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement