Bug 276514 - net-p2p/lidarr: can not find fpcalc
Summary: net-p2p/lidarr: can not find fpcalc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dries Michiels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-22 07:57 UTC by Dries Michiels
Modified: 2024-01-23 18:51 UTC (History)
1 user (show)

See Also:
michiel: maintainer-feedback+


Attachments
0001-net-p2p-lidarr-Set-path-so-daemon-can-find-fpcalc.patch (1.25 KB, patch)
2024-01-22 21:41 UTC, Michiel van Baak Jansen
michiel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2024-01-22 07:57:04 UTC
Hello, similar to bazarr not finding a binary, lidarr suffers from the same PATH issue. After adding the identical line we added to bazarr it works :).

"fpcalc could not be found. Audio fingerprinting disabled."
Under System: health
Comment 1 Michiel van Baak Jansen 2024-01-22 21:41:44 UTC
Created attachment 247857 [details]
0001-net-p2p-lidarr-Set-path-so-daemon-can-find-fpcalc.patch

added the same `export PATH=` line as we added to bazarr

poudriere ok
Runs in production on my setup (14.0 amd64)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-23 18:50:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=184188b65d9806daedda9f3658d491db62d522ae

commit 184188b65d9806daedda9f3658d491db62d522ae
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2024-01-23 18:45:46 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2024-01-23 18:45:46 +0000

    net-p2p/lidarr: fix finding fpcalc

    lidarr fails to find fpcalc with the standard PATH set.

    PR:     276514

 net-p2p/lidarr/Makefile        | 1 +
 net-p2p/lidarr/files/lidarr.in | 2 ++
 2 files changed, 3 insertions(+)
Comment 3 Dries Michiels freebsd_committer freebsd_triage 2024-01-23 18:51:13 UTC
Committed, thanks!