On 4/26/2012 10:07 AM, m.e.grimm wrote: > Hello, > > I am getting the following error when trying to do "fink install ffmpeg": > > "Can't resolve dependency "x11-dev" for package > "libavcodec53-shlibs-0.8.11-1"" > > since you are maintainer I thought I would point this out. Would you > like me to file bug report?
This is a problem with your Xcode install (which is what provides x11-dev). Try to reinstall Xcode and check that 'fink list x11-dev' shows an installed package. Also, ls -ld /usr/X11* should show an actual directory /usr/X11 and a symbolic link /usr/X11R6 pointing to X11. If that link is missing, run cd /usr ; sudo ln -s X11 X11R6 to create the link If that still doesn't work create the x11-dev package, run 'fink-virtual-pacakges --debug' to see what part of the X11 detection is broken. Hanspeter -- Hanspeter Niederstrasser hanspeter AT snaggledworks DOT com ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
