YunoHost-Apps / roundcube_ynh

Roundcube package for YunoHost
https://roundcube.net/
GNU Affero General Public License v3.0
11 stars 21 forks source link

Installation fails on Debian Stretch #38

Closed anmol26s closed 6 years ago

anmol26s commented 6 years ago

Installation fails on Debian stretch.

Reading package lists...
++ mktemp -d
+ local TMPDIR=/tmp/tmp.6vijXNMksB
+ echo 10
+ cp /tmp/roundcube-ynh-deps.control /tmp/tmp.6vijXNMksB/control
+ cd /tmp/tmp.6vijXNMksB
+ equivs-build ./control
+ sudo dpkg --force-depends -i ./roundcube-ynh-deps_1.3.6~ynh1_all.deb
Selecting previously unselected package roundcube-ynh-deps.
(Reading database ... 82776 files and directories currently installed.)
Preparing to unpack .../roundcube-ynh-deps_1.3.6~ynh1_all.deb ...
Unpacking roundcube-ynh-deps (1.3.6~ynh1) ...
dpkg: roundcube-ynh-deps: dependency problems, but configuring anyway as you requested:
 roundcube-ynh-deps depends on php-crypt-gpg; however:
  Package php-crypt-gpg is not installed.
 roundcube-ynh-deps depends on php-net-ldap2; however:
  Package php-net-ldap2 is not installed.
 roundcube-ynh-deps depends on php-net-ldap3; however:
  Package php-net-ldap3 is not installed.

Setting up roundcube-ynh-deps (1.3.6~ynh1) ...
+ ynh_package_install -f
+ ynh_apt --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
+ DEBIAN_FRONTEND=noninteractive
+ sudo apt-get -y --no-remove -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
  roundcube-ynh-deps
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
Warning: E: Packages need to be removed but remove is disabled.
+ ynh_die 'Unable to install dependencies'
+ echo 'Unable to install dependencies'
+ exit 1
+ ynh_exit_properly
+ local exit_code=1
Warning: Unable to install dependencies
Warning: !!
Warning:   roundcube's script has encountered an error. Its execution was cancelled.
+ '[' 1 -eq 0 ']'
+ trap '' EXIT
+ set +eu
Warning: !!
Warning: 
+ echo -e '!!\n  roundcube'\''s script has encountered an error. Its execution was cancelled.\n!!'
+ type -t ynh_clean_setup
+ ynh_die
+ echo ''
+ exit 1
Executing script '/var/cache/yunohost/from_file/roundcube_ynh-master/scripts/remove'...
+ '[' '!' -e _common.sh ']'
+ source _common.sh
++ pkg_dependencies='php7.0-cli php7.0-common php7.0-intl php7.0-json php7.0-mcrypt php-pear php-auth-sasl php-mail-mime php-patchwork-utf8 php-net-smtp php-net-socket php-crypt-gpg php-net-ldap2 php-net-ldap3'
++ contextmenu_version=2.3
++ automatic_addressbook_version=v0.4.3
++ carddav_version=2.0.4
+ source /usr/share/yunoho
JimboJoe commented 6 years ago

It looks like you didn't open the issue on the right project... :wink:

anmol26s commented 6 years ago

This issue looks same as https://github.com/YunoHost-Apps/roundcube_ynh/issues/37 and https://github.com/YunoHost-Apps/roundcube_ynh/issues/36. Closing this. Sorry for that.