Bug 1679616 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I was running into this locally, because I was missing `python-dev` package.

For anyone else hitting this locally (who won't be helped by a CI build image update): you need to `apt-get install python-dev python3-dev` (or your linux distro's equivalent).

I suspect we need to add these packages to https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/debian.py and similar in order for `./mach bootstrap` to do what it's supposed to, probably...
I was running into this locally, because I was missing the `python-dev` package.  After I installed it, I was able to complete ./mach bootstrap successfully.

For anyone else hitting this locally (who won't be helped by a CI build image update): you need to `apt-get install python-dev python3-dev` (or your linux distro's equivalent).

I suspect we need to add these packages to https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/debian.py and similar in order for `./mach bootstrap` to do what it's supposed to, probably...
I was running into this locally, because I was missing the `python-dev` package.  After I installed it, I was able to complete ./mach bootstrap successfully.

For anyone else hitting this locally (who won't be helped by a CI build image update): you need to run:
```
apt-get install python-dev python3-dev
```
...or your linux distro's equivalent.

I suspect we need to add these packages to https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/debian.py and similar in order for `./mach bootstrap` to do what it's supposed to, probably...
I was running into this locally, because I was missing the `python-dev` package.  After I installed it, I was able to complete ./mach bootstrap successfully.

For anyone else hitting this locally (who won't be helped by a CI build image update): you need to run:
```
apt-get install python-dev python3-dev
```
...or your linux distro's equivalent.

I suspect we need to add these packages to https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/debian.py and similar (centosfedora.py, etc) in order for `./mach bootstrap` to do what it's supposed to, probably...

Back to Bug 1679616 Comment 6