[MonoDevelop] Compiling MonoDevelop on Pi3 - always NuGet problem

Dan Liew dan at su-root.co.uk
Sun Jan 29 16:56:10 UTC 2017


On 29 January 2017 at 12:35, moelski <dominik at logview.info> wrote:
> Hi @all,
>
> for some days I try to compile MonoDevelop (master from GIT) on my Raspberry
> Pi 3.
> I use Mono 4.6.2.16 as runtime.
>
> The problem is that I often get the following errors when the make starts
> updating the nuget packages:
>
>
> And later on I get something like this:
>
>
> I updates all certificates (I hope so) with these steps:
>         sudo mozroots --import --sync

mozroots is no longer the right way to setup the certificates due to
Mozilla taking down LXR (See [1]).

Use the `cert-sync` tool instead [2].

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1279952
[2] http://www.mono-project.com/docs/about-mono/releases/3.12.0/#cert-sync


More information about the Monodevelop-list mailing list