all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* python-minimal built too often
@ 2019-01-07  7:53 Clément Lassieur
  2019-01-07  7:58 ` Clément Lassieur
  0 siblings, 1 reply; 10+ messages in thread
From: Clément Lassieur @ 2019-01-07  7:53 UTC (permalink / raw)
  To: help-guix

Hi,

My small GuixSD machine builds python-minimal after a reconfigure that
only changes an nginx

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

* Re: python-minimal built too often
  2019-01-07  7:53 python-minimal built too often Clément Lassieur
@ 2019-01-07  7:58 ` Clément Lassieur
  2019-01-07  8:04   ` Clément Lassieur
  2019-01-07 11:33   ` Ricardo Wurmus
  0 siblings, 2 replies; 10+ messages in thread
From: Clément Lassieur @ 2019-01-07  7:58 UTC (permalink / raw)
  To: help-guix

Sorry I sent the email too early.

My small GuixSD machine builds python-minimal after a reconfigure that
only changes an nginx configuration.

What I did is:

guix pull (building python-minimal)
guix reconfigure config.scm
small nginx config change in config.scm
guix reconfigure config.scm (building python-minimal, again)

It takes a long time for my machine to build python-minimal, so it's
pretty annoying.  Is it a bug?  A configuration error?  Any idea how I
could fix it?

Thanks,
Clément

Clément Lassieur <clement@lassieur.org> writes:

> Hi,
>
> My small GuixSD machine builds python-minimal after a reconfigure that
> only changes an nginx

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

* Re: python-minimal built too often
  2019-01-07  7:58 ` Clément Lassieur
@ 2019-01-07  8:04   ` Clément Lassieur
  2019-01-07  9:55     ` Clément Lassieur
  2019-01-07 11:33   ` Ricardo Wurmus
  1 sibling, 1 reply; 10+ messages in thread
From: Clément Lassieur @ 2019-01-07  8:04 UTC (permalink / raw)
  To: help-guix

Also, I have https://ci.guix.info as substitute server, and I expect
python-minimal to be built there ;-).

Clément Lassieur <clement@lassieur.org> writes:

> Sorry I sent the email too early.
>
> My small GuixSD machine builds python-minimal after a reconfigure that
> only changes an nginx configuration.
>
> What I did is:
>
> guix pull (building python-minimal)
> guix reconfigure config.scm
> small nginx config change in config.scm
> guix reconfigure config.scm (building python-minimal, again)
>
> It takes a long time for my machine to build python-minimal, so it's
> pretty annoying.  Is it a bug?  A configuration error?  Any idea how I
> could fix it?
>
> Thanks,
> Clément
>
> Clément Lassieur <clement@lassieur.org> writes:
>
>> Hi,
>>
>> My small GuixSD machine builds python-minimal after a reconfigure that
>> only changes an nginx

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

* Re: python-minimal built too often
  2019-01-07  8:04   ` Clément Lassieur
@ 2019-01-07  9:55     ` Clément Lassieur
  2019-01-10 11:19       ` Ricardo Wurmus
  0 siblings, 1 reply; 10+ messages in thread
From: Clément Lassieur @ 2019-01-07  9:55 UTC (permalink / raw)
  To: help-guix

For some reason it was fixed by adding https://mirror.hydra.gnu.org.  I
don't understand why it was necessary, since it's not the official
substitute server according to the docs.  I thought https://ci.guix.info
would be good enough, but it's not the case yet.

Clément Lassieur <clement@lassieur.org> writes:

> Also, I have https://ci.guix.info as substitute server, and I expect
> python-minimal to be built there ;-).
>
> Clément Lassieur <clement@lassieur.org> writes:
>
>> Sorry I sent the email too early.
>>
>> My small GuixSD machine builds python-minimal after a reconfigure that
>> only changes an nginx configuration.
>>
>> What I did is:
>>
>> guix pull (building python-minimal)
>> guix reconfigure config.scm
>> small nginx config change in config.scm
>> guix reconfigure config.scm (building python-minimal, again)
>>
>> It takes a long time for my machine to build python-minimal, so it's
>> pretty annoying.  Is it a bug?  A configuration error?  Any idea how I
>> could fix it?
>>
>> Thanks,
>> Clément
>>
>> Clément Lassieur <clement@lassieur.org> writes:
>>
>>> Hi,
>>>
>>> My small GuixSD machine builds python-minimal after a reconfigure that
>>> only changes an nginx

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

* Re: python-minimal built too often
  2019-01-07  7:58 ` Clément Lassieur
  2019-01-07  8:04   ` Clément Lassieur
@ 2019-01-07 11:33   ` Ricardo Wurmus
  2019-01-07 15:21     ` Clément Lassieur
  1 sibling, 1 reply; 10+ messages in thread
From: Ricardo Wurmus @ 2019-01-07 11:33 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: help-guix


Hi Clément,

> guix pull (building python-minimal)
> guix reconfigure config.scm
> small nginx config change in config.scm
> guix reconfigure config.scm (building python-minimal, again)

Can you tell us which variant of python-minimal it built both times?
I’d like to check on berlin to see why there’s no substitute.

-- 
Ricardo

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

* Re: python-minimal built too often
  2019-01-07 11:33   ` Ricardo Wurmus
