Package Details: rocketchat-desktop 4.1.2-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: 30
Popularity: 0.90
First Submitted: 2017-10-23 16:52 (UTC)
Last Updated: 2024-11-13 19:58 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 18 Next › Last »

brody commented on 2024-05-21 05:56 (UTC) (edited on 2024-05-21 06:02 (UTC) by brody)

It's not buildable with electron23 for me in a clean chroot environment.

➤ YN0000: ┌ Link step
➤ YN0007: │ electron@npm:28.1.1 must be built because it never has been before or the last one failed
➤ YN0007: │ electron@npm:22.3.27 must be built because it never has been before or the last one failed
➤ YN0007: │ puppeteer@npm:21.7.0 must be built because it never has been before or the last one failed
➤ YN0007: │ sharp@npm:0.29.3 must be built because it never has been before or the last one failed
➤ YN0007: │ puppeteer@npm:13.7.0 must be built because it never has been before or the last one failed
➤ YN0009: │ electron@npm:28.1.1 couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-5ed93323/build.log)
➤ YN0009: │ electron@npm:22.3.27 couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-3cd6ef9a/build.log)
➤ YN0009: │ puppeteer@npm:13.7.0 couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-6533a726/build.log)
➤ YN0009: │ puppeteer@npm:21.7.0 couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-b655ada9/build.log)
➤ YN0009: │ sharp@npm:0.29.3 couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-41e05997/build.log)
➤ YN0007: │ rocketchat@workspace:. must be built because it never has been before or the last one failed
➤ YN0009: │ rocketchat@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-332d70c2/build.log)
➤ YN0000: └ Completed in 7s 3ms
➤ YN0000: · Failed with errors in 22s 915ms
==> ERROR: A failure occurred in prepare().
    Aborting...
==> ERROR: Build failed, check /home/xxx/chroot/xxx/build

tecbeast commented on 2024-05-20 07:06 (UTC)

can confirm it works fine, switching to electron 23.

attention_horse commented on 2024-05-15 10:37 (UTC)

Package fails to build:

error: target not found: electron22

Switching to electron23 both builds rocketchat-desktop and gets the app running.

alieno commented on 2024-02-15 13:34 (UTC)

I have this error: [!] SyntaxError: Unexpected token 'with' at ESMLoader.moduleStrategy (node:internal/modules/esm/translators:119:18) at ESMLoader.moduleProvider (node:internal/modules/esm/loader:468:14) at link (node:internal/modules/esm/module_job:68:21)

buzo commented on 2023-10-05 13:32 (UTC)

brody: Thanks, removed … I can add it again once upstream decides to maintain it again.

brody commented on 2023-09-25 12:23 (UTC)

Please update the CHANGLOG.md or remove the file. It is outdated.

manon commented on 2023-07-31 14:07 (UTC)

@Zjaume: Thanks a lot! editing the rocketchat-desktop file solved the issue

ZJaume commented on 2023-07-31 13:20 (UTC)

This happens because there is a new version of libicui18n and you need to recompile your electron21. Also, to change electron version, you also need to edit the 'rocketchat-desktop' file.

manon commented on 2023-07-31 12:32 (UTC)

Hello, As suggested in the precedent comment, I tried to modify the PKGBUILD in line 13 with:

_electron=electron22

It builds without errors, but when I launch the app the following error occurs:

/usr/lib/electron21/electron: error while loading shared libraries: libicui18n.so.72: cannot open shared object file: No such file or directory

Is there an other place where electron22 should be specified?