YunoHost-Apps / roundcube_ynh

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

Unable to install Composer #12

Closed jvaubourg closed 6 years ago

jvaubourg commented 6 years ago

The installation currently fails on a problem about the Composer installation.

You can see the full log here:

https://www.zerobin.net/?71e079520e0f7916#Rg7tv6IKwyVa+MOJVgMcuPKWCvyq9LQVtTjuuIksYBg=

maniackcrudelis commented 6 years ago

Fixed by https://github.com/YunoHost-Apps/roundcube_ynh/pull/13

anmol26s commented 6 years ago

I have similar problem while installing. Log:

COMPOSER_HOME=/var/www/roundcube/.composer
+ php -- --quiet --install-dir=/var/www/roundcube
+ cp /var/www/roundcube/composer.json-dist /var/www/roundcube/composer.json
+ exec_composer /var/www/roundcube install --no-dev
+ local workdir=/var/www/roundcube
+ shift 1
+ COMPOSER_HOME=/var/www/roundcube/.composer
+ php /var/www/roundcube/composer.phar install --no-dev -d /var/www/roundcube --quiet --no-interaction
Warning: Your requirements could not be resolved to an installable set of packages.
Warning: Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
+ ynh_die 'Unable to update Roundcube core dependencies'
+ echo 'Unable to update Roundcube core dependencies'
+ exit 1
+ ynh_exit_properly
Warning: Unable to update Roundcube core dependencies
+ local exit_code=1
+ '[' 1 -eq 0 ']'
Warning: !!
+ trap '' EXIT
Warning:   roundcube's script has encountered an error. Its execution was cancelled.
Warning: !!
+ set +eu
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