From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 17:06:50 2004 Return-Path: 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 E150816A4CF for ; Sun, 29 Aug 2004 17:06:50 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C8943D53 for ; Sun, 29 Aug 2004 17:06:50 +0000 (GMT) (envelope-from mileskeaton@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so42507rnl for ; Sun, 29 Aug 2004 10:06:46 -0700 (PDT) Received: by 10.38.171.20 with SMTP id t20mr564406rne; Sun, 29 Aug 2004 10:06:45 -0700 (PDT) Received: by 10.38.79.80 with HTTP; Sun, 29 Aug 2004 10:06:45 -0700 (PDT) Message-ID: <59b2d39b040829100691fa3f@mail.gmail.com> Date: Sun, 29 Aug 2004 10:06:45 -0700 From: Miles Keaton To: FreeBSD-questions In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <59b2d39b04082821085bf676be@mail.gmail.com> <59b2d39b04082821441924c264@mail.gmail.com> Subject: Re: newest PHP port upgrade broke php5-mbstring-5.0.1 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Miles Keaton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 17:06:51 -0000 On Sun, 29 Aug 2004 14:24:20 +0530, Subhro wrote: > Really fishy. I can't see anything wrong. Did you cvsup your ports > tree with ports-all? If not then I would recommend to do so and then > try the upgrade. And do not forget to do a "make clean" without "s > before starting to build. If that also fails then try to run > portupgrade -a on the updated ports tree and then try to rebuild php. Yeah that's what started this. I'm using the exact same setup I always do, but the most recent cvsup of all ports, and then portupgrade of my ports-tree is what brought PHP and all of its extensions from PHP 5.0.0 to PHP 5.0.1 Doing so seems to have broken the mbstring regex component. I did, after posting here, go back and rebuild php5-mbstring WITHOUT the regex option and it PHP works without error again -- but without mbstring regex. Since FreeBSD is all I have to test with, I don't know if this is a FreeBSD error or a PHP error.