bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-21 Thread Ludovic Courtès
Leo Famulari skribis: > On Tue, Apr 13, 2021 at 10:12:13AM +0200, Ludovic Courtès wrote: >> Could you type ‘bt’ (backtrace) at the GDB prompt? > > It goes like this: > > -- > Using host libthread_db library > "/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libthread_db.so.1". > C

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-14 Thread François
Hello, On Tue, Apr 13, 2021 at 09:08:20PM -0400, Leo Famulari wrote: > There's nothing we can do for the 1.2.0 release artifacts at this point. Is there any place were we could document the problem and the suggested workaround by Ludo (--url=http://)? Perhaps on the "Installation" chapter of the

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-13 Thread Leo Famulari
On Sun, Feb 28, 2021 at 10:27:02AM +, Christopher Baines wrote: > root@horna ~# guix pull > substitute: updating substitutes from 'https://guix.cbaines.net'... 100.0% > 0.0 MB will be downloaded > downloading from > https://guix.cbaines.net/nar/lzip/zg72c146skpca45ijvjigqhqgx0mwiny-le-certs-0

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-13 Thread Leo Famulari
On Tue, Apr 13, 2021 at 10:12:13AM +0200, Ludovic Courtès wrote: > Could you type ‘bt’ (backtrace) at the GDB prompt? It goes like this: -- Using host libthread_db library "/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libthread_db.so.1". Core was generated by `/gnu/store/66xwl

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-13 Thread Leo Famulari
On Mon, Apr 12, 2021 at 02:26:47PM -0400, Leo Famulari wrote: > On Mon, Apr 12, 2021 at 01:02:09PM -0400, Leo Famulari wrote: > > On Mon, Apr 12, 2021 at 02:25:43PM +0200, Ludovic Courtès wrote: > > > In the meantime, you could also update the ‘guix’ package by hand for > > > testing purposes. > >

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-13 Thread Ludovic Courtès
Hi, Leo Famulari skribis: > I ran your command, and this is the output: Could you type ‘bt’ (backtrace) at the GDB prompt? Ludo’.

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-12 Thread Leo Famulari
On Mon, Apr 12, 2021 at 01:02:09PM -0400, Leo Famulari wrote: > On Mon, Apr 12, 2021 at 02:25:43PM +0200, Ludovic Courtès wrote: > > In the meantime, you could also update the ‘guix’ package by hand for > > testing purposes. > > I tried this, but I can't figure out how to actually build the update

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-12 Thread Leo Famulari
On Mon, Apr 12, 2021 at 01:15:11PM -0400, Leo Famulari wrote: > On Mon, Apr 12, 2021 at 02:25:11PM +0200, Ludovic Courtès wrote: > > Could you grab a backtrace, with: > > > > gdb $(which guile) core > > I don't know where to find this 'core' file. I'm on Guix System (the > Berlin server). I di

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-12 Thread Leo Famulari
On Mon, Apr 12, 2021 at 02:25:11PM +0200, Ludovic Courtès wrote: > Could you grab a backtrace, with: > > gdb $(which guile) core I don't know where to find this 'core' file. I'm on Guix System (the Berlin server).

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-12 Thread Leo Famulari
On Mon, Apr 12, 2021 at 02:25:43PM +0200, Ludovic Courtès wrote: > In the meantime, you could also update the ‘guix’ package by hand for > testing purposes. I tried this, but I can't figure out how to actually build the updated Guix package, since the source code isn't added to the store.

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-12 Thread Ludovic Courtès
Hi Leo, Leo Famulari skribis: > I couldn't figure out how to test an update of the Guix package, but > here is my patch updating le-certs. Cool! > `make update-guix-package` segfaults for me, sometime after it updates > the source tree but before adding the source checkout to the store. Could

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-12 Thread Ludovic Courtès
Hi Leo, Leo Famulari skribis: > I couldn't figure out how to test an update of the Guix package, but > here is my patch updating le-certs. Cool! > `make update-guix-package` segfaults for me, sometime after it updates > the source tree but before adding the source checkout to the store. Could

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-12 Thread Leo Famulari
On Mon, Apr 12, 2021 at 02:42:07AM -0400, Leo Famulari wrote: > I checked wrong; le-certs needs to be updated. I'm testing the update > now... I couldn't figure out how to test an update of the Guix package, but here is my patch updating le-certs. `make update-guix-package` segfaults for me, some

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-11 Thread Leo Famulari
On Sun, Apr 11, 2021 at 09:29:00PM -0400, Leo Famulari wrote: > I checked and, although there have been some changes upstream at Let's > Encrypt [0], our le-certs still works for contacting Savannah with TLS. I checked wrong; le-certs needs to be updated. I'm testing the update now... > [0] Some

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-11 Thread Leo Famulari
On Sun, Apr 11, 2021 at 04:41:11PM -0400, Leo Famulari wrote: > On Wed, Mar 17, 2021 at 03:36:44PM +0100, Ludovic Courtès wrote: > > (define (honor-x509-certificates store) > > "Use the right X.509 certificates for Git checkouts over HTTPS." > > (unless (honor-system-x509-certificates!) >

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-11 Thread Leo Famulari
On Wed, Mar 17, 2021 at 03:36:44PM +0100, Ludovic Courtès wrote: > (define (honor-x509-certificates store) > "Use the right X.509 certificates for Git checkouts over HTTPS." > (unless (honor-system-x509-certificates!) > (honor-lets-encrypt-certificates! store))) > > By default, 1.2

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-10 Thread Leo Famulari
On Sun, Feb 28, 2021 at 10:27:02AM +, Christopher Baines wrote: > root@horna ~# wget https://git.savannah.gnu.org/git/guix.git > --2021-02-28 11:22:49-- https://git.savannah.gnu.org/git/guix.git > Resolving git.savannah.gnu.org (git.savannah.gnu.org)... 209.51.188.201, > 2001:470:142:5::201 >

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-10 Thread Leo Famulari
On Sun, Feb 28, 2021 at 10:27:02AM +, Christopher Baines wrote: > downloading from > https://guix.cbaines.net/nar/lzip/zg72c146skpca45ijvjigqhqgx0mwiny-le-certs-0 > ... I downloaded this file, un-lzipped it, and extracted the nar. The results are bit-identical to the le-certs from ci.guix.gn

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-10 Thread Leo Famulari
On Sat, Apr 10, 2021 at 10:21:35PM +0100, Christopher Baines wrote: > Maybe it just doesn't work for the root user... I encountered this when > running guix pull as the root user on a headless machine. I logged in as root from the console, and `guix pull` worked there too. signature.asc Descript

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-10 Thread Christopher Baines
Leo Famulari writes: > On Sat, Apr 10, 2021 at 04:30:42PM -0400, Leo Famulari wrote: >> Okay, I'm testing this now, in a VM. >> >> I wonder if it's the same thing as >> ? > > I followed the instructions in the manual section In

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-10 Thread Leo Famulari
On Sat, Apr 10, 2021 at 04:30:42PM -0400, Leo Famulari wrote: > Okay, I'm testing this now, in a VM. > > I wonder if it's the same thing as > ? I followed the instructions in the manual section Installing Guix in a VM. Then, I b

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-10 Thread Leo Famulari
On Sat, Apr 10, 2021 at 08:45:22PM +0100, Christopher Baines wrote: > > Leo Famulari writes: > > > On Sun, Feb 28, 2021 at 10:27:02AM +, Christopher Baines wrote: > >> I believe there's TLS issues with pulling for the current 1.2.0 release. > > > > On a fresh Debian ISO image, I installed Gu

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-10 Thread Christopher Baines
Leo Famulari writes: > On Sun, Feb 28, 2021 at 10:27:02AM +, Christopher Baines wrote: >> I believe there's TLS issues with pulling for the current 1.2.0 release. > > On a fresh Debian ISO image, I installed Guix 1.2.0 based on the > instructions in the manual section Binary Installation. >

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-10 Thread Leo Famulari
On Sun, Feb 28, 2021 at 10:27:02AM +, Christopher Baines wrote: > I believe there's TLS issues with pulling for the current 1.2.0 release. On a fresh Debian ISO image, I installed Guix 1.2.0 based on the instructions in the manual section Binary Installation. Then, `guix pull` succeeded for m

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-03-17 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Christopher Baines skribis: > >> I believe there's TLS issues with pulling for the current 1.2.0 release. >> >> root@horna ~# guix pull >> substitute: updating substitutes from 'https://guix.cbaines.net'... 100.0% >> 0.0 MB will be downloaded >> downloading from

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-03-05 Thread Christopher Baines
zimoun writes: > Hi Chris, > > On Sun, 28 Feb 2021 at 10:27, Christopher Baines wrote: >> I believe there's TLS issues with pulling for the current 1.2.0 >> release. > > Is this bug different from ? > > And fixes are also discussed here: >

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-03-01 Thread Andreas Enge
Am Mon, Mar 01, 2021 at 11:19:08AM +0100 schrieb Ludovic Courtès: > That’s on an installation without ‘nss-certs’ in the system profile, > right? Yes, I installed nss-certs into the profiles from which I wanted to do the "guix pull". Andreas

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-03-01 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > I believe there's TLS issues with pulling for the current 1.2.0 release. > > root@horna ~# guix pull > substitute: updating substitutes from 'https://guix.cbaines.net'... 100.0% > 0.0 MB will be downloaded > downloading from > https://guix.cbaines.net/nar/lzip/

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-03-01 Thread Ludovic Courtès
Hi, Andreas Enge skribis: > This works, thanks for sharing! But it prints a nonsensical warning message: > Updating channel 'guix' from Git repository at > 'http://git.savannah.gnu.org/git/guix.git'... > Authenticating channel 'guix', commits 9edb3f6 to bebfe06 (7,806 new > commits)... > guix

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-03-01 Thread zimoun
Hi Chris, On Sun, 28 Feb 2021 at 10:27, Christopher Baines wrote: > I believe there's TLS issues with pulling for the current 1.2.0 > release. Is this bug different from ? And fixes are also discussed here: . Ch

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-02-28 Thread Andreas Enge
Am Sun, Feb 28, 2021 at 10:27:02AM + schrieb Christopher Baines: > This is probably possible to work around by doing: > guix pull --url=http://git.savannah.gnu.org/git/guix.git This works, thanks for sharing! But it prints a nonsensical warning message: Updating channel 'guix' from Git repos

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-02-28 Thread Andreas Enge
Am Sun, Feb 28, 2021 at 10:27:02AM + schrieb Christopher Baines: > I believe there's TLS issues with pulling for the current 1.2.0 release. > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > guix pull: error: Git error: the SSL certificate is in

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-02-28 Thread Christopher Baines
I believe there's TLS issues with pulling for the current 1.2.0 release. root@horna ~# guix pull substitute: updating substitutes from 'https://guix.cbaines.net'... 100.0% 0.0 MB will be downloaded downloading from https://guix.cbaines.net/nar/lzip/zg72c146skpca45ijvjigqhqgx0mwiny-le-certs-0 ...