From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 22 10:50:23 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 E66D216A4CF for ; Thu, 22 Jul 2004 10:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C47BD43D1D for ; Thu, 22 Jul 2004 10:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6MAoNef009659 for ; Thu, 22 Jul 2004 10:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6MAoN2Y009658; Thu, 22 Jul 2004 10:50:23 GMT (envelope-from gnats) Resent-Date: Thu, 22 Jul 2004 10:50:23 GMT Resent-Message-Id: <200407221050.i6MAoN2Y009658@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, Thomas Deniau Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0433816A4CE for ; Thu, 22 Jul 2004 10:44:26 +0000 (GMT) Received: from anduril.nousoft.org (nousoft.org [81.56.170.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB2943D1D for ; Thu, 22 Jul 2004 10:44:25 +0000 (GMT) (envelope-from thomas@anduril.nousoft.org) Received: by anduril.nousoft.org (Postfix, from userid 1001) id 02FBC518; Thu, 22 Jul 2004 12:44:22 +0200 (CEST) Message-Id: <20040722104422.02FBC518@anduril.nousoft.org> Date: Thu, 22 Jul 2004 12:44:22 +0200 (CEST) From: Thomas Deniau To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69424: databases/php5-mysqli - quote problem making the build fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Deniau List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 10:50:24 -0000 >Number: 69424 >Category: ports >Synopsis: databases/php5-mysqli - quote problem making the build fail >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: Thu Jul 22 10:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thomas Deniau >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD anduril.nousoft.org 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #2: Tue Jul 20 23:41:19 CEST 2004 root@anduril.nousoft.org:/usr/obj/usr/src/sys/ANDURIL i386. MySQL version 4.0.14 >Description: When building the php5 mysqli extension with a 4.0.14 server (which should fail, mysqli requires 4.1) the error message is bogus, as the following logs show : --8<--- [anduril:databases/php5-mysqli] thomas% sudo make Syntax error: ")" unexpected *** Error code 2 Stop in /usr/ports/databases/php5-mysqli. --8<--- In fact if we try a make -n we can see the syntax error : --8<-- [anduril:databases/php5-mysqli] thomas% make -n echo "===> php5-mysqli-5.0.0_1 "Doesn't work with MySQL version : 323 (Doesn't support MySQL 323 40)"." --8<-- There is clearly a quote problem here... The quotes inside the message make the shell try to interpret the parenthesis (at least I think) >How-To-Repeat: Install a 4.0.x MySQL Try to build databases/php5-mysqli >Fix: Fix the message displayed when building against 4.0. >Release-Note: >Audit-Trail: >Unformatted: