bug#62051: Early detection of derivations with unreadable builder scripts

2023-03-09 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Chris, Christopher Baines writes: > This is part of the following builder script: > > (cons "--enable-mpi-java" #) > > from: /gnu/store/yngxnpcs4s6y8acxf4nwx5pcpj0j6q6i-java-openmpi-4.1.4-builder > > And when attempting to build that derivation, you get the following > error. > > ice-9/re

bug#62051: Early detection of derivations with unreadable builder scripts

2023-03-08 Thread Christopher Baines
Currently it's quite easy to end up with packages that have builder scripts that can't be read by Guile. This is part of the following builder script: (cons "--enable-mpi-java" #) from: /gnu/store/yngxnpcs4s6y8acxf4nwx5pcpj0j6q6i-java-openmpi-4.1.4-builder And when attempting to build that de