pkgsrc-Users archive

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

mysql57 libedit build error



I see a pbulk failure for mysql-client-5.7.29

==========================================================================
The following variables will affect the build process of this package,
mysql-client-5.7.29.  Their current value is shown below:

        * CURSES_DEFAULT = curses 
        * READLINE_DEFAULT = editline
        * SSLBASE = /usr
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private
        * VARBASE = /var

Based on these variables, the following variables have been set:

        * CURSES_TYPE = curses
        * READLINE_TYPE = editline
        * TERMCAP_TYPE = termcap

-- EDITLINE_INCLUDE_DIR /usr/include/readline
-- EDITLINE_LIBRARY /usr/pkg/lib/libedit.so   <--------------- !!!
-- Performing Test EDITLINE_HAVE_HIST_ENTRY
-- Performing Test EDITLINE_HAVE_HIST_ENTRY - Failed 
-- Performing Test EDITLINE_HAVE_COMPLETION_INT
-- Performing Test EDITLINE_HAVE_COMPLETION_INT - Failed
-- Performing Test EDITLINE_HAVE_COMPLETION_CHAR
-- Performing Test EDITLINE_HAVE_COMPLETION_CHAR - Failed
CMake Error at cmake/readline.cmake:208 (MESSAGE):
  Cannot find system editline libraries.
Call Stack (most recent call first):
  CMakeLists.txt:581 (MYSQL_CHECK_EDITLINE)


-- Configuring incomplete, errors occurred!


As this is NetBSD-current/amd64, libedit is not in pkg:

# find /tmp/sandbox -name libedit.so
/tmp/sandbox/usr/lib/libedit.so
/tmp/sandbox/usr/lib/i386/libedit.so
/tmp/sandbox/lib/libedit.so
#


Local problem, or are any of you seeing it too?


Cheers,

Patrick


Home | Main Index | Thread Index | Old Index