@xteixeira I'm not entirely sure how to do that, and I don't have time at the moment to figure it out.
If someone is interested in (co)maintaining then I'm open to help.
Git Clone URL: | https://aur.archlinux.org/rocketchat-desktop.git (read-only, click to copy) |
---|---|
Package Base: | rocketchat-desktop |
Description: | Rocket.Chat Native Cross-Platform Desktop Application via Electron |
Upstream URL: | https://github.com/RocketChat/Rocket.Chat.Electron |
Keywords: | chat client electron rocket rocketchat |
Licenses: | MIT |
Submitter: | sum01 |
Maintainer: | buzo |
Last Packager: | buzo |
Votes: | 30 |
Popularity: | 0.90 |
First Submitted: | 2017-10-23 16:52 (UTC) |
Last Updated: | 2024-11-13 19:58 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 Next › Last »
@xteixeira I'm not entirely sure how to do that, and I don't have time at the moment to figure it out.
If someone is interested in (co)maintaining then I'm open to help.
@sum01 as per I commented on https://github.com/RocketChat/Rocket.Chat.Electron/issues/802 you can try to build this package using electron from arch's repos if you wish to, as it appears to works even on glibc 2.28
Well, my work around so far is using the rocketchat web interface
Until the issue is resolved, you have the option to use RocketChat with flatpak
.
There is some information on Reddit: https://www.reddit.com/r/archlinux/comments/9573e2/psa_use_flatpak_for_proprietary_applications_to/
Oh, I have glibc v2.27 at the moment. I guess that's why I didn't run into this issue.
I can add a depends=('glibc<=2.27')
but that just means anyone who already updated can't build this.
Please notice defect open on rocketchat:
https://github.com/RocketChat/Rocket.Chat.Electron/issues/802
The strace partial output:
% strace rocketchat-desktop
execve("/usr/bin/rocketchat-desktop", ["rocketchat-desktop"], 0x7ffff8eeb350 / 99 vars /) = 0
brk(NULL) = 0x775b000
arch_prctl(0x3001 / ARCH_??? /, 0x7ffc6123f780) = -1 EINVAL (Invalid argument)
readlink("/proc/self/exe", "/opt/rocketchat-desktop/rocketch"..., 4096) = 34
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/rocketchat-desktop/tls/haswell/x86_64/libnode.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/rocketchat-desktop/tls/haswell/x86_64", 0x7ffc6123e9c0) = -1 ENOENT (No such file or directory)
...
futex(0x7f25ae92df38, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f25ae92df38, FUTEX_WAKE_PRIVATE, 2147483647) = 0
madvise(0xa75d6201000, 4096, MADV_DONTNEED) = 0
getrandom("\x62", 1, GRND_NONBLOCK) = 1
stat("/etc/gnutls/default-priorities", 0x7ffc6123f6f0) = -1 ENOENT (No such file or directory)
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0x83b460} ---
+++ killed by SIGSEGV (core dumped) +++
gdb shows:
(gdb) run Starting program: /usr/bin/rocketchat-desktop [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault. 0x000000000083b460 in ?? () (gdb) bt
@je-vv
Do you have any stack trace or a log? It works fine for me (build & exec)
2.12.0 building fine, but seg faulting when executing:
% rocketchat-desktop Segmentation fault (core dumped)
Pinned Comments