<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I did what you suggested Gary and it appears that I have a fully
functional Hardy install on PowerPC! I haven't restarted yet as I'm a
bit worried that something yet will come up but all the packages are
updated, python is cured and it just looks great! I'll post to the
other forums and lists your solution and it is obvious that NMGLUG
rocks way more than the other guys.<br>
Thanks again.<br>
Brian<br>
<br>
Gary Sandine wrote:
<blockquote cite="mid:20080801181819.GX1652@sandine.net" type="cite">
  <pre wrap="">On Fri, Aug 01, 2008 at 12:10:44PM -0600, BrianO'Keefe wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks for the quick reply Gary.  I tried all the suggestions and
still get: E: dpkg was interrupted, you must manually run 'dpkg
--configure -a' to correct the problem.

which doesn't work, failing with the same error.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If it's still the timidity and python-central errors, try purging
those packages:

dpkg -P timidity
dpkg -P python-central

You might have to purge a few dependencies, too.  Then:

dpkg --configure -a

That's the basic idea anyway for a way to correct this problem that
has worked for me in the past.

Once the configure completes successfully, I'd try:

apt-get -f install

until it does nothing, then finish the upgrade:

apt-get dist-upgrade

repeatedly until it is done.  After all that, reinstall timidity and
python-central if you need them.

  </pre>
</blockquote>
</body>
</html>