Startup fails, presumably due to missing dependency:
main › Something failed during app bootstrap
main › i: SQLite package has not been found installed. Try to install it: npm install sqlite3 --save
| Git Clone URL: | https://aur.archlinux.org/nuclear-player-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | nuclear-player-bin |
| Description: | A free, multiplatform music player app that streams from multiple sources. |
| Upstream URL: | http://nuclear.js.org |
| Keywords: | music player |
| Licenses: | GPL3 |
| Provides: | nuclear-player |
| Submitter: | mikelpint |
| Maintainer: | nukeop |
| Last Packager: | nukeop |
| Votes: | 42 |
| Popularity: | 0.30 |
| First Submitted: | 2019-01-16 19:59 (UTC) |
| Last Updated: | 2025-06-10 22:40 (UTC) |
Startup fails, presumably due to missing dependency:
main › Something failed during app bootstrap
main › i: SQLite package has not been found installed. Try to install it: npm install sqlite3 --save
PKGBUILD and .SRCINFO are in conflict. I one place pkgrel is 3, in another, it's 1!
Good catch, I updated pkgrel too.
@nukeop
Thank you for maintaining this package and keeping it up-to-date!
As Dominiquini mentioned, the pkgrel consistently has been xx-3, where it actually should be xx-1 for a new version. Only small edits to the PKGBUILD should increase that number.
Could you edit it in your 'template'? So, in future, new updates get the correct package release version?
Not a big deal to me, and the program functions anyway, but it's good practice.
The icons issue should be fixed now.
The "pkgrel" should return to '1' when a new version ("pkgver") is released!
There is an error in PKGBUILD.
mv: kan status van 'usr/share/icons/hicolor/0x0' niet opvragen: Bestand of map bestaat niet
(File or directory does not exist).
This is true, as the directory should not be 0x0, but 1024x1024.
After changing the line in PKGBUILD with mv "$iconDir"/1024x1024 "$scalableDir"
compiling works.
I’ve created a PR (#2). Unfortunately when upgrading to this version one needs to manually remove `/usr/bin/nuclear
I didn’t run the script to test the generation, but it should work. To be honest the script seems completely overkill to me; a version bump and then updpkgsums should do it, but ok.
There's really no reason, I inherited this script from the previous maintainer who created it. If you know of a better way, we have these files created from a template which is available on Github: https://github.com/NuclearPlayer/nuclear-nightly-aur
It would be great if you could propose a solution or perhaps create a pull request
Hi, thanks for maintaining. However I was wondering, why do you symlink in the install file and not just in package()? It seems more complicated and also circumvents pacman’s file conflict detection.
Pinned Comments