[MonoDevelop] nuget not found

Matt Calder mvcalder at gmail.com
Tue Jun 16 12:40:17 UTC 2015


I am building mono-develop from git. I build it fairly regularly (~ once a
month). Last week or so, I started getting this error (nuget: command not
found) right out of the gate:

calder at pharos:~/tmp/monodevelop$ make
if test -d ".git"; then \
        git submodule update --init --recursive || exit 1; \
    fi
make[1]: Entering directory `/home/calder/tmp/monodevelop/main'
Making all in external
make[2]: Entering directory `/home/calder/tmp/monodevelop/main/external'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/calder/tmp/monodevelop/main/external'
Making all in .
make[2]: Entering directory `/home/calder/tmp/monodevelop/main'
touch vcrevision
nuget restore
/bin/bash: nuget: command not found
make[2]: *** [restore-packages] Error 127
make[2]: Leaving directory `/home/calder/tmp/monodevelop/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/calder/tmp/monodevelop/main'
make: *** [all-recursive] Error 1

Does anyone have a suggestion on how to fix this?

Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20150616/3639756b/attachment.html>


More information about the Monodevelop-list mailing list