bug#37449: Bug when using non-trivial inferiors/channel setup

2019-10-06 Thread Ludovic Courtès
Hi Carl,

Ludovic Courtès  skribis:

> Carl Dong  skribis:
>
>> building path(s) `/gnu/store/myrl5p8fy3qhpdv7376sak8wmhdsrl5f-profile'
>> Backtrace:
>>2 (primitive-load "/home/dongcarl/.config/guix/current/bi…")
>> In guix/ui.scm:
>>   1692:12  1 (run-guix-command _ . _)
>>623:13  0 (_ srfi-34 #)
>>
>> guix/ui.scm:623:13: Throw to key `wrong-type-arg' with args 
>> `("condition-has-type?" "Wrong type argument")'.
>
> With commit e773b3918f51231f28363905b64ca164b172b47a, you should be able
> to see the actual error condition.
>
>>From there, we should have clues as to why some inferior packages in
> your manifest are problematic.

[...]

> Actually commit 71507435225f10d8d944ba183cbcc77ef953e0e5.

IIRC you mentioned on IRC that the problem is solved, so I’m closing
this bug.  Please reopen it if anything’s wrong!

Thanks,
Ludo’.





bug#37449: Bug when using non-trivial inferiors/channel setup

2019-09-21 Thread Ludovic Courtès
Ludovic Courtès  skribis:

> With commit e773b3918f51231f28363905b64ca164b172b47a, you should be able
> to see the actual error condition.

Actually commit 71507435225f10d8d944ba183cbcc77ef953e0e5.





bug#37449: Bug when using non-trivial inferiors/channel setup

2019-09-20 Thread Ludovic Courtès
Hi Carl,

Carl Dong  skribis:

> building path(s) `/gnu/store/myrl5p8fy3qhpdv7376sak8wmhdsrl5f-profile'
> Backtrace:
>2 (primitive-load "/home/dongcarl/.config/guix/current/bi…")
> In guix/ui.scm:
>   1692:12  1 (run-guix-command _ . _)
>623:13  0 (_ srfi-34 #)
>
> guix/ui.scm:623:13: Throw to key `wrong-type-arg' with args 
> `("condition-has-type?" "Wrong type argument")'.

With commit e773b3918f51231f28363905b64ca164b172b47a, you should be able
to see the actual error condition.

>From there, we should have clues as to why some inferior packages in
your manifest are problematic.

Let me know!

Ludo’.