[MonoDevelop] Problems building master on Linux due to missing Microsoft.AspNet.Mvc

Timotheus Pokorra timotheus.pokorra at solidcharity.com
Mon Jul 7 21:05:11 UTC 2014


Hello Matt,

I am sorry for the late reply.

> I would try importing the trusted root certificates to see if that allows
> you to use NuGet.exe.

I ran the commands mentioned on StackOverflow that you suggested:
http://stackoverflow.com/questions/15181888/nuget-on-linux-error-getting-response-stream

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

Now it works for me:
cd main/src/addins/AspNet
mono ../../../external/nuget-binary/NuGet.exe restore
-SolutionDirectory ../../..

The next question is how to collect those dlls already during "make
dist", so that they become part of the tarball.
I will look into this when I find the time in the next couple of days.

All the best,
  Timotheus


More information about the Monodevelop-list mailing list