Andrejs Spunitis wrote:

For automation LFS, I've writtten the script
accordnig to instruction from chapter 5:
http://www.dzti.edu.lv/isp-serv/a7/lfs-toolkit.txt

For building I use LiveCD:
http://ftp.osuosl.org/pub/lfs-livecd/lfslivecd-x86-6.2-pre3.iso

I've mounted /dev/sda4, then setup network and sshd,
copied needed src to /mnt/src and then run command
# nohup ./lfs-toolkit.sh &

My hohup.out file can bee seen at the address:
http://www.dzti.edu.lv/isp-serv/a7/nohup.txt

ERRORS:
/mnt/src/texinfo-4.8/info/terminal.c:236: undefined reference to `tgoto'
/mnt/src/texinfo-4.8/info/terminal.c:236: undefined reference to `tputs'

and at the end of make textinfo:
collect2: ld returned 1 exit status
make[3]: *** [ginfo] Error 1
make[3]: Leaving directory `/mnt/src/texinfo-4.8/info'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/src/texinfo-4.8/info'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/src/texinfo-4.8'
make: *** [all] Error 2

What is the problem?

PS
More about "my path of the LFS" in russian:
http://www.dzti.edu.lv/isp-serv/index.php?l=7


------------------------------------------------------------------------

Subject:
Need advices about make textinfo
From:
Andrejs Spunitis <[EMAIL PROTECTED]>
Date:
Mon, 19 Mar 2007 03:46:21 +0200
To:
"For automation LFS", "I've writtten the script accordnig to instruction from chapter 5 that: http://www.dzti.edu.lv/isp-serv/a7/lfs-toolkit.txt For building I use LiveCD: http://ftp.osuosl.org/pub/lfs-livecd/lfslivecd-x86-6.2-pre3.iso I've mounted /dev/sda4", "then setup network and sshd", "copied needed src to /mnt/src and then run command # nohup ./lfs-toolkit.sh & My hohup.out file can bee seen at the address: http://www.dzti.edu.lv/isp-serv/a7/nohup.txt ERRORS: /mnt/src/texinfo-4.8/info/terminal.c:236: undefined reference to `tgoto' /mnt/src/texinfo-4.8/info/terminal.c:236: undefined reference to `tputs' and at the end of make textinfo: collect2: ld returned 1 exit status make[3]: *** [ginfo] Error 1 make[3]: Leaving directory `/mnt/src/texinfo-4.8/info' make[2]: *** [all] Error 2 make[2]: Leaving directory `/mnt/src/texinfo-4.8/info' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/src/texinfo-4.8' make: *** [all] Error 2 What is the problem?"

To:
"For automation LFS", "I've writtten the script accordnig to instruction from chapter 5 that: http://www.dzti.edu.lv/isp-serv/a7/lfs-toolkit.txt For building I use LiveCD: http://ftp.osuosl.org/pub/lfs-livecd/lfslivecd-x86-6.2-pre3.iso I've mounted /dev/sda4", "then setup network and sshd", "copied needed src to /mnt/src and then run command # nohup ./lfs-toolkit.sh & My hohup.out file can bee seen at the address: http://www.dzti.edu.lv/isp-serv/a7/nohup.txt ERRORS: /mnt/src/texinfo-4.8/info/terminal.c:236: undefined reference to `tgoto' /mnt/src/texinfo-4.8/info/terminal.c:236: undefined reference to `tputs' and at the end of make textinfo: collect2: ld returned 1 exit status make[3]: *** [ginfo] Error 1 make[3]: Leaving directory `/mnt/src/texinfo-4.8/info' make[2]: *** [all] Error 2 make[2]: Leaving directory `/mnt/src/texinfo-4.8/info' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/src/texinfo-4.8' make: *** [all] Error 2 What is the problem?"



For automation LFS, I've writtten the script
accordnig to instruction from chapter 5:
http://www.dzti.edu.lv/isp-serv/a7/lfs-toolkit.txt

For building I use LiveCD:
http://ftp.osuosl.org/pub/lfs-livecd/lfslivecd-x86-6.2-pre3.iso

I've mounted /dev/sda4, then setup network and sshd,
copied needed src to /mnt/src and then run command
# nohup ./lfs-toolkit.sh &

My hohup.out file can bee seen at the address:
http://www.dzti.edu.lv/isp-serv/a7/nohup.txt

ERRORS:
/mnt/src/texinfo-4.8/info/terminal.c:236: undefined reference to `tgoto'
/mnt/src/texinfo-4.8/info/terminal.c:236: undefined reference to `tputs'

and at the end of make textinfo:
collect2: ld returned 1 exit status
make[3]: *** [ginfo] Error 1
make[3]: Leaving directory `/mnt/src/texinfo-4.8/info'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/src/texinfo-4.8/info'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/src/texinfo-4.8'
make: *** [all] Error 2

What is the problem?

PS
More about "my path of the LFS" in russian:
http://www.dzti.edu.lv/isp-serv/index.php?l=7



The problem is that texinfo isn't finding ncurses. I would guess that the reason is that your script has "--enable-widec" on ncurses configure but this is not in the book in chapter 5.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to