I am attempting to install expect using fink. One of the dependencies is X11. I have tried both xorg and xfree86, but I am not able to get them to install. Both of them are failing with a very similar error. The error states that there is no libGL*.*.dylib file present.
xorg: /* SNIP */ mv: rename /sw/src/fink.build/root-xorg-6.8.2-1040/usr/X11R6/lib/libGL*.*.dylib to /sw/src/fink.build/root-xorg-shlibs-6.8.2-1040/usr/X11R6/lib/libGL*.*.dylib: No such file or directory ### execution of /bin/mv failed, exit code 1 Removing build lock... /sw/bin/dpkg-lockwait -r fink-buildlock-xorg-6.8.2-1040 (Reading database ... 12618 files and directories currently installed.) Removing fink-buildlock-xorg-6.8.2-1040 ... Failed: phase installing: xorg-shlibs-6.8.2-1040 failed /* SNIP */ xfree86: /* SNIP */ mv: rename /sw/src/fink.build/root-xfree86-4.5.0-1040/usr/X11R6/lib/libGL*.*.dylib to /sw/src/fink.build/root-xfree86-shlibs-4.5.0-1040/usr/X11R6/lib/libGL*.*.dyl ib: No such file or directory ### execution of /bin/mv failed, exit code 1 Removing build lock... /sw/bin/dpkg-lockwait -r fink-buildlock-xfree86-4.5.0-1040 (Reading database ... 12618 files and directories currently installed.) Removing fink-buildlock-xfree86-4.5.0-1040 ... Failed: phase installing: xfree86-shlibs-4.5.0-1040 failed /* SNIP */ I have run a locate command to find "libgl" and I did find several matches. Because of this I am unsure what is causing the X11 install to error out and also how to resolve this. locate: /* SNIP */ Stinger:~ jericon$ locate libgl /sw/lib/libglib-1.2.0.0.10.dylib /sw/lib/libglib-1.2.0.dylib /sw/lib/libglib-2.0.0.1200.0.dylib /sw/lib/libglib-2.0.0.dylib /sw/lib/libglib-2.0.a /sw/lib/libglib-2.0.dylib /sw/lib/libglib-2.0.la /sw/lib/libglib.dylib /sw/lib/libglib.la /* SNIP */ Any help would be greatly appreciated. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
