From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Test suite failures Date: Sat, 18 Jul 2015 17:02:06 +0200 Message-ID: <87615hpl01.fsf@gnu.org> References: <877fr0i0kl.fsf@mdc-berlin.de> <3784bfce22f4406f8ee2d3affda0474c@exchsrv2.sgc.loc> <87oak4zxo8.fsf@gnu.org> <1436378615368.30302@stowers.org> <87h9pce79t.fsf@gnu.org> <87pp3wypj9.fsf_-_@gnu.org> <8925b4650bb546949cb962fc17497e93@exchsrv2.sgc.loc> 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]:42874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGTd1-0004qt-6I for guix-devel@gnu.org; Sat, 18 Jul 2015 11:02:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGTcv-0005NN-J8 for guix-devel@gnu.org; Sat, 18 Jul 2015 11:02:15 -0400 In-Reply-To: <8925b4650bb546949cb962fc17497e93@exchsrv2.sgc.loc> (Malcolm Cook's message of "Sat, 18 Jul 2015 03:04:35 +0000") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Cook, Malcolm" Cc: Guix-devel "Cook, Malcolm" skribis: > As you observed, the majority of my problems were due to building guix on= a network mount having some odd nfs4_facl setting that was making all the = files be executable, which is explicitly tested against in many tests, and = thus they were all failing. > > Moving off that file system, and building in /tmp, I am now building gui= x-0.8.2 on centOS7 passing all tests. That=E2=80=99s good news. It would be great though if you could run the te= sts on =E2=80=98master=E2=80=99 as well, like you did before, to make sure all = the issues really vanished. Thanks, Ludo=E2=80=99.