Open MatthewPennock opened 4 years ago
I can build the master branch, I believe when this pull request reaches a release the problem will be resolved: https://github.com/openthread/wpantund/pull/457
As @MatthewPennock points out, the issue is connected by using a newer autoconf-archive version. I installed an older version as follows, this helped me fix the issue on ubuntu 20.04, hope it helps you aswell;
# clone and checkout v2017.09.28 (maybe newer versions work aswell)
git clone git://git.sv.gnu.org/autoconf-archive.git
cd autoconf-archive/
git fetch origin v2017.09.28
git checkout v2017.09.28
# configure & build and install
./bootstrap.sh
./configure --prefix=/usr # default did not work for me, check where autoconf-archive is usually installing its files
make maintainer-all # update all generated files that go into a release
make && sudo make install # build and install
Describe the bug The steps in INSTALL.md cannot build the latest release of wpantund.
To Reproduce See Console/log output.
Expected behavior The steps in INSTALL.md should be sufficient to install wpantund. OS: Ubuntu 20.04 LTS 64-bit
Console/log output
Additional context Add any other context about the problem here.