Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: error: found a good version of tar in /usr/bin//tar, but it's not the first "tar" program in your PATH #38856

Open
2 tasks done
danli349 opened this issue Oct 25, 2024 · 0 comments

Comments

@danli349
Copy link

Steps To Reproduce

Hello

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants