Re: Using Guix inside a Guix container

2023-02-18 Thread Konrad Hinsen
Hi Simon, > Which part of Guix do you need inside the containerized shell that you > cannot do outside? That's not the right question. There's always a way to do what I want to do outside. But that may be very inconvenient. > Considering your use-case with Snakemake, what I am doing is to wrap

Re: Openjdk (was: Merging core-updates?)

2023-02-18 Thread Andreas Enge
Am Fri, Feb 17, 2023 at 05:27:02PM + schrieb Kaelyn: > I don't know much about openjdk or its development process, but I had one > possible thought about the pattern of patch application. Was it a patch that > was applied or backported to existing openjdk releases, and are @14 and @16 > the

Re: Openjdk (was: Merging core-updates?)

2023-02-18 Thread Andreas Enge
Am Thu, Feb 16, 2023 at 12:38:23PM +0100 schrieb Julien Lepiller: > Upstream ensures openjdk N+1 can be built by openjdk N, but not necessarily > with N-1. We can try :) And fail :) configure: Potential Boot JDK found at /gnu/store/lqfppbbxhq503hfy2xf3djivqv3s8df4-openjdk-17.0.5-jdk is

Ocaml (was: Merging core-updates?)

2023-02-18 Thread Andreas Enge
Hello, Am Mon, Feb 13, 2023 at 09:35:32PM +0100 schrieb Andreas Enge: > ocaml-4.0.9 fails with > gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -fno-tree-vrp -g > -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE >

Re: Ocaml (was: Merging core-updates?)

2023-02-18 Thread Andreas Enge
Am Sat, Feb 18, 2023 at 12:03:31PM +0100 schrieb Andreas Enge: > this looks exactly like the line that posed problems for openjdk. > Maybe there is a patch? Could someone familiar with ocaml have a look? It looks like this: https://github.com/ocaml/ocaml/pull/10266 Andreas