Building issues should be resolved.
Search Criteria
Package Details: cider 1.6.3-9
Package Actions
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.013700 |
First Submitted: | 2021-12-08 22:09 (UTC) |
Last Updated: | 2025-01-15 14:18 (UTC) |
Dependencies (8)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxcrypt-compat
- nss (nss-hgAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nvm (nvm-gitAUR) (make)
- libnotify (libnotify-gitAUR) (optional) – Playback notifications
Required by (0)
Sources (1)
Core_UK commented on 2022-05-29 20:02 (UTC)
ganthore commented on 2022-05-27 13:54 (UTC) (edited on 2022-05-27 13:54 (UTC) by ganthore)
I had to modify the pkgver() function due to the syntax error noted by TechXero.
The diffs are:
-curl $_url | grep tag_name | cut -d '"' -f 4 | sed 's/v//' | xargs
+curl -s $_url | grep tag_name | cut -d '"' -f 4 | sed 's/v//' | sed 's/-/./g' | xargs
TechXero commented on 2022-05-27 13:31 (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
aquator commented on 2022-05-25 05:59 (UTC) (edited on 2022-05-25 06:05 (UTC) by aquator)
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)
Core_UK commented on 2022-05-22 16:59 (UTC)
The version is set through the PKGBUILD.
djwyman commented on 2022-05-22 00:18 (UTC)
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.
Core_UK commented on 2022-05-08 22:14 (UTC)
This issue should be resolved.
Core_UK commented on 2022-05-07 19:31 (UTC)
I have forwarded your issue on to the development team. I’ll let you know if anything changes, sorry you experiencing this.
chalk commented on 2022-05-07 18:53 (UTC)
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.
Core_UK commented on 2022-05-05 06:09 (UTC)
It's because of your package cache. Just delete .cache/paru/clone/cider
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.