Skip to content

Instantly share code, notes, and snippets.

@heath
Created April 9, 2014 02:26
Show Gist options
  • Save heath/10220443 to your computer and use it in GitHub Desktop.
Save heath/10220443 to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:~/.emacs.d/fsharpbinding/emacs$ make
mkdir -p /home/vagrant/.emacs.d/fsharpbinding/emacs/bin
xbuild /home/vagrant/.emacs.d/fsharpbinding/FSharp.AutoComplete/FSharp.AutoComplete.fsproj /property:OutputPath="/home/vagrant/.emacs.d/fsharpbinding/emacs/bin"
XBuild Engine Version 12.0
Mono, Version 3.2.8.0
Copyright (C) 2005-2013 Various Mono authors
Build started 4/9/2014 2:21:18 AM.
__________________________________________________
Project "/home/vagrant/.emacs.d/fsharpbinding/FSharp.AutoComplete/FSharp.AutoComplete.fsproj" (default target(s)):
Target RestorePackages:
Executing: mono --runtime=v4.0.30319 ../lib/nuget/NuGet.exe install "packages.config" -source "" -RequireConsent -solutionDir "../"
Restoring NuGet packages...
To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
WARNING: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure
Unable to find version '0.0.43' of package 'FSharp.Compiler.Service'.
/home/vagrant/.emacs.d/fsharpbinding/.nuget/NuGet.targets: error : Command 'mono --runtime=v4.0.30319 ../lib/nuget/NuGet.exe install "packages.config" -source "" -RequireConsent -solutionDir "../"' exited with code: 1.
Task "Exec" execution -- FAILED
Done building target "RestorePackages" in project "/home/vagrant/.emacs.d/fsharpbinding/FSharp.AutoComplete/FSharp.AutoComplete.fsproj".-- FAILED
Done building project "/home/vagrant/.emacs.d/fsharpbinding/FSharp.AutoComplete/FSharp.AutoComplete.fsproj".-- FAILED
Build FAILED.
Errors:
/home/vagrant/.emacs.d/fsharpbinding/FSharp.AutoComplete/FSharp.AutoComplete.fsproj (default targets) ->
/home/vagrant/.emacs.d/fsharpbinding/.nuget/NuGet.targets (RestorePackages target) ->
/home/vagrant/.emacs.d/fsharpbinding/.nuget/NuGet.targets: error : Command 'mono --runtime=v4.0.30319 ../lib/nuget/NuGet.exe install "packages.config" -source "" -RequireConsent -solutionDir "../"' exited with code: 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:01.5447250
make: *** [/home/vagrant/.emacs.d/fsharpbinding/emacs/bin/fsautocomplete.exe] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment