emerge app-misc/beagle gives these results: http://rafb.net/p/BxR1eg11.html I've created a patch which changes one line in code. I'm not sure if done correctly. Reproducible: Always Steps to Reproduce: I can reproduce it with mono 1.2.2.1 and 1.2 simply do emerge app-misc/beagle Actual Results: Z3 files # cat beagle-0.2.7-ambiguous-reference.diff --- beagle-0.2.7.orig/search/Search.cs 2006-06-19 19:54:27.000000000 +0200 +++ beagle-0.2.7/search/Search.cs 2007-02-06 13:37:59.000000000 +0100 @@ -218,7 +218,7 @@ } if (IconEnabled) { - tray = new TrayIcon (); + tray = new Search.Tray.TrayIcon (); tray.Clicked += OnTrayActivated; tray.Search += OnTraySearch; It is working if you patch it with the patch from above.
Kindly review http://bugs.gentoo.org/page.cgi?id=fields.html#bug_severity; plus *never* refer to pastebins in bugs.