Package Details: element-desktop-git 1.11.74.r13.g43fa2e533f-1

Git Clone URL: https://aur.archlinux.org/element-desktop-git.git (read-only, click to copy)
Package Base: element-desktop-git
Description: Glossy Matrix collaboration client — desktop version.
Upstream URL: https://element.io
Licenses: Apache
Conflicts: element-desktop
Provides: element-desktop
Submitter: idanoo
Maintainer: Xangelix
Last Packager: Xangelix
Votes: 14
Popularity: 0.000001
First Submitted: 2020-07-18 02:27 (UTC)
Last Updated: 2024-08-14 19:58 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 Next › Last »

dreieck commented on 2025-02-10 14:57 (UTC)

With nodejs version 23 this crashes with Segmentation Fault.

Latest working nodejs version seems to be 22, lowest 20.

You need to adapt the build script to use explicit version.

(This also should be done for electron, by the way.)

See e.g. the PKGBUILD of schildichat-desktop-git on how to implement versioned nodejs and electron in the build script.

Regards and thanks for the package!

ciara commented on 2024-07-20 00:53 (UTC)

Hey I'm noticing the latest builds seem to fail, reporting a missing "rimraf" command. It appears to be a node module that i guess isn't getting bundled or upstream forgot to bundle it.

yarn run v1.22.22 $ yarn clean && yarn build:genfiles && yarn build:bundle $ rimraf lib webapp /bin/sh: line 1: rimraf: command not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'element-desktop-git-1.11.39.r16.g65f7545ba5-2 (element-web-git element-desktop-git)': error: packages failed to build: element-desktop-git-1.11.39.r16.g65f7545ba5-2 (element-web-git element-desktop-git)

tjw123hh commented on 2024-05-17 06:21 (UTC)

I can't build it and here's what I got:

  -> Creating working copy of element-web git repo...
Cloning into 'element-web'...
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US)
done.
  -> Creating working copy of element-desktop git repo...
Cloning into 'element-desktop'...
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US)
done.
==> Starting prepare()...
/home/tjw123hh/.cache/paru/clone/element-desktop-git/PKGBUILD: line 41: 74442 Illegal instruction     (core dumped) yarn install --no-fund
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'element-desktop-git-1.11.39.r16.g65f7545ba5-2 (element-web-git element-desktop-git)': 
error: packages failed to build: element-desktop-git-1.11.39.r16.g65f7545ba5-2 (element-web-git element-desktop-git)

geodic commented on 2024-01-03 01:46 (UTC)

On my computer I had to change the yarn build --offline command to yarn --offline build as yarn thought the --offline option was for the build script instead of itself

dr460nf1r3 commented on 2023-07-29 12:17 (UTC)

Please update the node dependency to the needed newer version, thanks

surakus commented on 2023-07-04 19:53 (UTC)

this package requires node >= 18.0.0 since element 1.11.34

surakus commented on 2023-03-06 10:07 (UTC)

As jplatte said this still requires libxcrypt-compat as a build dependency

jplatte commented on 2022-11-29 08:29 (UTC)

Looks like this needs libxcrypt-compat as a (build) dependency. I've also had to work around https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported (I set the env var as suggested in the top answer).