When launching julia it complains about being unable to load libgmp.so and libmpfr.so with the following warning:
WARNING: Error during initialization of module GMP: ErrorException("could not load library "libgmp" libgmp.so: cannot open shared object file: No such file or directory") WARNING: Error during initialization of module MPFR: ErrorException("could not load library "libmpfr" libmpfr.so: cannot open shared object file: No such file or directory")
However, both gmp and mpfr are installed. The warnings disappear if I run eopkg it -c system.devel, but I don't know what exactly is missing.