Problems with pango

Andrei Tchijov andrei at tchijov.com
Tue Mar 24 17:20:45 PDT 2009


Message is quite clear, unfortunately performing these steps does not  
cure the problem.  If you look into command trace in my original e- 
mail, you will see that
	1) I did execute prescribed steps without any success,
	2) I do not have X11 version of pango anywhere.

Personally I think there is some sort of confusion about "+quartz" and  
"+no_x11".  When you install pango with "+no_x11", you end-up with  
"+quartz".  Below are output from variants and installed

[local/bin] > variants pango
pango has the variants:
	macosx: Platform variant, do not select manually
	quartz: Add Quartz graphics interface
	no_x11: Disable support for X11
	universal: Build for multiple architectures
[local/bin] > installed pango
The following ports are currently installed:
   pango @1.24.0_0+macosx+quartz (active)
[local/bin] >

Looks like "variants" does understand that "no_x11" is there, but port  
name "pango @1.24.0_0+macosx+quartz" does not contain "+no_x11" for  
some reason.


On Mar 24, 2009, at 20:11 , Rainer Müller wrote:

> Andrei Tchijov wrote:
>> [local/bin] > install gtk2 +quartz +no_x11
>> --->  Fetching gtk2
>> Error: Please uninstall or deactivate the pango port and reinstall it
>> by running `port install pango +no_x11`.
>> Error: Target org.macports.fetch returned: pango must be installed
>> with the no_x11 variant enabled.
>> Error: Status 1 encountered during processing.
>
> You already have pango installed, but for gtk2 +no_x11 you also need
> pango +no_x11. Isn't the error message quite clear on that?
>
>  sudo port deactivate pango
>  sudo port install pango +no_x11
>
> You might need to rebuild any port that depends on pango afterwards, I
> am not sure. If everything went successful, you can uninstall the
> inactive pango version.
>
> Rainer



More information about the macports-users mailing list