Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573526 - dev-dotnet/mono-addins fails to build - ResolveAddinReferences.cs(61,39): error CS0029: Cannot implicitly convert type `Mono.Addins.Addin' to `Mono.Addins.Addin'
Summary: dev-dotnet/mono-addins fails to build - ResolveAddinReferences.cs(61,39): err...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-31 18:58 UTC by tux_mind
Modified: 2017-12-13 17:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge info (info.txt,6.25 KB, text/plain)
2016-01-31 18:58 UTC, tux_mind
Details

Note You need to log in before you can comment on or make changes to this bug.
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