pkgsrc-Users archive

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

Re: nvi with split system ncurses



On Mon, 15 Jun 2020 at 21:50, <oskar%fessel.org@localhost> wrote:
>
> Hej,
>
> > Am 14.06.2020 um 02:02 schrieb adr <adr%SDF.ORG@localhost>:
> >
> > Sorry for the noise. Something is messing with my mail ...<patch-patch-dist_configure.in>
>
> is this anyhow related to the tmux build failure i am currently observing?
>
> —schnipp—
> checking event.h usability... yes
> checking event.h presence... yes
> checking for event.h... yes
> checking for LIBTINFO... no
> checking for LIBNCURSES... no
> checking for LIBNCURSES... no
> checking for setupterm in -ltinfo... no
> checking for setupterm in -lncurses... no
> checking for setupterm in -lcurses... no
> checking curses.h usability... yes
> checking curses.h presence... yes
> checking for curses.h... yes
> configure: error: "curses not found"
> *** Error code 1
>
> Stop.
> make[1]: stopped in /hurz/pkgsrc/misc/tmux
> *** Error code 1
>
> Stop.
> make: stopped in /usr/pkgsrc/misc/tmux
> —schnappp—
>
> this happens with and without ncurses installed (on NetBSD 9.99.66).

On my 9.99.67 system (with CURSES_DEFAULT=ncursesw in mk.conf)
misc/tmux builds without problems.



> configure is looking for setupterm() which i suppose should be in libterminfo and not in libcurses.
>
> the sources for the tmux in wip are somehow not availible anymore, so checking with rc1 is not that easy…

Manual installation from GitHub also works ( git clone
https://github.com/tmux/tmux.git && cd tmux && sh autogen.sh &&
./configure && gmake ) also produces

$ /usr/local/bin/tmux -V
tmux next-3.2

(FWIW, tested on two different systems).

>
> Cheers
>         Oskar
>

Chavdar
-- 
----


Home | Main Index | Thread Index | Old Index