sudo apt-get -f install didn't do anything.  The result:

Reading Package Lists... Done
Building Dependency Tree... Done
0 packages upgraded, 0 newly installed, 0 to remove and 1  not upgraded.
1 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up autoconf2.5 (2.60-4) ...

   sudo apt-get install gnome-icon-theme-2.16.0.1-1 didn't do anything either:

Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package gnome-icon-theme-2.16.0.1-1

I ran fink selfupdate and there was nothing to update.

Then I ran fink update-all and got another failure

Downloading the indexes of available packages in the binary distribution.
/sw/bin/apt-get-lockwait -q update
Hit http://bindist.finkmirrors.net 10.4/release/main Packages
Hit http://bindist.finkmirrors.net 10.4/release/main Release
Hit http://bindist.finkmirrors.net 10.4/release/crypto Packages
Hit http://bindist.finkmirrors.net 10.4/release/crypto Release
Hit http://bindist.finkmirrors.net 10.4/current/main Packages
Hit http://bindist.finkmirrors.net 10.4/current/main Release
Hit http://bindist.finkmirrors.net 10.4/current/crypto Packages
Hit http://bindist.finkmirrors.net 10.4/current/crypto Release
Reading Package Lists...
Building Dependency Tree...
Failed: Fink::SysState: Could not resolve inconsistent dependencies


Martin Costabel <[EMAIL PROTECTED]> wrote: Kiley Barraclough wrote:
> I ran 'fink install autoconf' to address the original failure (previous 
> email) and I seem 
> to have gotten past it - maybe.  
[]
> Another question....this is my 5th or 6th failure - all different.  Is there 
> any way
> to save what I have successfully downloaded and start from that point after 
> the
> failures have been addressed?  I'm getting the failures after 45+ min of
>  downloading,
> so to start over is frustrating to say the least.

The packages that are downloaded will stay on your computer if you don't 
erase them. Have a look at the directory /sw/var/cache/apt/archives, it 
will be full of them.

What you now probably have is some half-installed packages, or some that 
are even installed, but whose postinstall script did not run 
successfully. Try the following:

   sudo apt-get -f install

This will try to bring the database of binary packages into a consistent 
state from which you can continue. The next package that tried to get 
installed apparently was gnome-icon-theme-2.16.0.1-1, so you could 
install this manually:

   sudo apt-get install gnome-icon-theme-2.16.0.1-1

The apt-get tool works on a lower level than the fink command, and it 
often cuts more directly to the real issues.

-- 
Martin


 
       
---------------------------------
Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to