I am trying to install robotframework-confluentkafkalibrary using command pip install robotframework-confluentkafkalibrary during which i get the following error :
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\users\user 1\appdata\local\programs\python\python39\include -Ic:\users\user 1\appdata\local\programs\python\python39\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt -IC:\Program Files (x86)\RdKafka\include /TcC:\Users\user 1\AppData\Local\Temp\pip-install-4435vdy_\confluent-kafka_8e3e9105570c4a34af052530bef5473e\confluent_kafka\src\Admin.c /Fobuild\temp.win-amd64-3.9\Release\Users\user 1\AppData\Local\Temp\pip-install-4435vdy_\confluent-kafka_8e3e9105570c4a34af052530bef5473e\confluent_kafka\src\Admin.obj
Admin.c
C:\Users\user 1\AppData\Local\Temp\pip-install-4435vdy_\confluent-kafka_8e3e9105570c4a34af052530bef5473e\confluent_kafka\src\Admin.c : fatal error C1083: Cannot open compiler generated file: '': Invalid argument
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit code 1
----------------------------------------
ERROR: Failed building wheel for confluent-kafka
Running setup.py clean for confluent-kafka
I am using Visual Studio 2019, confluent-6.2.0, librdkafka-1.7.0-confluent6.2.0, gitBash to run this pip install command.
All the help that i can get is appreciated.
With Visual Studio 2017 Community I have created a solution with a F# library project (regular, not PCL) targeting the .NET 4.5.2 framework and the F# 4.1 (FSharp.Core, 4.4.1.0) runtime. Visual Studio added for me the NuGet reference to System.ValueType (4.3.0) by default.
The only code in this project is the following which is using System.ValueType:
type TupleCreator() =
member this.Create x =
System.ValueTuple.Create(x)
Building the project locally works fine, unfortunately this is not the case with VSTS. I have a build definition (with default agent queue set to Hosted VS2017) with a NuGet restore step and a build solution step (with Visual Studio Version set to Latest).
When the build runs it succeeds in restoring the nuget packages:
##[section]Starting: NuGet restore **\*.sln
=================================================================
Task : NuGet Installer
Description : Installs or restores missing NuGet packages
Version : 0.2.31
Author : Microsoft Corporation
=================================================================
[command]C:\Windows\system32\chcp.com 65001
Active code page: 65001
Detected NuGet version 3.3.0.212 / 3.3.0
SYSTEMVSSCONNECTION exists true
To connect to NuGet feeds hosted in your Team Services account/TFS project collection on this build agent, edit your build definition to choose a higher version of nuget or specify a path to a NuGet.config containing the package sources you wish to use.
[command]d:\a\_tasks\NuGetInstaller_333b11bd-d341-40d9-afcf-b32d5ce6f23b\0.2.31\node_modules\nuget-task-common\NuGet\3.3.0\NuGet.exe restore -NonInteractive d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.sln
MSBuild auto-detection: using msbuild version '4.0' from 'C:\Windows\Microsoft.NET\Framework\v4.0.30319'.
Feeds used:
C:\Users\buildguest\AppData\Local\NuGet\Cache
https://api.nuget.org/v3/index.json
Restoring NuGet package System.ValueTuple.4.3.0.
Adding package 'System.ValueTuple.4.3.0' to folder 'd:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\packages'
Added package 'System.ValueTuple.4.3.0' to folder 'd:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\packages'
##[section]Finishing: NuGet restore **\*.sln
The build step then yields the following log:
##[section]Starting: Build solution $/tfs1/Apps/Sandbox/FSharpWithNugetDemo/FSharpWithNugetDemo.sln
==============================================================================
Task : Visual Studio Build
Description : Build with MSBuild and set the Visual Studio version property
Version : 1.117.0
Author : Microsoft Corporation
Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613727)
==============================================================================
##[command]"D:\a\_tasks\VSBuild_71a9a2d3-a98a-4caa-96ab-affca411ecda\1.117.0\ps_modules\MSBuildHelpers\vswhere.exe" -version [15.0,15.1) -latest -format json
##[command]"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild.exe" "d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.sln" /nologo /nr:false /dl:CentralLogger,"D:\a\_tasks\VSBuild_71a9a2d3-a98a-4caa-96ab-affca411ecda\1.117.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll";"RootDetailId=d08ecee6-b628-4743-9e80-d31a64026956|SolutionDir=d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo"*ForwardingLogger,"D:\a\_tasks\VSBuild_71a9a2d3-a98a-4caa-96ab-affca411ecda\1.117.0\ps_modules\MSBuildHelpers\Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" /p:TreatWarningsAsErrors=False /p:platform="any cpu" /p:configuration="debug" /p:VisualStudioVersion="15.0" /p:_MSDeployUserAgent="VSTS_1e91f890-819e-4329-aa62-069b62ae16d0_build_4_116"
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 5/24/2017 6:32:52 PM.
Project "d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration "debug|any cpu".
Project "d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.sln" (1) is building "d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.fsproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "bin\Debug\".
Creating directory "obj\Debug\".
ResolveAssemblyReferences:
Primary reference "System.ValueTuple".
##[warning]C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1964,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.ValueTuple". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1964,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.ValueTuple". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.fsproj]
For SearchPath "{HintPathFromItem}".
Considered "..\..\Sandbox (local)\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ValueTuple.winmd", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ValueTuple.dll", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.ValueTuple.exe", but it didn't exist.
.
.
.
Considered "bin\Debug\System.ValueTuple.exe", but it didn't exist.
CoreCompile:
C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\fsc.exe -o:obj\Debug\FSharpWithNugetDemo.dll
-g
--debug:full
--noframework
--define:DEBUG
--define:TRACE
--doc:bin\Debug\FSharpWithNugetDemo.XML
--optimize-
--tailcalls-
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.4.1.0\FSharp.Core.dll
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\mscorlib.dll
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Core.dll
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.dll
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Numerics.dll
--target:library
--warn:3
--warnaserror:76
--fullpaths
--flaterrors
--subsystemversion:6.00
--highentropyva+
d:\a\_temp\.NETFramework,Version=v4.5.2.AssemblyAttributes.fs
AssemblyInfo.fs
Library1.fs
##[error]Apps\Sandbox\FSharpWithNugetDemo\Library1.fs(5,12): Error FS0039: The value, constructor, namespace or type 'ValueTuple' is not defined. Maybe you want one of the following: ValueType
d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\Library1.fs(5,12): error FS0039: The value, constructor, namespace or type 'ValueTuple' is not defined. Maybe you want one of the following: ValueType [d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.fsproj]
Done Building Project "d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.fsproj" (default targets) -- FAILED.
Done Building Project "d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.sln" (default targets) -- FAILED.
Build FAILED.
"d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.sln" (default target) (1) ->
"d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.fsproj" (default target) (2) ->
(ResolveAssemblyReferences target) ->
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1964,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.ValueTuple". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.fsproj]
"d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.sln" (default target) (1) ->
"d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.fsproj" (default target) (2) ->
(CoreCompile target) ->
d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\Library1.fs(5,12): error FS0039: The value, constructor, namespace or type 'ValueTuple' is not defined. Maybe you want one of the following: ValueType [d:\a\3\s\Apps\Sandbox\FSharpWithNugetDemo\FSharpWithNugetDemo.fsproj]
1 Warning(s)
1 Error(s)
Time Elapsed 00:00:06.14
##[error]Process 'msbuild.exe' exited with code '1'.
This is not an issue with System.ValueType because the build process is unable to build with references to any nuget packages. This is also not an issue with my VSTS because my C# projects with NuGet references get built fine.
What is wrong with my F# project? Are there additional steps to be taken in order to enable NuGet in F# projects on VSTS?
EDIT
I just compared the output of the CoreCompile section with what is printed in Visual Studio. In Visual Studio it says:
C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\fsc.exe -o:obj\Debug\FSharpWithNugetDemo.dll
-g
--debug:full
--noframework
--define:DEBUG
--define:TRACE
--doc:bin\Debug\FSharpWithNugetDemo.XML
--optimize-
--tailcalls-
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.4.1.0\FSharp.Core.dll
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\mscorlib.dll
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Core.dll
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.dll
-r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Numerics.dll
-r:D:\Projects\Sandbox\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll
.
.
.
--target:library
--warn:3
--warnaserror:76
--vserrors
--utf8output
--fullpaths
--flaterrors
--subsystemversion:6.00
--highentropyva+
C:\Users\David\AppData\Local\Temp\.NETFramework,Version=v4.5.2.AssemblyAttributes.fs
AssemblyInfo.fs
Library1.fs
FSharpWithNugetDemo -> D:\Projekte\VisualStudio.com\sphereutfs\Dev\Apps\Sandbox\FSharpWithNugetDemo\bin\Debug\FSharpWithNugetDemo.dll
The difference is that there is a -r: line with a path to the System.ValueTuple.dll obtained from NuGet which is missing in the log of the VSTS build. How can I tell the VSTS build to include this reference when compiling?
This is caused the setting in your FSharpWithNugetDemo.fsproj file. You set the path for System.ValueTuple as your local path:
<Reference Include="System.ValueTuple">
<HintPath>..\..\Sandbox (local)\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
It should be use relate path so that when it build by VSTS, System.ValueTuple will be searched in $(build.sourcesdirectory):
<Reference Include="System.ValueTuple">
<HintPath>..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
I'm trying to set Ant on my Win 8.1 and, of course, I've followed some hints already posted.
When I try to run Ant that's what I get:
C:\Users\Marco>ant
ANT_HOME is set incorrectly or ant could not be located. Please set ANT_HOME.
Checking my path:
C:\Users\Marco>echo %ANT_HOME%
C:\Program Files\apache-ant-1.9.3
C:\Users\Marco>echo %JAVA_HOME%
C:\Program Files\Java\jdk1.7.0_51
Again in my PATH:
C:\Users\Marco>echo %PATH%
C:\Users\Marco\AppData\Roaming\npm;C:\Program Files\nodejs\;C:\Program Files\apa
che-ant-1.9.3\bin;C:\Program Files\Java\jdk1.7.0_51\bin;C:\Program Files\apache-
ant-1.9.3\lib;D:\AndroidSDK\adt-bundle-windows-x86_64-20131030\sdk\tools;D:\Andr
oidSDK\adt-bundle-windows-x86_64-20131030\sdk\platform-tools;C:\Program Files (x
86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:
\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Syst
em32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Win
dows Live\Shared;C:\Program Files\Intel\Intel(R) Management Engine Components\DA
L;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Fi
les (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)
\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Op
enCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Prog
ram Files\nodejs\;C:\Users\Marco\node_modules\cordova\bin;D:\AndroidSDK\adt-bund
le-windows-x86_64-20131030\sdk\platform-tools;C:\Program Files (x86)\Git\cmd;C:\
Users\Marco\AppData\Roaming\npm
I've tried everything reading other posts but seems that nothing is right to launch ANT; what I'm missing?
I have the following coffeescript build file:
{
"cmd": ["coffee", "-c", "$file"]
, "selector": "source.coffee"
}
which when I try to run it gives me:
[Error 2] The system cannot find the file specified [cmd: [u'coffee',u'-c', u'W:\mayapp\myscript.coffee']]
[dir: W:\myapp]
[path: /usr/local/bin:C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
Files\Microsoft\Web Platform Installer\;C:\Program Files
(x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files
(x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program
Files\Microsoft SQL Server\110\Tools\Binn\;c:\Program Files
(x86)\Microsoft SQL Server\110\Tools\Binn\;c:\Program Files\Microsoft
SQL Server\110\DTS\Binn\;c:\Program Files (x86)\Microsoft SQL
Server\110\Tools\Binn\ManagementStudio\;c:\Program Files
(x86)\Microsoft Visual Studio
10.0\Common7\IDE\PrivateAssemblies\;c:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files\TortoiseHg\;C:\Program Files
(x86)\nodejs\;C:\Program Files\Mercurial\;C:\Program
Files\TortoiseSVN\bin;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\Program
Files (x86)\Bitvise SSH
Client;C:\Chocolatey\bin;C:\Users\George\AppData\Roaming\npm\;C:\Program
Files\Gallio\bin;C:\Program Files (x86)\Git\cmd;] [Finished]
In powershell
coffee -c w:\myapp\myscript.coffee
runs just fine leading me to think it's the coffee file from npm that the build system cannot find. Yet notice the npm directory IS on my path and coffee.cmd is absolutely in that directory
W:> get-command coffee | select path
Path
----
C:\Users\George\AppData\Roaming\npm\coffee.cmd
my best guess is that the error is due to that linux path prefixed to sublime's path variable but I have no idea where that is coming from it is not in my path variable outside of sublime.
The solution was to use the command name with extension - sublime was unable to infer it.
So:
{
"cmd": ["coffee.cmd", "-c", "$file"]
, "selector": "source.coffee"
}
I just installed MonoDevelop, but I cannot refresh the add-in repositories (see picture)
Version info:
MonoDevelop 2.8.5.1
Installation UUID: 843726be-82cf-4694-86fc-4d3d9f7bf912
Runtime:
Microsoft .NET 4.0.30319.239
GTK 2.16.6
GTK# (2.12.0.0)
Mono for Android not installed
No build info
Operating System:
Windows 6.1.7601.65536 (64-bit)
Loaded assemblies:
mscorlib 4.0.0.0 C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll
MonoDevelop 2.6.0.0 C:\Program Files (x86)\MonoDevelop\bin\MonoDevelop.exe
MonoDevelop.Ide 2.6.0.0 C:\Program Files (x86)\MonoDevelop\bin\MonoDevelop.Ide.dll
MonoDevelop.Core 2.6.0.0 C:\Program Files (x86)\MonoDevelop\bin\MonoDevelop.Core.dll
Mono.Addins 0.6.0.0 C:\Program Files (x86)\MonoDevelop\bin\Mono.Addins.dll
System 4.0.0.0 C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
System.Xml.Linq 4.0.0.0 C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll
System.Core 4.0.0.0 C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
System.Xml 4.0.0.0 C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
gtk-sharp 2.12.0.0 C:\Windows\assembly\GAC\gtk-sharp\2.12.0.0__35e10195dab3c99f\gtk-sharp.dll
glib-sharp 2.12.0.0 C:\Windows\assembly\GAC\glib-sharp\2.12.0.0__35e10195dab3c99f\glib-sharp.dll
atk-sharp 2.12.0.0 C:\Windows\assembly\GAC\atk-sharp\2.12.0.0__35e10195dab3c99f\atk-sharp.dll
gdk-sharp 2.12.0.0 C:\Windows\assembly\GAC\gdk-sharp\2.12.0.0__35e10195dab3c99f\gdk-sharp.dll
Mono.Posix 2.0.0.0 C:\Windows\assembly\GAC_MSIL\Mono.Posix\2.0.0.0__0738eb9f132ed756\Mono.Posix.dll
Mono.TextEditor 1.0.0.0 C:\Program Files (x86)\MonoDevelop\bin\Mono.TextEditor.dll
Mono.Cairo 2.0.0.0 C:\Windows\assembly\GAC_MSIL\Mono.Cairo\2.0.0.0__0738eb9f132ed756\Mono.Cairo.dll
Mono.Addins.Setup 0.6.0.0 C:\Program Files (x86)\MonoDevelop\bin\Mono.Addins.Setup.dll
System.Configuration 4.0.0.0 C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
Xamarin.Ide 1.0.0.0 C:\Program Files (x86)\MonoDevelop\bin\Xamarin.Ide.dll
Mono.Posix 4.0.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.MonoDroid\Mono.Posix.dll
Mono.AndroidTools 0.9.3.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.MonoDroid\Mono.AndroidTools.dll
MonoDevelop.MonoDroid 4.0.0.24 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.MonoDroid\MonoDevelop.MonoDroid.dll
WindowsPlatform 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\WindowsPlatform.dll
Mono.Cecil 0.9.4.0 C:\Program Files (x86)\MonoDevelop\bin\Mono.Cecil.dll
MonoDevelop.Debugger 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.Debugger\MonoDevelop.Debugger.dll
MonoDevelop.SourceEditor2 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.SourceEditor2.dll
MonoDevelop.VersionControl 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\VersionControl\MonoDevelop.VersionControl.dll
System.Drawing 4.0.0.0 C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
MonoDevelop.DesignerSupport 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.dll
MonoDevelop.Deployment 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.Deployment\MonoDevelop.Deployment.dll
MonoDevelop.XmlEditor 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.XmlEditor\MonoDevelop.XmlEditor.dll
MonoDevelop.AspNet 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.AspNet\MonoDevelop.AspNet.dll
MonoDevelop.Moonlight 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.Moonlight\MonoDevelop.Moonlight.dll
pango-sharp 2.12.0.0 C:\Windows\assembly\GAC\pango-sharp\2.12.0.0__35e10195dab3c99f\pango-sharp.dll
Mono.Debugging 0.0.0.0 C:\Program Files (x86)\MonoDevelop\bin\Mono.Debugging.dll
MonoDevelop.NUnit 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\NUnit\MonoDevelop.NUnit.dll
nunit.core 2.4.8.0 C:\Program Files (x86)\MonoDevelop\AddIns\NUnit\nunit.core.dll
nunit.core.interfaces 2.4.8.0 C:\Program Files (x86)\MonoDevelop\AddIns\NUnit\nunit.core.interfaces.dll
nunit.framework 2.4.8.0 C:\Program Files (x86)\MonoDevelop\AddIns\NUnit\nunit.framework.dll
nunit.util 2.4.8.0 C:\Program Files (x86)\MonoDevelop\AddIns\NUnit\nunit.util.dll
libstetic 0.0.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.GtkCore\libstetic.dll
libsteticui 0.0.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.GtkCore\libsteticui.dll
MonoDevelop.GtkCore 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.GtkCore\MonoDevelop.GtkCore.dll
Xamarin.Ide.Windows 1.0.0.0 C:\Program Files (x86)\MonoDevelop\bin\Xamarin.Ide.Windows.dll
monodoc 1.0.0.0 C:\Program Files (x86)\MonoDevelop\bin\monodoc.dll
Microsoft.WindowsAPICodePack.Shell 1.1.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\Microsoft.WindowsAPICodePack.Shell.dll
Microsoft.WindowsAPICodePack 1.1.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\Microsoft.WindowsAPICodePack.dll
MonoDevelop.RegexToolkit 2.6.0.0 C:\Program Files (x86)\MonoDevelop\AddIns\MonoDevelop.RegexToolkit\MonoDevelop.RegexToolkit.dll
Mono.Addins.Gui 0.6.0.0 C:\Program Files (x86)\MonoDevelop\bin\Mono.Addins.Gui.dll
Removing the last revision part of the repository url fixes the problem:
http://addins..../2.8.5.1 > http://addins..../2.8.5