emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38673: closed (missing 'provenance' in $PROFILE/manifest)


From: GNU bug Tracking System
Subject: bug#38673: closed (missing 'provenance' in $PROFILE/manifest)
Date: Sun, 29 Dec 2019 17:27:01 +0000

Your message dated Sun, 29 Dec 2019 18:26:42 +0100
with message-id <address@hidden>
and subject line Re: bug#38673: missing 'provenance' in $PROFILE/manifest
has caused the debbugs.gnu.org bug report #38673,
regarding missing 'provenance' in $PROFILE/manifest
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38673: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38673
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: missing 'provenance' in $PROFILE/manifest Date: Thu, 19 Dec 2019 18:16:31 +0100
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---



--- End Message ---
--- Begin Message --- Subject: Re: bug#38673: missing 'provenance' in $PROFILE/manifest Date: Sun, 29 Dec 2019 18:26:42 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

zimoun <address@hidden> 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’.


--- End Message ---

reply via email to

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