Package Details: cerebro-git 0.11.0.r22.gbcabb5b-1

Git Clone URL: https://aur.archlinux.org/cerebro-git.git (read-only, click to copy)
Package Base: cerebro-git
Description: An open-source launcher to improve your productivity and efficiency
Upstream URL: https://www.cerebroapp.com/
Keywords: cerebro electron launcher search
Licenses: MIT
Conflicts: cerebro
Provides: cerebro
Submitter: maximbaz
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 4
Popularity: 0.000000
First Submitted: 2017-02-01 15:09 (UTC)
Last Updated: 2024-03-27 03:12 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

ZaKKu commented on 2022-01-11 01:23 (UTC)

@Laurazepam Thanks for the info, I've updated the package to use HTTPS instead of SSH for the source, it should work now.

Laurazepam commented on 2022-01-11 01:09 (UTC)

This package just broke because of: https://github.blog/2021-09-01-improving-git-protocol-security-github/

sistematico commented on 2019-12-05 16:16 (UTC)

error Command "build" not found.

maximbaz commented on 2018-03-31 17:34 (UTC)

Cerebro has not been maintained for a few months now, and I have switched to a different application launcher - rofi. I like it very much and I think I'm staying permanently with it.

I'm thus disowning this AUR package, please feel free to take over maintaining it, although since it's a -git package there will likely be little maintenance needed.

maximbaz commented on 2017-08-10 16:40 (UTC)

Aha, then it must be the final step, the compilation command. This is what being executed right now: node_modules/.bin/build --linux --x64 --dir (you can run it from your cloned cerebro as well). I found this command in another AUR package building a different Electron app, and it worked well so far (well, it works even now for me). This command is using electron-builder. But looks like it doesn't work for you, and unfortunately I don't know why. I can only suggest to investigate into electron-builder issue tracker... If you find any suggestions on how I should adapt PKGBUILD to make it work for you - I will definitely do it.

hutliver commented on 2017-08-10 16:00 (UTC) (edited on 2017-08-10 16:01 (UTC) by hutliver)

@maximbaz manual installation succeeded, I was able to launch cerebro using yarn run dev without any problems

maximbaz commented on 2017-08-10 11:34 (UTC)

Hey, thanks for trying that. Could you try to clone the repo and build manually according to the instructions here? https://github.com/KELiON/cerebro#install I think the issue is with the app itself not compiling on your computer, if you can reproduce the same error by following steps manually, open the issue on Github - but if those steps succeed, the issue is definitely with this package.

hutliver commented on 2017-08-10 04:44 (UTC) (edited on 2017-08-10 08:29 (UTC) by hutliver)

Hey, @maximbaz! Same error with bare makepkg!!

maximbaz commented on 2017-08-09 19:39 (UTC)

Hey, I can't reproduce your error. Could you try with bare makepkg to make sure the problem is with the package, and not with yaourt? $ git clone https://aur.archlinux.org/cerebro-git.git $ cd cerebro-git $ makepkg -s

hutliver commented on 2017-08-09 17:20 (UTC)

Build failing.. Error: Cannot spawn /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/7zip-bin-linux/x64/7za: Error: spawn EACCES at exports._errnoException (util.js:1024:11) at ChildProcess.spawn (internal/child_process.js:325:11) at exports.spawn (child_process.js:493:9) at doSpawn (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:95:12) at default (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:104:28) at Promise._execute (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/bluebird/js/release/debuggability.js:300:9) at Promise._resolveFromExecutor (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/bluebird/js/release/promise.js:483:18) at new Promise (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/bluebird/js/release/promise.js:79:10) at spawn (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:103:3) at /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/packager/dirPackager.ts:55:11 at Generator.next (<anonymous>) at Generator.tryCatcher (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/bluebird/js/release/util.js:16:23) at PromiseSpawn._promiseFulfilled (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/bluebird/js/release/generators.js:97:49) at Promise._settlePromise (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/bluebird/js/release/promise.js:574:26) at Promise._settlePromise0 (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/bluebird/js/release/promise.js:614:10) at Promise._settlePromises (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/bluebird/js/release/promise.js:693:18) at exports._errnoException (util.js:1024:11) at ChildProcess.spawn (internal/child_process.js:325:11) at exports.spawn (child_process.js:493:9) at doSpawn (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:95:12) at default (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:104:28) at spawn (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:103:3) at /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/packager/dirPackager.ts:55:11 at Generator.next (<anonymous>) at doSpawn (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:98:11) at default (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:104:28) at spawn (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder-util/src/util.ts:103:3) at /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/packager/dirPackager.ts:55:11 From previous event: at unpack (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/out/packager/dirPackager.js:40:21) at unpackElectron (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/packager/dirPackager.ts:36:10) at /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/platformPackager.ts:155:22 at Generator.next (<anonymous>) at runCallback (timers.js:781:20) at tryOnImmediate (timers.js:743:5) at processImmediate [as _immediateCallback] (timers.js:714:5) From previous event: at LinuxPackager.doPack (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/out/platformPackager.js:272:11) at /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/platformPackager.ts:101:16 at Generator.next (<anonymous>) From previous event: at LinuxPackager.pack (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/out/platformPackager.js:169:11) at /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/packager.ts:257:24 From previous event: at Packager.doBuild (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/out/packager.js:379:11) at /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/packager.ts:170:52 at Generator.next (<anonymous>) at runCallback (timers.js:781:20) at tryOnImmediate (timers.js:743:5) at processImmediate [as _immediateCallback] (timers.js:714:5) From previous event: at Packager.build (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/out/packager.js:274:11) at /tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/src/builder.ts:198:33 at Generator.next (<anonymous>) From previous event: at build (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/out/builder.js:70:21) at Object.<anonymous> (/tmp/yaourt-tmp-nav/aur-cerebro-git/src/cerebro/node_modules/electron-builder/out/cli/build-cli.js:71:41) at Module._compile (module.js:569:30) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:503:32) at tryModuleLoad (module.js:466:12) at Function.Module._load (module.js:458:3) at Function.Module.runMain (module.js:605:10) at startup (bootstrap_node.js:158:16) at bootstrap_node.js:575:3