Re: August/November update on qa.guix.gnu.org and related things

2023-11-03 Thread Christopher Baines
Suhail writes: > "Christopher Baines" writes: > >> There isn't much documentation for QA > > Understood. > > Is the preferred place to ask questions regd the QA service this mailing > list? Yep. >> I think it's fair to say that these shouldn't be styled the same as >> failed builds, so I've c

Reproducible Builds 2023 in Hamburg

2023-11-03 Thread Christopher Baines
Hey! This event is now finished! Efraim and Julien and I had a discussion about Guix things relating to Reproducible Builds and there are some notes available here [1]. 1: https://reproducible-builds.org/events/hamburg2023/guix-todo/ Maybe the others can mention what things they've been looking

Re: Reproducible Builds 2023 in Hamburg

2023-11-03 Thread Christopher Baines
Christopher Baines writes: > Hey! > > This event is now finished! Efraim and Julien and I had a discussion > about Guix things relating to Reproducible Builds and there are some > notes available here [1]. > > 1: https://reproducible-builds.org/events/hamburg2023/guix-todo/ > > Maybe the others

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-11-03 Thread Ricardo Wurmus
Luis Felipe writes: > El 26/10/23 a las 14:03, Luis Felipe escribió: >> El 25/10/23 a las 21:17, Julien Lepiller escribió: >>> The print service I usually use has a lot of options for flyers, >>> {10,15,20,30}*{10,15,20,30}, 12*12, 21*29.7 and 30*40 cm. I think >>> 15*20 would be best. >>> >>>

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-11-03 Thread Luis Felipe
Hello again, El 2/11/23 a las 19:48, Luis Felipe escribió: Hi, El 26/10/23 a las 14:03, Luis Felipe escribió: El 25/10/23 a las 21:17, Julien Lepiller escribió: The print service I usually use has a lot of options for flyers, {10,15,20,30}*{10,15,20,30}, 12*12, 21*29.7 and 30*40 cm. I think

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-11-03 Thread Luis Felipe
El 3/11/23 a las 12:39, Ricardo Wurmus escribió: Luis Felipe writes: El 26/10/23 a las 14:03, Luis Felipe escribió: El 25/10/23 a las 21:17, Julien Lepiller escribió: The print service I usually use has a lot of options for flyers, {10,15,20,30}*{10,15,20,30}, 12*12, 21*29.7 and 30*40 cm. I

G-expressions and chroot environment? (was Re: branch master updated: gnu: Add passff.)

2023-11-03 Thread Simon Tournier
Hi, On Sat, 28 Oct 2023 at 17:05, Clément Lassieur wrote: >> ./pre-inst-env guix show passff-host >> name: passff-host >> version: 1.2.3 >> outputs: >> + out: everything >> systems: x86_64-linux mips64el-linux aarch64-linux powerpc64le-linux >> riscv64-linux >> + i686-linux armhf-

Re: August/November update on qa.guix.gnu.org and related things

2023-11-03 Thread Suhail
"Tomas Volf" <~@wolfsden.cz> writes: > On 2023-11-02 16:38:29 +, Suhail wrote: >> [..] >> -- >> Suhail >> >> This email is not an offer capable of acceptance, does not evidence an >> intention to enter into an agreement, has no operative effect until a >> definitive agreement is signed in wr

Re: packaging Typst?

2023-11-03 Thread Sergio Pastor Pérez
Hi, Alexis. `typst` seems to use a structure that relies on multiple smaller crates. There has been some discussions over the IRC on how this could be packaged using the current cargo build system. The discussion where I participated revolved around `pathfinder` (https://github.com/servo/pathfind

mesa@23.1.4: missing symbols

2023-11-03 Thread Sergio Pastor Pérez
Hi. I've noticed that the `mesa' package we provide is missing some symbols that according to the OpenGL specification should be present on the `libGL.so.1` library. The following commands demonstrate the issue: --8<---cut here---start->8--- $ guix build mesa /

Re: RFI response: Strengthening the Free Software Supply Chain via Guix and GNUnet

2023-11-03 Thread Sergio Pastor Pérez
Hi, Maxim. This has been an interesting read. I would like to encourage you to keep us updated. Thanks for sharing! Sergio. Maxim Cournoyer writes: > Hello, > > Just for your info, I'm relaying the response I've sent for > consideration to the US government [0] in reply to their RFI (Request >

Re: packaging Typst

2023-11-03 Thread Steve George
Hi Alexis, I've been doing some Rust packaging recently, so maybe this will help you to get started. Here's how I would approach it. Explore the software The first thing I did was explore whether Typst builds in a current Guix environment. If we don't have the right version

Re: August/November update on qa.guix.gnu.org and related things

2023-11-03 Thread Tomas Volf
On 2023-11-02 16:38:29 +, Suhail wrote: > [..] > -- > Suhail > > This email is not an offer capable of acceptance, does not evidence an > intention to enter into an agreement, has no operative effect until a > definitive agreement is signed in writing by both parties, and that no > party shou

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-11-03 Thread John Kehayias
On Fri, Nov 03, 2023 at 01:39 PM, Ricardo Wurmus wrote: > Luis Felipe writes: > >> El 26/10/23 a las 14:03, Luis Felipe escribió: >>> El 25/10/23 a las 21:17, Julien Lepiller escribió: The print service I usually use has a lot of options for flyers, {10,15,20,30}*{10,15,20,30}, 12*12, 2

Re: mesa@23.1.4: missing symbols

2023-11-03 Thread John Kehayias
Hi Sergio, On Fri, Nov 03, 2023 at 06:05 PM, Sergio Pastor Pérez wrote: > Hi. > > I've noticed that the `mesa' package we provide is missing some > symbols that according to the OpenGL specification should be present on > the `libGL.so.1` library. > I'll put the punchline up top with a few more

Re: packaging Typst

2023-11-03 Thread Alexis Simon
My current not-yet-working work-in-progress if anyone is interested in contributing. https://codeberg.org/alxsim/local-channel/src/branch/main/typst.scm Alexis On 02/11/2023 13:21, Steve George wrote: Hi Alexis, I've been doing some Rust packaging recently, so maybe this will help you to ge