Issue metadata
Sign in to add a comment
|
The find_depot_tools.py script fails
Reported by
athmi...@gmail.com,
Mar 3 2017
|
||||||||||||||||||||||
Issue description
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Steps to reproduce the problem:
1. Run the find_depot_tools.py script
2.
3.
What is the expected behavior?
Script should run successfully
What went wrong?
Script fails with this error because it cannot find the breakpad module:
Failed to find depot_tools
Traceback (most recent call last):
File "./find_depot_tools.py", line 49, in <module>
import breakpad
ImportError: No module named breakpad
Did this work before? N/A
Chrome version: Latest build scripts for chromium Channel: stable
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
Flash Version: N/A
,
Mar 6 2017
No JS/html is required to reproduce this issue. when building chromium, gclient runs this script: src/build/android/play_services/update.py which requires the breakpad python library: import breakpad The setup script does not install this python library by default and compiling and installing breakpad (https://github.com/google/breakpad) by itself does not give me that library.
,
Mar 6 2017
Also I haven't tested this issue on windows. I'm trying to build chromium on Linux. Not sure why the OS section was automatically populated to Windows.
,
Mar 6 2017
Thank you for providing more feedback. Adding requester "rbasuvula@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Mar 7 2017
,
Mar 10 2017
This issue was cause by a mistake in my path variable. It was my fault. This issue can be closed.
,
May 31 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by rbasuvula@chromium.org
, Mar 6 2017Labels: Needs-Feedback