Discussion:
[MonoDevelop] Compiling MonoDevelop on Pi3 - always NuGet problem
moelski
2017-01-29 12:35:31 UTC
Permalink
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
yes Y | sudo certmgr -ssl -m https://go.microsoft.com
yes Y | sudo certmgr -ssl -m https://nuget.org
yes Y | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net

mozroots --import --ask-remove
yes Y | certmgr -ssl -m https://go.microsoft.com
yes Y | certmgr -ssl -m https://nuget.org
yes Y | certmgr -ssl -m https://nugetgallery.blob.core.windows.net

then the configure:
./configure --prefix=/usr --profile=stable
and after that a make and the problems start ...

It´s not an connection problem because the Pi does a lot of updates before
which work without any problems.

And the starnge thing is ... If I run the steps again (simple restart make)
sometimes the problems are gone and it compiles monoDevelop which runs fine
after that.

So could anyony point me in a direction where there problems come from?

Any help would be really appreciated.

regards Dominik



--
View this message in context: http://mono.1490590.n4.nabble.com/Compiling-MonoDevelop-on-Pi3-always-NuGet-problem-tp4669858.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
moelski
2017-01-29 12:47:54 UTC
Permalink
Me again ...
After restarting make it works again. I don´t understand that ...

But I get some error like this now:


So woule be nice if anyone has figured out what´s the main problem here ...

regards Dominik



--
View this message in context: http://mono.1490590.n4.nabble.com/Compiling-MonoDevelop-on-Pi3-always-NuGet-problem-tp4669858p4669859.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
Dan Liew
2017-01-29 16:56:10 UTC
Permalink
Post by moelski
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
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
moelski
2017-01-29 19:25:15 UTC
Permalink
Hi !

Ok I changed my certificate import this way:


Same result:


It just starts with the same errors as before. And even if I update the
NuGet to the latest version 3.5 the errors persist.

Any other hints? Maybe Mono4.6.2.16 is the wrong version to start with? But
it´s the latest stable release

regards Dominik



--
View this message in context: http://mono.1490590.n4.nabble.com/Compiling-MonoDevelop-on-Pi3-always-NuGet-problem-tp4669858p4669861.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
Loading...