On Oct 24, 2008, at 11:14 PM, Luis F wrote:

> Dear Mailing List,
>
> I am trying to install a program (xemacs).
> I get the error:
> "Sorry, but the following packages have unmet dependencies:
>  xemacs: Depends: x11 but it is not installable."
>
> But X11 from Apple is installed, version XQuartz 2.3.1
> It's working, for instance gimp works perfectly
>
> I have a MacBook Pro, Intel, MacOs X version 10.5.5. Fink is version
> 0.5.4, package 0.27.13 and distribution version 0.9.0 i386
>
> I have tried to browse in the mailing list; but couldn't find anything
> related (lots of things with X11)
>
> sorry for such a basic question,
> peace


Why you're getting this is a bit involved:  basically the "x11"  
package is created by fink based on detection of files in your X11  
setup.  If something is missing, it's possible that applications that  
don't need them would run OK, but that Fink wouldn't generate the  
"x11" package.

To debug this, run "fink-virtual-pkgs --debug" in a terminal window  
and look for items that relate to X11.  There will probably be a bunch  
of them related to pkgconfig, but skip past those.  For example, on my  
own system, I have the following:

....
- scanning pkgconfig file /usr/lib/pkgconfig/libxslt.pc... 1.1.12-1
- scanning pkgconfig file /usr/lib/pkgconfig/openssl.pc... 0.9.7l-1
- checking for library libX11.6.dylib... found in /usr/X11R6/lib
- checking for X servers... /usr/X11R6/bin/Xquartz
   - system-xfree86-shlibs provides x11-shlibs
   - found an X server, system-xfree86 provides xserver and x11
...
The last line indicates where the "x11" package is created.  So if you  
look at your output at the same place, let's see what you have that is  
different.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to