On Wednesday 09 May 2007 8:42:23 am jeraklo wrote: > Suspected line reads: > "Checking for collisions with > .libs-mozilla-thunderbird-1.5.0.10... some found" > > Could anyone explain what to do next ?
It looks like you previously upgraded to 1.5.0.10, downgraded to 1.5.0.9p1 and now you're upgrading again to 1.5.0.10. When you downgraded pkg tools kept the 1.5.0.10 libs around in the .libs-mozilla-thunderbird-1.5.0.10 package. Just pkg_delete .libs-mozilla-thunderbird-1.5.0.10 to have the upgrade work again. I like to remove any .libs packages that are no longer needed after upgrading. If pkg_delete lets you delete it then it is not used anymore by other installed packages. ls /var/db/pkg/.libs-* for a list. -Kurt