fink update-all を実行するとエラーが出るので、その対策を書き連ねます。
Failed: Fink::SysState: Could not resolve inconsistent dependencies
apt-get -f install
fink update-all
fink scanpackages
apt-get update
apt-get install texlive-texmf=0.20080822-1
libtool: link: `/usr/lib/libiconv.la' is not a valid libtool archive
find /sw/lib -name *.la | xargs rm
You must install the 'passwd' package for D-Bus to build properly.
fink reinstall passwd
コメント