From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28610: tcsh 6.20.00 testsuite: 68 failed Date: Sun, 01 Oct 2017 23:58:02 +0200 Message-ID: <87vajypm39.fsf@gnu.org> References: <87mv5erjp8.fsf@gnu.org> <87y3oyuefv.fsf@gnu.org> 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]:48951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dymGN-0001XW-Kq for bug-guix@gnu.org; Sun, 01 Oct 2017 17:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dymGM-0002qZ-Rh for bug-guix@gnu.org; Sun, 01 Oct 2017 17:59:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34499) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dymGM-0002qJ-On for bug-guix@gnu.org; Sun, 01 Oct 2017 17:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dymGM-0007ya-II for bug-guix@gnu.org; Sun, 01 Oct 2017 17:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (drashne@protonmail.com's message of "Fri, 29 Sep 2017 13:22:40 -0400") 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: Drashne Cc: "28610@debbugs.gnu.org" <28610@debbugs.gnu.org> Hello Drashne, Drashne skribis: > I had set up my guix-daemon startup script to start it as "/usr/bin/nice = /usr/bin/ionice -c3 /root/.guix-profile/bin/guix-daemon --build-users-group= =3Dguixbuild --no-substitutes" but when troubleshooting this I blindly look= ed right through the "/usr/bin/nice /usr/bin/ionice -c3" part and just focu= sed on the guix-daemon and its arguments. > > After noticing this, I tried running guix-daemon without nicing or ionici= ng it, and rerunning "guix package -i glibc-locales" which now successfully= built and tested tcsh, and is currently continuing to build other packages= necessary for the installation of glibc-locales. Great, thanks for testing! It=E2=80=99s one of these rare cases where details about the host system le= ak into the build environment, and picky test suites immediately notice. Ludo=E2=80=99.