Re: backporting php7.2

2018-06-06 Thread Chris
On Wed, 6 Jun 2018 22:04:36 +0200
Lucio wrote:

> Are there any ready to use php7.2 packages for Debian Stretch out
> there?

probably there:

https://deb.sury.org/

-- 
Papst Franziskus ruft zum Kampf gegen Fake News auf. Wir finden, der
Mann, der sich als Stellvertreter Christi ausgibt, von dem er
behauptet, dessen Mutter sei zeitlebens Jungfrau gewesen, er hätte über
Wasser gehen und selbiges in Wein verwandeln können, hat vollkommen
recht.



Re: backporting php7.2

2018-06-06 Thread Lucio

Il 06/06/2018 20:16, Reco ha scritto:

Debian PHP Maintainers cheated it BTW, enabling tests only for
i386/amd64. Speaks volumes about quality of those tests IMO.


BTW, build failed because mariadb couldn't write to a file in a 
subdirectory...


Are there any ready to use php7.2 packages for Debian Stretch out there?



Re: backporting php7.2

2018-06-06 Thread Reco
Hi.

On Wed, Jun 06, 2018 at 07:15:59PM +0200, Lucio wrote:
> I'm trying to backport php7.2 to Debian stretch.
> 
> $ apt-get build-dep php7.2
> 
> The following NEW packages will be installed:
> [...]  default-mysql-server galera-3 mariadb-server-10.1
> mariadb-server-core-10.1 [...]
> 
> Why does BUILDING php7.2 require a mariadb server running?

Every building process worthy of its title requires freshly built
software to pass certain tests.
In the case of php7.2 such tests include communicating with
MySQL/MariaDB database.

Debian PHP Maintainers cheated it BTW, enabling tests only for
i386/amd64. Speaks volumes about quality of those tests IMO.

Reco



backporting php7.2

2018-06-06 Thread Lucio

I'm trying to backport php7.2 to Debian stretch.

$ apt-get build-dep php7.2

The following NEW packages will be installed:
[...]  default-mysql-server galera-3 mariadb-server-10.1 
mariadb-server-core-10.1 [...]


Why does BUILDING php7.2 require a mariadb server running?