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

Pinned Comments

Latest Comments

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

sum01 commented on 2018-05-01 21:29 (UTC)

@je-vv I don't really know the exact issue, but this issue references it https://github.com/nodejs/node/issues/20281

The only relevant dependency that's changed since the last release was yarn going to v1.6, so maybe that messed something up?

je-vv commented on 2018-04-30 23:47 (UTC) (edited on 2018-04-30 23:49 (UTC) by je-vv)

yarn run v1.6.0 $ gulp build --env=production gulp[14066]: ../src/node_contextify.cc:631:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::value>&): Assertion `args[1]->IsString()' failed. 1: node::Abort() [gulp] 2: 0x55b06c2899db [gulp] 3: node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::value> const&) [gulp] 4: v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*) [gulp] 5: 0x55b06c49eba7 [gulp] 6: 0x55b06c49f33c [gulp] 7: 0x209b3710427d error Command failed with signal "SIGABRT". info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ==> ERROR: A failure occurred in build(). Aborting...</v8::value></v8::value>

sum01 commented on 2018-01-30 17:31 (UTC)

Maybe open an issue on Github then, since I have no control over upstream.

mikky commented on 2018-01-30 13:11 (UTC)

@sum01 tried, though just using "export LC_ALL=en_US.UTF8" and it works for some reason.

I ignored the locale warning since it was just a warning and there was no indication (to me) that it is related to the actual error.

Seems like an upstream bug.

sum01 commented on 2018-01-29 18:09 (UTC)

@mikky Maybe try https://stackoverflow.com/a/22430837 since the first error is about locale.

mikky commented on 2018-01-29 12:12 (UTC) (edited on 2018-01-29 12:16 (UTC) by mikky)

EDIT: seems like upstream source was changed without changing version. The problem, however, remains: https://bpaste.net/show/9d9f7b8f2f47

Even worse I'm afraid @sum01. What do you think was the problem? As the only thing changed in v2 PKGBUILD is pkgrelease number and SHA, everything else is the same, including src file and prepare() and build()...

https://bpaste.net/show/34c8cacd8ffd

sum01 commented on 2018-01-27 18:24 (UTC)

Try again with 2.10.2-2? @mikky

mikky commented on 2018-01-27 08:27 (UTC) (edited on 2018-01-27 08:27 (UTC) by mikky)

Build failed: https://bpaste.net/show/43864812be21

I have absolutely no idea what's wrong :(

sum01 commented on 2017-11-09 22:22 (UTC)

I can't replicate the issue, and I'm not even sure why it's occurring in the the first place. The repo has a yarn.lock, so it shouldn't fail finding it. For now, you can run > makepkg -s --nocheck to skip the check(). If anyone has any idea why this might happen, I'm open to suggestions.