bug#46663: [Website] 404 redirection on a link in a blog article

2021-02-24 Thread Bengt Richter
Hi, On +2021-02-24 18:58:38 +0100, pelzflorian (Florian Pelz) wrote: > On Mon, Feb 22, 2021 at 08:20:43PM +0100, raingloom wrote: > > Is there something that scans the website for broken links? Might be > > worth setting up if not. > > You made me check for other broken links using wget on a

bug#27100: Unnecessary backtrace by guix/build/download.scm

2021-02-24 Thread Danny Milosavljevic
Hi, >$ LC_ALL=C guix download https://192.168.10.1 >Starting download of /tmp/guix-file.Zfy7gX >From https://192.168.10.1... >X.509 server certificate for '192.168.10.1' does not match: >C=ZZ,ST=Somewhere,L=Unknown,O=libreCMC087d391f,CN=libreCMC >failed to download "/tmp/guix-file.Zfy7gX" from

bug#28510: crash: guix build -S foo --with-source=bla

2021-02-24 Thread zimoun
Hi, On Tue, 19 Sep 2017 at 14:09, Ricardo Wurmus wrote: > The command “guix build -S guile-git --with-source=guile-git” crashes > instead of failing gracefully: > > rwurmus@bimsb-sys02 in code: git clone > https://gitlab.com/guile-git/guile-git.git [...] > rwurmus@bimsb-sys02 in code: guix

bug#28240: bad backtrace on “guix archive -x”

2021-02-24 Thread zimoun
Hi Ricardo, On Sat, 26 Aug 2017 at 14:23, Ricardo Wurmus wrote: > wget -q -O - > https://mirror.hydra.gnu.org/guix/nar/gzip/ykpfif2wzabhnn0a88sw3f96paa33k2z-r-minimal-3.4.0 > | guix archive -x /tmp/hydra > Backtrace: This example is not relevant anymore. Instead, --8<---cut

bug#46760: guix deploy doesn't seem to be authorizing the machine that is deploying to the remote

2021-02-24 Thread pkill9
I'm using the machine-ssh-configuration, I set `(authorize? #t)` which the manual states should authorize the deploying machine onto the remote host, but I get an error: ``` guix deploy: error: unauthorized public key: (public-key... ``` So I add to the OS definition: ``` (guix-configuration

bug#27100: Unnecessary backtrace by guix/build/download.scm

2021-02-24 Thread zimoun
Hi, On Wed, 18 Nov 2020 at 00:27, zimoun wrote: > On Sat, 27 May 2017 at 13:36, Danny Milosavljevic > wrote: >> guix [env]$ ./pre-inst-env guix import pypi flex >> Backtrace: > > [...] Ugly > >> guix/build/download.scm:417:6: In procedure tls-wrap: >> guix/build/download.scm:417:6: X.509

bug#46624: Too many heap sections: Increase MAXHINCR or MAX_HEAP_SEC

2021-02-24 Thread zimoun
Hi Tobias, On Thu, 18 Feb 2021 at 23:02, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: > More specifically, it's likely an input cycle (infinite loop of A > needs B needs ... needs A). Guix doesn't [yet] detect these, and > takes them literally until memory is exhausted. Where

bug#46669: Godot fails to start

2021-02-24 Thread Leo Famulari
On Wed, Feb 24, 2021 at 06:47:59PM +0100, Maxime Devos wrote: > On Wed, 2021-02-24 at 12:03 -0500, Leo Famulari wrote: > > [...] > > > > It's reserved for security updates, and other very serious problems. An > > incompatibility with a single package — especially something > > non-critical like a

bug#46580: vim-full fails to build

2021-02-24 Thread zimoun
Hi, On Wed, 24 Feb 2021 at 19:02, Alexandru-Sergiu Marton wrote: > Just pulled the latest Guix and this error still happens. I > attached the build log. See . All the best, simon PS: 46639 and 46642 and incorrectly merged. I have tried to unmerge them in

bug#46757: Guix deploy doesn't seem to be respecting (build-locally? #f)

