Re: gfortran seems to require gcc-toolchain

2019-11-09 Thread Efraim Flashner
On Sun, Nov 10, 2019 at 12:03:37AM +0100, Marius Bakke wrote: > Konrad Hinsen writes: > > > Hi Guix, > > > > I am trying to recompile old Fortran code under Guix. I made an (pure) > > environment containing "gfortran" plus a few required tools (make etc.), > > but found that every Fortran compila

Build error in guix/scripts/pack.scm: no binding 'zip' to hide

2019-11-09 Thread David Wilson
Hey Guix, After syncing to the latest in master today, I've started getting the following error when I try to rebuild Guix: --- SNIP --- [ 11%] LOAD guix/scripts/upgrade.scm [ 11%] LOAD guix/scripts/search.scm [ 11%] LOAD guix/scripts/show.scm [ 11%] LOAD guix/scripts/gc.scm [ 11%] LOAD guix/scr

Re: gfortran seems to require gcc-toolchain

2019-11-09 Thread Marius Bakke
Konrad Hinsen writes: > Hi Guix, > > I am trying to recompile old Fortran code under Guix. I made an (pure) > environment containing "gfortran" plus a few required tools (make etc.), > but found that every Fortran compilation stops with an error message > complaining about "as" missing. Installin

Re: ripit/perl: use perl_cddb_get package?

2019-11-09 Thread Marc Chantreux
> This seems to be the problem, it returned: > $ perl -E 'map say, grep -d, @INC' > $ find /gnu/store/*perl* -iname "CDDB_get.pm" > /gnu/store/7n8rdqbx25801ypj38bywacbicmsc2ns-perl-cddb-get-2.28/lib/perl5/site_perl/5.28.0/CDDB_get.pm > /gnu/store/mg8qgzi0v2his2xld1zkb8x7p5lf3v6m-perl-cddb-get-2.28/

Detached LUKS header

2019-11-09 Thread elaexuotee
Installing GuixSD for the first time. On a ThinkPad T400s, to boot! Anyway, is there a straightforward way to configure a mapping device for LUKS with a detached header? Otherwise, what's the best way to go about passing command line options to the initrd cryptsetup call? For a little context, I

Re: ripit/perl: use perl_cddb_get package?

2019-11-09 Thread Marc Chantreux
hello, > So I obviously installed perl-cddb-get with guix, but the error message > persisted, and I think installing it the way ripit asks is not the > "guix-way". are you using the good perl interpreter ? (the one provided by guix i guess?) perl -E 'map say, grep -d, @INC' should provi

Re: ripit/perl: use perl_cddb_get package?

2019-11-09 Thread Sam
Hey marc, thanks for answering. perl -E 'map say, grep -d, @INC' should provide a direcory that contains CDDB_get.pm This seems to be the problem, it returned: $ perl -E 'map say, grep -d, @INC' /gnu/store/ziinjmbnq004866mwjrczsk12wf35qb8-perl-5.30.0/lib/perl5/site_perl/5.30.0/x86_64-li