On Fri, May 31, 2013 at 11:19:42PM +0200, David Suárez wrote: > > cd /«PKGBUILDDIR»/src/objs; gcc buffer.o cmd.o display.o edit.o file.o > > help.o keym.o keyparse.o line.o main.o most.o search.o sysdep.o window.o -o > > most -Wl,-R/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lslang > > -ltermcap -lm > > /usr/bin/ld: cannot find -ltermcap The last sid build log says "checking for Terminfo... yes" which is not the same as on the current sid. The check code:
JD_Terminfo_Dirs="/usr/lib/terminfo \
/usr/share/terminfo \
/usr/share/lib/terminfo \
/usr/local/lib/terminfo \
$MISC_TERMINFO_DIRS"
TERMCAP=-ltermcap
for terminfo_dir in $JD_Terminfo_Dirs
do
if test -d $terminfo_dir
then
AC_MSG_RESULT(yes)
TERMCAP=""
break
fi
done
The /usr/share/terminfo directory was dropped from ncurses-base in
5.9+20130119-1.
--
WBR, wRAR
signature.asc
Description: Digital signature

