Bug 197491 - databases/mysql56-client: Configure fails if devel/readline is installed
Summary: databases/mysql56-client: Configure fails if devel/readline is installed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alex Dupre
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2015-02-09 16:16 UTC by Alexander Shikov
Modified: 2015-06-22 22:12 UTC (History)
3 users (show)

See Also:
koobs: maintainer-feedback? (ale)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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@.