pkgsrc-Users archive

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

nvi2,libiconv was: editors/nvi: CMake Error: The following variables are used in this project, but they are set to NOTFOUND.



On Fri, 19 Jun 2020 at 20:14, Ottavio Caruso
<ottavio2006-usenet2012%yahoo.com@localhost> wrote:
>
> Hi,
>
> $ uname -a
> Linux e130 4.9.0-12-amd64 #1 SMP Debian 4.9.210-1 (2020-01-20) x86_64 GNU/Linux
> $ pwd
> /home/oc/cvs/pkgsrc/current/pkgsrc/editors/nvi2
> $ bmake configure
> [,,,]
>
> -- Configuring done
> CMake Error: The following variables are used in this project, but
> they are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake files:
> ICONV_LIBRARY
>     linked by target "nvi" in directory
> /home/oc/pkgsrc/work/editors/nvi2/work/nvi2-2.1.3/build
>
> -- Generating done
> CMake Warning:
>   Manually-specified variables were not used by the project:
>
>     CMAKE_INSTALL_LIBDIR
>     CMAKE_INSTALL_MANDIR
>
>
> CMake Generate step failed.  Build files cannot be regenerated correctly.
> *** Error code 1
>
> Stop.
> bmake[1]: stopped in /home/oc/cvs/pkgsrc/current/pkgsrc/editors/nvi2
> *** Error code 1
>
> Stop.
> bmake: stopped in /home/oc/cvs/pkgsrc/current/pkgsrc/editors/nvi2
>
>
>
> Full log:
> http://paste.debian.net/plainh/b34f14fa
>
> Any help will be appreciated.

Firstly, an apology: it's nvi2 not nvi.

Secondly: editors/nvi2/options.mk:
http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/editors/nvi2/options.mk?rev=1.2

$ bmake show-options
[...]
These options are currently enabled:
iconv wide-curses

So, why is it not installing libiconv?

$ bmake show-depends
ncursesw>=6.0:../../devel/ncursesw


-- 
Ottavio Caruso


Home | Main Index | Thread Index | Old Index