Package Details: bloomrpc 1.5.3-2

Git Clone URL: https://aur.archlinux.org/bloomrpc.git (read-only, click to copy)
Package Base: bloomrpc
Description: GUI Client for gRPC Services
Upstream URL: https://github.com/uw-labs/bloomrpc
Licenses: LGPL3
Submitter: GalacticArachnid
Maintainer: None
Last Packager: pm_gameiro
Votes: 4
Popularity: 0.000000
First Submitted: 2019-02-13 22:22 (UTC)
Last Updated: 2021-09-24 23:50 (UTC)

Latest Comments

1 2 Next › Last »

jeanlucthumm commented on 2022-08-05 03:31 (UTC)

The compilation failure is specifically

/home/jeanluc/.node-gyp/18.7.0/include/node/v8-internal.h:646:38: error: no member named 'remove_cv_t' in namespace 'std'
            !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);

Looks like it's a node-sass problem:

https://stackoverflow.com/questions/67241196/error-no-template-named-remove-cv-t-in-namespace-std-did-you-mean-remove

keibak commented on 2022-02-17 20:00 (UTC)

I'm getting an error similar to Elrendio:

gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/home/keibak/.cache/yay/bloomrpc/src/bloomrpc/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (node:events:520:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
gyp ERR! System Linux 5.16.9-arch1-1
gyp ERR! command "/usr/bin/node" "/home/keibak/.cache/yay/bloomrpc/src/bloomrpc/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /home/keibak/.cache/yay/bloomrpc/src/bloomrpc/node_modules/node-sass
gyp ERR! node -v v17.4.0

GalacticArachnid commented on 2021-02-24 22:13 (UTC)

I have stopped using Arch quite some time back so looking after this package properly is difficult. I am marking this as disowned, hopefully someone else will be able to pick it up.

Xanarion commented on 2020-10-30 09:47 (UTC)

Fails to build at least on my environment failing in yarn install steps when dependencies are being re-built. I wonder if it's due to nodejs being v15 at this point.

GalacticArachnid commented on 2020-10-10 18:03 (UTC) (edited on 2020-10-26 16:26 (UTC) by GalacticArachnid)

@connesc I'll test to see if it can be safely dropped, thanks for mentioning))

connesc commented on 2020-10-07 13:33 (UTC)

Is the gconf dependency still required nowadays? The gconf package maintainer suggests to remove it from most Electron apps.

GalacticArachnid commented on 2020-02-06 15:31 (UTC)

Hi @glutamatt, just released rev2 of this package; you should already see the diff applied ;)

glutamatt commented on 2020-02-06 15:13 (UTC)

please @GalacticArachnid , could you apply this patch ? the issue details are here : https://github.com/uw-labs/bloomrpc/issues/170 thanks !

diff --git bloomrpc.desktop bloomrpc.desktop index a8309d4..4e8d68b 100644 --- bloomrpc.desktop +++ bloomrpc.desktop @@ -6,3 +6,4 @@ Terminal=false Type=Application Icon=bloomrpc Categories=Utility; +StartupWMClass=bloom-rpc-client

GalacticArachnid commented on 2020-01-29 11:11 (UTC)

Version 1.4.1 has now been released, this fixes the build issues seen on Linux around node-grpc (namely the gettid func).

GalacticArachnid commented on 2019-12-06 13:54 (UTC)

Thanks Elrendio, I'll try to have a look at this if not today then tomorrow. I have a feeling it's related to build dependencies :)