New issue
Advanced search Search tips

Issue 698338 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug-Regression



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

 
Cc: rbasuvula@chromium.org
Labels: Needs-Feedback
@ athmi100 : Could you please provide us any sample JS/html file to triage the issue from test team end.

Comment 2 by athmi...@gmail.com, 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.

Comment 3 by athmi...@gmail.com, 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. 
Project Member

Comment 4 by sheriffbot@chromium.org, Mar 6 2017

Labels: -Needs-Feedback
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
Components: UI
Labels: TE-NeedsTriageHelp

Comment 6 by athmi...@gmail.com, Mar 10 2017

This issue was cause by a mistake in my path variable. It was my fault. This issue can be closed. 

Comment 7 by mar...@chromium.org, May 31 2017

Status: Archived (was: Unconfirmed)

Sign in to add a comment