From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30250: Two failures on =?UTF-8?Q?=E2=80=98make?= -k "-j$(nproc)" =?UTF-8?Q?check=E2=80=99?= Date: Tue, 30 Jan 2018 18:15:53 +0100 Message-ID: <87o9lbxo6u.fsf@gnu.org> References: <87d11v2tgj.fsf@gnu.org> <962f08d068b8c20e269f289a501cf07b@disroot.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]:54339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egZVt-0000Qv-BE for bug-guix@gnu.org; Tue, 30 Jan 2018 12:16:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egZVq-0003mA-41 for bug-guix@gnu.org; Tue, 30 Jan 2018 12:16:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41896) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1egZVq-0003lv-1D for bug-guix@gnu.org; Tue, 30 Jan 2018 12:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1egZVp-0006km-Og for bug-guix@gnu.org; Tue, 30 Jan 2018 12:16:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <962f08d068b8c20e269f289a501cf07b@disroot.org> (Jorge's message of "Tue, 30 Jan 2018 16:47:57 +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: Jorge Cc: 30250@debbugs.gnu.org Hi, "Jorge" skribis: > January 27, 2018 2:02 PM, ludo@gnu.org wrote: > >> "Jorge" skribis: >> It looks like the language/tree-il/spec.scm file (which is part of >> Guile) that was found in $GUILE_LOAD_PATH on your system is not a >> regular file and is instead presumably a symlink. Could you check that >> this is the case? > > Unfortunately I have already uninstalled Guix and its dependencies. I > am sorry, I now realize I (obviously) should not have done that before > this bug report finished being investigated. At least I backed up the > Guix repository (including build products). Anyway, I remember I had > stowed=C2=B9 Guix and its dependencies, so =E2=80=98language/tree-il/spec= .scm=E2=80=99 must > indeed have been a symlink.\\ OK. >> This test runs its own HTTP server on port 10500. Could it be that it >> try to go through your proxy and failed? Can you check whether this >> works: >>=20 >> unset http_proxy >> make check TESTS=3Dtests/derivations.scm >>=20 >> ? [...] > Thus I > tried to recompile Guix in order to test your hypothesis but it did not > compile: [...] > In web/client.scm: > In web/http.scm: > In unknown file: > 0 346:21 3 (_ # #\:) > > ERROR: ERROR: Wro(request _ #:body _ #:port _ #:method _ #:version _ #:ke= ep-alive? _ #:headers _ #:decode-body? _ # _ # =E2=80=A6)ng > type to apply: "alpha.gnu.org" This has to do with bad $http_proxy handling in old Guile versions, I think, but that download step no longer exists in the =E2=80=98core-updates= =E2=80=99 branch that=E2=80=99s to be merged in the coming days. Thanks anyway, I consider the case closed on our side. Ludo=E2=80=99.