On Fri, Feb 3, 2023 at 7:33 AM Sébastien Labbé <sla...@gmail.com> wrote:
>
>
>
> On Thursday, February 2, 2023 at 7:37:27 PM UTC+1 matthia...@gmail.com wrote:
> On Thursday, February 2, 2023 at 9:30:30 AM UTC-8 Sébastien Labbé wrote:
> ./bootstrap: 9: m4: Permission denied
> make: *** [Makefile:365 : configure] Erreur 1
>
> Do you have "." in PATH?
>
>
> No
>
> What does "which m4" say?
>
>
> It returns nothing! Thanks for the hint. I found the problem: when reading 
> the sage README to install sage from scratch on this new machine, I installed 
> the basic stuff as follows:
>
> $ sudo apt install gcc gfortran g++ make m4 perl ranlib tar bc
> [...]
> E: Impossible de trouver le paquet ranlib
>
> But this returned an error on ranlib and I assumed it had installed the other 
> packages in the list but no, it did not (gcc, gfortran, etc. were not 
> installed as well).
>
> Is ranlib really needed for sage? Can we remove it from the README?

ranlib is a standard tool, and is used by various build systems. On
Debian it's a part of binutils package.

README is not platform-specific, and it does not tell you to install
*package* called ranlib.
However, we should add there an advice to look for what packages to install in
build/pkgs/_prereq/distros/
(e.g. for Debian it's in build/pkgs/_prereq/distros/debian.txt)

(Once our GitHub is live in few days, it's a very quick PR to do :-))



>
>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/d6aecaee-279a-45f8-a645-36483d72a382n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq0DgfZTWUC5kd8sTJyv9xgvZmKADsJw06Euh42eB_hxaw%40mail.gmail.com.

Reply via email to