Package Details: patchbay 8.1.0-1

Git Clone URL: https://aur.archlinux.org/patchbay.git (read-only, click to copy)
Package Base: patchbay
Description: An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork
Upstream URL: https://github.com/ssbc/patchbay
Licenses: MIT
Submitter: christianbundy
Maintainer: christianbundy
Last Packager: christianbundy
Votes: 5
Popularity: 0.000000
First Submitted: 2018-08-14 00:50 (UTC)
Last Updated: 2019-08-19 17:36 (UTC)

Latest Comments

Tio commented on 2020-03-09 00:39 (UTC)

Error:

/home/tio/.cache/node-gyp/13.9.0/include/node/v8.h:6283:46: note: candidate: ‘v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)’
 6283 |   V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
      |                                              ^~~~~~~~~~~
/home/tio/.cache/node-gyp/13.9.0/include/node/v8.h:6283:46: note:   candidate expects 1 argument, 0 provided
make: *** [sodium.target.mk:126: Release/obj.target/sodium/src/crypto_stream_xor_wrap.o] Error 1
make: *** [sodium.target.mk:126: Release/obj.target/sodium/binding.o] Error 1
make: *** [sodium.target.mk:126: Release/obj.target/sodium/src/crypto_secretstream_xchacha20poly1305_state_wrap.o] Error 1
make: Leaving directory '/var/tmp/pamac-build-tio/patchbay/src/patchbay-8.1.0/node_modules/sodium-native/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:321:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.4.23-1-MANJARO
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /var/tmp/pamac-build-tio/patchbay/src/patchbay-8.1.0/node_modules/sodium-native
gyp ERR! node -v v13.9.0
gyp ERR! node-gyp -v v6.1.0
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sodium-native@2.4.2 install: `node-gyp-build "node preinstall.js" "node postinstall.js"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the sodium-native@2.4.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/tio/.npm/_logs/2020-03-09T00_38_09_108Z-debug.log
==> ERROR: A failure occurred in build().
    Aborting...

christianbundy commented on 2020-01-17 20:50 (UTC)

christianlupus: Hi! Sorry this hasn't been super actively maintained. If you look at the Patchwork AUR package you can see the correct build setup -- this package currently builds for your native Node.js version plus the Electron version, but it'd be best to just only build for Electron.

I'd be happy to add another maintainer if someone has time to fix this -- I haven't used Patchbay in a long time and haven't been taking care of this package as well as I should be.

christianlupus commented on 2020-01-17 10:25 (UTC)

I posted a bug report upstream. Let's see what happens there https://github.com/ssbc/patchbay/issues/364.

Powersource commented on 2019-12-19 21:03 (UTC)

Yeah I seem to be getting the same error as christianlupus

gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:304:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.4.1-arch1-1
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/me/.cache/pacaur/patchbay/src/patchbay-8.1.0/node_modules/sodium-native
gyp ERR! node -v v13.4.0
gyp ERR! node-gyp -v v6.0.1
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sodium-native@2.4.2 install: `node-gyp-build "node preinstall.js" "node postinstall.js"`
npm ERR! Exit status 1

christianlupus commented on 2019-09-12 10:44 (UTC)

I have problems compiling the patchbay, even in a chroot. I get quite some lengthy output: https://gist.github.com/christianlupus/43814e3fb8da3b368b9562948264200e. I think there is some incompatibility somewhere in the whole system.

thirk_voluntary commented on 2019-08-19 23:51 (UTC)

Recent update chokes when trying to run npm ci. I think we might have to do that in two steps?

beroal commented on 2019-07-02 19:12 (UTC) (edited on 2019-07-03 05:18 (UTC) by beroal)

After a recent update Patchbay does not start. I see an empty windows with title “Electron” and

error loading sodium bindings: No native build was found for runtime=electron abi=70 platform=linuxglibc arch=x64
falling back to javascript version.
# AHOY: (main)     starting UI

in the terminal.

[Update 2019-07-03. After downgrading “electron” from version 5.0.6 to 4.1.4, it works again.]

kseistrup commented on 2019-05-17 18:20 (UTC)

makepkg fails on 8.0.1:

> patchbay@8.0.1 rebuild /var/local/aur/p/patchbay/src/patchbay-8.0.1
> electron-builder install-app-deps

sh: electron-builder: command not found

christianbundy commented on 2018-08-14 18:44 (UTC)

ameba23: Sorry about that! Looks like I still had an old directory hanging around, thanks for pointing out the error. I've just pushed another version, please let me know if it gives you any trouble. Good luck!

ameba23 commented on 2018-08-14 14:15 (UTC)

On my computer makepkg complains that src/patchbay doesn't exist.

The source is actually in src/patchbay-versionnumber. Maybe PKGBUILD needs changing. Anyone else have this problem?