make 4.2.1 Installing to target 报错

报错内容:

2021-05-01T16:21:46 WARNING: 'makeinfo' is missing on your system.
2021-05-01T16:21:46 You should only need it if you modified a '.texi' file, or
2021-05-01T16:21:46 any other file indirectly affecting the aspect of the manual.
2021-05-01T16:21:46 You might want to install the Texinfo package:
2021-05-01T16:21:46 <http://www.gnu.org/software/texinfo/>
2021-05-01T16:21:46 The spurious makeinfo call might also be the consequence of
2021-05-01T16:21:46 using a buggy 'make' (AIX, DU, IRIX), in which case you might
2021-05-01T16:21:46 want to install GNU make:
2021-05-01T16:21:46 <http://www.gnu.org/software/make/>
2021-05-01T16:21:46 make[3]: *** [Makefile:382: make.info] Error 127
2021-05-01T16:21:46 make[2]: *** [Makefile:790: install-recursive] Error 1

这部分是打包的时候报错 ,提示需要安装一个texinfo 

所以直接 sudo apt-get install texinfo

posted @ 2021-05-01 16:59  Dipsyhu  阅读(345)  评论(0编辑  收藏  举报