最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

[Fixed] “makeinfo” is missing on your system

工作和技术 crifan 4055浏览 0评论

Environment: Ubuntu

Problem:install the buildroot ,but failed with message:

WARNING: `makeinfo’ is missing on your system. You should only need it if
you modified a `.texi’ or `.texinfo’ file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make’ (AIX,
DU, IRIX). You might want to install the `Texinfo’ package or
the `GNU make’ package. Grab either from any GNU archive site.

Solution:you can find the solution in :
http://docwiki.gumstix.org/Buildroot

1.install the textinfo by:
sudo apt-get install textinfo
which include the makeinfo tool

2.verify that the makeinfo command is in your PATH,

such as type "makeinfo –version"
3.go into the root dir of buildroot
4.delete the toolchain_build_XXX, XXX is your ARCH

such as toolchain_build_arm, but for buildroot-2009.11, not have this directory,

so my method is, re do all steps for buildroot,(untar code, redo config, make, also you can cp dl/* into here from old buildroot to save time)

rebuild it. then make is OK.

5.redo make in the root dir of buildroot

If this method is not OK:
1.check your makeinfo version:
makeinfo –version
If is >4.11, "then you may have encountered a well-known `binutils’ bug."

see following :
————————————————————————————————-

http://docwiki.gumstix.org/Buildroot

See this thread for ways to work around this bug.

If you are behind a proxy and are having trouble pulling down required files after running ‘make’:

export http_proxy=&quot;<a rel="nofollow" href="http://proxy.example.com:8080/" title="http://proxy.example.com:8080" class="external free">http://proxy.example.com:8080</a>&quot;

Replace proxy.example.com with your actual proxy server. Replace 8080 with your actual proxy server port.

Open /gumstix-buildroot/toolchain/getter_script.sh

Edit the wget line (last line in my version) to read

wget -Y on -nd ${a[@]}

Try running make again.

转载请注明:在路上 » [Fixed] “makeinfo” is missing on your system

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
79 queries in 0.208 seconds, using 22.04MB memory