I tried to build bless but it fails badly. Reproducible: Always Steps to Reproduce: 1.emerge =dev-util/bless-0.5.2 2.see it failing 3. Actual Results: muelli@rootbox /tmp $ sudo emerge -av bless These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-util/bless-0.5.2 USE="-debug" 695 kB Total: 1 package (1 new), Size of downloads: 695 kB Would you like to merge these packages? [Yes/No] >>> Verifying ebuild Manifests... >>> Emerging (1 of 1) dev-util/bless-0.5.2 to / ... >> Building module Bless.Plugins... Ok >> Building module Bless.Gui... Ok >> Building module Bless.Gui.Plugins... /mnt/ramdisk/portage/dev-util/bless-0.5.2/work/bless-0.5.2/src/gui/plugins/FindReplacePlugin.cs(41,9): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action' /usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error) /usr/lib/mono/gac/gtk-sharp/2.10.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous error) /mnt/ramdisk/portage/dev-util/bless-0.5.2/work/bless-0.5.2/src/gui/plugins/FindReplacePlugin.cs(42,9): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action' /usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error) Expected Results: I expected bless to compile fine
Created attachment 158681 [details] emerge log
Created attachment 158683 [details] config.log
Created attachment 158685 [details] emerge --info
Created attachment 159845 [details, diff] Proposed Patch, fixed ambigious 'errors' reported Patch for fixing the sources, ebuild needs to be fixed too ...
Created attachment 160147 [details] Updated ebuild including patch Just use this ebuild + the proposed patch in an overlay and you can emerge bless w/o any issues.
+ 25 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> + +files/bless-0.5.2-mono-2.patch, -bless-0.5.0.ebuild, -bless-0.5.1.ebuild, + bless-0.5.2.ebuild: + Fix bug 229797, update deps for gtksharp-2.12.6, drop old. +