matrix /element broken after last update
Hi, element the matrix client is broken after the last update Seshat unexpected error: Error: libsqlcipher-3.34.1.so.0: cannot open shared object file: No such file or directory at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1138:18) at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073) at Module.load (internal/modules/cjs/loader.js:935:32) at Module._load (internal/modules/cjs/loader.js:776:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12913) at Module.require (internal/modules/cjs/loader.js:959:19) at require (internal/modules/cjs/helpers.js:88:18) at Object.<anonymous> (/usr/lib/element/app.asar/node_modules/matrix-seshat/lib/index.js:16:22) at Module._compile (internal/modules/cjs/loader.js:1078:30) /home/drFaustroll/.config/Element exists: yes /home/drFaustroll/.config/Riot exists: no Other instance detected: exiting anyone else notices this. Regards, Alin Without Questions there are no Answers! ______________________________________________________________________ Dr. Alin Marin ELENA http://alin.elena.space/ ______________________________________________________________________
On 9/24/21 18:56, Alin Marin Elena wrote:
Hi,
element the matrix client is broken after the last update
Seshat unexpected error: Error: libsqlcipher-3.34.1.so.0: cannot open shared object file: No such file or directory at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1138:18) at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073) at Module.load (internal/modules/cjs/loader.js:935:32) at Module._load (internal/modules/cjs/loader.js:776:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12913) at Module.require (internal/modules/cjs/loader.js:959:19) at require (internal/modules/cjs/helpers.js:88:18) at Object.<anonymous> (/usr/lib/element/app.asar/node_modules/matrix-seshat/lib/index.js:16:22) at Module._compile (internal/modules/cjs/loader.js:1078:30) /home/drFaustroll/.config/Element exists: yes /home/drFaustroll/.config/Riot exists: no Other instance detected: exiting
anyone else notices this.
Teams and Slack are also apparently broken, so it seems like glibc broke a large amount of stuff. -- Simon Lees (Simotek) http://simotek.net Emergency Update Team keybase.io/simotek SUSE Linux Adelaide Australia, UTC+10:30 GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
On Fri, 24 Sep 2021, at 11:55, Stratos Zolotas wrote:
On Fri, Sep 24, 2021 at 12:42 PM Simon Lees <sflees@suse.de> wrote:
Teams and Slack are also apparently broken, so it seems like glibc broke a large amount of stuff.
Slack was broken for me also. I removed it and install it from snap and it is ok.
Flatpaks work fine too
On 9/24/21 11:41, Simon Lees wrote:
On 9/24/21 18:56, Alin Marin Elena wrote:
element the matrix client is broken after the last update
Teams and Slack are also apparently broken, so it seems like glibc broke a large amount of stuff.
Also my uwsgi-based setup for a Python 3 application was broken after recent upgrade. It messed up the URL path passed to the application. Migrated to gunicorn and it works again. Something I wanted to do anyway. Thus I have not investigated details. Ciao, Michael.
On Fri, Sep 24, 2021 at 6:27 AM Alin Marin Elena <alinm.elena@gmail.com> wrote:
Hi,
element the matrix client is broken after the last update
Seshat unexpected error: Error: libsqlcipher-3.34.1.so.0: cannot open shared object file: No such file or directory
is libsqlcipher-3_34_1-0 installed in the first place ? if so, can you strace the process so we can check why it refuses to load that library with error ENOENT ?
I travel I will do it when by a computer On Fri, 24 Sep 2021, 15:53 Cristian Rodríguez, <cristian@rodriguez.im> wrote:
On Fri, Sep 24, 2021 at 6:27 AM Alin Marin Elena <alinm.elena@gmail.com> wrote:
Hi,
element the matrix client is broken after the last update
Seshat unexpected error: Error: libsqlcipher-3.34.1.so.0: cannot open shared object file: No such file or directory
is libsqlcipher-3_34_1-0 installed in the first place ?
if so, can you strace the process so we can check why it refuses to load that library with error ENOENT ?
was not installed... I installed it same behaviour, not working strace here https://paste.opensuse.org/78498426 Without Questions there are no Answers! ______________________________________________________________________ Dr. Alin Marin ELENA http://alin.elena.space/ ______________________________________________________________________ On Fri, 24 Sept 2021 at 15:53, Cristian Rodríguez <cristian@rodriguez.im> wrote:
On Fri, Sep 24, 2021 at 6:27 AM Alin Marin Elena <alinm.elena@gmail.com> wrote:
Hi,
element the matrix client is broken after the last update
Seshat unexpected error: Error: libsqlcipher-3.34.1.so.0: cannot open shared object file: No such file or directory
is libsqlcipher-3_34_1-0 installed in the first place ?
if so, can you strace the process so we can check why it refuses to load that library with error ENOENT ?
On Fri, Sep 24, 2021 at 5:25 PM Alin Marin Elena <alinm.elena@gmail.com> wrote:
was not installed... I installed it same behaviour, not working strace here https://paste.opensuse.org/78498426
You need to follow child processes. and I believe we only want to check for failed file io syscalls. so strace -f -Z -e trace=file ...
ok... deleted the .config bits... and now does not crash anymore but still there is no content in the window... no idea what happens Without Questions there are no Answers! ______________________________________________________________________ Dr. Alin Marin ELENA http://alin.elena.space/ ______________________________________________________________________ On Fri, 24 Sept 2021 at 21:49, Cristian Rodríguez <cristian@rodriguez.im> wrote:
On Fri, Sep 24, 2021 at 5:25 PM Alin Marin Elena <alinm.elena@gmail.com> wrote:
was not installed... I installed it same behaviour, not working strace here https://paste.opensuse.org/78498426
You need to follow child processes. and I believe we only want to check for failed file io syscalls.
so strace -f -Z -e trace=file ...
Hi Alan, This is also reported on Ubuntu https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1944468 The matrix/element bug is due to electron this is probable also the case with "vscode" and or "slack" By the looks of it, Darix is already working on fixing it. https://github.com/electron/electron/issues/31113
On Fri, Sep 24, 2021 at 6:47 PM Niels Abspoel <aboe76@gmail.com> wrote:
By the looks of it, Darix is already working on fixing it. https://github.com/electron/electron/issues/31113
Indeed Marcus is dealing with it.. abseil making unwarranted assumptions..
Am 25.09.21 um 01:15 schrieb Cristian Rodríguez:
Indeed Marcus is dealing with it.. abseil making unwarranted assumptions..
As https://build.opensuse.org/request/show/921729 got accepted the fix should be in the next tumbleweed snapshot. Regards, Dominik
participants (8)
-
Alin Marin Elena
-
Cristian Rodríguez
-
Dominik Heidler
-
Michael Ströder
-
Niels Abspoel
-
Simon Lees
-
Stratos Zolotas
-
Syds Bearda