GNU bug report logs - #50309
[PATCH 0/5] New version of beets

Previous Next

Package: guix-patches;

Reported by: Simon Streit <simon <at> netpanic.org>

Date: Tue, 31 Aug 2021 21:33:01 UTC

Severity: normal

Tags: patch

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 50309 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Simon Streit <simon <at> netpanic.org>, 50309 <at> debbugs.gnu.org
Subject: Re: [bug#50309] [PATCH 0/5] New version of beets
Date: Tue, 31 Aug 2021 23:48:25 +0200
[Message part 1 (text/plain, inline)]
Simon Streit schreef op di 31-08-2021 om 22:49 [+0200]:

> Now to beets. [...]
> Along the way, I noticed -- even with v1.4.9 -- beets would
> not find the fpcalc. Fpcalc is part of chromaprint and while this
> package is an optional dependency, I put it into propagated-inputs and
> solved this issue somehow.

beets is probably searching for 'fpcalc' in $PATH, instead of using a string
like /gnu/store/.../bin/fpcalc.  This can usually be resolved with substitute*,
to turn something like 'system("fpcalc --stuff")' into
'system("/gnu/store/.../bin/fpcalc --stuff")' (that's for C code, the python
equivalent might be a little different).

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 343 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.