unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46336: Bug report
@ 2021-02-05 21:39 me
  2021-02-06 13:23 ` zimoun
       [not found] ` <handler.46336.D46336.16126324249172.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: me @ 2021-02-05 21:39 UTC (permalink / raw)
  To: 46336

[-- Attachment #1: Type: text/plain, Size: 1766 bytes --]

$ guix time-machine 8e7e414aa998fe8c0de8a491c91aab8b8d9c58f4 -- graph maven
Updating channel 'guix' from Git repository at '
https://git.savannah.gnu.org/git/guix.git'...
Computing Guix derivation for 'x86_64-linux'...  Backtrace:
In ice-9/boot-9.scm:
  3393:24 19 (_)
   222:29 18 (map1 _)
   222:29 17 (map1 _)
   222:29 16 (map1 _)
   222:29 15 (map1 _)
   222:29 14 (map1 _)
   222:17 13 (map1 (((gnu packages crates-io)) ((gnu packages
crates-graphics)) ((gnu packages documentation)) (#) ?))
  3297:17 12 (resolve-interface (gnu packages crates-io) #:select _ #:hide
_ #:prefix _ #:renamer _ #:version _)
In ice-9/threads.scm:
    390:8 11 (_ _)
In ice-9/boot-9.scm:
  3223:13 10 (_)
In ice-9/threads.scm:
    390:8  9 (_ _)
In ice-9/boot-9.scm:
  3507:20  8 (_)
   2806:4  7 (save-module-excursion _)
  3527:26  6 (_)
In unknown file:
           5 (primitive-load-path "gnu/packages/crates-io" #<procedure
7f340025f540 at ice-9/boot-9.scm:3514:37 ()>)
In ice-9/eval.scm:
    619:8  4 (_ #f)
   626:19  3 (_ #<directory (gnu packages crates-io) 7f33fa906c80>)
    159:9  2 (_ #<directory (gnu packages crates-io) 7f33fa906c80>)
   223:20  1 (proc #<directory (gnu packages crates-io) 7f33fa906c80>)
In unknown file:
           0 (%resolve-variable (7 . skim-0.7) #<directory (gnu packages
crates-io) 7f33fa906c80>)

ERROR: In procedure %resolve-variable:
error: skim-0.7: unbound variable
-guix time-machine: error: You found a bug: the program
'/gnu/store/3sfsx0lzx3n9dhsdrd4vxriz0avi4j6l-compute-guix-derivation'
failed to compute the derivation for Guix (version:
"453f18db343cbad1892186b85c7eb07f364b399e"; system: "x86_64-linux";
host version: "838347207cdd96de1ad0127aaf4b2c378c7c2148"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.

[-- Attachment #2: Type: text/html, Size: 2367 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46336: Bug report
  2021-02-05 21:39 bug#46336: Bug report me
@ 2021-02-06 13:23 ` zimoun
  2021-02-06 17:26   ` Nicolas Goaziou
       [not found] ` <handler.46336.D46336.16126324249172.notifdone@debbugs.gnu.org>
  1 sibling, 1 reply; 5+ messages in thread
From: zimoun @ 2021-02-06 13:23 UTC (permalink / raw)
  To: me, 46336, Nicolas Goaziou

Hi,

Thanks for the report.  I think it is transient.  It has been discussed
here:.

1:   <http://logs.guix.gnu.org/guix/2021-02-05.log#225848>

On Fri, 05 Feb 2021 at 23:39, me@stephane.today wrote:
> $ guix time-machine 8e7e414aa998fe8c0de8a491c91aab8b8d9c58f4 -- graph maven

[...]

> '/gnu/store/3sfsx0lzx3n9dhsdrd4vxriz0avi4j6l-compute-guix-derivation'
> failed to compute the derivation for Guix (version:
> "453f18db343cbad1892186b85c7eb07f364b399e"; system: "x86_64-linux";
> host version: "838347207cdd96de1ad0127aaf4b2c378c7c2148"; pull-version: 1).

The issue is that 453f18db343cbad1892186b85c7eb07f364b399e contains a
reference to ’skim-0.7’ in (guix packages crates-io) when defining the
package ’rust-rustyline-6’.  But this variable is defined in (guix
packages rust-apps), well I let you read the details in [1]. :-)

I think it is fixed by 9c4b266ae5b6374fd6be22e59a1d3a82b598dc8d.

The issue is not the ’time-machine’.  What is your current “guix
describe”?

Closing?  Nicolas, do you confirm it is fixed?

Cheers,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46336: Bug report
  2021-02-06 13:23 ` zimoun
@ 2021-02-06 17:26   ` Nicolas Goaziou
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2021-02-06 17:26 UTC (permalink / raw)
  To: zimoun; +Cc: me, 46336-done

Hello,

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

> The issue is that 453f18db343cbad1892186b85c7eb07f364b399e contains a
> reference to ’skim-0.7’ in (guix packages crates-io) when defining the
> package ’rust-rustyline-6’.  But this variable is defined in (guix
> packages rust-apps), well I let you read the details in [1]. :-)
>
> I think it is fixed by 9c4b266ae5b6374fd6be22e59a1d3a82b598dc8d.
>
> The issue is not the ’time-machine’.  What is your current “guix
> describe”?
>
> Closing?  Nicolas, do you confirm it is fixed?

Indeed. It is fixed. I'm closing this bug report.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46336: closed (Re: bug#46336: Bug report)
       [not found] ` <handler.46336.D46336.16126324249172.notifdone@debbugs.gnu.org>
@ 2021-02-07  6:50   ` me
  2021-02-07 14:43     ` zimoun
  0 siblings, 1 reply; 5+ messages in thread
From: me @ 2021-02-07  6:50 UTC (permalink / raw)
  To: 46336

[-- Attachment #1: Type: text/plain, Size: 3765 bytes --]

$ guix describe
Generation 4 Feb 05 2021 19:10:35 (current)
  guix 8383472
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 838347207cdd96de1ad0127aaf4b2c378c7c2148

On Sat, Feb 6, 2021 at 7:28 PM GNU bug Tracking System <help-debbugs@gnu.org>
wrote:

> Your bug report
>
> #46336: Bug report
>
> which was filed against the guix package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 46336@debbugs.gnu.org.
>
> --
> 46336: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46336
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>
>
>
> ---------- Forwarded message ----------
> From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
> To: zimoun <zimon.toutoune@gmail.com>
> Cc: me@stephane.today, 46336-done@debbugs.gnu.org
> Bcc:
> Date: Sat, 06 Feb 2021 18:26:53 +0100
> Subject: Re: bug#46336: Bug report
> Hello,
>
> zimoun <zimon.toutoune@gmail.com> writes:
>
> > The issue is that 453f18db343cbad1892186b85c7eb07f364b399e contains a
> > reference to ’skim-0.7’ in (guix packages crates-io) when defining the
> > package ’rust-rustyline-6’.  But this variable is defined in (guix
> > packages rust-apps), well I let you read the details in [1]. :-)
> >
> > I think it is fixed by 9c4b266ae5b6374fd6be22e59a1d3a82b598dc8d.
> >
> > The issue is not the ’time-machine’.  What is your current “guix
> > describe”?
> >
> > Closing?  Nicolas, do you confirm it is fixed?
>
> Indeed. It is fixed. I'm closing this bug report.
>
> Regards,
> --
> Nicolas Goaziou
>
>
>
>
> ---------- Forwarded message ----------
> From: me@stephane.today
> To: bug-guix@gnu.org
> Cc:
> Bcc:
> Date: Fri, 5 Feb 2021 23:39:29 +0200
> Subject: Bug report
>
> $ guix time-machine 8e7e414aa998fe8c0de8a491c91aab8b8d9c58f4 -- graph maven
> Updating channel 'guix' from Git repository at '
> https://git.savannah.gnu.org/git/guix.git'...
> Computing Guix derivation for 'x86_64-linux'...  Backtrace:
> In ice-9/boot-9.scm:
>   3393:24 19 (_)
>    222:29 18 (map1 _)
>    222:29 17 (map1 _)
>    222:29 16 (map1 _)
>    222:29 15 (map1 _)
>    222:29 14 (map1 _)
>    222:17 13 (map1 (((gnu packages crates-io)) ((gnu packages
> crates-graphics)) ((gnu packages documentation)) (#) ?))
>   3297:17 12 (resolve-interface (gnu packages crates-io) #:select _ #:hide
> _ #:prefix _ #:renamer _ #:version _)
> In ice-9/threads.scm:
>     390:8 11 (_ _)
> In ice-9/boot-9.scm:
>   3223:13 10 (_)
> In ice-9/threads.scm:
>     390:8  9 (_ _)
> In ice-9/boot-9.scm:
>   3507:20  8 (_)
>    2806:4  7 (save-module-excursion _)
>   3527:26  6 (_)
> In unknown file:
>            5 (primitive-load-path "gnu/packages/crates-io" #<procedure
> 7f340025f540 at ice-9/boot-9.scm:3514:37 ()>)
> In ice-9/eval.scm:
>     619:8  4 (_ #f)
>    626:19  3 (_ #<directory (gnu packages crates-io) 7f33fa906c80>)
>     159:9  2 (_ #<directory (gnu packages crates-io) 7f33fa906c80>)
>    223:20  1 (proc #<directory (gnu packages crates-io) 7f33fa906c80>)
> In unknown file:
>            0 (%resolve-variable (7 . skim-0.7) #<directory (gnu packages
> crates-io) 7f33fa906c80>)
>
> ERROR: In procedure %resolve-variable:
> error: skim-0.7: unbound variable
> -guix time-machine: error: You found a bug: the program
> '/gnu/store/3sfsx0lzx3n9dhsdrd4vxriz0avi4j6l-compute-guix-derivation'
> failed to compute the derivation for Guix (version:
> "453f18db343cbad1892186b85c7eb07f364b399e"; system: "x86_64-linux";
> host version: "838347207cdd96de1ad0127aaf4b2c378c7c2148"; pull-version: 1).
> Please report it by email to <bug-guix@gnu.org>.
>

[-- Attachment #2: Type: text/html, Size: 5287 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46336: closed (Re: bug#46336: Bug report)
  2021-02-07  6:50   ` bug#46336: closed (Re: bug#46336: Bug report) me
@ 2021-02-07 14:43     ` zimoun
  0 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2021-02-07 14:43 UTC (permalink / raw)
  To: me, 46336

Hi,

Thanks for the report.

>> $ guix time-machine 8e7e414aa998fe8c0de8a491c91aab8b8d9c58f4 -- graph maven
>> Updating channel 'guix' from Git repository at '
>> https://git.savannah.gnu.org/git/guix.git'...
>> Computing Guix derivation for 'x86_64-linux'...  Backtrace:

[...]

>> "453f18db343cbad1892186b85c7eb07f364b399e"; system: "x86_64-linux";
>> host version: "838347207cdd96de1ad0127aaf4b2c378c7c2148"; pull-version: 1).
>> Please report it by email to <bug-guix@gnu.org>.

As you can see, the host version 8383472… is consistent with:

> $ guix describe
> Generation 4 Feb 05 2021 19:10:35 (current)
>   guix 8383472
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: 838347207cdd96de1ad0127aaf4b2c378c7c2148

but inconsistent with the “guix time-machine” command line.  First
“--commit=“ is missing and so I do not know how the command line is
really parsed (I have to check).  Second, I am not able to reproduce:

--8<---------------cut here---------------start------------->8---
$ guix pull --commit=838347207cdd96de1ad0127aaf4b2c378c7c2148
$ guix describe
Génération 11   07 févr. 2021 15:37:46  (actuelle)
  guix 8383472
    URL du dépôt : https://git.savannah.gnu.org/git/guix.git
    branche : master
    commit : 838347207cdd96de1ad0127aaf4b2c378c7c2148
$ guix time-machine 8e7e414aa998fe8c0de8a491c91aab8b8d9c58f4 -- graph maven
digraph "Guix package" {
  "140434164936448" [label = "maven@3.6.1", shape = box, fontname = sans];
  "140434164936448" -> "140434165522592" [color = darkviolet];
  "140434164936448" -> "140434165542176" [color = darkviolet];
  "140434164936448" -> "140434164774944" [color = darkviolet];
  "140434164936448" -> "140434164773024" [color = darkviolet];
  "140434164936448" -> "140434164773184" [color = darkviolet];
  "140434164936448" -> "140434164772864" [color = darkviolet];
  "140434164936448" -> "140434164774624" [color = darkviolet];
  "140434164936448" -> "140434164774784" [color = darkviolet];
…
--8<---------------cut here---------------end--------------->8---

Maybe it is a bug in “guix machine” because it should raise an error.  I
will investigate.

All the best,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-07 14:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 21:39 bug#46336: Bug report me
2021-02-06 13:23 ` zimoun
2021-02-06 17:26   ` Nicolas Goaziou
     [not found] ` <handler.46336.D46336.16126324249172.notifdone@debbugs.gnu.org>
2021-02-07  6:50   ` bug#46336: closed (Re: bug#46336: Bug report) me
2021-02-07 14:43     ` 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).