LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-26-2009, 12:36 PM   #1
charlie_lab
Member
 
Registered: Nov 2006
Posts: 255

Rep: Reputation: 30
error chapter 5.31 Texinfo


Hello,

When i do a make i get this message :
Code:
make
make  all-recursive
make[1]: Entering directory `/mnt/lfs/sources/texinfo-4.13'
Making all in gnulib/lib
make[2]: Entering directory `/mnt/lfs/sources/texinfo-4.13/gnulib/lib'
make  all-am
make[3]: Entering directory `/mnt/lfs/sources/texinfo-4.13/gnulib/lib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/gnulib/lib'
make[2]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/gnulib/lib'
Making all in lib
make[2]: Entering directory `/mnt/lfs/sources/texinfo-4.13/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/lib'
Making all in install-info
make[2]: Entering directory `/mnt/lfs/sources/texinfo-4.13/install-info'
Making all in tests
make[3]: Entering directory `/mnt/lfs/sources/texinfo-4.13/install-info/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/install-info/tests'
make[3]: Entering directory `/mnt/lfs/sources/texinfo-4.13/install-info'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/install-info'
make[2]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/install-info'
Making all in info
make[2]: Entering directory `/mnt/lfs/sources/texinfo-4.13/info'
make  all-am
make[3]: Entering directory `/mnt/lfs/sources/texinfo-4.13/info'
gcc  -g -O2   -o ginfo dir.o display.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o doc.o ../lib/libtxi.a ../gnulib/lib/libgnu.a   
terminal.o: In function `terminal_ring_bell':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:348: undefined reference to `tputs'
terminal.o: In function `terminal_end_inverse':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:332: undefined reference to `tputs'
terminal.o: In function `terminal_begin_inverse':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:320: undefined reference to `tputs'
terminal.o: In function `terminal_down_line':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:308: undefined reference to `tputs'
terminal.o: In function `terminal_up_line':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:296: undefined reference to `tputs'
terminal.o:/mnt/lfs/sources/texinfo-4.13/info/terminal.c:284: more undefined references to `tputs' follow
terminal.o: In function `terminal_get_screen_size':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:481: undefined reference to `tgetnum'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:493: undefined reference to `tgetnum'
terminal.o: In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:539: undefined reference to `tgetent'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:553: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:579: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:580: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:581: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:582: undefined reference to `tgetstr'
terminal.o:/mnt/lfs/sources/texinfo-4.13/info/terminal.c:585: more undefined references to `tgetstr' follow
terminal.o: In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:617: undefined reference to `tgetflag'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:620: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:628: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:629: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:630: undefined reference to `tgetstr'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:631: undefined reference to `tgetstr'
terminal.o:/mnt/lfs/sources/texinfo-4.13/info/terminal.c:633: more undefined references to `tgetstr' follow
terminal.o: In function `terminal_initialize_terminal':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:617: undefined reference to `tgetflag'
terminal.o: In function `terminal_goto_xy':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:235: undefined reference to `tgoto'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:235: undefined reference to `tputs'
terminal.o: In function `terminal_delete_lines':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:365: undefined reference to `tgoto'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:365: undefined reference to `tputs'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:369: undefined reference to `tputs'
terminal.o: In function `terminal_insert_lines':
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:389: undefined reference to `tgoto'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:389: undefined reference to `tputs'
/mnt/lfs/sources/texinfo-4.13/info/terminal.c:393: undefined reference to `tputs'
collect2: ld returned 1 exit status
make[3]: *** [ginfo] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/info'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/lfs/sources/texinfo-4.13/info'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/texinfo-4.13'
make: *** [all] Error 2
What went wrong ?

Roelof
 
Old 05-26-2009, 03:32 PM   #2
anon237
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

Based on the tputs messages I would say that ncurses isn't (correctly) installed.
 
Old 05-27-2009, 01:30 AM   #3
charlie_lab
Member
 
Registered: Nov 2006
Posts: 255

Original Poster
Rep: Reputation: 30
Hello,

Thank you for your answer.
So i have to do a lot of work again.

Roelof
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
CLFS: error while making texinfo 4.8 magesing Linux From Scratch 3 02-05-2009 10:17 AM
Problem in Chapter 5.29. Texinfo-4.8 calling_u3 Linux From Scratch 7 02-05-2007 09:47 AM
CLFS Texinfo Compile Error fatsheep Linux From Scratch 1 10-21-2006 02:44 PM
error installing texinfo-4.8 chapter 5.29 the2k Linux From Scratch 3 10-04-2006 07:18 AM
Error making texinfo-4.0 CragStar Linux From Scratch 2 04-17-2002 11:06 AM

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

All times are GMT -5. The time now is 12:29 AM.

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