On Fri, 2002-08-30 at 15:45, Carlos Cesario wrote: > Hello.. > > I'm using Debian(sid) and I found the following error durring I was > trying install the pack gtk-sharp > ----------- > [root@tec14ccesario root]# apt-get install gtk-sharp > Reading Package Lists... Done > Building Dependency Tree... Done > Some packages could not be installed. This may mean that you have > requested an impossible situation or if you are using the unstable > distribution that some required packages have not yet been created > or been moved out of Incoming. > > Since you only requested a single operation it is extremely likely that > the package is simply not installable and a bug report against > that package should be filed. > The following information may help to resolve the situation: > > Sorry, but the following packages have unmet dependencies: > gtk-sharp: Depends: libgtk2.0-0 but it is not installable > E: Sorry, broken packages > [root@tec14ccesario root]# > -------------- > I trying install the pack libgtk2.0-0_2.0.5-2_i386.deb but this confict > with libgtk2.0-0png3..... > > Somebody has solution??? > yes, make the packages yourself from the deb-src's:
apt-get -b source gtk-sharp this will compile and create .deb's for you from the deb-src, which has only a dependency on libgtk2.0.0-dev. cheers -- Rodrigo Moya <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
