From owner-freebsd-questions@FreeBSD.ORG Sat Dec 17 11:10:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC4816A41F for ; Sat, 17 Dec 2005 11:10:01 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED02C43D4C for ; Sat, 17 Dec 2005 11:09:59 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so793513wra for ; Sat, 17 Dec 2005 03:09:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=EFuvDjoUT7sybceeOf6JJ9PdFx8yeKKuemW2x4jv/xReMCmaHS31zMHh23LptgLbgmBrg3EZGi8nDykr2iuxvaiewMj/8+JgpmQXVjH28B6ggeZh1kzVwsaYTfpeGWRySad+7l2V7yKYy/FQxGCx8O38uqdhlxgE8BroIeUW2Nc= Received: by 10.65.53.2 with SMTP id f2mr457411qbk; Sat, 17 Dec 2005 03:03:27 -0800 (PST) Received: by 10.65.113.1 with HTTP; Sat, 17 Dec 2005 03:03:27 -0800 (PST) Message-ID: Date: Sat, 17 Dec 2005 12:03:27 +0100 From: Gojyo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: syntax error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 11:10:01 -0000 While trying to install the php5-pcre port (called from the phpmyadmin port), I get this error: ... ./configure.lineno: 3204: Syntax error: word unexpected (expecting ")") =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to ale@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/php5-pcre/work/php-5.1.1/ext/pcre/config.log" including the output of the failure of your make command. Also, it might be a good idea t= o provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/php5-pcre. *** Error code 1 Stop in /usr/ports/databases/phpmyadmin. ... I'm using Freebsd6.0 Release, and I've upgraded my ports tree about one wee= k ago. If some other info (like the config.log written above) are needed, please ask. Thanks!