From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 15 20:50:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F148816A4CF for ; Sun, 15 Aug 2004 20:50:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE9D43D1F for ; Sun, 15 Aug 2004 20:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7FKoJXQ050493 for ; Sun, 15 Aug 2004 20:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7FKoJWc050492; Sun, 15 Aug 2004 20:50:19 GMT (envelope-from gnats) Resent-Date: Sun, 15 Aug 2004 20:50:19 GMT Resent-Message-Id: <200408152050.i7FKoJWc050492@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, Tim Hawkins Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F6616A4CE for ; Sun, 15 Aug 2004 20:44:25 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C8543D1D for ; Sun, 15 Aug 2004 20:44:25 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7FKiPIf032402 for ; Sun, 15 Aug 2004 20:44:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7FKiPPk032400; Sun, 15 Aug 2004 20:44:25 GMT (envelope-from nobody) Message-Id: <200408152044.i7FKiPPk032400@www.freebsd.org> Date: Sun, 15 Aug 2004 20:44:25 GMT From: Tim Hawkins To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/70499: QT 3.x port does not look in correct place for mysql libs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 20:50:20 -0000 >Number: 70499 >Category: ports >Synopsis: QT 3.x port does not look in correct place for mysql libs >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: Sun Aug 15 20:50:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Hawkins >Release: 5.2-current >Organization: Yahoo Europe >Environment: FreeBSD godzuki.contentspace.priv 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jun 26 17:46:08 BST 2004 root@godzuki.contentspace.priv:/usr/obj/usr/src/sys/GENERIC-current-local i386 >Description: QT ports are looking in wrong directory for mysql-client libs, x11-toolkits/qt33 looks in /usr/local/lib for libmysqlclient, lib is actualy installed in /usr/local/lib/mysql (databases/mysql40-client). Results in QT port always being compiled without mysql support. >How-To-Repeat: cd /usr/ports/databases/mysql40-client make install clean cd /usr/ports/x11-toolkits/qt33 make install clean And examine config script output ... ===> Configuring for qt-3.3.3 IBASE auto-detection... Could not find libgds.* anywhere in /lib /usr/lib /usr/local/lib IBASE disabled. MySQL auto-detection... Could not find libmysqlclient.* anywhere in /lib /usr/lib /usr/local/lib MySQL disabled. ODBC auto-detection... Found libodbc.* in /usr/local/lib Found sqlext.h in /usr/local/include Found sql.h in /usr/local/include ODBC enabled. .... >Fix: >Release-Note: >Audit-Trail: >Unformatted: