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
 

------------------------------------------------------------------------------
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

Reply via email to