On 3/31/2015 3:26 PM, Saleh Elmohamed wrote: > Thanks for the suggestions, Alex. > > On Mar 31, 2015, at 11:11 AM, Alexander Hansen wrote: >> >> That’s kind of the point of a deterministic build system. >> >> Hanspeter’s point was that you might be stuck unnecessarily because you’re >> trying to build an older ffmpeg library which nothing on your system uses >> any more. >> >> Try “fink list | grep 0.7.17” to see what the culprits are, and see if you >> can “fink remove” them. > >>> fink list | grep 0.7.17 > libavcodec52-shlibs 0.7.17-1 Audio/video encoders and > decoders libraries > libavdevice52-shlibs 0.7.17-1 Audio/video device libraries > libavfilter1-shlibs 0.7.17-1 Audio/video filtering libraries > libavformat52-shlibs 0.7.17-1 Audio/video parser and > generator libraries > libavutil50-shlibs 0.7.17-1 Audio/video utils libraries > libswscale0-shlibs 0.7.17-1 Audio/video scaling libraries > >>> fink remove libswscale0-shlibs > Information about 11542 packages read in 7 seconds. > WARNING: libswscale0-shlibs is not installed, skipping. > No packages to remove > >>> fink remove libavutil50-shlibs > Information about 11542 packages read in 1 seconds. > WARNING: libavutil50-shlibs is not installed, skipping. > No packages to remove > >>> fink remove libavformat52-shlibs > Information about 11542 packages read in 1 seconds. > WARNING: libavformat52-shlibs is not installed, skipping. > No packages to remove > >>> fink remove libavfilter1-shlibs > Information about 11542 packages read in 1 seconds. > WARNING: libavfilter1-shlibs is not installed, skipping. > No packages to remove > >>> fink remove libavdevice52-shlibs > Information about 11542 packages read in 4 seconds. > WARNING: libavdevice52-shlibs is not installed, skipping. > No packages to remove > >>> fink remove libavcodec52-shlibs > Information about 11542 packages read in 0 seconds. > WARNING: libavcodec52-shlibs is not installed, skipping. > No packages to remove
That suggests that you don't in fact have any ffmpeg library installed. So I don't understand how 'fink update-all' could be failing on the ffmpeg-0.7.17 package since 1) you don't already have it installed, and 2) nothing in the current 10.7 distribution Depends on ffmpeg-0.7.17 or any of it's libraries. Just for completeness sake, what's the output of the following command (all one line): fink list libavcodec52-shlibs libavformat52-shlibs libavutil50-shlibs libpostproc51-shlibs libswscale0-shlibs libavdevice52-shlibs libavfilter1-shlibs ffmpeg && fink dumpinfo -fallversions ffmpeg Hanspeter ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users