Package Details: ghetto-skype-git 1.6.0+7+g5ae7d28-1

Git Clone URL: https://aur.archlinux.org/ghetto-skype-git.git (read-only, click to copy)
Package Base: ghetto-skype-git
Description: This is an electron client that uses Web Skype to better integrate with desktop environments found on Linux.
Upstream URL: https://github.com/stanfieldr/ghetto-skype
Keywords: electron im skype
Licenses: GPL3
Conflicts: ghetto-skype
Provides: ghetto-skype
Submitter: surefire
Maintainer: None
Last Packager: surefire
Votes: 12
Popularity: 0.000000
First Submitted: 2016-07-13 19:45 (UTC)
Last Updated: 2019-05-03 04:47 (UTC)

Latest Comments

aphirst commented on 2020-05-16 13:15 (UTC)

/home/adam/.cache/node-gyp/8.2.5/include/node/v8.h:10579:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
make: *** [spellchecker.target.mk:121: Release/obj.target/spellchecker/src/main.o] Error 1
make: Leaving directory '/home/adam/.cache/aurutils/sync/ghetto-skype-git/src/ghetto-skype-git/src/node_modules/@nornagon/spellchecker/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:315:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
gyp ERR! System Linux 5.6.13-1-ck-ivybridge
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/adam/.cache/aurutils/sync/ghetto-skype-git/src/ghetto-skype-git/src/node_modules/@nornagon/spellchecker
gyp ERR! node -v v14.2.0
gyp ERR! node-gyp -v v6.1.0
gyp ERR! not ok 
npm WARN ghetto-skype@1.6.1 No repository field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @nornagon/spellchecker@4.0.7 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @nornagon/spellchecker@4.0.7 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/adam/.npm/_logs/2020-05-16T13_14_25_650Z-debug.log
==> ERROR: A failure occurred in build().
    Aborting...

kronikpillow commented on 2019-05-02 22:26 (UTC)

Can't build it :-/

RealOrRandom commented on 2019-04-02 11:19 (UTC)

Here is a patch that fixes the build dir such that we run npm from the right dir, then it builds correctly against the system electron and works for me.

diff --git a/PKGBUILD b/PKGBUILD
index d6e72d0..086eab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ prepare() {
 }

 build() {
-       cd "${pkgname}/src"
+       cd "${pkgname}"

        export npm_config_runtime=electron
        export npm_config_target=$(sed s/^v// /usr/lib/electron/version)
@@ -43,7 +43,7 @@ build() {

        npm install --production

-       asar p . ../../ghetto-skype.asar
+       asar p src ../ghetto-skype.asar
 }

 package() {

RealOrRandom commented on 2019-03-27 11:37 (UTC)

Thanks for the quick response. Unfortunately, the update hasn't changed anything, I still get the exact same error message.

surefire commented on 2019-03-26 10:07 (UTC)

@RealOrRandom, fixed.

RealOrRandom commented on 2019-03-26 09:38 (UTC) (edited on 2019-03-26 09:38 (UTC) by RealOrRandom)

I get this when I try to start ghetto-skype:

Error: The module '/tmp/.org.chromium.Chromium.0E10ut'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 67. This version of Node.js requires
NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).

0000000011111111 commented on 2019-03-15 08:09 (UTC)

Browser not supported fix:

https://github.com/stanfieldr/ghetto-skype/pull/159

https://github.com/stanfieldr/ghetto-skype/issues/158