Closed
Bug 881963
Opened 12 years ago
Closed 10 years ago
bootstrap.py throws an "Unsatisfied dependency: docutils" error, because "Homebrew does not provide Python dependencies"
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
Details
Attachments
(1 file)
|
1.41 KB,
text/plain
|
Details |
I ran a fresh install of bootstrap.py and got this:
Unsatisfied dependency: docutils
Homebrew does not provide Python dependencies; install with:
pip install docutils
===
ln -s ../../Cellar/python/2.7.5 python
ln -s ../Cellar/python/2.7.5 python
==> Summary
| Reporter | ||
Comment 1•12 years ago
|
||
Re-submitting log, b.m.o filtered out the rest of the log for some reason. :-/
Comment 2•12 years ago
|
||
Yeah, I saw this on a few interns' computers in the last 48 hours as well :/
You can easily work around by running |pip install docutils|. I /think/ this is a Homebrew bug. But I could be wrong.
| Reporter | ||
Comment 3•12 years ago
|
||
Yep, I'm testing the workaround independent of seeing your comment. :)
| Reporter | ||
Comment 4•10 years ago
|
||
bootstrap.py works properly for me today 2015-04-01 as of m-c rev e044f4d172e2.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•