From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Update gd and php Date: Sat, 28 Jan 2017 00:04:08 +0100 Message-ID: <87h94k3y1j.fsf@gnu.org> References: <20170119221919.7a74f45a@lepiller.eu> <20170120055319.GA28011@jasmine> <20170120153318.GB30118@jasmine> <0b4d2ae981add092d4fd8e5b656d184c@lepiller.eu> <20170120173002.GA29902@jasmine> <87pojhmnjf.fsf@gnu.org> <20170121012251.GA26714@jasmine> <87inp23z5c.fsf@gnu.org> <20170127194329.GA30263@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXFZ0-0007p3-7l for guix-devel@gnu.org; Fri, 27 Jan 2017 18:04:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cXFYx-0002bK-4i for guix-devel@gnu.org; Fri, 27 Jan 2017 18:04:14 -0500 In-Reply-To: <20170127194329.GA30263@jasmine> (Leo Famulari's message of "Fri, 27 Jan 2017 14:43:29 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > On Thu, Jan 26, 2017 at 11:15:43AM +0100, Ludovic Court=C3=A8s wrote: >> Leo Famulari skribis: >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> > FAILED TEST SUMMARY >> > --------------------------------------------------------------------- >> > Test disk_free_space and its alias diskfreespace() functions : basic f= unctionality [ext/standard/tests/file/disk_free_space_basic.phpt] >> > Test lstat() and stat() functions: usage variations - creating file/su= bdir [ext/standard/tests/file/lstat_stat_variation8.phpt] >> > Test lstat() and stat() functions: usage variations - deleting file/su= bdir [ext/standard/tests/file/lstat_stat_variation9.phpt] >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>=20 >> This doesn=E2=80=99t seem to have any connection to the gd change. >>=20 >> Are you using a file system other than ext[234]? >>=20 >> Does php in current master passes its tests on the same machine? > > Good hunch. It builds fine for me on ext4 but not on btrfs. > > I'll prepare a bug report for PHP. Thanks. It=E2=80=99s interesting that file system details show up at this level. I=E2=80=99d be curious to see what feature/behavior is causing the failure. Ludo=E2=80=99.