Bug 197491

Summary: databases/mysql56-client: Configure fails if devel/readline is installed
Product: Ports & Packages Reporter: Alexander Shikov <a.shikov>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me CC: ale, avilla, johans
Priority: --- Keywords: needs-patch, needs-qa
Version: LatestFlags: koobs: maintainer-feedback? (ale)
Hardware: Any   
OS: Any   

Description Alexander Shikov 2015-02-09 16:16:43 UTC
databases/mysql56-client fails to build if devel/readline is installed:

# pkg info -x read
readline-6.3.8

# cd /usr/ports/databases/mysql56-client
# make configure
[...]
-- Check size of wint_t - done
-- EDITLINE_INCLUDE_DIR /usr/include/edit/readline
-- EDITLINE_LIBRARY /usr/local/lib/libreadline.so
-- Performing Test EDITLINE_HAVE_HIST_ENTRY
-- Performing Test EDITLINE_HAVE_HIST_ENTRY - Failed
-- Performing Test EDITLINE_HAVE_COMPLETION
-- Performing Test EDITLINE_HAVE_COMPLETION - Failed
CMake Error at cmake/readline.cmake:206 (MESSAGE):
  Cannot find system editline libraries.
Call Stack (most recent call first):
  CMakeLists.txt:409 (MYSQL_CHECK_EDITLINE)


-- Configuring incomplete, errors occurred!
See also "/usr/ports/databases/mysql56-client/work/mysql-5.6.23/CMakeFiles/CMakeOutput.log".
See also "/usr/ports/databases/mysql56-client/work/mysql-5.6.23/CMakeFiles/CMakeError.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/mysql56-client



At the same time devel/mysql55-client configures normally.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-09 16:16:43 UTC
Maintainers CC'd
Comment 2 Alberto Villa freebsd_committer freebsd_triage 2015-06-22 22:12:46 UTC
Fixed in r389659 by antoine@.