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

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »

Hrafnahnef commented on 2020-09-29 09:56 (UTC)

I was not able to build this package at first.

yarn failed to spawn $BUILDDIR/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.11/node_modules/app-builder-bin/linux/x64/app-builder with an EACCES error.

I could solve it fairly simple by simply doing a

chmod u+x $BUILDDIR/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.11/node_modules/app-builder-bin/linux/x64/app-builder

I thought I'd share this workaround if anyone else runs in to this problem.

matthias.lisin commented on 2020-09-21 10:45 (UTC) (edited on 2020-09-21 10:53 (UTC) by matthias.lisin)

@djinn Obviously not a problem of the package. Won't fix.

Updated dependency to electron instead, seems to work now and tray doesn't crash the application. Check if it works for you now.

djinn commented on 2020-09-21 07:13 (UTC) (edited on 2020-09-21 07:14 (UTC) by djinn)

⨯ EPERM: operation not permitted, copyfile '/usr/lib/electron7/chrome-sandbox' -> '/var/cache/private/pikaur/build/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.11/dist/linux-unpacked/chrome-sandbox' stackTrace=

Please fix it

SpotlightKid commented on 2020-08-31 18:08 (UTC)

(makedepends) nodejs-lts-erbium instead of nodejs. Build broken with latest version.

Builds fine with current nodejs (14.x) from community repo here.

xgaia commented on 2020-06-09 12:59 (UTC)

Hello, I have this error:

[!] (plugin babel) Error: No "exports" main resolved in /var/tmp/pamac-build-imx/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.9/node_modules/@babel/helper-compilation-targets/package.json
src/main.js
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main resolved in /var/tmp/pamac-build-imx/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.9/node_modules/@babel/helper-compilation-targets/package.json
    at applyExports (internal/modules/cjs/loader.js:491:9)
    at resolveExports (internal/modules/cjs/loader.js:507:23)
    at Function.Module._findPath (internal/modules/cjs/loader.js:635:31)
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:953:27)
    at Function.Module._load (internal/modules/cjs/loader.js:842:27)
    at Module.require (internal/modules/cjs/loader.js:1026:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/var/tmp/pamac-build-imx/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.9/node_modules/@babel/preset-env/lib/debug.js:8:33)
    at Module._compile (internal/modules/cjs/loader.js:1138:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)

[14:58:06] 'build:bundle' errored after 399 ms
[14:58:06] Error in plugin "gulp-execa"
Message:
    Command failed with exit code 1: rollup -c
Stack:
Error: Command failed with exit code 1: rollup -c
    at makeError (/var/tmp/pamac-build-imx/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.9/node_modules/execa/lib/error.js:58:11)
    at handlePromise (/var/tmp/pamac-build-imx/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.9/node_modules/execa/index.js:114:26)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async execCommand (/var/tmp/pamac-build-imx/rocketchat-desktop/src/Rocket.Chat.Electron-2.17.9/node_modules/gulp-execa/build/src/exec.js:21:8)
[14:58:06] 'build' errored after 401 ms
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==> ERREUR : Une erreur s’est produite dans build().
    Abandon…

matthias.lisin commented on 2020-04-13 21:56 (UTC)

@Blackbot No worries. Just make sure you install all the dependencies properly and reachable in your PATH.

Blackbot commented on 2020-04-13 21:42 (UTC) (edited on 2020-04-13 21:43 (UTC) by Blackbot)

@matthias.lisin You're absolutely right. I installed another node version many, many months (maybe even years) ago and assumed they all got removed when I uninstalled nodejs and npm back then. This was not the case and after following instructions how to do it rocketchat-desktop compiles now. Apologies!

(Nodejs, man. Even after you get rid of it it trips you up...but hey, at least I said "I'm 70% sure" and not "I'm 99% sure" ;))

matthias.lisin commented on 2020-04-13 19:10 (UTC)

@Blackbot Your message says:

error rocketchat@2.17.9: The engine "node" is incompatible with this module. Expected version ">=10.16.x". Got "6.9.0"

I honestly don't know where you got nodejs 6.9.0 from since it's definitly not in the Arch repositories.

The package build for my local setup as well as clean chroot. Please check your setup. Might as well just purge the whole npm cache.

Blackbot commented on 2020-04-13 18:20 (UTC)

Stopped working for me again:

==> Starting prepare()...
patching file src/scripts/spellChecking.js
yarn upgrade v1.22.4
[1/5] Validating package.json...
error rocketchat@2.17.9: The engine "node" is incompatible with this module. Expected version ">=10.16.x". Got "6.9.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/upgrade for documentation about this command.
==> ERROR: A failure occurred in prepare().
    Aborting...
Error making: rocketchat-desktop

As I do not usually have NodeJS installed I'm about 70% sure it's a problem with the package and not my setup.