YunoHost-Apps / lutim_ynh

Lutim package for YunoHost
https://lut.im
GNU General Public License v3.0
5 stars 7 forks source link

lutim service failing after upgrade to buster #51

Open arthurzenika opened 4 years ago

arthurzenika commented 4 years ago

After migrating to buster using the migration scripts in yunohost 4.x lutim service fails :

Aug 18 10:00:05 y carton[5778]: ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xce00
Aug 18 10:00:05 y systemd[1]: lutim.service: Main process exited, code=exited, status=1/FAILURE
arthurzenika commented 4 years ago

This is probably exactly the same error and fix as https://github.com/YunoHost-Apps/lufi_ynh/issues/45

arthurzenika commented 4 years ago

Inspired by the lufi fix proposition, I manually fixed it with :

sudo carton install --deployment --without=mysql --without=htpasswd --without=test

(difference is sqlite is required)

Is there a way to automate this ?

isAAAc commented 4 years ago

Inspired by the lufi fix proposition, I manually fixed it with :

sudo carton install --deployment --without=mysql --without=htpasswd --without=test

(difference is sqlite is required)

Inspired by the lufi fix proposition, I manually fixed it with :

sudo carton install --deployment --without=mysql --without=htpasswd --without=test

doesn't work here :(

# carton install --deployment --without=mysql --without=htpasswd --without=test
Can't locate cpanfile: (cpanfile)

# apt install carton
Reading package lists... Done
Building dependency tree       
Reading state information... Done
carton is already the newest version (1.0.34-2).
ldidry commented 4 years ago

You need to be in Lutim installation directory.

isAAAc commented 4 years ago

uninstall / reinstall is working

autra commented 3 years ago

Same problem here, fixed it the same way but I had to remove the local folder first (following what is done in #55, so I can confirm the fix work)