YunoHost-Apps / garradin_ynh

Logiciel libre de gestion associative pour YunoHost
https://garradin.eu/
GNU General Public License v3.0
7 stars 8 forks source link

Installation failed #68

Closed rodinux closed 2 years ago

rodinux commented 2 years ago

The operation 'Install the 'garradin' app' could not be completed

Context

Steps to reproduce

Simply Garradin installed

Logs

https://paste.yunohost.org/raw/yelebihaxe

nathanael-h commented 2 years ago

There are conflicts with php7.4* dependencies... :thinking:

rodinux commented 2 years ago

and with nextcloud-ynh-deps which also need sury extra-dependencies

rodinux commented 2 years ago

I think the problem is with this line: php7.4-imagick : Breaks: php-imagick (< 3.5.1-2+0~20211115.33+debian10~1.gbp94a5d6~)

rodinux commented 2 years ago

I found solution here: https://forum.yunohost.org/t/lychee-installation-failed/17196/7 I just use apt policy php-imagick to see Candidate version

php-imagick:
  Installed: 3.4.3-4.1
  Candidate: 3.5.1-2+0~20211115.33+debian10~1.gbp94a5d6
  Version table:
     3.5.1-2+0~20211115.33+debian10~1.gbp94a5d6 500
        500 https://packages.sury.org/php buster/main amd64 Packages
 *** 3.4.3-4.1 500
        500 http://deb.debian.org/debian buster/main amd64 Packages
        100 /var/lib/dpkg/status

Then apt install php-imagick=3.5.1-2+0~20211115.33+debian10~1.gbp94a5d6

rodinux commented 2 years ago

old issue, it works now