Advertisement
workdowg

chromium RPi build fail

Jul 2nd, 2012
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. -> Found chromium.desktop
  2. -> Found chromium.default
  3. -> Found chromium.sh
  4. -> Found chromium-gcc47.patch
  5. -> Found sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
  6. ==> Validating source files with sha256sums...
  7. chromium-20.0.1132.47.tar.bz2 ... Passed
  8. naclsdk_linux-20.0.1132.47.tar.bz2 ... Passed
  9. chromium.desktop ... Passed
  10. chromium.default ... Passed
  11. chromium.sh ... Passed
  12. chromium-gcc47.patch ... Passed
  13. sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch ... Passed
  14. ==> Extracting Sources...
  15. -> Extracting chromium-20.0.1132.47.tar.bz2 with bsdtar
  16. -> Extracting naclsdk_linux-20.0.1132.47.tar.bz2 with bsdtar
  17. ==> Starting build()...
  18. patching file base/message_pump_libevent.cc
  19. patching file chrome/browser/policy/policy_path_parser_linux.cc
  20. patching file ipc/ipc_channel.h
  21. Hunk #1 succeeded at 12 (offset 3 lines).
  22. patching file ipc/ipc_platform_file.cc
  23. patching file seccompsandbox/library.h
  24. patching file third_party/sqlite/amalgamation/sqlite3.c
  25. Hunk #1 succeeded at 119149 (offset 117911 lines).
  26. Hunk #2 succeeded at 119187 (offset 117911 lines).
  27. Updating projects from gyp files...
  28. static library third_party/libvpx/libvpx.gyp:libvpx#target has several files with the same basename:
  29. scalesystemdependent: source/libvpx/vpx_scale/arm/scalesystemdependent.c source/libvpx/vpx_scale/generic/scalesystemdependent.c
  30. Some build systems, e.g. MSVC08, cannot handle that.
  31. Traceback (most recent call last):
  32. File "build/gyp_chromium", line 173, in <module>
  33. sys.exit(gyp.main(args))
  34. File "/home/user/build-tmp/chromium/src/chromium-20.0.1132.47/tools/gyp/pylib/gyp/__init__.py", line 471, in main
  35. options.circular_check)
  36. File "/home/user/build-tmp/chromium/src/chromium-20.0.1132.47/tools/gyp/pylib/gyp/__init__.py", line 111, in Load
  37. depth, generator_input_info, check, circular_check)
  38. File "/home/user/build-tmp/chromium/src/chromium-20.0.1132.47/tools/gyp/pylib/gyp/input.py", line 2520, in Load
  39. ValidateSourcesInTarget(target, target_dict, build_file)
  40. File "/home/user/build-tmp/chromium/src/chromium-20.0.1132.47/tools/gyp/pylib/gyp/input.py", line 2200, in ValidateSourcesInTarget
  41. raise KeyError, 'Duplicate basenames in sources section, see list above'
  42. KeyError: 'Duplicate basenames in sources section, see list above'
  43. ==> ERROR: A failure occurred in build().
  44. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement