[PlanetCCRMA] W: Some errors occurred while running transaction

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Sat May 6 17:55:02 2006


On Sat, 2006-05-06 at 20:14 -0400, Brutus Gates wrote:
> : (
> 
> I just installed a fresh copy of FC4, then I un-muted my audiophile
> 2496 PCI soundcard. Set up my xDSL connection... and then I followed
> the instructions. Everything was fine until I did
> 
> [MUNCH]
>
> apt-get install planetccrma-core-edge
>    2:audit
> ########################################### [ 13%]
> error: %postun(audit-0.8.2-1.i386) scriptlet failed, exit status 1

I don't know why this is happening, it is an update from fedora...

> Reading Package Lists... Done
> Building Dependency Tree... Done
> W: There are multiple versions of "audit" in your system.
> 
> This package won't be cleanly updated, unless you leave
> only one version. To leave multiple versions installed,
> you may remove that warning by setting the following
> option in your configuration file:

Do this:
  rpm -q audit

That should list two versions, one would be the old one, the other
should be 0.8.2-1. So explicitly remove the old one:

  rpm -e audit-OLD_VERSION
(replace OLD_VERSION with the one listed above)

That should get things in order again (ie: apt-get should not complain
about duplicated packages)...

-- Fernando