My machine is setup with standard Mandriva 2006 and then updated against the standard MDV 2006 update source and then updated against the PLF and the MDE sources.
I do not have a problem re-building the RPMS but I have come across a problem when installing the binaries. It is coming up with a message "gtk-sharp2-2.3.91-6rjm.i586 (due to unsatisfied mono(System.Drawing)[== 1.0.5000.0])". This is the same message that comes from the original package.
After furhter investigation I discovered that the libmono-runtime-1.1.15-5.mdk2006.0.mde.i586.rpm from http://www.mde.djura.org/2006.0/RPMS/ provides (rpm -q --provides) the following components:
CODE
mono(mscorlib) = 1.0.3300.0
mono(System) = 1.0.3300.0
mono(System.Data) = 1.0.3300.0
mono(System.Drawing) = 1.0.3300.0
mono(System.Web) = 1.0.3300.0
mono(System.Windows.Forms) = 1.0.3300.0
mono(System.Xml) = 1.0.3300.0
.....
libmono-runtime = 1.1.15-5.mdk2006.0.mde
mono(System) = 1.0.3300.0
mono(System.Data) = 1.0.3300.0
mono(System.Drawing) = 1.0.3300.0
mono(System.Web) = 1.0.3300.0
mono(System.Windows.Forms) = 1.0.3300.0
mono(System.Xml) = 1.0.3300.0
.....
libmono-runtime = 1.1.15-5.mdk2006.0.mde
and when I looked at the files in the rpm they are:
CODE
/usr/lib/mono/1.0/System.Drawing.Design.dll
/usr/lib/mono/1.0/System.Drawing.dll
/usr/lib/mono/2.0/System.Drawing.Design.dll
/usr/lib/mono/2.0/System.Drawing.dll
/usr/lib/mono/gac/System.Drawing
/usr/lib/mono/gac/System.Drawing.Design
/usr/lib/mono/gac/System.Drawing.Design/1.0.5000.0__b03f5f7f11d50a3a
/usr/lib/mono/gac/System.Drawing.Design/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.Design.dll
/usr/lib/mono/gac/System.Drawing.Design/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.Design.dll.mdb
/usr/lib/mono/gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a
/usr/lib/mono/gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll
/usr/lib/mono/gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll.mdb
/usr/lib/mono/gac/System.Drawing/1.0.5000.0__b03f5f7f11d50a3a
/usr/lib/mono/gac/System.Drawing/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.dll
/usr/lib/mono/gac/System.Drawing/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.dll.mdb
/usr/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a
/usr/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
/usr/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.mdb
/usr/lib/mono/1.0/System.Drawing.dll
/usr/lib/mono/2.0/System.Drawing.Design.dll
/usr/lib/mono/2.0/System.Drawing.dll
/usr/lib/mono/gac/System.Drawing
/usr/lib/mono/gac/System.Drawing.Design
/usr/lib/mono/gac/System.Drawing.Design/1.0.5000.0__b03f5f7f11d50a3a
/usr/lib/mono/gac/System.Drawing.Design/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.Design.dll
/usr/lib/mono/gac/System.Drawing.Design/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.Design.dll.mdb
/usr/lib/mono/gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a
/usr/lib/mono/gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll
/usr/lib/mono/gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll.mdb
/usr/lib/mono/gac/System.Drawing/1.0.5000.0__b03f5f7f11d50a3a
/usr/lib/mono/gac/System.Drawing/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.dll
/usr/lib/mono/gac/System.Drawing/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.dll.mdb
/usr/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a
/usr/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
/usr/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.mdb
I went looking for a source RPM to investigate the problem further, but I could not find one.
My only other course of action it to remove the mde version of mono (this is my current line of attack), or upgrade to 2007 RC1 (and potentially spend the next 2-3 months getting everything right, as I want it.
Could someone help out, please?