D compiler installation ldc failed

2022-04-29 Thread Martin Michel
Hello again, today I wanted to install the LLVM-based compiler `ldc` for the D programming language (along with its package management system `dub`). This failed grossly: ``` $ guix install ldc dub The following packages will be installed: dub 1.7.2 ldc 1.27.1 substitute: updating substit

Re: Questions regarding substitutes with debug output

2022-04-29 Thread zimoun
Hi Olivier, On Thu, 28 Apr 2022 at 10:11, Olivier Dion via wrote: > On Thu, 28 Apr 2022, zimoun wrote: > In my case, I prefer to avoid using package object directly. As > mentioned in GWL' manual, the version of Guix running GWL and the > version of Guix used by GWL (the inferior) might not be

docker containers stop when doing guix install

2022-04-29 Thread Remco van 't Veer
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 containers on guix actions on purpose and, if so, why? Why aren't al

Re: Questions regarding substitutes with debug output

2022-04-29 Thread Olivier Dion via
On Fri, 29 Apr 2022, zimoun wrote: > Hi Olivier, > > On Thu, 28 Apr 2022 at 10:11, Olivier Dion via wrote: >> On Thu, 28 Apr 2022, zimoun wrote: > >> In my case, I prefer to avoid using package object directly. As >> mentioned in GWL' manual, the version of Guix running GWL and the >> version o

Re: texlive doesn't link latex2e.info file in $GUIX_PROFILE/share/info even though it is in the store

2022-04-29 Thread zimoun
Hi, On Mon, 07 Mar 2022 at 20:43, vapnik spaknik wrote: > I have texlive installed on a foreign distro at :  >   > /gnu/store/7s4hirky82mfdnmakxswsfb3y5pgg3l2-texlive-texmf-20210325/share/texmf-dist >   > > within that directory I can see doc/info/latex2e.info > i.e. the info file for latex2e >

Re: Updating LXTerminal from v0.3.2 to v0.4.0

2022-04-29 Thread zimoun
Hi, On Mon, 07 Mar 2022 at 18:12, Jaft wrote: > Starting download of > /gnu/store/89xj37ra014gxky8kmjrrbf3ndnia36l-lxterminal-0.4.0.tar.xz > From > http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.0/lxterminal-0.4.0.tar.xz... > download fail

Re: containerized shell

2022-04-29 Thread zimoun
Hi, On Wed, 30 Mar 2022 at 11:40, Cássio Tavares wrote: > guix shell --container --network --no-cwd ungoogled-chromium \ >--preserve='^DISPLAY$' -- chromium The old legacy section of “guix environment” contains this snippet: --8<---cut here---start--

Re: Questions regarding substitutes with debug output

2022-04-29 Thread Olivier Dion via
On Fri, 29 Apr 2022, Ricardo Wurmus wrote: >> Even if I were to import locally defined packages, their dependencies >> would come from the Guix's main channel! > > What would you think about WITH-CHANNELS that would accept a list of > channels and evaluate any package reference in its body within

Re: Questions regarding substitutes with debug output

2022-04-29 Thread Ricardo Wurmus
Olivier Dion writes: > On Fri, 29 Apr 2022, zimoun wrote: >> Hi Olivier, >> >> On Thu, 28 Apr 2022 at 10:11, Olivier Dion via wrote: >>> On Thu, 28 Apr 2022, zimoun wrote: >> >>> In my case, I prefer to avoid using package object directly. As >>> mentioned in GWL' manual, the version of Guix

Re: Questions regarding substitutes with debug output

2022-04-29 Thread zimoun
Hi, On Fri, 29 Apr 2022 at 10:47, Olivier Dion via wrote: > Because importing the package using use-modules would yield the package > from the instance of Guix driving the workflow instead of using the > package of the inferior! GWL will lookup for package in the inferior > context when the pac

Re: Delete all previous derivations

2022-04-29 Thread zimoun
Hi, On Fri, 08 Apr 2022 at 23:14, Joey Dumont wrote: > I am using guix on Arch Linux, installed through the AUR package, but with > a custom store directory: --with-store-dir=/cvmfs/soft.valandil.ca/2022.03. > I was running the daemon with options: > > # /etc/systemd/system/guix-daemon.service.d

Re: backtrace: guix import egg srfi-1

2022-04-29 Thread zimoun
Hi, On Tue, 05 Apr 2022 at 18:48, jgart wrote: > λ guix import egg srfi-1 It works for me. --8<---cut here---start->8--- $ guix import egg srfi-1 Starting download of /tmp/guix-file.04O0k8 >From https://code.call-cc.org/egg-tarballs/5/srfi-1/srfi-1-0.5.1.t

Re: Questions regarding substitutes with debug output

2022-04-29 Thread Ricardo Wurmus
Olivier Dion writes: > On Fri, 29 Apr 2022, Ricardo Wurmus wrote: >>> Even if I were to import locally defined packages, their dependencies >>> would come from the Guix's main channel! >> >> What would you think about WITH-CHANNELS that would accept a list of >> channels and evaluate any packa

Re: Questions regarding substitutes with debug output

2022-04-29 Thread Olivier Dion via
On Fri, 29 Apr 2022, Ricardo Wurmus wrote: > Exactly the same way. The first argument to WITH-CHANNELS would be > (cons C G) and thus P and D would be picked from the set of C and G. C > and G can be specified with exact commits or branches, just like the > --channels option to “guix time-machin