You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install sage using ./configure there is an error:
(base) dan@DESKTOP-0TJ97T7:~/sage/sage$ ./configure
checking for a BSD-compatible install... /usr/bin//install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin//mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-conda-linux-gnu-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking build system type... x86_64-conda-linux-gnu
checking host system type... x86_64-conda-linux-gnu
checking for ld... /home/dan/miniconda3/bin/x86_64-conda-linux-gnu-ld
checking if the linker (/home/dan/miniconda3/bin/x86_64-conda-linux-gnu-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for root user... no
checking the symbolic links in the source tree... intact
checking for a sed that does not truncate output... /usr/bin//sed
checking for ar... yes
checking for m4... yes
checking for x86_64-conda-linux-gnu-pkg-config... /home/dan/miniconda3/bin//x86_64-conda-linux-gnu-pkg-config
checking pkg-config is at least version 0.29... yes
checking for ranlib... yes
checking for strip... yes
checking for GNU or BSD tar... /usr/bin//tar
configure: error: found a good version of tar in /usr/bin//tar, but it's not the first "tar" program in your PATH
How can I solve it?
Thanks a lot
Expected Behavior
None
Actual Behavior
configure: error: found a good version of tar in /usr/bin//tar, but it's not the first "tar" program in your PATH
Additional Information
No response
Environment
OS: Ubuntu 20.04 WSL
Sage Version: 10.5
Checklist
I have searched the existing issues for a bug report that matches the one I want to file, without success.
I have read the documentation and troubleshoot guide
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
Hello
When I try to install
sage
using./configure
there is an error:How can I solve it?
Thanks a lot
Expected Behavior
None
Actual Behavior
configure: error: found a good version of tar in /usr/bin//tar, but it's not the first "tar" program in your PATH
Additional Information
No response
Environment
OS: Ubuntu 20.04 WSL
Sage Version: 10.5
Checklist
The text was updated successfully, but these errors were encountered: