Re: Defining a toolchain with musl libc

2022-05-09 Thread David Arroyo
Hi Simon, thanks for your reply! I must confess that I started this thread with an XY problem; my problem was with execline binaries segfaulting after I performed a pivot_root operation. I don't fully recall why, but I suspected the segfault occurred when execv() tried to load and/or use a dyn

Re: Defining a toolchain with musl libc

2022-05-09 Thread zimoun
Hi, This sounds cool! On Mon, 11 Apr 2022 at 22:34, "David Arroyo" wrote: > $ out=$(guix build -L $(pwd) -e '(@ (aqwari packages skaware) > execline-musl)') > $ file $out/bin/fdmove > > /gnu/store/82r5ilk3jir7cssmhc8bi87qqj46p29h-execline-2.8.1.0/bin/fdmove: ELF > 64-bit L

How do you debug a channel?

2022-05-09 Thread Wil deBeest
Hi! Something in my `local' channel causes this error when I execute `guix pull': building /gnu/store/blb4jxbhdckbpcqf46yk74jrml1ds7wy-local.drv... -builder for `/gnu/store/blb4jxbhdckbpcqf46yk74jrml1ds7wy-local.drv' failed to produce output path `/gnu/store/2klsbdwip925viqv5q8qla4zvnjqqr1i-loca

Re: how can I find the terminal output

2022-05-09 Thread Gottfried
Dear Guixers, thank you very much for your patience and infos, Simon and Kyle, now I understand how script works and I can use it. Thanks also for mentioning tealdeer.That's great, exactly what I need, examples of usage. I still have trouble to understand the man pages. I am not a hacker or

Re: D compiler installation ldc failed

2022-05-09 Thread zimoun
Hi, On Fri, 29 Apr 2022 at 11:54, Martin Michel wrote: > guix install: error: build of > `/gnu/store/gnc9jbwxwbplvpygb276p5fkp3q1l7v2-dub-1.7.2.drv' failed Thanks for the report. This web page [1] provides a clue. 1:

Re: Questions regarding substitutes with debug output

2022-05-09 Thread zimoun
Hi, On Mon, 09 May 2022 at 15:33, Ricardo Wurmus wrote: >> Indeed. Where %my-channels would refer to a channels.scm file, right? > > A list of channels rather than a file. Do yo mean (define %my-channels (read-this-channel-file "path/to/one-channels-file.scm")) (wit

Re: docker containers stop when doing guix install

2022-05-09 Thread Remco van 't Veer
2022/05/09 15:39, zimoun: > Hi, > > On Mon, 09 May 2022 at 12:04, Remco van 't Veer wrote: > >> Outside in the guix installation which runs the docker service defined >> using: >> >> (service docker-service-type) > > [...] > >> The docker images are images like "postgres:10.10" taken from doc

Re: docker containers stop when doing guix install

2022-05-09 Thread zimoun
Hi, On Mon, 09 May 2022 at 12:04, Remco van 't Veer wrote: > Outside in the guix installation which runs the docker service defined > using: > > (service docker-service-type) [...] > The docker images are images like "postgres:10.10" taken from docker hub > so nothing special. It seems the

Re: Questions regarding substitutes with debug output

2022-05-09 Thread Ricardo Wurmus
zimoun writes: > Hi, > > On Fri, 29 Apr 2022 at 22:08, Ricardo Wurmus wrote: > (with-channels %my-channels (package (name "yay") … (inputs (list foo bar baz)) ;these are all looked up in %my-channels > > [...] > >> We already have all the tools

Re: Questions regarding substitutes with debug output

2022-05-09 Thread zimoun
Hi, On Fri, 29 Apr 2022 at 22:08, Ricardo Wurmus wrote: >>> (with-channels %my-channels >>> (package >>> (name "yay") >>> … >>> (inputs >>> (list foo bar baz)) ;these are all looked up in %my-channels [...] > We already have all the tools for WITH-CHANNELS — that’s (guix >

Re: how can I find the terminal output

2022-05-09 Thread Kyle
I have never used the command script, but I thought you might benefit from installing the tldr utility: whose name is short for "too long didn't read" It gives examples instead of all the unwanted details that man pages throw at you first even though they don't make a lick of sense without the r

Re: Seeking suggestions for fixing the R gpg package

2022-05-09 Thread Kyle
Thanks so much, that worked! It was not at all clear to me that such a dependency existed or that if it did it would not already be encapsulated by GPGME itself. On May 6, 2022 4:56:00 AM EDT, zimoun wrote: >Hi, > >On Thu, 05 May 2022 at 13:37, Kyle Andrews wrote: > >> (propagated-input

Re: docker containers stop when doing guix install

2022-05-09 Thread Remco van 't Veer
Hi, 2022/05/09 11:01, zimoun: > On Thu, 28 Apr 2022 at 10:22, Remco van 't Veer wrote: >> Why are (some) running docker containers stopped when doing guix install >> or other guix operations like pull? I noticed this happing to mysql and >> postgres containers but an elasticsearch container jus

Re: docker containers stop when doing guix install

2022-05-09 Thread zimoun
Hi, On Thu, 28 Apr 2022 at 10:22, Remco van 't Veer wrote: > Why are (some) running docker containers stopped when doing guix install > or other guix operations like pull? I noticed this happing to mysql and > postgres containers but an elasticsearch container just keeps running. > > Is stopping

Re: using dpkg-deb in a Guix package definition

2022-05-09 Thread zimoun
Hi, On Sat, 30 Apr 2022 at 11:48, Benjamin Slade wrote: > I've been using this package [ > > ] from Nix on top of Guix System, but I'd like to create my own Guix > package for it i