missing 'provenance' in $PROFILE/manifest

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • zimoun
Owner
unassigned
Submitted by
zimoun
Severity
normal
Z
Z
zimoun wrote on 19 Dec 2019 18:16
(address . bug-guix@gnu.org)
CAJ3okZ0u-SSPxwL5FeuBeCKURJuLoGjj20ne+1ztC5XqBdXTcw@mail.gmail.com
Dear,

As explained here [1], the field 'provenance' does not appear in
$PROFILE/manifest when using the option --manifest; but appears when
manually installing. Below instructions to reproduce the bug.



All the best,
simon

--

The manifest contains:

Toggle snippet (7 lines)
(specifications->manifest
'("emacs"
"git"
"guile"))


Let create 2 profiles: one using the --manifest option and the other
one by plain --install.

Toggle snippet (5 lines)
guix package -m /tmp/manif.scm -p /tmp/kikoo-manif
guix package -i emacs git guile -p /tmp/kikoo-nomanif


And here we are...

Toggle snippet (4 lines)
grep provenance /tmp/kikoo-manif/manifest


versus

Toggle snippet (7 lines)
grep provenance /tmp/kikoo-nomanif/manifest
(provenance
(provenance
(provenance


For the record.

Toggle snippet (7 lines)
guix describe
Generation 60 Dec 13 2019 12:52:55 (current)
guix eb8aad6
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: eb8aad6a23442cf7b23e0df88b89b4cd030dfbf5
L
L
Ludovic Courtès wrote on 29 Dec 2019 18:26
(name . zimoun)(address . zimon.toutoune@gmail.com)(address . 38673-done@debbugs.gnu.org)
875zhz9h65.fsf@gnu.org
Hi,

zimoun <zimon.toutoune@gmail.com> skribis:

Toggle quote (4 lines)
> As explained here [1], the field 'provenance' does not appear in
> $PROFILE/manifest when using the option --manifest; but appears when
> manually installing. Below instructions to reproduce the bug.

Fixed in c48e522fdbb7c749bbf6147e44c067bf1f916fdd.

Commit 975183a1c428198fe639fa37552ae069692b1f15 fixes a similar issue
with ‘guix pack --save-provenance --manifest’.

Thanks!

Ludo’.
Closed
Z
Z
zimoun wrote on 30 Dec 2019 19:06
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 38673-done@debbugs.gnu.org)
CAJ3okZ1tCxG5vYtH=O7M6P1u1tvSjJFFNQj+4Zop8oKubW1jww@mail.gmail.com
Hi Ludo,

On Sun, 29 Dec 2019 at 18:26, Ludovic Courtès <ludo@gnu.org> wrote:

Toggle quote (2 lines)
> Fixed in c48e522fdbb7c749bbf6147e44c067bf1f916fdd.

Cool!
Thank you.

Toggle quote (3 lines)
> Commit 975183a1c428198fe639fa37552ae069692b1f15 fixes a similar issue
> with ‘guix pack --save-provenance --manifest’.

Good catch! ;-)

All the best,
simon
Closed
?