Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31093 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51193 invoked by uid 1010); 19 Jul 2007 11:52:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51178 invoked from network); 19 Jul 2007 11:52:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 11:52:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.234 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.162.234 nz-out-0506.google.com Received: from [64.233.162.234] ([64.233.162.234:12127] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/10-48734-E705F964 for ; Thu, 19 Jul 2007 07:52:31 -0400 Received: by nz-out-0506.google.com with SMTP id x7so427072nzc for ; Thu, 19 Jul 2007 04:52:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kHr/J20ebKAehNvIpPvD8SkFeFL3hBaZA82Eclp1qT/92m8YiaHl7bzeLrZUXTkq0oHgRtEESjzklBljBHRx/uVEbcu8Q+81jd7NBiqzPXu+BRZVCFlIYAs7SIeaXeNE6Xvqn76lRWfO5Rsb7DTcDbhtVsXy+I3eNUEBharrRuQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KnYMuWnYbwuQjyADj6u5rGmP0AZZ9NS1ZbG+3TCOrpF46v4s+XxuHEVqj7WBwDMFAu4CcSdR/anD2vIysSOEFLZ+S70lUEWKGj+IONxujMq1GyfkYi8f4cQ3ISIwhjBsS4eRohf/fTnZkH8wPLb6m3wj6NxpFWBFxE19VWUs04k= Received: by 10.141.90.17 with SMTP id s17mr671642rvl.1184845946962; Thu, 19 Jul 2007 04:52:26 -0700 (PDT) Received: by 10.140.252.15 with HTTP; Thu, 19 Jul 2007 04:52:26 -0700 (PDT) Message-ID: <7f3ed2c30707190452i1313dc0ua408b358c33835de@mail.gmail.com> Date: Thu, 19 Jul 2007 13:52:26 +0200 To: David Cc: ceo@l-i-e.com, "Nuno Lopes" , internals@lists.php.net In-Reply-To: <000001c7c9ea$2c61ddd0$85259970$@com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4615.24.12.13.192.1184823782.squirrel@www.l-i-e.com> <469EFA66.2000404@lerdorf.com> <4670.24.12.13.192.1184826129.squirrel@www.l-i-e.com> <001901c7c9da$462dab00$0100a8c0@pc07653> <4922.24.12.13.192.1184833405.squirrel@www.l-i-e.com> <000001c7c9ea$2c61ddd0$85259970$@com> Subject: Re: [PHP-DEV] buildconf hell From: hannes.magnusson@gmail.com ("Hannes Magnusson") On 7/19/07, David wrote: > What about adding the files generated by flex to CVS? Most people don't need > to regenerate those files anyway, and this way they could keep the newer > version of flex on their machine. Most people don't use CVS, they use a) the releases b) snapshots. The only group that needs CVS are the developers. The snapshots are generated every other hour for a reason. -Hannes > > > Downgrading flex to 2.5.4a-r6... > > > > seems to have fixed the issue. > > > > I'm running make test right now :-) > > > > Thanks all!!! > > > > PS > > I've also edited the but with a request to make it a Documentation > > Fix, rather than a bug. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >