unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: help-guix@gnu.org,Andy Tai <atai@atai.org>
Subject: Re: build broken packages handling
Date: Mon, 29 Mar 2021 22:45:24 -0400	[thread overview]
Message-ID: <7BFD9237-0E07-46EE-B736-2E368A294106@lepiller.eu> (raw)
In-Reply-To: <CAJsg1E_jFL74hUoyMwJfjYv=5qv==jVwijmOpp2d0D=8PVTapA@mail.gmail.com>



Hi Andy,

Answers below.

Le 29 mars 2021 16:02:37 GMT-04:00, Andy Tai <atai@atai.org> a écrit :
>Two questions:
>
>1.  When submitting an updated package definition, is there an easy
>way to check if other packages may be broken by this update?   Right
>now it is easy to check if a package builds with updated package
>definition; but it is not easy to see if committing it will break
>others.

I can't check right now, but I think the contributing section in the manual describes this. You might want to have a look :)

To list leaf packages that are affected by a change (and the number of packages affected, including non-leaf), you can use guix refresh:

guix refresh -l foo

Will tell you which leaf packages are affected if you modify foo. Build them all if the number is low. If the number of dependents is high enough to qualify for staging or core-updates, then checking only some of them is ok.

>
>2. If a package is not building in guix, should a bug be filed against
>it?  Ot there is a way, a CI web interface or something that shows all
>existing packages whose builds are broken?

Yes, if the package is important to you, please file a bug report with details about the failing build, to bug-guix. Don't bother upstream :)

We have ci.guix.gnu.org, which is our build farm. You can use the search box to look for failing builds.

If you manage to fix some of them, definitely send a patch!

>
>Thanks


      reply	other threads:[~2021-03-30  2:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-29 20:02 build broken packages handling Andy Tai
2021-03-30  2:45 ` Julien Lepiller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7BFD9237-0E07-46EE-B736-2E368A294106@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=atai@atai.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).