Mailinglist Archive: opensuse-bugs (3727 mails)

< Previous Next >
[Bug 644831] terminfo for linux-16color seems broken
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 12 Oct 2010 10:51:06 +0000
  • Message-id: <20101012105106.14C4E24551D@xxxxxxxxxxxxxxxxxxxxxx>

https://bugzilla.novell.com/show_bug.cgi?id=644831

https://bugzilla.novell.com/show_bug.cgi?id=644831#c8


--- Comment #8 from Dr. Werner Fink <werner@xxxxxxxxxx> 2010-10-12 10:51:05 UTC
---
For generating the fallback.c for e.g. xterm, linux, vt100, and vt102
the program tic is required. I prefere the tic and misc/terminfo.src
from the current source tar ball. For this I've to skip the configure
option --with-fallbacks and run

make -C include
make -C ncurses fallback.c FALLBACK_LIST=""
make -C progs termsort.c transform.h infocmp tic
rm -f ncurses/fallback.c
PATH=$PWD/progs:$OPATH
pushd ncurses/
TERMINFO=$PWD/tmp
export TERMINFO
mkdir -p $TERMINFO
$PWD/../progs/tic -I -r -e $FALLBK ../misc/terminfo.src > terminfo.src
$PWD/../progs/tic -o $TERMINFO -s terminfo.src
sh -e ./tinfo/MKfallback.sh $TERMINFO ../misc/terminfo.src
$PWD/../progs/tic ${FALLBK//,/ } > fallback.c
rm -rf $TERMINFO
unset TERMINFO
cp -p fallback.c ../fallback.c.backup
popd
PATH=$OPATH

with FALLBK="xterm,linux,vt100,vt102"

Beside this I've detected that pthread_kill is not a weak symbol anymore
for libncurses6 and that I'm see a libncursest6.

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References