question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem during the installation of the package with pamac!

See original GitHub issue

I report you the details. The Cerebro version was the 0.3.0.-1 available from the AUR. My distro is Manjaro 17.0.2 + GNOME 3.24 + Kernel 4.9.38-1 with VMWare Workstation 12 Player.

`shell-path/index.js @ ./~/fix-path/index.js @ ./app/main/main.js Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:224ms building:309ms = 533ms [1] ./~/css-loader!./app/main/css/system-font.css 2.92 kB {0} [built] [] -> factory:212ms building:293ms dependencies:1ms = 506ms [2] ./~/css-loader!./~/normalize.css/normalize.css 7.88 kB {0} [built] [] -> factory:506ms building:532ms dependencies:1ms = 1039ms [3] ./~/css-loader!./~/react-select/dist/react-select.css 9.45 kB {0} [built] [] -> factory:535ms building:680ms dependencies:1ms = 1216ms [4] ./~/css-loader!./~/react-virtualized/styles.css 3.46 kB {0} [built] [] -> factory:507ms building:538ms dependencies:1ms = 1046ms [5] ./~/css-loader!./app/main/css/global.css 901 bytes {0} [built] factory:11ms building:326ms = 337ms Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:13ms building:2ms = 15ms + 1 hidden modules Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:0ms building:2ms = 2ms + 1 hidden modules Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:17ms building:1ms = 18ms + 1 hidden modules Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:1ms building:1ms = 2ms + 1 hidden modules Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:1ms building:1ms = 2ms [1] ./~/css-loader?{“modules”:true,“importLoaders”:1,“localIdentName”:“[name][local][hash:base64:5]“}!./~/postcss-loader/lib!./~/cerebro-ui/Loading/styles.css 1.47 kB {0} [built] factory:1ms building:3199ms = 3200ms Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:0ms building:1ms = 1ms [1] ./~/css-loader?{“modules”:true,“importLoaders”:1,“localIdentName”:”[name][local][hash:base64:5]“}!./~/postcss-loader/lib!./~/cerebro-ui/KeyboardNavItem/styles.css 777 bytes {0} [built] factory:1ms building:3207ms = 3208ms Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:1ms building:1ms = 2ms + 1 hidden modules Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:1ms building:1ms = 2ms [1] ./~/css-loader?{“modules”:true,“importLoaders”:1,“localIdentName”:”[name][local][hash:base64:5]“}!./~/postcss-loader/lib!./app/plugins/core/plugins/Preview/styles.css 2.75 kB {0} [built] factory:1ms building:2573ms = 2574ms Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:0ms building:2ms = 2ms [1] ./~/css-loader?{“modules”:true,“importLoaders”:1,“localIdentName”:”[name][local][hash:base64:5]“}!./~/postcss-loader/lib!./~/cerebro-ui/Form/styles.css 2.18 kB {0} [built] factory:1ms building:1412ms = 1413ms Child extract-text-webpack-plugin: [0] ./~/css-loader/lib/css-base.js 2.26 kB {0} [built] [] -> factory:0ms building:1ms = 1ms [1] ./~/css-loader?{“modules”:true,“importLoaders”:1,“localIdentName”:”[name][local]___[hash:base64:5]”}!./~/postcss-loader/lib!./app/plugins/core/settings/Settings/styles.css 1.46 kB {0} [built] factory:1ms building:2623ms = 2624ms Parse error at ./app/dist/main.bundle.js:940,5060 ,h,k){‘use strict’;var m=k(9);const n=u=>u.replace(/[^а-яa-z0-9\s]/i,‘’).replace ^ SyntaxError: Unexpected token: operator (>) at JS_Parse_Error.get (eval at <anonymous> (/tmp/pamac-build-manjaro/cerebro/src/cerebro-0.3.0/node_modules/uglify-js/tools/node.js:27:1), <anonymous>:86:23) at /tmp/pamac-build-manjaro/cerebro/src/cerebro-0.3.0/node_modules/uglify-js/bin/uglifyjs:384:39 at time_it (/tmp/pamac-build-manjaro/cerebro/src/cerebro-0.3.0/node_modules/uglify-js/bin/uglifyjs:620:15) at /tmp/pamac-build-manjaro/cerebro/src/cerebro-0.3.0/node_modules/uglify-js/bin/uglifyjs:345:9 at tryToString (fs.js:512:3) at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:500:12) error Command failed with exit code 1. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ==> ERROR: A failure occurred in build(). Aborting…

`

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
maximbazcommented, Jul 26, 2017

@PrzemekSkw someone suggested on AUR page how to solve this, should be all right now 🙂

@Warmuser I don’t actually see an error in your log, looks like the file download got simply cancelled… is it possible that you temporarily lost internet access and that resulted in a build failure? I’d suggest to simply retry 🙂 Also, I’ve just tried and I was able to successfully build the cerebro-git package.

1reaction
maximbazcommented, Jul 25, 2017

There is a pinned comment on AUR page 😉

The build is failing now, tracking issue: https://github.com/KELiON/cerebro/issues/356

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't install packages using pamac or pacman
Whenever I try to install any packages using pacman or pamac it throws weird errors at me and don't install them :frowning:.
Read more >
[SOLVED] Pamac installation failing / Newbie Corner / Arch ...
I'm trying to install pamac on my latest arch installation, tried with manual install and yay as well but get into same error....
Read more >
[SOLVED] pamac is trying to install packages into my pc ...
I was trying to install a software to test out few days ago.. but pamac prompted me that i am running out of...
Read more >
Pamac installation error - Newbie - EndeavourOS Forum
pamac targets the manjaro repos and often doesn't build on other Arch-based distros. Here is the issue tracking this problem:.
Read more >
Install Package From AUR on Arch or Manjaro - Linux Nightly
Pamac is installed by default on Manjaro systems. It's the “Add/Remove Software” option found in the menus. Pamac can also be installed on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found