Hide Forgot
Description of problem: A change to the build of gnome-sharp/gnome-desktop-sharp now means that mono-tools will no longer build or install Version-Release number of selected component (if applicable): 2.26 How reproducible: Always Steps to Reproduce: 1. Try to either rebuild mono-tools-2.8 2. Try to build mono-tools-2.10 3. Actual results: /usr/bin/gmcs -debug -target:library -out:GeckoHtmlRender.dll ./PrintManager.cs ./GeckoHtmlRender.cs -r:/usr/lib64/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/glade-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/gnome-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/art-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/gconf-sharp.dll -r:/usr/lib64/mono/gecko-sharp-2.0/gecko-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib64/mono/gtk-sharp-2.0/glib-sharp.dll /r:/usr/lib64/mono/monodoc/monodoc.dll -r:browser.exe ./PrintManager.cs(28,31): error CS0234: The type or namespace name `PrintJob' does not exist in the namespace `Gnome'. Are you missing an assembly reference? ./PrintManager.cs(29,25): error CS0246: The type or namespace name `PrintDialog' could not be found. Are you missing a using directive or an assembly reference? ./PrintManager.cs(31,29): error CS0234: The type or namespace name `HTML' does not exist in the namespace `Gtk'. Are you missing an assembly reference? ./PrintManager.cs(34,31): error CS0234: The type or namespace name `PrintContext' does not exist in the namespace `Gnome'. Are you missing an assembly reference? Expected results: Mono-tools builds Additional info: