GNU bug report logs - #74089
Can't download libgcrypt source with Guix - Crysys.hu gnupg mirror strange behavior

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix; Reported by: Rutherther <rutherther@HIDDEN>; dated Tue, 29 Oct 2024 15:35:02 UTC; Maintainer for guix is bug-guix@HIDDEN.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 29 Oct 2024 15:34:52 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Oct 29 11:34:52 2024
Received: from localhost ([127.0.0.1]:56991 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1t5oFA-0000PI-AG
	for submit <at> debbugs.gnu.org; Tue, 29 Oct 2024 11:34:52 -0400
Received: from lists.gnu.org ([209.51.188.17]:33712)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <rutherther@HIDDEN>) id 1t5oF7-0000PC-RX
 for submit <at> debbugs.gnu.org; Tue, 29 Oct 2024 11:34:51 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <rutherther@HIDDEN>)
 id 1t5oF7-0000O6-J7
 for bug-guix@HIDDEN; Tue, 29 Oct 2024 11:34:49 -0400
Received: from ditigal.xyz ([2a01:4f8:1c1b:6a1c::] helo=mail.ditigal.xyz)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256)
 (Exim 4.90_1) (envelope-from <rutherther@HIDDEN>)
 id 1t5oF3-0002ME-KJ
 for bug-guix@HIDDEN; Tue, 29 Oct 2024 11:34:49 -0400
Received: by cerebrum (OpenSMTPD) with ESMTPSA id ca9f0658
 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <bug-guix@HIDDEN>;
 Tue, 29 Oct 2024 15:34:41 +0000 (UTC)
From: Rutherther <rutherther@HIDDEN>
To: bug-guix@HIDDEN
Subject: Can't download libgcrypt source with Guix - Crysys.hu gnupg mirror
 strange behavior
In-Reply-To: <87y127c4m0.fsf@HIDDEN>
References: <87y127c4m0.fsf@HIDDEN>
Date: Tue, 29 Oct 2024 16:34:40 +0100
Message-ID: <87v7xadisv.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ditigal.xyz;
 i=@ditigal.xyz; q=dns/txt; s=20240917; t=1730216081; h=from : to :
 subject : in-reply-to : references : date : message-id : mime-version
 : content-type : from;
 bh=qGPggNxYZtr53ZQgU4EwFD0DjyFQnaxTo8OVSJcW2/Y=;
 b=jLP1VcGJOnERCTmmZDCV8hoS5cs43YFVHyZZtoankXKI77HtJw23tAn3LSBfj5+Su0k84
 hBXABNx6b4+p3B3Hzw4W3hYVQCWARssLIWIDZ+FUkVLYKln5SZjowz51hpE0FpDNFfrELh+
 bbmEEI2gt/Yi3Yg+fWEDwzwjeKnlR6E=
Received-SPF: pass client-ip=2a01:4f8:1c1b:6a1c::;
 envelope-from=rutherther@HIDDEN; helo=mail.ditigal.xyz
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.4 (--)


Hi,

currently I am unable to obtain libgcrypt source locally,
the first mirror artfiles.org gives 404, which is fine,
and is skipped. The second one also doesn't know about the file
(and upon looking at the page and links in it, I cannot find much
about it being a file mirror). The problem is that it doesn't give
out 404, but 200, with error message in body. This means guix thinks
it got the file, but all it got is a webpage. It then checks the
hash that doesn't match.

I am not sure what the best solution would be here - would it make
sense to move the mirror down in the list if it's behaving wrongly?
Is it still a mirror?

Regards,
Rutherther




Acknowledgement sent to Rutherther <rutherther@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-guix@HIDDEN. Full text available.
Report forwarded to bug-guix@HIDDEN:
bug#74089; Package guix. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 12 Jan 2025 05:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.