You are not logged in.
Pages: 1
Hi all, I tried to get k3b but when going to install I get this error from pacman:
error: the following file conflicts were found:
libmp4v2: /usr/include/mp4.h: exists in filesystem
libmp4v2: /usr/include/mp4av.h: exists in filesystem
libmp4v2: /usr/include/mp4av_aac.h: exists in filesystem
libmp4v2: /usr/include/mp4av_adts.h: exists in filesystem
libmp4v2: /usr/include/mp4av_audio.h: exists in filesystem
libmp4v2: /usr/include/mp4av_hinters.h: exists in filesystem
libmp4v2: /usr/include/mp4av_mp3.h: exists in filesystem
libmp4v2: /usr/include/mp4av_mpeg3.h: exists in filesystem
libmp4v2: /usr/include/mp4av_mpeg4.h: exists in filesystem
libmp4v2: /usr/include/mpeg4ip.h: exists in filesystem
Where's the problem?
Offline
you had that library installed manually in the past and so the package manager bails out instead of conflict. You should use the --force attribute in your pacman line (e.g. pacman -S k3b --force).
Offline
I think it's strange, because this is a fresh install of arch and never added that library....I'll try with force anyway
Offline
Pages: 1