Package Details: github-desktop 3.3.12-1

Git Clone URL: https://aur.archlinux.org/github-desktop.git (read-only, click to copy)
Package Base: github-desktop
Description: GUI for managing Git and GitHub
Upstream URL: https://desktop.github.com
Keywords: git github
Licenses: MIT
Submitter: mikelpint
Maintainer: alerque (shiftkey)
Last Packager: alerque
Votes: 48
Popularity: 0.74
First Submitted: 2017-07-22 21:26 (UTC)
Last Updated: 2024-04-01 08:38 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

sergey.orloff commented on 2018-05-17 19:46 (UTC)

make: *** [binding.target.mk:115: Release/obj.target/binding/src/binding.o] Ошибка 1 make: выход из каталога «/build/github-desktop/src/desktop/node_modules/node-sass/build» gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/build/github-desktop/src/desktop/node_modules/node-gyp/lib/build.js:258:23) gyp ERR! stack at ChildProcess.emit (events.js:182:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:235:12) gyp ERR! System Linux 4.16.8-1-ARCH gyp ERR! command "/usr/bin/node" "/build/github-desktop/src/desktop/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd /build/github-desktop/src/desktop/node_modules/node-sass gyp ERR! node -v v10.1.0

==> ОШИБКА: Произошел сбой в build(). Прерывание...

mimo commented on 2018-05-17 16:22 (UTC)

==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build libcurl-openssl-1.0.

help me to install github desktop

Cody_Learner commented on 2018-05-10 17:36 (UTC)

For github-desktop-git, downgrade nodejs to official repo version:

nodejs-lts-carbon 8.11.1-1 source:https://github.com/nodejs/nan/issues/504

Will enable the git version of this package to build. Have not tried this version yet.

immackay, if confirmed to fix this version, could you either add this to the makedepends and/or remove or replace nodejs to nodejs-lts-carbon in depends?

These two packages are in conflict with each other.

xgdgsc commented on 2018-05-10 12:41 (UTC)

Failed to compile. I use the appimage from https://github.com/shiftkey/desktop/releases for now.

xgdgsc commented on 2018-05-10 11:12 (UTC)

https://github.com/nodejs/nan/issues/504

Cody_Learner commented on 2018-05-08 22:27 (UTC)

Got an error trying to build. System is up to date. Not sure but doesn't look PKGBUILD related. Reporting here just in case.

.... node_modules/node-sass: Command failed. .... .... Build failed with error code: 1 ....

Full output: https://paste.pound-python.org/show/0i6LCSwBz1cheV5wpO8j/

KaMeHb-UA commented on 2018-04-18 21:30 (UTC)

@immackay can you add next line to the desktop file? This helps most WMs to recognize window.

StartupWMClass=github desktop

immackay commented on 2018-04-11 21:42 (UTC)

@Eschwartz Thank you for finding that node-gyp issue.

eschwartz commented on 2018-04-11 20:36 (UTC) (edited on 2018-04-11 20:39 (UTC) by eschwartz)

Anyone having node-gyp issues, this should be fixed with https://bugs.archlinux.org/task/58129 but I would think everyone would have them o_O.

(If this is not using the system node-gyp, why not? Also why is python2 an undeclared makedepends.)

immackay commented on 2018-04-11 19:39 (UTC)

@xgdgsc Thanks for letting me know

@pheoxy Thanks for the information, I'll look into this, though I haven't found a way to reproduce it yet on any of my systems. The flags in makepkg.conf shouldn't affect it, no. It appears that somehow your version of node-gyp has been corrupted in some way, but that baffles me as it should download a fresh version on installation of this package (as it's a dependency in package.json).

Do you have node-gyp installed globally on your system, and if so, does it make a difference if you either remove or reinstall it?