Issues installing Roundcube on

Hi all,
I’m facing some issues installing roundcube. When I run the installer command:
yunohost app install roundcube --debug --verbose

everything seems to be OK until it tries to install Composer:

    ....
    287693 INFO + cp /var/cache/yunohost/from_file/roundcube_ynh-38bb39f7389c99086865230db189463e83227afa/sources/composer.json-dist /tmp/tmp.Th40AyReOP/composer.json-dist
    287887 INFO + init_composer /tmp/tmp.Th40AyReOP
    287894 INFO + local DESTDIR=/tmp/tmp.Th40AyReOP
    287905 INFO + local AS_USER=admin
    287920 INFO + exec_as admin COMPOSER_HOME=/tmp/tmp.Th40AyReOP/.composer php -- --quiet --install-dir=/tmp/tmp.Th40AyReOP
    287934 INFO + curl -sS https://getcomposer.org/installer
    287944 INFO + local USER=admin
    287964 INFO + shift 1
    287976 INFO ++ whoami
    287992 INFO + [[ admin = root ]]
    288006 INFO + sudo sudo -u admin COMPOSER_HOME=/tmp/tmp.Th40AyReOP/.composer php -- --quiet --install-dir=/tmp/tmp.Th40AyReOP
    292223 INFO The installation directory "/tmp/tmp.Th40AyReOP" is not writable
    292417 INFO + ynh_die 'Unable to install Composer'
    292420 WARNING Unable to install Composer
    ....

This is the version I’m using:
yunohost: 2.6.4
yunohost-admin: 2.6.1
moulinette: 2.6.1
ssowat: 2.6.8

Any suggestion?

Thank you.

1 Like

Yes, Roundcube is broken at the moment, sorry 'bout dat :confused: : https://github.com/YunoHost-Apps/roundcube_ynh/issues/6

You can try Rainloop if you want though.

Oh! OK, thanks for the answer. I will try Rainloop.