nextcloud 12.x and below do not support php 7.2. It will be nice if the ebuild could add a dependency to < php-7.2 to avoid pulling an incompatible php? Reproducible: Always Steps to Reproduce: 1.emerge nextcloud 2. 3. Actual Results: php 7.2 will be pulled (if using ~amd64) Expected Results: php 7.1 should be pulled
Thanks for the report! I did not spot that as I run stable on my webserver (so only updated to 7.1 recently)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d commit 132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2018-01-04 10:35:10 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2018-01-04 10:36:41 +0000 www-apps/nextcloud: does not work with PHP 7.2 Closes: https://bugs.gentoo.org/642194 Package-Manager: Portage-2.3.19, Repoman-2.3.6 www-apps/nextcloud/nextcloud-11.0.6.ebuild | 6 +++--- www-apps/nextcloud/nextcloud-12.0.4.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Yes, this is also the power of the community. We cannot test all combination. As far as I know, nextcloud 13 will be compatible with php 7.2 Thanks for the fix.