Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642194 - www-apps/nextcloud should add php dependency < php-7.2
Summary: www-apps/nextcloud should add php dependency < php-7.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-25 10:47 UTC by fariouche
Modified: 2018-01-04 19:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fariouche 2017-12-25 10:47:02 UTC
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
Comment 1 Bernard Cafarelli gentoo-dev 2018-01-04 10:07:11 UTC
Thanks for the report! I did not spot that as I run stable on my webserver (so only updated to 7.1 recently)
Comment 2 Larry the Git Cow gentoo-dev 2018-01-04 10:36:48 UTC
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(-)
Comment 3 fariouche 2018-01-04 19:37:41 UTC
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.