-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Eric wrote:
> I have a problem that seems to be affecting many of my attempts to
> install packages, directly and indirectly.
> The stats I can figure out how to obtain (I don't know my version of
> xQuartz, I'm afraid)-
> Mac OS X 10.6.1 i386 (upgraded from a 10.4.11 machine)
> Package manager version: 0.29.9
> Distribution version: selfupdate-cvs Mon Sep 28 09:18:53 2009, 10.6, i386
> 
> The error is always some version of, something very like --
> ---
> ./fink install xv
> Scanning package description files..........
> Information about 2953 packages read in 1 seconds.
> Can't resolve dependency "x11" for package "xv-3.10a-25" (no matching
> packages/versions found)
> Exiting with failure.
> ---
> 
> Did I accidentally purge x11 and is it easy to get it back? Sorry about
> the simple and silly question.
> (And xDarwin.app doesn't launch, either, which I'm guessing is related...)
> Thanks!
> Eric Schissel
> 
> 

You may have an X11 installation.  See if you have an 'X11' directory
via "ls -l /usr".  If you do have /usr/X11, then check that output and
make sure that /usr/X11R6 is now a symbolic link to /usr/X11 (or is
present at all).  If that isn't the case use

        cd /usr
        sudo rm -rf X11R6 #if that is present and still a directory
        sudo ln -s X11 X11R6

to make it so.  fink relies on X11R6 to be a symbolic link to X11 on
10.5 and later.

If, on the other hand, /usr/X11 isn't there, then you should be able to
install X11 from your Snow Leopard media.

XDarwin.app is very likely not going to work for you regardless of
whether you have an X11 installation or not.

- --
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrAzu4ACgkQB8UpO3rKjQ8WzwCfY0a6Z+AHRPuuDcobzXcjm0Dk
d/wAn1jFJKV/JABm38IkTz2kUD/3jBnV
=rZs/
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to