This repository was archived by the owner on May 24, 2025. It is now read-only.
Description 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
mpennock@vm:~$ cd source/openthread/wpantund/
mpennock@vm:~/source/openthread/wpantund$ git status
HEAD detached at full/latest-release
nothing to commit, working tree clean
mpennock@vm:~/source/openthread/wpantund$ ./bootstrap.sh
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'm4'.
libtoolize: copying file 'm4/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
*** error: The 'autoconf-archive' package is not installed.
Use the appropriate command for your platform to install the package:
Homebrew(OS X) ....... brew install autoconf-archive
Debian/Ubuntu ........ apt-get install autoconf-archive
mpennock@vm:~/source/openthread/wpantund$ dpkg -l | grep autoconf-archive
ii autoconf-archive 20190106-2.1ubuntu1 all Autoconf Macro Archive
mpennock@vm:~/source/openthread/wpantund$ git log -n1
commit 6993264fd613fbc67378bdf686ab608657cb77a9 (HEAD, tag: full/latest-release, tag: full/0.07.01)
Merge: 0097803 fd66805
Author: Robert Quattlebaum <rquattlebaum@nestlabs.com>
Date: Fri Mar 31 13:50:16 2017 -0700
build-system: Merge of changes for 0.07.01
Based-on: 85d5e61b0138b362d02e244e122c8f5aaddafe09
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
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.