bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52684: [BUG] Multiple Packages Failing to Build


From: Christopher Rodriguez
Subject: bug#52684: [BUG] Multiple Packages Failing to Build
Date: Tue, 21 Dec 2021 13:08:59 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.15.0

Copy that, Maxime. That makes sense.

I'll work towards getting it to build without deleting that phase, then. Thanks for the feedback!

On Tue, Dec 21, 2021, 13:02 Maxime Devos <maximedevos@telenet.be <mailto:maximedevos@telenet.be>> wrote:

   Christopher Rodriguez schreef op di 21-12-2021 om 12:52 [-0500]:
    > That said, adding `(delete 'sanity-check)` for both beets and
    > beets-bandcamp does indeed make them build correctly. Is that the
    > appropriate fix here, or should I be trying to make them build
    > correctly
    > with the sanity check? I'm not super-familiar with that part of
    > python
    > development.

   I don't think we should simply delete the sanity-check phase, for the
   same reason that we don't set #:tests? #false when a test fails --
   presumably, the sanity-check phase failing (or the failing test)
   indicates a real, though possibly subtle and obscure problem.

   If I run "guix build beets-bandcamp", I get:

   starting phase `sanity-check'
   validating 'beets-bandcamp'
   /gnu/store/a8zvmrbbvs8fc3gaq9vd4b31qjpkzi5i-beets-bandcamp-
   0.1.4/lib/python3.9/site-packages
   ...checking requirements: ERROR: beets-bandcamp==0.1.4 The 'jellyfish'
   distribution was not found and is required by beets

   so I presume 'python-jellyfish' needs to be added to the propagated-
   inputs.  Or the 'requirements' of beets-bandcamp need can be modified
   to remove jellyfish.  I don't know if beets-bandcamp actually uses
   jellyfish, if it is optional and only required by parts of beets-
   bandcamp, ...

   Greetings,
   Maxime

Attachment: OpenPGP_0x1102102EBE7C3AE4.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]