Needed for IceCat-102: rust-1.59 and rust-cbindgen-0.23

2022-09-12 Thread Mark H Weaver
Hello Guix, In one week (Sept 20) Mozilla is scheduled to release Firefox 102.3 ESR with another batch of fixes for security flaws that they will publicize on the same day, but there will be no corresponding fixes for the 91 ESR branch. I hope to update our IceCat package to version 102 by then.

Re: [RFC] Use LLVM_BUILD_LLVM_DYLIB instead of BUILD_SHARED_LIBS

2022-09-12 Thread Maxim Cournoyer
Hi Maxime, Maxime Devos writes: > On 20-04-2022 12:56, Zhu Zihao wrote: >> We may introduce following problems if we apply this solution. >> >> 1. Increase the closure size of LLVM. >> >> By default, if LLVM_BUILD_LLVM_DYLIB is set true, LLVM still tries to >> build the static archive. This may

Re: Request: build package with source tarball

2022-09-12 Thread Maxime Devos
On 12-09-2022 03:04, Ryan Prior wrote: Hi there! Lately I've been testing distribution tarballs with a workflow like this: 1. update some software in my source directory 2. create a distribution tarball 3. untar to a directory like /tmp/mypkg-src 4. run: |guix build --with-source=mypkg=/t

Re: 04/07: guix: Add compression module.

2022-09-12 Thread Mathieu Othacehe
Hey Ludo, > While I agree this should be factorize, I wonder if this should be > promoted to (guix compression). The module name intuitively is a better > fit for the compression-related things currently in (guix utils). > > Not sure, maybe (gnu compression) would make more sense? Thanks for n