From: Martin E. <m.a...@nc...> - 2005-02-11 20:39:17
|
On Friday 11 Feb 2005 19:46, michael geary wrote: > fink chokes on glib2 on my machine. It says it needs to install 17 > dependencies first, and then dies on the gmp package, long before > it gets to glib2... :c( > > I don't believe that gmp is _really_ needed for glib2. Any ideas on > how I can override fink's dependency mechanism? I'm guessing fink downloads packages to /sw/var/cache/apt/archives or something like that. You could dpkg -i --force-depends /sw/var/cache/apt/archives/*glib*deb but it's probably not a great long term solution because apt will be convinced it's broken. I guess it's probably better to just go with what fink, er, finks (sorry) and install the dependencies. What's the gmp error? It might be easier to fix that. Martin |