bug#70886: Packaging a gradle application

2024-05-12 Thread Julien Lepiller
After 1.0.0, I'm able to build one more version, but it is not built properly, as it's not able to build ittelf or any other version. There's probably something wrong with one of the dependencies, but it's hard to say what and which one exactly. One way to test would be to rebuild with the

bug#70886: Packaging a gradle application

2024-05-12 Thread Nicolas Graves via Bug reports for GNU Guix
Hi NoƩ, Regarding Gradle, IIRC, the main hinderance to get that into Guix is the extremely costly bootstrap process through which its building blocks (in particular recent Kotlin versions) can be built. The work on this is mainly done by Julien Lepiller in channel guix-android :

bug#66866: Grafting breaks cross-compilation

2024-05-12 Thread David Elsing
Hello, I think I finally understand why the problem only occurs with grafts if a dependency uses copy-build-system. It is actually somewhat complicated. When a package is lowered into a derivation by 'package->derivation' in guix/packages.scm, a list of potentially applicable grafts is created

bug#70897: Guix system hangs on boot with LUKS root partition

2024-05-12 Thread Kaelyn via Bug reports for GNU Guix
Hi Ludo' and others, I recently updated my systems after finally finding https://issues.guix.gnu.org/70051 and seeing the issue I was having with booting with a non-root LUKS partition configured had been fixed. After updating to a commit past these two: 49f82fca41 mapped-devices: luks:

bug#70877: guix-daemon fails to copy 4+GB file to store

2024-05-12 Thread Efraim Flashner
On Sat, May 11, 2024 at 12:52:53PM +0200, Ricardo Wurmus wrote: > The guix-daemon's libutil/util.cc uses copy_file_range to copy a > downloaded file into the store. copy_file_range fails on files larger > than 4GB with an error like this: > > guix build: error: short write in copy_file_range