On Fri, 31 Mar 2006 00:06:42 +0100 Fahrenheit <[EMAIL PROTECTED]> wrote:
i've btw checked the run_tic.sh script and where it fails is here: if ( $SHLIB tic$suffix -x -s -o $TERMINFO $source ) then echo '** built new '$TERMINFO else echo '? tic could not build '$TERMINFO exit 1 fi with a couple of echo's: SHLIB: sh ./shlib suffix: terminfo: /tools/share/terminfo source: terminfo.tmp func: sh ./shlib tic -x -s -o /tools/share/terminfo terminfo.tmp the thing now is that if execute this script on the console it works ok. if ( sh ./shlib tic -x -s -o /tools/share/terminfo terminfo.tmp ) then echo '** built new '$TERMINFO else echo '? tic could not build '$TERMINFO return 1 fi so i don't get it, what's going wrong, why won't it install with make install? > Hi all, > > i was doing the udev_update branch of the lfs book, and in chapter 5, > in the install part of ncurses 5.5, i get an error, i don't get the > cause, so if someone could help me, i would be thankful. > > this is the part that fails: > > make[1]: Entering directory `/tmp/ncurses-5.5/misc' > sh ../mkinstalldirs /tools/share/terminfo > mkdir /tools/share/terminfo > sh ../mkinstalldirs /tools/share/tabset > mkdir /tools/share/tabset > DESTDIR= \ > prefix=/tools \ > exec_prefix=/tools \ > bindir=/tools/bin \ > top_srcdir=.. \ > srcdir=. \ > datadir=/tools/share \ > ticdir=/tools/share/terminfo \ > source=terminfo.tmp \ > THIS_CC="i586-pc-linux-gnu-gcc" \ > THAT_CC="i586-pc-linux-gnu-gcc" \ > sh ./run_tic.sh > ** Building terminfo database, please wait... > Running tic to install /tools/share/terminfo ... > > You may see messages regarding extended capabilities, e.g., > AX. These are extended terminal capabilities which are compiled > using > tic -x > If you have ncurses 4.2 applications, you should read the > INSTALL document, and install the terminfo without the -x option. > > tic: relocation error: /lib/libc.so.6: symbol _dl_out_of_memory, > version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time > reference ? tic could not build /tools/share/terminfo make[1]: *** > [install.data] Error 1 make[1]: Leaving directory > `/tmp/ncurses-5.5/misc' make: *** [install] Error 2 > > So that you know, i did deviate from the book, and installed both > gcc-4.1.0 and glibc 2.4, other than that i followed the instructions > on the book and applied the correct version of the patch to gcc. -- > http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: > http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above > information page -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page