On 17/07/07, Jesus Jr M Salvo <jesus.m.salvo@xxxxxxxxx> wrote:
On 17/07/07, Chris Jones <jonesc@xxxxxxxxxxxxxxxxx> wrote: > > > I'm not done it myself, but maybe yum-priorities can do the tricks to > > avoid conflicts from different repo ;-) > > Yes, it can. I'll doing this myself at the moment on my Fedora7 box. > > I have a fair number of external repos enabled (livna, freshrpms, atrpms, > adobe-linux) However, I have only given livna, my 'primary' external repo, > the same priority as the main fedora ones. This means this repo is favored > over the others if a package is available from there (even if the others > have 'newer' ones). I can then use freshrpms and atrpms for the odd few rpms > livna doesn't provide (openafs for intance from atrpms). > > Works very nicely once you have it set up. However, if you are currently in a > dependency mess, you will need to clean that up first by hand before this > using approach - Its no magic 'cleanup' bullet... > > Chris > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > The thing that I don't understand is why is livna's faad2 package has release 2.0 ( dated Oct 2006 ), while faad2 package from freshrpm is 2.5 ? If I remove faad-2.5 from freshrpm to install faad-2.0 from livna, I may break other apps that depend on faad-2.5. John
OK ... I bit the bullet and replaced faad2-2.5 with faad2-2.0 on my F7 installation: # rpm -Uvh --oldpackage faad2-2.0-19.20050131.lvn6.x86_64.rpm Preparing... ########################################### [100%] 1:faad2 ########################################### [100%] Now if I upgrade ffmpeg, which it is going to from livna, I still have this problem: # yum update ffmpeg Loading "changelog" plugin Loading "fastestmirror" plugin Loading "installonlyn" plugin Setting up Update Process Loading mirror speeds from cached hostfile livna 100% |=========================| 2.1 kB 00:00 Resolving Dependencies --> Running transaction check ---> Package ffmpeg.x86_64 0:0.4.9-0.37.20070503.lvn7 set to be updated --> Processing Dependency: libavutil.so.49()(64bit) for package: akode-extras --> Processing Dependency: libavformat.so.51()(64bit) for package: k3b-extras-nonfree --> Processing Dependency: libavutil.so.49()(64bit) for package: ffmpeg --> Restarting Dependency Resolution with new changes. --> Running transaction check ---> Package ffmpeg-libs.x86_64 0:0.4.9-0.37.20070503.lvn7 set to be updated --> Processing Dependency: libdts.so.0()(64bit) for package: ffmpeg-libs --> Processing Dependency: libx264.so.54()(64bit) for package: ffmpeg-libs --> Restarting Dependency Resolution with new changes. --> Running transaction check ---> Package libdca.x86_64 0:0.0.2-3.lvn7 set to be updated ---> Package ffmpeg-libs.x86_64 0:0.4.9-0.37.20070503.lvn7 set to be updated --> Processing Dependency: libx264.so.54()(64bit) for package: ffmpeg-libs --> Finished Dependency Resolution Error: Missing Dependency: libx264.so.54()(64bit) is needed by package ffmpeg-libs I still have this missing dependency about libx264.so.54. Searching for the above error message via google returns me back to this thread. Searching for libx264 on rpm.pbonet.net shows a package called x264, but there does not appear to be a package for it for F7: http://rpm.pbone.net/index.php3/stat/3/limt/1/srodzaj/1/dl/40/search/libx264.so.54/dist%5B%5D/47/dist%5B%5D/44/dist%5B%5D/41/dist%5B%5D/37/dist%5B%5D/31/dist%5B%5D/32/dist%5B%5D/1/dist%5B%5D/28/dist%5B%5D/2/dist%5B%5D/3/dist%5B%5D/4/dist%5B%5D/5/dist%5B%5D/7/dist%5B%5D/52/dist%5B%5D/42/dist%5B%5D/36/dist%5B%5D/35/dist%5B%5D/11/dist%5B%5D/12/dist%5B%5D/49/dist%5B%5D/45/dist%5B%5D/34/dist%5B%5D/13/dist%5B%5D/14/dist%5B%5D/15/dist%5B%5D/17/dist%5B%5D/18/dist%5B%5D/46/dist%5B%5D/48/dist%5B%5D/33/dist%5B%5D/19/dist%5B%5D/20/dist%5B%5D/23/dist%5B%5D/24/dist%5B%5D/25/dist%5B%5D/26/dist%5B%5D/27/dist%5B%5D/29/dist%5B%5D/30/dist%5B%5D/38/dist%5B%5D/39/dist%5B%5D/40/dist%5B%5D/43/dist%5B%5D/50/field%5B%5D/1/field%5B%5D/2 John