2.12.0 building fine, but seg faulting when executing:
% rocketchat-desktop Segmentation fault (core dumped)
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: | 31 |
Popularity: | 0.44 |
First Submitted: | 2017-10-23 16:52 (UTC) |
Last Updated: | 2025-04-17 17:33 (UTC) |
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 Next › Last »
2.12.0 building fine, but seg faulting when executing:
% rocketchat-desktop Segmentation fault (core dumped)
Not that it matters, but I accidentally left pkgrel
on 3. My bad.
Right now the package gets SIGSEGV, but this seems to be connected to another library that is linked to the rocketchat-desktop executable.
@sum01, nodejs is downloaded in form of binary package, package tool(makepkg or devtools) will not download the "makedepend of depend".
@SilverRainZ
Nodejs has python2 as a makedep. If you're missing python in your $PATH
then you might have other issues you need to fix.
Isn't that python2 is still required as a make dependency?
extra-x86_64_build failed with the following error: https://paste.gnome.org/p6sskn7nc
gulp-4.0.0-1-any <br> ... (1/1) checking for file conflicts [#############################################################################] 100% error: failed to commit transaction (conflicting files) gulp: /usr/bin/gulp exists in filesystem Errors occurred, no packages were upgraded.
Do we really need to install the global gulp-cli for this? seems weird to use a system package for a global node module when you could use $(npm bin)/gulp
Nodejs v10 now seems to work, so anyone who switched to an older version for this can safely upgrade to the newest nodejs when upgrading this package.
Example for Aurman users: aurman -S nodejs rocketchat-desktop
@thunderstorm9905
It's right in the error message, you need to resolve the dependency.
Install nodejs-lts-carbon
or some other compatible nodejs provider. Nodejs version 7 to 9 is compatible.
See https://github.com/RocketChat/Rocket.Chat.Electron/issues/726 for tracking of this issue.
Pinned Comments