'guix size' fails with options from GUIX_BUILD_OPTIONS

  • Done
  • quality assurance status badge
Details
2 participants
  • Eric Bavier
  • Ludovic Courtès
Owner
unassigned
Submitted by
Eric Bavier
Severity
normal

Debbugs page

Eric Bavier wrote 7 years ago
(address . bug-guix@gnu.org)
20171024151411.13ee49d5@centurylink.net
The manual describes the GUIX_BUILD_OPTIONS environment variable, that
can affect the operation of guix commands that perform builds. But
'guix size' can fail when GUIX_BUILD_OPTIONS is set. E.g.

$ export GUIX_BUILD_OPTIONS='-K --cores=2'
$ guix size dillo
guix size: error: K: unrecognized option

And indeed 'guix size --help' doesn't mention any of the normal
build-type options.

`~Eric
Ludovic Courtès wrote 7 years ago
(name . Eric Bavier)(address . ericbavier@centurylink.net)(address . 28984-done@debbugs.gnu.org)
87a80c8i3q.fsf@gnu.org
Eric Bavier <ericbavier@centurylink.net> skribis:

Toggle quote (8 lines)
> The manual describes the GUIX_BUILD_OPTIONS environment variable, that
> can affect the operation of guix commands that perform builds. But
> 'guix size' can fail when GUIX_BUILD_OPTIONS is set. E.g.
>
> $ export GUIX_BUILD_OPTIONS='-K --cores=2'
> $ guix size dillo
> guix size: error: K: unrecognized option

Fixed in efff3dd4c984f0c2e6f8cb63cf109a6c7b89dea0.

Thanks,
Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 28984@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 28984
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help