Re: bug#36855: guix system switch-generation doesn't

2019-08-26 Thread Ludovic Courtès
Hey Chris & Jakob, Chris Marusich skribis: > zerodaysford...@sdf.lonestar.org (Jakob L. Kreuze) writes: > >> 'switch-to-system-generation' doesn't call out to >> 'upgrade-shepherd-services'. I'm not sure if this was an intentional >> decision or not > > It is intentional, but only because there

Re: IPv6 Guix

2019-08-26 Thread Ludovic Courtès
Hi, dftxbs3e skribis: > It looks like ci.guix.gnu.org does not have records. Ricardo, do you know if berlin is accessible over IPv6? If it is, I agree we should add those records. > I suggest they get added because IPv6-only networking is the future. It’s been the future for a whil

Re: bootstrap guile version mismatch on core-updates

2019-08-26 Thread Ludovic Courtès
Hi, dftxbs3e skribis: > It seems that guile2.2 is built by make-bootstrap.scm here: > https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/make-bootstrap.scm?h=core-updates#n625 > > but guile2.0 is expected here: > https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/bootstrap.sc

Re: IPv6 Guix

2019-08-26 Thread Ricardo Wurmus
Ludovic Courtès writes: > dftxbs3e skribis: > >> It looks like ci.guix.gnu.org does not have records. > > Ricardo, do you know if berlin is accessible over IPv6? If it is, I > agree we should add those records. I’m waiting for a response from the campus network team. I asked them

Re: automake warning

2019-08-26 Thread Miguel
Hello, Ludovic Courtès : > Hello, > > (Digging through old messages…) > > Robert Vollmert skribis: > > > When I run `make` in the guix repository, I always get the following > > block of warnings at the start: > > > > configure.ac:23: warning: The 'AM_PROG_MKDIR_P' macro is > > deprecated, and

Re: IPv6 Guix

2019-08-26 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ludovic Courtès writes: > >> dftxbs3e skribis: >> >>> It looks like ci.guix.gnu.org does not have records. >> >> Ricardo, do you know if berlin is accessible over IPv6? If it is, I >> agree we should add those records. > > I’m waiting for a response from th

Re: bug#36855: guix system switch-generation doesn't

2019-08-26 Thread Mark H Weaver
Hi, Ludovic Courtès writes: > Jakob, now that we generate scripts for the effectful bits of system > reconfiguration (one of these bits being service upgrades), couldn’t we > take it one step further and store those scripts in the “system” > derivation so we can run them eventually, notably upon

guix.gnu.org and ci.guix.gnu.org temporarily down

2019-08-26 Thread Ludovic Courtès
Hello, The head node behind guix.gnu.org and ci.guix.gnu.org (“berlin”) is currently down. Consequently, the web site as well as substitutes are unavailable. Hopefully it will be back within 12 hours. Apologies for the inconvenience! Ludo’.

Re: guix.gnu.org and ci.guix.gnu.org temporarily down

2019-08-26 Thread Ricardo Wurmus
Hi, > The head node behind guix.gnu.org and ci.guix.gnu.org (“berlin”) is > currently down. It’s up again. > Consequently, the web site as well as substitutes are > unavailable. Hopefully it will be back within 12 hours. There’s a bug in Cuirass, which has hopefully just been fixed. ci.guix.gn

core-updates fails to "make dist" missing guix-manual.pot

2019-08-26 Thread Vagrant Cascadian
I'm trying to generate a tarball from core-updates using "make dist". With the following commit it always ends in a failure due to missing guix-manual.pot: 893c2df00daa4e6dd6a7ff3813d7df5329877f9e Merge branch 'master' into core-updates $ ./bootstrap && ./configure --localstatedir=/var && m