* bug#38673: missing 'provenance' in $PROFILE/manifest
@ 2019-12-19 17:16 zimoun
2019-12-29 17:26 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2019-12-19 17:16 UTC (permalink / raw)
To: 38673
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.
[1] https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00135.html
All the best,
simon
--
The manifest contains:
--8<---------------cut here---------------start------------->8---
(specifications->manifest
'("emacs"
"git"
"guile"))
--8<---------------cut here---------------end--------------->8---
Let create 2 profiles: one using the --manifest option and the other
one by plain --install.
--8<---------------cut here---------------start------------->8---
guix package -m /tmp/manif.scm -p /tmp/kikoo-manif
guix package -i emacs git guile -p /tmp/kikoo-nomanif
--8<---------------cut here---------------end--------------->8---
And here we are...
--8<---------------cut here---------------start------------->8---
grep provenance /tmp/kikoo-manif/manifest
--8<---------------cut here---------------end--------------->8---
versus
--8<---------------cut here---------------start------------->8---
grep provenance /tmp/kikoo-nomanif/manifest
(provenance
(provenance
(provenance
--8<---------------cut here---------------end--------------->8---
For the record.
--8<---------------cut here---------------start------------->8---
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
--8<---------------cut here---------------end--------------->8---
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#38673: missing 'provenance' in $PROFILE/manifest
2019-12-19 17:16 bug#38673: missing 'provenance' in $PROFILE/manifest zimoun
@ 2019-12-29 17:26 ` Ludovic Courtès
2019-12-30 18:06 ` zimoun
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-12-29 17:26 UTC (permalink / raw)
To: zimoun; +Cc: 38673-done
Hi,
zimoun <zimon.toutoune@gmail.com> skribis:
> 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’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#38673: missing 'provenance' in $PROFILE/manifest
2019-12-29 17:26 ` Ludovic Courtès
@ 2019-12-30 18:06 ` zimoun
0 siblings, 0 replies; 3+ messages in thread
From: zimoun @ 2019-12-30 18:06 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 38673-done
Hi Ludo,
On Sun, 29 Dec 2019 at 18:26, Ludovic Courtès <ludo@gnu.org> wrote:
> Fixed in c48e522fdbb7c749bbf6147e44c067bf1f916fdd.
Cool!
Thank you.
> Commit 975183a1c428198fe639fa37552ae069692b1f15 fixes a similar issue
> with ‘guix pack --save-provenance --manifest’.
Good catch! ;-)
All the best,
simon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-30 18:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19 17:16 bug#38673: missing 'provenance' in $PROFILE/manifest zimoun
2019-12-29 17:26 ` Ludovic Courtès
2019-12-30 18:06 ` zimoun
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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).