YunoHost-Apps / snappymail_ynh

SnappyMail package for YunoHost
https://snappymail.eu/
GNU General Public License v3.0
12 stars 6 forks source link

Dependencies issue with php8.3-gmagick #164

Closed stilobique closed 4 months ago

stilobique commented 4 months ago

Describe the bug

Hello, the last update (2.36.3~ynh2) gives an issue with the dependencies php8.3-gmagick.

2024-07-20 09:02:41,382: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install php8.3-uuid php8.3-gmagick --dry-run
2024-07-20 09:02:41,706: WARNING - The following packages have unmet dependencies:
2024-07-20 09:02:41,707: WARNING -  php8.3-gmagick : Depends: libgraphicsmagick-q16-3 (>= 1.3.20) but it is not going to be installed
2024-07-20 09:02:41,707: WARNING -                   Conflicts: php-imagick
2024-07-20 09:02:41,707: WARNING -                   Recommends: ttf-dejavu-core but it is not installable
2024-07-20 09:02:41,708: DEBUG - + ynh_die 'Unable to install apt dependencies'

The full log can be found here.

stilobique commented 4 months ago

Fixed with the latest update 2.36.3~ynh3

JacquelinDV commented 3 months ago

I try to update from 2.36.3~ynh2 to 2.36.3~ynh5 and I have the same error:

'2024-08-11 12:13:36,292: WARNING - The following packages have unmet dependencies: 2024-08-11 12:13:36,296: WARNING - php8.3-gmagick : Conflicts: php-imagick 2024-08-11 12:13:36,300: WARNING - Recommends: ttf-dejavu-core but it is not installable 2024-08-11 12:13:36,303: DEBUG - + ynh_die 'Unable to install apt dependencies' 2024-08-11 12:13:36,702: WARNING - Unable to install apt dependencies 2024-08-11 12:13:37,711: ERROR - provision_or_update failed for apt : An error occured inside the script snippet : Unable to install apt dependencies" see the update report at https://paste.yunohost.org/raw/cetehuvenu

stilobique commented 3 months ago

Hi @JacquelinDV ; I'm splitting your error/warning, because isn't related with the previous issue.