From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 12:15:59 2018 Received: (at 30250) by debbugs.gnu.org; 30 Jan 2018 17:15:59 +0000 Received: from localhost ([127.0.0.1]:49793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egZVn-0006kR-1O for submit@debbugs.gnu.org; Tue, 30 Jan 2018 12:15:59 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:54276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egZVk-0006kF-5e for 30250@debbugs.gnu.org; Tue, 30 Jan 2018 12:15:57 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0FD321187C; Tue, 30 Jan 2018 18:15:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q2dmb_zHaq6w; Tue, 30 Jan 2018 18:15:54 +0100 (CET) Received: from ribbon (unknown [193.50.110.110]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 2653C11802; Tue, 30 Jan 2018 18:15:54 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: "Jorge" Subject: Re: bug#30250: Two failures on =?utf-8?Q?=E2=80=98make?= -k "-j$(nproc)" =?utf-8?Q?check=E2=80=99?= References: <87d11v2tgj.fsf@gnu.org> <962f08d068b8c20e269f289a501cf07b@disroot.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 =?utf-8?Q?Pluvi=C3=B4se?= an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 30 Jan 2018 18:15:53 +0100 In-Reply-To: <962f08d068b8c20e269f289a501cf07b@disroot.org> (Jorge's message of "Tue, 30 Jan 2018 16:47:57 +0000") Message-ID: <87o9lbxo6u.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30250 Cc: 30250@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) 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.