@ 2019-01-07 15:21     ` Clément Lassieur
  0 siblings, 0 replies; 10+ messages in thread
From: Clément Lassieur @ 2019-01-07 15:21 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: help-guix

Hi Ricardo,

I can't reproduce it right now because if I remove hydra, it starts
building other stuff (gettext...).  I'll tell you when I reproduce the
issue.

Thank you,
Clément

Ricardo Wurmus <rekado@elephly.net> writes:

> Hi Clément,
>
>> guix pull (building python-minimal)
>> guix reconfigure config.scm
>> small nginx config change in config.scm
>> guix reconfigure config.scm (building python-minimal, again)
>
> Can you tell us which variant of python-minimal it built both times?
> I’d like to check on berlin to see why there’s no substitute.

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

* Re: python-minimal built too often
  2019-01-07  9:55     ` Clément Lassieur
@ 2019-01-10 11:19       ` Ricardo Wurmus
  2019-01-10 13:01         ` Clément Lassieur
  0 siblings, 1 reply; 10+ messages in thread
From: Ricardo Wurmus @ 2019-01-10 11:19 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: help-guix


Clément Lassieur <clement@lassieur.org> writes:

> For some reason it was fixed by adding https://mirror.hydra.gnu.org.  I
> don't understand why it was necessary, since it's not the official
> substitute server according to the docs.  I thought https://ci.guix.info
> would be good enough, but it's not the case yet.

I checked and there is a completed build for python-minimal; maybe be
don’t have the narinfo / cache files for it?

-- 
Ricardo

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

* Re: python-minimal built too often
  2019-01-10 11:19       ` Ricardo Wurmus
@ 2019-01-10 13:01         ` Clément Lassieur
  2019-01-10 13:51           ` Ricardo Wurmus
  0 siblings, 1 reply; 10+ messages in thread
From: Clément Lassieur @ 2019-01-10 13:01 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: help-guix

Ricardo Wurmus <rekado@elephly.net> writes:

> Clément Lassieur <clement@lassieur.org> writes:
>
>> For some reason it was fixed by adding https://mirror.hydra.gnu.org.  I
>> don't understand why it was necessary, since it's not the official
>> substitute server according to the docs.  I thought https://ci.guix.info
>> would be good enough, but it's not the case yet.
>
> I checked and there is a completed build for python-minimal; maybe be
> don’t have the narinfo / cache files for it?

Anyway I've found a workaround: I use 'guix copy' from my more powerful
laptop to my small GuixSD server to copy my whole profile.  And it works
pretty well!

Thank you for you help,
Clément

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

* Re: python-minimal built too often
  2019-01-10 13:01         ` Clément Lassieur
@ 2019-01-10 13:51           ` Ricardo Wurmus
  2019-01-10 14:44             ` Clément Lassieur
  0 siblings, 1 reply; 10+ messages in thread
From: Ricardo Wurmus @ 2019-01-10 13:51 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: help-guix


Clément Lassieur <clement@lassieur.org> writes:

> Ricardo Wurmus <rekado@elephly.net> writes:
>
>> Clément Lassieur <clement@lassieur.org> writes:
>>
>>> For some reason it was fixed by adding https://mirror.hydra.gnu.org.  I
>>> don't understand why it was necessary, since it's not the official
>>> substitute server according to the docs.  I thought https://ci.guix.info
>>> would be good enough, but it's not the case yet.
>>
>> I checked and there is a completed build for python-minimal; maybe be
>> don’t have the narinfo / cache files for it?

Turns out that I was wrong and everything is fine.  I accidentally broke
/etc/guix/acl, so ci.guix.info was not authorized any more…

-- 
Ricardo

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

* Re: python-minimal built too often
  2019-01-10 13:51           ` Ricardo Wurmus
@ 2019-01-10 14:44             ` Clément Lassieur
  0 siblings, 0 replies; 10+ messages in thread
From: Clément Lassieur @ 2019-01-10 14:44 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: help-guix

Ricardo Wurmus <rekado@elephly.net> writes:

> Clément Lassieur <clement@lassieur.org> writes:
>
>> Ricardo Wurmus <rekado@elephly.net> writes:
>>
>>> Clément Lassieur <clement@lassieur.org> writes:
>>>
>>>> For some reason it was fixed by adding https://mirror.hydra.gnu.org.  I
>>>> don't understand why it was necessary, since it's not the official
>>>> substitute server according to the docs.  I thought https://ci.guix.info
>>>> would be good enough, but it's not the case yet.
>>>
>>> I checked and there is a completed build for python-minimal; maybe be
>>> don’t have the narinfo / cache files for it?
>
> Turns out that I was wrong and everything is fine.  I accidentally broke
> /etc/guix/acl, so ci.guix.info was not authorized any more…

Oh, it's nice that you found out!  Thank you.
Clément

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

end of thread, other threads:[~2019-01-10 14:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-07  7:53 python-minimal built too often Clément Lassieur
2019-01-07  7:58 ` Clément Lassieur
2019-01-07  8:04   ` Clément Lassieur
2019-01-07  9:55     ` Clément Lassieur
2019-01-10 11:19       ` Ricardo Wurmus
2019-01-10 13:01         ` Clément Lassieur
2019-01-10 13:51           ` Ricardo Wurmus
2019-01-10 14:44             ` Clément Lassieur
2019-01-07 11:33   ` Ricardo Wurmus
2019-01-07 15:21     ` Clément Lassieur

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.