Re: [sage-support] sage compiler cannot find required perl module

2023-03-31 Thread Mike
I solved my problem, which was due to my misunderstanding of perl. In case someone comes across this in the future, the perl module Net/Cmd.pm is entirely different from the perl module IPC/Cmd.pm, as one can verify by looking at the code. I had mistakenly assumed that different systems just u

Re: [sage-support] sage compiler cannot find required perl module

2023-03-23 Thread Mike
Dear Jan, The perl module is already installed (as /usr/share/perl5/Net/Cmd.pm). I'm trying to help the sage compiler locate it, either 1) by copying it to someplace that the compiler will look (which I already tried, without success, as documented above) or 2) by telling the compiler where

Re: [sage-support] sage compiler cannot find required perl module

2023-03-22 Thread Jan Groenewald
Hi Can you do this? perl -MCPAN -e 'install IPC::Cmd' (works for me on debian) Regards, Jan On Thu, 23 Mar 2023 at 04:52, Mike wrote: > Running "$ MAKE='make -j40' make" gives the error message > = > The following package(s) may have failed to build (not necessarily > during this run of

[sage-support] sage compiler cannot find required perl module

2023-03-22 Thread Mike
Running "$ MAKE='make -j40' make" gives the error message = The following package(s) may have failed to build (not necessarily during this run of 'make all-start'): * package: openssl-3.0.5 last build time: Mar 22 18:43 log file:/home/millermj/sage-9.8/logs/pkgs/openssl-3.0.