php72 sub-ports fail to build
Joshua Root
jmr at macports.org
Thu Apr 5 17:18:43 UTC 2018
On 2018-4-6 02:57 , Bjarne D Mathiesen wrote:
> I did the following :
>
> port -q search php-72 \
> | xargs -n1 sudo port -Nup -f install
>
> diff <( port -q search php72- ) \
> <( port -q installed name:^php72- | awk '{print $1}' ) \
> | grep '<'
>
> which gave the following output :
>
> < php72-geoip
> < php72-oracle
>
> so these two php72 sub-ports fail to build - and they do that on
> multiple computers under both 10.13 and 10.11
>
> The logs can be found here : http://www.mathiesen.info/macports/
php72-oracle depends on oracle-instantclient which needs manual
intervention to install. The other one looks like a legitimate bug;
please file a ticket.
- Josh
More information about the macports-dev
mailing list