On Wed, Mar 22, 2017 at 4:05 AM, <arshdk...@gmail.com> wrote:

> Hi, I got the following error while running bootstrap.py on my system -
>
> Traceback (most recent call last):
>   File "bootstrap.py", line 170, in <module>
>     sys.exit(main(sys.argv))
>   File "bootstrap.py", line 160, in main
>     dasboot = cls(choice=options.application_choice,
> no_interactive=options.no_interactive)
>   File "/tmp/tmptM5avr/mozboot/bootstrap.py", line 176, in __init__
>
> NotImplementedError: Bootstrap support for this Linux distro not yet
> available.
>

The bootstrapper only supports some distros and it is best effort - we try
to keep the popular ones running but many are supported by passionate users.

There is some support for detecting Elementary OS. But I guess it isn't
detecting "Luna" :/

If you want to contribute a fix, the detection code lives in
https://dxr.mozilla.org/mozilla-central/source/python/mozboot/mozboot/bootstrap.py.
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Introduction
has info on contributing a fix. This patch would belong in a Core :: Build
Config bug. You can flag :gps (that's me) for review.
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to