E: /var/cache/apt/archives/libmpeg3cv_2.1.0-git20081018akirad2_i386.deb:
trying to overwrite `/usr/lib/libmpeg3hv-1.5.0.so.1.0.0',
which is also in package libmpeg3hv
E: /var/cache/apt/archives/libquicktimecv_2.1.0-git20081018akirad2_i386.deb:
trying to overwrite `/usr/lib/libquicktimehv-1.6.0.so.1.0.0',
which is also in package libquicktimehv
thank you
More apt/cinelerra problems
I'm not quite sure how this developed so this posting will be short on details. For some reason, synaptic told me cinelerra-gl was broken and needed to be removed from my fully patched Ubuntu 8.0.4 on amd64. I clicked to apply updates and it consistently failed (and blocked other changes). By looking at the details, it appears cinelerra had already been removed (for some reason) and it was failing because it could not find certain files. I repeatedly ran the uninstall until I tracked down all the missing files and created stubs for them with the script below. Then, synaptic properly removed cinelerra.
#!/bin/sh
cd /usr/bin
sudo touch Cinelerra
sudo touch Cinelerra-admin
sudo touch /etc/init.d/cinestart
sudo touch /usr/share/applications/cinelerra-admin.desktop
Thanks for making this repository available. Oh by the way, here is my repository configuration:
deb http://repository.akirad.net/ akirad-hardy main
http://www.spiritualoutreach.com
Making Christianity intelligible to secular society
you can else...
do rm /var/lib/dpkg/info/cinelerra*
and than reinstall
thank your solution
bye
Paolo