From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 22 16:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 346FEFB8 for ; Sat, 22 Jun 2013 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EC57612F2 for ; Sat, 22 Jun 2013 16:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5MGK0aH038903 for ; Sat, 22 Jun 2013 16:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5MGK0Bo038902; Sat, 22 Jun 2013 16:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 22 Jun 2013 16:20:00 GMT Resent-Message-Id: <201306221620.r5MGK0Bo038902@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eugene Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3F0A3F6D for ; Sat, 22 Jun 2013 16:11:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 307AE12CD for ; Sat, 22 Jun 2013 16:11:30 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5MGBTch060887 for ; Sat, 22 Jun 2013 16:11:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5MGBTk5060886; Sat, 22 Jun 2013 16:11:29 GMT (envelope-from nobody) Message-Id: <201306221611.r5MGBTk5060886@oldred.freebsd.org> Date: Sat, 22 Jun 2013 16:11:29 GMT From: Eugene To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179841: mysql56-client fails due do missing/invalid editline library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 16:20:01 -0000 >Number: 179841 >Category: ports >Synopsis: mysql56-client fails due do missing/invalid editline library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 22 16:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eugene >Release: 8.2-RELEASE-p6 >Organization: >Environment: FreeBSD s1.loshmanov.ru 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #3: Sun Mar 11 21:28:08 MSK 2012 root@s1.loshmanov.ru:/usr/obj/usr/src/sys/OUR amd64 >Description: Probably caused by changes in MySQL handling of libedit/editline in 5.6.12 (A new CMake option, WITH_EDITLINE, is provided to indicate whether to use the bundled or system libedit/editline library. The permitted values are bundled (the default) and system. WITH_EDITLINE replaces WITH_LIBEDIT, which has been removed). Make of myql56-client now fails. With system libedit it seems not to find a library at all, with installed devel/libedit port it complains about missing features: -- EDITLINE_INCLUDE_DIR /usr/local/include/editline -- EDITLINE_LIBRARY /usr/local/lib/libedit.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:325 (MYSQL_CHECK_EDITLINE) On another machine (FreeBSD 9.1) all works fine. >How-To-Repeat: 1. update port tree to mysql 5.6.12 2. try to make mysql56-client >Fix: >Release-Note: >Audit-Trail: >Unformatted: