Package Details: rocketchat-desktop 3.9.14-1

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: 29
Popularity: 0.023146
First Submitted: 2017-10-23 16:52 (UTC)
Last Updated: 2024-02-17 12:01 (UTC)

Pinned Comments

buzo commented on 2024-05-21 13:36 (UTC)

This package won't build any more since it depends on an outdated Electron version, and I think there is not much we can do about that here. I have filed a bug report upstream, so let's wait and see. The binary package rocketchat-client-bin should still work though.

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »

sum01 commented on 2018-08-14 23:51 (UTC)

Anyone is welcome to adopt this package, as I'm tired of tring to fix the build issues. I don't even use Rocketchat anymore :)

matthias.lisin commented on 2018-08-13 08:03 (UTC)

@sum01 You want to restore dependency to "glibc" without version requirement?

sum01 commented on 2018-08-09 15:55 (UTC)

@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.

xteixeira commented on 2018-08-07 19:49 (UTC)

@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

je-vv commented on 2018-08-07 18:11 (UTC)

Well, my work around so far is using the rocketchat web interface

matthias.lisin commented on 2018-08-07 08:30 (UTC)

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/

sum01 commented on 2018-08-06 23:15 (UTC)

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.

je-vv commented on 2018-08-06 22:59 (UTC)

Please notice defect open on rocketchat:

https://github.com/RocketChat/Rocket.Chat.Electron/issues/802

je-vv commented on 2018-08-06 21:31 (UTC)

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) +++

je-vv commented on 2018-08-06 21:21 (UTC) (edited on 2018-08-06 22:57 (UTC) by je-vv)

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

0 0x000000000083b460 in ()
1 0x00007ffff7d83292 in node::http2::Http2Session::Callbacks::Callbacks(bool) () at /opt/rocketchat-desktop/libnode.so
2 0x00007ffff7d83355 in () at /opt/rocketchat-desktop/libnode.so
3 0x00007ffff7fe36da in call_init.part () at /lib64/ld-linux-x86-64.so.2
4 0x00007ffff7fe37da in _dl_init () at /lib64/ld-linux-x86-64.so.2
5 0x00007ffff7fd503a in _dl_start_user () at /lib64/ld-linux-x86-64.so.2
6 0x0000000000000001 in ()
7 0x00007fffffffd8bd in ()
8 0x0000000000000000 in ()