From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25476: pivot-root test fails on Ubuntu 16.04 Date: Mon, 13 Feb 2017 23:31:45 +0100 Message-ID: <87bmu5racu.fsf@gnu.org> References: <1484760171.3242.7.camel@tourbillion-technology.com> <87shofuihf.fsf@gnu.org> <1484954418.3990.19.camel@tourbillion-technology.com> <877f5ckwm2.fsf@gnu.org> <1485881327.12269.10.camel@tourbillion-technology.com> <87wpdaawjb.fsf@gnu.org> <1485963231.29096.4.camel@tourbillion-technology.com> <878tpc1knl.fsf@gnu.org> <1487024186.24925.5.camel@tourbillion-technology.com> 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]:39739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdPAC-000330-6s for bug-guix@gnu.org; Mon, 13 Feb 2017 17:32:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdPAA-0004F9-R4 for bug-guix@gnu.org; Mon, 13 Feb 2017 17:32:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40738) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdPAA-0004F4-O1 for bug-guix@gnu.org; Mon, 13 Feb 2017 17:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cdPAA-00041w-I7 for bug-guix@gnu.org; Mon, 13 Feb 2017 17:32:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1487024186.24925.5.camel@tourbillion-technology.com> (Paul Garlick's message of "Mon, 13 Feb 2017 22:16:26 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Paul Garlick Cc: 25476@debbugs.gnu.org Hi Paul, Paul Garlick skribis: >> I think a1a8b7f2e20513a3ad968e74e7ec52546404e3c6 fixes this. >>=20 >>=20 > Yes, confirmed. =C2=A0The utmpx-entries test now passes. Great, thanks for checking. > The pivot-root test still fails. =C2=A0One thought; I made a change to the > guix-daemon.service file, at about the same time as updating Ubuntu to > 16.04, setting TMPDIR to /data/tmp. =C2=A0Could that be related? I don=E2=80=99t think so: =E2=80=98make check=E2=80=99 spawns its own daemo= n, which uses a store at $builddir/test-tmp. And this particular test does not rely on the daemon. Ludo=E2=80=99.