more woes with php 5.2.6

Rainer Müller raimue at macports.org
Fri Aug 1 05:59:48 PDT 2008


Tabitha McNerney wrote:
> So when I go to build like this:
> 
>     $ port -v install php5 +macosx+apache2+mysql5+postgresql81
> 
> I receive this error:
> 
>     *Error*: *Requested variants do not match original selection*.
>     Please perform 'port clean php5' or specify the force option.
>     Error: Status 1 encountered during processing.

When you have done something like 'port configure <portname> +foo +bar', 
you can't run 'port build <portname> +baz' because the variants did not 
match what you selected before (the "original selection"). Of course 
this was just an example and is also valid for all other phases.

You either need to give the same set of variants or start from the 
beginning with 'port clean <portname>'.

Rainer


More information about the macports-users mailing list