Even stranger ... is there difference between invoking commands from "port interactive mode" and via command line? I have tried to do "deactivate"/"install" sequence from command line (I used to do it in "interactive mode") and result is different. First of all, it did not allow me to do "install pango +no_x11" due to the fact that cairo was installed with "+quartz", but it did allow me to do "install pango +no_x11 +quartz". Now I can continue with my install.

Sorry to bother you.

Andrei

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

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to