Re: cinelerra-2.1-0.12.20070108.fc7 broken
Tim Lauridsen <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
Matthias Saou wrote: > Tim Lauridsen wrote : > > >> Just installed cinelerra from freshrpms. >> when i start it, i get an error libx264.so.54 not found. >> >> The following work around make it work. >> ln -s /usr/lib64/libx264.so.55 /usr/lib64/libx264.so.54 >> >> it look like the problem is introduced by the the latest update of the >> x264 package. >> >> [root@localhost ~]# rpm -q --changelog x264 | head >> * Thu May 31 2007 Matthias Saou <http://freshrpms.net/> 0.0.0-0.3.20070529 >> - Update to 20070529 snasphot for F7 (soname .54 bump to .55). >> > > Weird, I've already had someone report this problem, but I'm unable to > reproduce it : > > # rpm -qp --requires cinelerra-2.1-0.12.20070108.fc7.i386.rpm \ > | grep x264 > libx264.so.55 > > # rpm -qp --requires cinelerra-2.1-0.12.20070108.fc7.x86_64.rpm \ > | grep x264 > libx264.so.55()(64bit) > > And running cinelerra works fine for me. Maybe you've been bitten by > the F-7 yum install bug (where you can get broken deps) and have an old > ffmpeg installed, which would be the broken component? > > Try running : > For 64bits : > rpm -q --whatrequires "libx264.so.55()(64bit)" > rpm -q --whatrequires "libx264.so.54()(64bit)" > For 32bits : > rpm -q --whatrequires libx264.so.55 > rpm -q --whatrequires libx264.so.54 > > And see which package(s) still require the old libx264. > > Matthias > > # rpm -q --whatrequires "libx264.so.55()(64bit)" libquicktime-1.0.0-1.fc7 cinelerra-2.1-0.12.20070108.fc7 [root@localhost ~]# rpm -q --whatrequires "libx264.so.54()(64bit)" vlc-0.8.6b-6.lvn7 ffmpeg-libs-0.4.9-0.37.20070503.lvn7 Look like a repo mixing issue :-) Removed all livna packages and installed same stuff from freshrpms. now everything is working ok. Thanks, Tim