On 07 Apr 2010, at 17:06, Alexander Hansen wrote: >> The following package will be installed or updated: >> bzr-py26 >> The following 64 additional packages will be installed: >> atk1 atk1-shlibs autoconf2.6 automake1.10 automake1.11 avahi avahi- >> dev dbus >> dbus-dev dbus-glib1.2-dev dbus-glib1.2-shlibs dbus-shlibs dbus1.3-dev >> dbus1.3-shlibs docutils-py26 gconf2 gconf2-dev gconf2-shlibs gd2 >> gd2-bin >> gd2-shlibs glib2-dev glib2-shlibs gnome-mime-data gnome-vfs2- >> unified-dev >> gnome-vfs2-unified-shlibs graphviz graphviz-shlibs gtk+2 gtk+2-dev >> gtk+2-shlibs gtkglext1 gtkglext1-shlibs gts75 gts75-shlibs >> libavahi-client3-shlibs libavahi-common3-shlibs libavahi-core6-shlibs >> libavahi-glib1-dev libavahi-glib1-shlibs libbonobo2 libbonobo2-dev >> libbonobo2-shlibs libcroco3 libcroco3-shlibs libgettext3-dev >> libglade2 >> libglade2-shlibs libgsf1.114-dev libgsf1.114-shlibs libidl2 libidl2- >> shlibs >> libming1-dev libming1-shlibs librsvg2 librsvg2-shlibs libtool2 orbit2 >> orbit2-dev orbit2-shlibs pango1-xft2-ft219 pango1-xft2-ft219-dev >> pango1-xft2-ft219-shlibs shared-mime-info >> Do you want to continue? [Y/n] >> >> Reading buildlock packages... >> All buildlocks accounted for. >> >> While trying to install: >> autoconf2.6-2.65-2 >> >> The following inconsistencies found: >> Unsatisfied dependency in automake1.9: autoconf (>= 2.58-1) >> >> Trying to resolve dependencies... >> Could not resolve inconsistent dependencies! >> >> Fink isn't sure how to install the above packages safely. You may >> be able to >> fix things by running: >> >> fink scanpackages >> sudo apt-get update >> sudo apt-get install autoconf2.6=2.65-2 >> >> Failed: Fink::SysState: Could not resolve inconsistent dependencies >> >> > > The same solution applies. > > By going through the list of packages above and installing them > individually, you should be able eventually to install bzr-py26.
It is safer and more efficient do do this in build-order _ eg, for your case : for p in ibgettext3-dev autoconf2.6 libtool2 automake1.11 glib2-dev gd2 shared-mime-info pango1-xft2-ft219-shlibs dbus \ atk1-shlibs gtk+2-shlibs avahi libavahi-glib1-dev libidl2 orbit2 dbus- bash-completion gtk+2 gconf2-shlibs gnome-mime-data \ gnome-vfs2-unified-shlibs pango1-xft2-ft219 gtk+2-dev libgsf1.114- shlibs libcroco3 pango1-xft2-ft219-dev libbonobo2 \ librsvg2-shlibs dbus-dev gconf2-dev gnome-vfs2-unified-dev libgsf1.114- dev librsvg2 atk1 libglade2-shlibs libglade2 \ gconf2 gtkglext1-shlibs libming-utils gtkglext1 gts75-shlibs gts75 graphviz docutils-py26 automake1.10 bzr-py26 do fink -y install $p; done JF Mertens ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
