From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35053: 'guix lint -c github-url wmctrl' crashes linter Date: Thu, 18 Apr 2019 17:44:43 +0200 Message-ID: <8736mfqpw4.fsf@gnu.org> References: <20190330204943.GB21029@macbook41> 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]:46759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hH9Dj-0007QT-6S for bug-guix@gnu.org; Thu, 18 Apr 2019 11:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hH9Di-0001yX-1p for bug-guix@gnu.org; Thu, 18 Apr 2019 11:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57031) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hH9Dh-0001yK-Uy for bug-guix@gnu.org; Thu, 18 Apr 2019 11:45:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hH9Dh-0002ge-TA for bug-guix@gnu.org; Thu, 18 Apr 2019 11:45:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190330204943.GB21029@macbook41> (Efraim Flashner's message of "Sat, 30 Mar 2019 23:49:43 +0300") 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: Efraim Flashner Cc: 35053-done@debbugs.gnu.org Efraim Flashner skribis: > wmctrl is hosted at sites.google.com and gives a 302 when attempting to > download. I get a backtrace when running 'guix lint -c github-url wmctrl' > > Backtrace:mctrl@1.07 [github-url]... > 16 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 15 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 14 (_ #(#(#))) > In guix/ui.scm: > 1660:12 13 (run-guix-command _ . _) > In srfi/srfi-1.scm: > 640:9 12 (for-each # =C3=A2=C2=A6) > In guix/scripts/lint.scm: > 1150:4 11 (run-checkers # =C3=A2=C2=A6) > In srfi/srfi-1.scm: > 640:9 10 (for-each # =C3=A2=C2=A6) > 640:9 9 (for-each # =C3=A2=C2=A6) > In guix/scripts/lint.scm: > 812:6 8 (_ "https://sites.google.com/site/tstyblo/wmctrl/wmctrl=C3= =A2=C2=A6") > 802:29 7 (follow-redirects-to-github _) > In web/client.scm: > 386:24 6 (http-request _ #:body _ #:port _ #:method _ #:version _ =C3= =A2=C2=A6) > In web/response.scm: > 198:31 5 (read-response #) > In web/http.scm: > 1186:15 4 (read-response-line _) > 159:2 3 (read-header-line _) > In unknown file: > 2 (%read-line #) > In web/client.scm: > 142:24 1 (read! #vu8(69 0 1 0 0 0 0 0 228 175 106 118 40 127 0 =C3=A2= =C2=A6) =C3=A2=C2=A6) > In unknown file: > 0 (get-bytevector-some #) > > ERROR: In procedure get-bytevector-some: > Throw to key `gnutls-error' with args `(# read_from_session_record_port)'. Fixed in 702c3c7dab87df674c3d6abc138805895b5d1d32. Thanks, Ludo=E2=80=99.