2021-02-24 Thread pkill9
With (build-locally? #f) set, it should build on the remote, but it starts building guix on the local machine. Maybe it should be doing that? I'm not sure.

bug#46580: vim-full fails to build

2021-02-24 Thread Alexandru-Sergiu Marton
Hi, Just pulled the latest Guix and this error still happens. I attached the build log. Cheers, Alexandru-Sergiu Marton vim-full-build-log.drv.bz2 Description: Vim build log.

bug#46756: guix deploy not copying remote-gexp.scm

2021-02-24 Thread pkill9
I keep getting this error: ``` (system-error "open-file" "~A: ~S" ("No such file or directory" "/gnu/store/p3ahdfcwa5yd65l5nzsnzshw9s7x3xc7-remote-exp.scm") (2)) ``` when I try to run `guix deploy`. This is on the remote machine. I can get it to work by using `guix copy` to copy that file from

bug#46663: [Website] 404 redirection on a link in a blog article

2021-02-24 Thread pelzflorian (Florian Pelz)
On Mon, Feb 22, 2021 at 08:20:43PM +0100, raingloom wrote: > Is there something that scans the website for broken links? Might be > worth setting up if not. You made me check for other broken links using wget on a local build of the website. Indeed there were some more broken links. Thanks!

bug#46555: LVM swap continuously fails guix system: error: service 'swap-/dev/mapper/guix-swap' requires 'device-mapping-guix-swap', which is not provided by any service

2021-02-24 Thread Shyam Saran
Thanks for response, I am attaching config.scm If required then will try to make this file cleaner. On Mon, 22 Feb 2021 at 14:50, Ludovic Courtès wrote: > Hi Shyam, > > Shyam Saran skribis: > > > LVM/Device Mapper swap continuously fails for os configuration > > > > > > with > > > > guix

bug#46669: Godot fails to start

2021-02-24 Thread Maxime Devos
On Wed, 2021-02-24 at 12:03 -0500, Leo Famulari wrote: > [...] > > It's reserved for security updates, and other very serious problems. An > incompatibility with a single package — especially something > non-critical like a game engine — does not qualify. > > [...] Thank you for your response!

bug#46642: vim-full broken

2021-02-24 Thread zimoun
Hi, Thanks for the report. On Fri, 19 Feb 2021 at 20:02, Softwafe Engineer wrote: > Hello. vim-full package is broken. I suspect the commit: 988ac06ce8cf9b1760094e0e2ff23960355d07eb. --8<---cut here---start->8--- gnu: vim: Fix test_signals test. *

bug#46669: Godot fails to start

2021-02-24 Thread Leo Famulari
On Sun, Feb 21, 2021 at 10:05:53AM +0100, Maxime Devos wrote: > Is there any reason the ("libx11" ,libx11) cannot simply be replaced with > ("libx11" ,libx11-fixed) in the package inputs for godot, where libx11 is > the updated libx11? Or alternatively, could the ‘grafts’ mechanism be used? > Or

bug#46650: Extending package transformation options

2021-02-24 Thread Ludovic Courtès
Hi, zimoun skribis: > I am confused. The 'specification->package' returns a regular > package, right?. And then, > > (define gnutls > (specification->package "gnutls")) > > (define dependencies > (append-map transitive-package-dependencies > (list guile-gcrypt

bug#46650: Extending package transformation options

2021-02-24 Thread zimoun
Hi Ludo, On Wed, 24 Feb 2021 at 12:11, Ludovic Courtès wrote: > > On Sat, 20 Feb 2021 at 14:57, Ludovic Courtès wrote: > > > >> Guix as returned by ‘guix pull’ and ‘guix time-machine’ depends on > >> GnuTLS. So here, we have a special case: to build Guix itself, you need > >> to build GnuTLS

bug#46650: Extending package transformation options

2021-02-24 Thread Ludovic Courtès
Hi, zimoun skribis: > On Sat, 20 Feb 2021 at 14:57, Ludovic Courtès wrote: > >> Guix as returned by ‘guix pull’ and ‘guix time-machine’ depends on >> GnuTLS. So here, we have a special case: to build Guix itself, you need >> to build GnuTLS first, and there’s no way to pass ‘--without-tests’

bug#46212: ci.guix.gnu.org narinfos with excessive NarSize

2021-02-24 Thread Mathieu Othacehe
Hey, > The bug here is likely due to 32-bit signed integer wrapping. That can > only happen in C code, so to me possible culprits would be > guile-simple-zmq or the layer above it (if there’s a binary protocol > involved) or the postgresql interface. Only a vague intuition, though. Hmm,