Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 573526

Summary: dev-dotnet/mono-addins fails to build - ResolveAddinReferences.cs(61,39): error CS0029: Cannot implicitly convert type `Mono.Addins.Addin' to `Mono.Addins.Addin'
Product: Gentoo Linux Reporter: tux_mind <tuxmind.bug>
Component: Current packagesAssignee: dotnet project <dotnet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge info

Description tux_mind 2016-01-31 18:58:57 UTC
Created attachment 424356 [details]
emerge info

mono-addins will fail to upgrade due to previous DLL in the GAC cache.

see http://lists.ximian.com/pipermail/monodevelop-list/2008-July/007997.html

error is:

```
/ResolveAddinReferences.cs(61,39): error CS0029: Cannot implicitly convert type `Mono.Addins.Addin' to `Mono.Addins.Addin'
```

solved by unmerging mono-addins and than merging it again.

footnote: from unmerge output i saw that mono-addins package had version 1.0

I hope this helps :)
Comment 1 Pacho Ramos gentoo-dev 2017-12-13 17:08:54 UTC
latest version compiles ok for me