help-guix
[Top][All Lists]
Advanced

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

Re: How to force rebuilding a pacakge?


From: Ludovic Courtès
Subject: Re: How to force rebuilding a pacakge?
Date: Thu, 02 Jun 2016 23:12:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi!

Hartmut Goebel <address@hidden> skribis:

> - guix build --check … does not provide a meaningful build log

Note that, when grafts are applicable to a package, ‘guix build
the-package’ builds the derivation that grafts the package, not the
derivation that builds the original package.

Similarly, ‘guix build --check the-package’ rebuilds the derivation that
grafts the package, not the derivation that builds the original package.

Instead, you may want to use ‘guix build --check --no-grafts
the-package’ to actually rebuild the original package.

Likewise for the build log of the original package: ‘guix build
--log-file --no-grafts the-package’.

HTH,
Ludo’.



reply via email to

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