Closed archibate closed 2 years ago
I see #23641 says:
sudo apt-get update -y
sudo apt-get install -y autoconf-archive
Why not install this autoconf-archive
as a dep of mpfr using vcpkg?
Thanks for posting this issue. autoconf-archive
is a Linux system library, vcpkg did not add this library to it。
But vcpkg can even download powershell
automatically on win... Is there any difficulty on making autoconf-archive
self-contained? Anyway, I have fixed this by special treating Ubuntu 18.04. Thank for your answer very much :tada:
Host Environment
To Reproduce[ Steps to reproduce the behavior:
./vcpkg install mpfr
See this workflow log: https://github.com/zenustech/zeno/runs/6105211406?check_suite_focus=trueFailure logs
Additional context Add any other context about the problem here, such as what you have already tried to resolve the issue.