I just downloaded the latest release (1.5.0) of RootsFortran from
After uncompressing the master and running
fpm build –profile release
I got the error message:
Initialized empty Git repository in /home/rudi/comp/for/Libraries/GitHub/jacobwilliams/RootsFortran/roots-fortran-maste
r/build/dependencies/FACE/.git/
remote: Enumerating objects: 61, done.
remote: Counting objects: 100% (61/61), done.
remote: Compressing objects: 100% (55/55), done.
remote: Total 61 (delta 4), reused 35 (delta 1), pack-reused 0 (from 0)
Unpacking objects: 100% (61/61), 188.34 KiB | 1.67 MiB/s, done.
From GitHub - szaghi/FACE: Fortran Ansi Colors (and Styles) Environment · GitHub
* branch HEAD → FETCH_HEAD
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x7f4bf3409055 in ???
#1 0x7f4bf3408045 in ???
#2 0x7f4bf30eb28f in ???
#3 0x417ac7 in __fpm_MOD_build_model
at ./src/fpm.f90:118
#4 0x41e30f in _fpm_MOD_cmd_build
at ./src/fpm.f90:296
#5 0x402b30 in MAIN_
at app/main.f90:72
#6 0x40241c in main
at app/main.f90:11
Segmentation fault (core dumped) fpm build --profile release
My system has fpm version 0.6.0 alpha installed from snap. Do I need a newer version of fpm?
Thanks.