bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ncurses build error


From: Thomas Dickey
Subject: Re: Ncurses build error
Date: Mon, 15 Mar 2021 04:15:01 -0400
User-agent: Mutt/1.10.1 (2018-07-13)

On Mon, Mar 15, 2021 at 11:21:00AM +0530, vedartham vishwanth wrote:
> Hey hi , I am vishwanth , when i am building NCURSES - 6.2 on my centos , I
> am getting this error . Can you please help me how to sort it out the error
> I pasted my error in the chat and even i am attaching the error pic .
> 
> Error:
> 
>         /bin/sh ./run_tic.sh
> ** Building terminfo database, please wait...
> Running tic to install

It's likely that your build is using the system's tic rather than the
in-tree copy of tic.  One of my logs shows this for example:

Running sh ./shlib tic to install /usr/local/ncurses/share/terminfo ...

If you're cross-compiling, the in-tree copy won't work, and older system
copies of tic won't work.  You can build/install ncurses to some non-system
location and use the --with-tic-path option to specify _that_ copy of tic
to work around this problem.

(all of this is in the 6.2 release announcment)

> /vobs/fbsr_linux/external_packages/make/ncurses/fsm99xx/install/usr/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.
> 
> "terminfo.tmp", line 1635, terminal 'pccon+base': enter_bold_mode but no
> exit_attribute_mode
> "terminfo.tmp", line 1635, terminal 'pccon+base': enter_reverse_mode but no
> exit_attribute_mode
> "terminfo.tmp", line 4790, terminal 'xterm-16color': error writing
> /vobs/fbsr_linux/external_packages/make/ncurses/fsm99xx/install/usr/share/terminfo/x/xterm-16color
> ? tic could not build
> /vobs/fbsr_linux/external_packages/make/ncurses/fsm99xx/install/usr/share/terminfo
> make[1]: *** [install.data] Error 1
> make[1]: Leaving directory
> `/tmp/vedrajag/vedrajag_femto_21.1.b61_vedrajag_ncurses/extpkg.ncurses.fsm99xx/ncurses-6.2/misc'
> make: *** [install] Error 2
> *** Error code 1



-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]