all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29840: guix pull failed
@ 2017-12-24 17:33 Fis Trivial
  2017-12-26 19:14 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Fis Trivial @ 2017-12-24 17:33 UTC (permalink / raw)
  To: 29840

Runing `guix pull` generates the following error message:


Updating from Git repository at 
'https://git.savannah.gnu.org/git/guix.git'...
Building from Git commit b982fb1c09573f4638324d7809ec18d0c9956d11...
The following derivation will be built:
    /gnu/store/d8gx000cbyihr3x3gggnm9d61adjb0s3-guix-latest.drv
copying and compiling to 
'/gnu/store/42n0q7dhq5l7yd0hd550m80zw2z256fy-guix-latest' with Guile 
2.2.2...
loading...     26.3% of 659 filesrandom seed for tests: 1514135440
compiling...    100.0% of 659 files
Backtrace:
Exception thrown while printing backtrace:
ERROR: In procedure private-lookup: Module named (guile) does not exist


Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
builder for 
`/gnu/store/d8gx000cbyihr3x3gggnm9d61adjb0s3-guix-latest.drv' failed 
with exit code 1
guix pull: error: build failed: build of 
`/gnu/store/d8gx000cbyihr3x3gggnm9d61adjb0s3-guix-latest.drv' failed



Platform:

I am currently running guix on top of Fedora 26 x86_64. The native 
version of

guile is 2.0.14, and the guile used in compilation is 2.2.2 (reading from

the error message).


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

* bug#29840: guix pull failed
  2017-12-24 17:33 bug#29840: guix pull failed Fis Trivial
@ 2017-12-26 19:14 ` Leo Famulari
  2017-12-27  5:03   ` Fis Trivial
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-12-26 19:14 UTC (permalink / raw)
  To: Fis Trivial; +Cc: 29840

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

On Sun, Dec 24, 2017 at 05:33:21PM +0000, Fis Trivial wrote:

Hi, thanks for this report!

> Runing `guix pull` generates the following error message:
> 
> 
> Updating from Git repository at 
> 'https://git.savannah.gnu.org/git/guix.git'...
> Building from Git commit b982fb1c09573f4638324d7809ec18d0c9956d11...
> The following derivation will be built:
>     /gnu/store/d8gx000cbyihr3x3gggnm9d61adjb0s3-guix-latest.drv
> copying and compiling to 
> '/gnu/store/42n0q7dhq5l7yd0hd550m80zw2z256fy-guix-latest' with Guile 
> 2.2.2...
> loading...     26.3% of 659 filesrandom seed for tests: 1514135440
> compiling...    100.0% of 659 files
> Backtrace:
> Exception thrown while printing backtrace:
> ERROR: In procedure private-lookup: Module named (guile) does not exist

I successfully did `guix pull` based on that commit (b982fb1c095).

> Platform:
> 
> I am currently running guix on top of Fedora 26 x86_64. The native 
> version of
> 
> guile is 2.0.14, and the guile used in compilation is 2.2.2 (reading from
> the error message).

The Guile provided by the host system is not used for `guix pull` as far
as I can tell, so I'm not sure what's going on here.

I'm curious, how did you install Guix? That is, from a Fedora package,
our manual's instructions, etc?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#29840: guix pull failed
  2017-12-26 19:14 ` Leo Famulari
@ 2017-12-27  5:03   ` Fis Trivial
  2018-01-01 17:25     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Fis Trivial @ 2017-12-27  5:03 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 29840@debbugs.gnu.org



On 12/27/2017 03:14 AM, Leo Famulari wrote:
> On Sun, Dec 24, 2017 at 05:33:21PM +0000, Fis Trivial wrote:
>
> Hi, thanks for this report!
>
>> Runing `guix pull` generates the following error message:
>>
>>
>> Updating from Git repository at
>> 'https://git.savannah.gnu.org/git/guix.git'...
>> Building from Git commit b982fb1c09573f4638324d7809ec18d0c9956d11...
>> The following derivation will be built:
>>      /gnu/store/d8gx000cbyihr3x3gggnm9d61adjb0s3-guix-latest.drv
>> copying and compiling to
>> '/gnu/store/42n0q7dhq5l7yd0hd550m80zw2z256fy-guix-latest' with Guile
>> 2.2.2...
>> loading...     26.3% of 659 filesrandom seed for tests: 1514135440
>> compiling...    100.0% of 659 files
>> Backtrace:
>> Exception thrown while printing backtrace:
>> ERROR: In procedure private-lookup: Module named (guile) does not exist
> I successfully did `guix pull` based on that commit (b982fb1c095).
>
>> Platform:
>>
>> I am currently running guix on top of Fedora 26 x86_64. The native
>> version of
>>
>> guile is 2.0.14, and the guile used in compilation is 2.2.2 (reading from
>> the error message).
> The Guile provided by the host system is not used for `guix pull` as far
> as I can tell, so I'm not sure what's going on here.
>
> I'm curious, how did you install Guix? That is, from a Fedora package,
> our manual's instructions, etc?
Thanks for the reply. I installed Guix according to the Guix manual.
The next pull for another commit was successful. I am not sure if
this sill worth investigating.

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

* bug#29840: guix pull failed
  2017-12-27  5:03   ` Fis Trivial
@ 2018-01-01 17:25     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2018-01-01 17:25 UTC (permalink / raw)
  To: Fis Trivial; +Cc: 29840-done

Fis Trivial <ybbs.daans@hotmail.com> skribis:

> On 12/27/2017 03:14 AM, Leo Famulari wrote:
>> On Sun, Dec 24, 2017 at 05:33:21PM +0000, Fis Trivial wrote:
>>
>> Hi, thanks for this report!
>>
>>> Runing `guix pull` generates the following error message:
>>>
>>>
>>> Updating from Git repository at
>>> 'https://git.savannah.gnu.org/git/guix.git'...
>>> Building from Git commit b982fb1c09573f4638324d7809ec18d0c9956d11...
>>> The following derivation will be built:
>>>      /gnu/store/d8gx000cbyihr3x3gggnm9d61adjb0s3-guix-latest.drv
>>> copying and compiling to
>>> '/gnu/store/42n0q7dhq5l7yd0hd550m80zw2z256fy-guix-latest' with Guile
>>> 2.2.2...
>>> loading...     26.3% of 659 filesrandom seed for tests: 1514135440
>>> compiling...    100.0% of 659 files
>>> Backtrace:
>>> Exception thrown while printing backtrace:
>>> ERROR: In procedure private-lookup: Module named (guile) does not exist
>> I successfully did `guix pull` based on that commit (b982fb1c095).
>>
>>> Platform:
>>>
>>> I am currently running guix on top of Fedora 26 x86_64. The native
>>> version of
>>>
>>> guile is 2.0.14, and the guile used in compilation is 2.2.2 (reading from
>>> the error message).
>> The Guile provided by the host system is not used for `guix pull` as far
>> as I can tell, so I'm not sure what's going on here.
>>
>> I'm curious, how did you install Guix? That is, from a Fedora package,
>> our manual's instructions, etc?
> Thanks for the reply. I installed Guix according to the Guix manual.
> The next pull for another commit was successful. I am not sure if
> this sill worth investigating.

This could be an instance of <https://bugs.gnu.org/27476>.

I’m closing the bug now, but do tell us if it shows up again!

Thanks,
Ludo’.

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

end of thread, other threads:[~2018-01-01 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-24 17:33 bug#29840: guix pull failed Fis Trivial
2017-12-26 19:14 ` Leo Famulari
2017-12-27  5:03   ` Fis Trivial
2018-01-01 17:25     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.