Make install of Ncurses is failing.

Book  CLFS 1.0.0
Host distribution and version  OpenSuse 10.3
Arch. of host and target AMd   X86_64, double processor.
Value of ${CLFS_HOST}    x86_64-cross-linux-gnu
Value of ${CLFS_TARGET}  x86_64-unknown-linux-gnu
Value of ${BUILD32}  -m32
Value of ${BUILD64}  -m64
Section problem occured   6.5.1 Ncurses-5.5

This is the result of "make install".

make[1]: Entering directory `/mnt/clfs/sources/ncurses-5.5/misc'
DESTDIR= \
         prefix=/tools \
         exec_prefix=/tools \
         bindir=/tools/bin \
         top_srcdir=.. \
         srcdir=. \
         datadir=/tools/share \
         ticdir=/tools/share/terminfo \
         source=terminfo.tmp \
         THIS_CC="x86_64-unknown-linux-gnu-gcc -m64" \
         THAT_CC="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.

./run_tic.sh: line 113: tic: command not found
? tic could not build /tools/share/terminfo
make[1]: *** [install.data] Error 1
make[1]: Leaving directory `/mnt/clfs/sources/ncurses-5.5/misc'
make: *** [install] Error 2
clfs:/mnt/clfs/sources/ncurses-5.5$

Back in August 06 Brenden Capps had a similar problem, of which he says
"I looked into this further and found out that the run_tic.sh was failing  
on
line 114 when it was executin the following.

          if ( $SHLIB tic$suffix -x -s -o $TERMINFO $source )

Looking into the variables I found out the above line was running the
following command.

          sh ./shlib tic -x -s -o /usr/share/terminfo terminfo.tmp

I'm not sure what set the variable SHLIB, but when I removed it from the
script the script then ran perfectly.  This solves the problem, but I'm
curious what caused it."

What did he remove, the word "SHLIB", the word "shlib", the whole line  
(which whole line) or what? Brenden was making for LFS, would making for  
CLFS be different?

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
Clfs-support mailing list
Clfs-support@lists.cross-lfs.org
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to