From owner-svn-ports-head@FreeBSD.ORG Mon Oct 13 17:43:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3082F4C8; Mon, 13 Oct 2014 17:43:27 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E33C487B; Mon, 13 Oct 2014 17:43:26 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 35993BDC2E; Mon, 13 Oct 2014 19:43:25 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 1D754BDC25; Mon, 13 Oct 2014 19:43:25 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 9BFC66124; Mon, 13 Oct 2014 19:43:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id BB45D762FADC; Mon, 13 Oct 2014 19:43:23 +0200 (CEST) Date: Mon, 13 Oct 2014 19:43:23 +0200 From: Mathieu Arnold To: Bryan Drewery , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r370772 - head/www/eaccelerator Message-ID: <45336AC4CBE9A7CC51D02E0F@ogg.in.absolight.net> In-Reply-To: <543C0DFD.4080306@FreeBSD.org> References: <201410131318.s9DDI0XI039646@svn.freebsd.org> <543C0B02.60908@FreeBSD.org> <71B9EABE376CF25D30065B10@ogg.in.absolight.net> <543C0DFD.4080306@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 17:43:27 -0000 +--On 13 octobre 2014 12:38:05 -0500 Bryan Drewery wrote: | On 10/13/14, 12:35 PM, Mathieu Arnold wrote: |> |> |> +--On 13 octobre 2014 12:25:22 -0500 Bryan Drewery |> wrote: |> | On 10/13/14, 8:18 AM, Mathieu Arnold wrote: |> |> Author: mat |> |> Date: Mon Oct 13 13:17:59 2014 |> |> New Revision: 370772 |> |> URL: https://svnweb.freebsd.org/changeset/ports/370772 |> |> QAT: https://qat.redports.org/buildarchive/r370772/ |> |> |> |> Log: |> |> Doesn't build with php 5.5 and 5.6. |> |> |> | |> | What's the error? |> |> For php 5.5: |> /errors/eaccelerator-0.9.7.log> |> |> For php 5.6: |> /errors/eaccelerator-0.9.7.log> |> | | Hm, seems it might be MAKE_JOBS_UNSAFE. It has several 'mkdir: file | already exists' warnings that are suspect. Maybe, but then, it never has problems with 5.3 and 5.4 :-) Also, php has changed API stuff in 5.5, and looking at the eaccelerator bug tracker, I think I read there has been a fix on their repo that has not been made into a release yet. For 5.6, there are more errors. -- Mathieu Arnold