Summary: | sci-libs/geos-3.5.0: Add PHP7 Support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Sci-geo Project <sci-geosciences> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | pgsql-bugs |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://trac.osgeo.org/geos/ticket/761 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-history.txt
environment sci-libs:geos-3.5.0:20160304-122601.log |
Description
Toralf Förster
![]() Created attachment 427402 [details]
emerge-history.txt
Created attachment 427404 [details]
environment
Created attachment 427406 [details]
sci-libs:geos-3.5.0:20160304-122601.log
The actual issue here is that PHP 7 changed its Zend API. sci-libs/geos-3.5.0 does not support this just yet, but it looks like it has been added to the 3.5.1 milestone. The workaround is to either: Disable the php use flag on sci-libs/geos or downgrade to dev-lang/php-5. Upstream ticket 761 was opened three months ago for adding PHP7 support, currently targetting release with 3.5.1. I have restricted this from building against php-7. commit 01118e42ad7f531ffa1d85770fc9eb727b9918ea Author: Sam Jorna <wraeth@gentoo.org> Date: Wed Mar 23 16:40:44 2016 +1100 sci-libs/geos: add python setup, fix php support This adds python package setup per request, also fixes PHP support and restricts building against php-7 while unsupported. |