freshrpms' ffmpeg leads to file clash with Dag ffmpeg-libpostproc
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, While installing transcode with yum I discovered what appears to be a slight incompatibility between Dag and Freshrpms on FC3. Looks like Dag transcode depends on ffmpeg-libpostproc, while Freshrpms ffmpeg depends on libpostproc. Since Freshrpms ffmpeg is preferred when both Dag and Freshrpms are enabled, both ffmpeg-libpostproc and libpostproc are drawn into transaction so that /usr/lib/libpostproc.so, present in both RPMs, leads to a file clash error (reported below). This is yum install transcode report leading to an error for both Dag and Freshrpms enabled: ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: transcode i386 1.0.2-2.1.fc3.rf dag 2.5 M Installing for dependencies: ffmpeg i386 0.4.9-0.20050427.1.1.fc3 fr-freshrpms 1.1 M ffmpeg-libpostproc i386 0.4.9-0.3.20051207.1.fc3.rf dag 31 k libpostproc i386 1.0-0.17.pre7.1.fc3.rf dag 57 k Transaction Check Error: file /usr/lib/libpostproc.so.0.0.1 conflicts between attempted installs of libpostproc-1.0-0.17.pre7.1.fc3.rf and ffmpeg-libpostproc-0.4.9-0.3.20051207.1.fc3.rf This is the same report with Freshrpms disabled which completes fine: ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: transcode i386 1.0.2-2.1.fc3.rf dag 2.5 M Installing for dependencies: ffmpeg i386 0.4.9-0.3.20051207.1.fc3.rf dag 3.0 M ffmpeg-libpostproc i386 0.4.9-0.3.20051207.1.fc3.rf dag 31 k Hope this helps. Thanks, Mihai