From mboxrd@z Thu Jan 1 00:00:00 1970 From: mikadoZero Subject: bug#34945: Guix repository `make check` failing tests Date: Thu, 28 Mar 2019 11:35:25 -0400 Message-ID: References: <87h8bqhroo.fsf@gnu.org> <87o95vb071.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 ([209.51.188.92]:39692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9X5T-00082i-SQ for bug-guix@gnu.org; Thu, 28 Mar 2019 11:37:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9X5S-0006vl-OB for bug-guix@gnu.org; Thu, 28 Mar 2019 11:37:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49234) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9X5S-0006vK-8E for bug-guix@gnu.org; Thu, 28 Mar 2019 11:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h9X5S-0007O5-1A for bug-guix@gnu.org; Thu, 28 Mar 2019 11:37:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87o95vb071.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Ricardo Wurmus Cc: 34945-done@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Hi, > > mikadoZero skribis: > >> @ build-started /home/guix/u/guix/failedTests/guix/test-tmp/store/mps9fh= h4frs84izvwl1pyl8hvyq593is-guile-2.0.9.tar.xz.drv - x86_64-linux /home/guix= /u/guix/failedTests/guix/test-tmp/var/log/guix/drvs/mp//s9fhh4frs84izvwl1py= l8hvyq593is-guile-2.0.9.tar.xz.drv.bz2 16915 >> guix perform-download: error: refusing to run with elevated privileges (= UID 0) >> builder for `/home/guix/u/guix/failedTests/guix/test-tmp/store/mps9fhh4f= rs84izvwl1pyl8hvyq593is-guile-2.0.9.tar.xz.drv' failed with exit code 1 > > I think the failure stems from the fact that you=E2=80=99re running =E2= =80=9Cmake check=E2=80=9D > as root. You=E2=80=99re running it as root, right? Can you try as non-r= oot? > > Thanks, > Ludo=E2=80=99. I will try it with a non root user and share the results.