I had a .mozconfig file that included the line:

. "$topsrcdir/build/mozconfig.common"

This turns out to cause problems: it loads build/mozconfig.rust, which says
to look for rustc in $topsrcdir/rustc/bin, leading to errors like this:

 0:05.53 checking for rustc... not found
 0:05.53 DEBUG: rustc: Trying /home/jimb/moz/dbg/rustc/bin/rustc
 0:05.53 ERROR: Cannot find rustc
 0:05.54 *** Fix above errors and then restart with\
 0:05.54                "/usr/bin/gmake -f client.mk build"
 0:05.54 client.mk:375: recipe for target 'configure' failed
 0:05.54 gmake: *** [configure] Error 1

I remove the line loading mozconfig.common and things seem to be going well.




On Fri, Dec 16, 2016 at 3:06 PM, Simon Sapin <simon.sa...@exyr.org> wrote:

> On 16/12/16 19:26, Ralph Giles wrote:
>
>> Anyway, thanks for the suggestion, Simon. I filed
>> https://bugzil.la/1324040 with this fix.
>>
>> In the meantime, the curl command line from https://rustup.rs/ should
>> work equivalently.
>>
>
> Oops, I wrote this earlier and forgot to click Send.
>
> --
>
> http://docs.python-requests.org/en/master/community/faq/#wha
> t-are-hostname-doesn-t-match-errors says that Python 2.7.9+ supports SNI
> natively.
>
> It looks like Requests can make it work on older Python if some other
> libraries (including PyOpenSSL) are available:
>
> https://stackoverflow.com/questions/18578439/using-requests-
> with-tls-doesnt-give-sni-support/18579484#18579484
>
> --
> Simon Sapin
>
> _______________________________________________
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to