LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 05-03-2016, 08:58 AM   #1
Rafnex
LQ Newbie
 
Registered: Apr 2016
Posts: 3

Rep: Reputation: Disabled
LFS 6.14.1 Error while "make html"


Hi together!

I have an Error in Chapter 6.14.1 "Installation of GMP". While the first make there were no errors. Now while "make html" this Error occur:
Code:
make[1]: Entering directory '/sources/gmp-6.1.0/doc'
rm -rf gmp.htp
if /bin/sh /sources/gmp-6.1.0/missing makeinfo --html   -I . \
 -o gmp.htp gmp.texi; \
then \
  rm -rf gmp.html && mv gmp.htp gmp.html; \
else \
  rm -rf gmp.htp; exit 1; \
fi
/sources/gmp-6.1.0/missing: line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
Makefile:462: recipe for target 'gmp.html' failed
make[1]: *** [gmp.html] Error 1
make[1]: Leaving directory '/sources/gmp-6.1.0/doc'
Makefile:954: recipe for target 'html-recursive' failed
make: *** [html-recursive] Error 1
The full Output:

Code:
root:/sources/gmp-6.1.0# make html
Making html in tests
make[1]: Entering directory '/sources/gmp-6.1.0/tests'
Making html in .
make[2]: Entering directory '/sources/gmp-6.1.0/tests'
make[2]: Nothing to be done for 'html-am'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests'
Making html in devel
make[2]: Entering directory '/sources/gmp-6.1.0/tests/devel'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests/devel'
Making html in mpn
make[2]: Entering directory '/sources/gmp-6.1.0/tests/mpn'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests/mpn'
Making html in mpz
make[2]: Entering directory '/sources/gmp-6.1.0/tests/mpz'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests/mpz'
Making html in mpq
make[2]: Entering directory '/sources/gmp-6.1.0/tests/mpq'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests/mpq'
Making html in mpf
make[2]: Entering directory '/sources/gmp-6.1.0/tests/mpf'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests/mpf'
Making html in rand
make[2]: Entering directory '/sources/gmp-6.1.0/tests/rand'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests/rand'
Making html in misc
make[2]: Entering directory '/sources/gmp-6.1.0/tests/misc'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests/misc'
Making html in cxx
make[2]: Entering directory '/sources/gmp-6.1.0/tests/cxx'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/tests/cxx'
make[1]: Leaving directory '/sources/gmp-6.1.0/tests'
Making html in mpn
make[1]: Entering directory '/sources/gmp-6.1.0/mpn'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/mpn'
Making html in mpz
make[1]: Entering directory '/sources/gmp-6.1.0/mpz'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/mpz'
Making html in mpq
make[1]: Entering directory '/sources/gmp-6.1.0/mpq'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/mpq'
Making html in mpf
make[1]: Entering directory '/sources/gmp-6.1.0/mpf'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/mpf'
Making html in printf
make[1]: Entering directory '/sources/gmp-6.1.0/printf'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/printf'
Making html in scanf
make[1]: Entering directory '/sources/gmp-6.1.0/scanf'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/scanf'
Making html in rand
make[1]: Entering directory '/sources/gmp-6.1.0/rand'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/rand'
Making html in cxx
make[1]: Entering directory '/sources/gmp-6.1.0/cxx'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/cxx'
Making html in demos
make[1]: Entering directory '/sources/gmp-6.1.0/demos'
Making html in calc
make[2]: Entering directory '/sources/gmp-6.1.0/demos/calc'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/demos/calc'
Making html in expr
make[2]: Entering directory '/sources/gmp-6.1.0/demos/expr'
make[2]: Nothing to be done for 'html'.
make[2]: Leaving directory '/sources/gmp-6.1.0/demos/expr'
make[2]: Entering directory '/sources/gmp-6.1.0/demos'
make[2]: Nothing to be done for 'html-am'.
make[2]: Leaving directory '/sources/gmp-6.1.0/demos'
make[1]: Leaving directory '/sources/gmp-6.1.0/demos'
Making html in tune
make[1]: Entering directory '/sources/gmp-6.1.0/tune'
make[1]: Nothing to be done for 'html'.
make[1]: Leaving directory '/sources/gmp-6.1.0/tune'
Making html in doc
make[1]: Entering directory '/sources/gmp-6.1.0/doc'
rm -rf gmp.htp
if /bin/sh /sources/gmp-6.1.0/missing makeinfo --html   -I . \
 -o gmp.htp gmp.texi; \
then \
  rm -rf gmp.html && mv gmp.htp gmp.html; \
else \
  rm -rf gmp.htp; exit 1; \
fi
/sources/gmp-6.1.0/missing: line 81: makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
Makefile:462: recipe for target 'gmp.html' failed
make[1]: *** [gmp.html] Error 1
make[1]: Leaving directory '/sources/gmp-6.1.0/doc'
Makefile:954: recipe for target 'html-recursive' failed
make: *** [html-recursive] Error 1
 
Old 05-03-2016, 10:06 AM   #2
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Looks like texinfo in ch5 failed, not sure how you gonna get round that. Becuse you have adjusted the tools now.

Quote:
WARNING: 'makeinfo' is missing on your system
Leave out make html. If you want the html install it after later on.

Last edited by spiky0011; 05-03-2016 at 10:09 AM.
 
  


Reply

Tags
error message, lfs error, makeinfo



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] LFS make error yogender Linux From Scratch 9 07-20-2015 11:28 PM
Binutils make error LFS 7.7 Toroso Linux From Scratch 5 03-30-2015 04:09 AM
Glibc2.16.0 make error LFS 7.2 aniketmeshram Linux From Scratch 1 04-10-2013 11:28 AM
6.13 GMP-5.0.0 LFS make error SmokingSquirrel Linux - General 5 06-11-2010 12:34 PM
make glibc error (LFS) gatblast45 Linux - Software 3 12-21-2004 11:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 11:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration