Error building :
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 1.4.7-beta.268
Git Clone URL: | https://aur.archlinux.org/cider.git (read-only, click to copy) |
---|---|
Package Base: | cider |
Description: | Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Build from tar file on GitHub releases. |
Upstream URL: | https://github.com/ciderapp/cider.git |
Keywords: | applemusic cider |
Licenses: | AGPL3 |
Conflicts: | cider |
Provides: | cider |
Submitter: | Core_UK |
Maintainer: | Core_UK |
Last Packager: | Core_UK |
Votes: | 23 |
Popularity: | 0.049359 |
First Submitted: | 2021-12-08 22:09 (UTC) |
Last Updated: | 2025-01-15 14:18 (UTC) |
Error building :
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 1.4.7-beta.268
pkgver() generated an invalid version: % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 17535 100 17535 0 0 34889 0 --:--:-- --:--:-- --:--:-- 34860
1.4.7.2664
The pkgver function is broken, the -s is missing from curl arguments. Adding -s fixes the above error.
Also, now it seems wget is replaced to curl. wget is a dependency now (see my comment below on that) but is it still necessary? Should curl be a build dep instead? (not sure if it is already there transitively, worked for me this way, but double check if wget still needed)
The version is set through the PKGBUILD.
Every time I perform a system update, I get this message:
-> cider: local (1.4.7.2545-1) is newer than AUR (1.4.5-1)
Everything seems to work fine, I was just letting you know of this.
This issue should be resolved.
I have forwarded your issue on to the development team. I’ll let you know if anything changes, sorry you experiencing this.
Launching cider provides this issue:
[21:50:31.097] [info] From here can you check for real changes, the initial scan has been completed.
[21:50:31.097] [info] Cider client port: 9000
[21:50:31.098] [info] Cider remote port: 6942
[21:50:31.100] [info] remote broadcasted
[21:50:31.130] [error] Error: Failed to lookup view "main" in views directory "/opt/Cider/resources/app.asar/src/renderer/views"
at Function.render (/opt/Cider/resources/app.asar/node_modules/express/lib/application.js:597:17)
at ServerResponse.render (/opt/Cider/resources/app.asar/node_modules/express/lib/response.js:1039:7)
at /opt/Cider/resources/app.asar/src/main/base/browserwindow.ts:423:17
at Layer.handle [as handle_request] (/opt/Cider/resources/app.asar/node_modules/express/lib/router/layer.js:95:5)
at next (/opt/Cider/resources/app.asar/node_modules/express/lib/router/route.js:144:13)
at Route.dispatch (/opt/Cider/resources/app.asar/node_modules/express/lib/router/route.js:114:3)
at Layer.handle [as handle_request] (/opt/Cider/resources/app.asar/node_modules/express/lib/router/layer.js:95:5)
at /opt/Cider/resources/app.asar/node_modules/express/lib/router/index.js:284:15
at Function.process_params (/opt/Cider/resources/app.asar/node_modules/express/lib/router/index.js:346:12)
at next (/opt/Cider/resources/app.asar/node_modules/express/lib/router/index.js:280:10)
This issue persists regardless of nodejs version, I get the same issue when trying to run with nodejs-its-gallium.
It's because of your package cache. Just delete .cache/paru/clone/cider
Actually this must be a paru issue because it works perfectly with yay...
This package currently fails instantly for me using paru with the error: "error: command failed: /home/user/.cache/paru/clone/cider: git rebase --stat:"
Pinned Comments
Core_UK commented on 2022-11-30 13:42 (UTC) (edited on 2023-06-09 01:31 (UTC) by Core_UK)
Use the
CIDER_PORT
environment variable to set the port of the renderer.