@bkuri @Eisenhans I had the same build error. I fixed it by installing the "boost" package. It should build correctly after that.
Search Criteria
Package Details: nzbget-git 26.2.r2728.ff08f02d-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nzbget-git.git (read-only, click to copy) |
|---|---|
| Package Base: | nzbget-git |
| Description: | Download from Usenet using .nzb files (testing release) |
| Upstream URL: | https://github.com/nzbgetcom/nzbget |
| Keywords: | nzbget testing |
| Licenses: | GPL-2.0-only |
| Conflicts: | nzbget, nzbget-systemd |
| Provides: | nzbget, nzbget-systemd |
| Submitter: | nicolahinssen |
| Maintainer: | bkuri |
| Last Packager: | bkuri |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-02-08 15:16 (UTC) |
| Last Updated: | 2026-05-15 23:24 (UTC) |
Dependencies (8)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- p7zip (p7zip-natspecAUR, 7zip-natspecAUR, p7zip-full-binAUR, 7zip-zstd-binAUR, 7zip-zstdAUR, 7zip) (optional) – for unpacking archives
- python (optional) – for running scripts
- unrar (rarAUR) (optional) – for unpacking archives
Required by (33)
- headphones (requires nzbget) (optional)
- headphones-git (requires nzbget) (optional)
- lidarr (requires nzbget) (optional)
- lidarr-bin (requires nzbget) (optional)
- lidarr-develop (requires nzbget) (optional)
- lidarr-develop-bin (requires nzbget) (optional)
- lidarr-git (requires nzbget) (optional)
- lidarr-nightly-bin (requires nzbget) (optional)
- lidarr-plugins (requires nzbget) (optional)
- lidarr-plugins-bin (requires nzbget) (optional)
- lunasea-bin (requires nzbget) (optional)
- mylar3 (requires nzbget) (optional)
- nzbget-ppscript-nzbtomedia-git (requires nzbget)
- prowlarr (requires nzbget) (optional)
- prowlarr-bin (requires nzbget) (optional)
- prowlarr-develop (requires nzbget) (optional)
- prowlarr-develop-bin (requires nzbget) (optional)
- prowlarr-nightly-bin (requires nzbget) (optional)
- radarr (requires nzbget) (optional)
- radarr-bin (requires nzbget) (optional)
- Show 13 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3
megafreakshow commented on 2024-05-10 10:31 (UTC)
bkuri commented on 2024-02-25 21:10 (UTC)
@Eisenhans I'm not getting build issues at the moment, though I admit I'm not running makepkg on a clean system.
I did get that error a few builds ago but it was fixed by adding boost-libs to the list of dependencies.
Maybe try reinstalling boost-libs to see if that fixes the issue? If that doesn't work I'll probably need to rework the PKGBUILD to simply grab an official release binary…
Eisenhans commented on 2024-02-25 14:17 (UTC) (edited on 2024-02-25 14:19 (UTC) by Eisenhans)
The current version of this package (nzbget-git 23.0.r2410.1c03b719-1) doesn't build on a fully rolled up install.
The error is:
configure: error: Could not find Boost.JSON library ==> ERROR: A failure occurred in build(). Aborting...
I checked for the boost-libs version, it is present:
pacman -Q | grep boost boost-libs 1.83.0-5
bkuri commented on 2024-01-06 00:26 (UTC)
FYI: upstream has been updated to nzbgetcom/nzbget. More info here.
lysergia commented on 2022-12-26 18:27 (UTC)
Looks like upstream has abandoned the project, the GitHub repo is now marked as read-only. I've been using the fork by paul-chambers, which has a few of the long-pending MRs against the upstream repo merged into it, including a fixes for openssl 3 & the abx.xyz.<hash>.<ext> filenames you get from nzb's with mangled subjects: https://github.com/paul-chambers/nzbget
nicolahinssen commented on 2019-05-12 18:38 (UTC)
@ejstacey Whoops my bad. I'll fix it later tonight. Sorry for the inconvenience.
nomad980 commented on 2019-05-12 03:46 (UTC)
@ejstacey I got it to work by following the instructions in https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git. Hope this helps.
ejstacey commented on 2019-05-11 04:00 (UTC) (edited on 2019-05-11 04:08 (UTC) by ejstacey)
pkgver doesn't seem to be working now:
==> Extracting sources...
-> Creating working copy of nzbget-git git repo...
Reset branch 'makepkg'
==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 21.0-3-g5dda6b2e.r2309.5dda6b2e
Pinned Comments
bkuri commented on 2024-01-06 00:26 (UTC)
FYI: upstream has been updated to nzbgetcom/nzbget. More info here.