From unknown Sun Jun 22 08:08:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#63046: Fail to update gajim Resent-From: Andreas Enge Original-Sender: "Debbugs-submit" Resent-CC: help-debbugs@gnu.org Resent-Date: Mon, 24 Apr 2023 07:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63046 X-GNU-PR-Package: debbugs.gnu.org X-GNU-PR-Keywords: To: David Lecompte Cc: John Kehayias , help-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16823210399785 (code B ref -1); Mon, 24 Apr 2023 07:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 Apr 2023 07:23:59 +0000 Received: from localhost ([127.0.0.1]:47367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pqqYJ-0002Xl-FW for submit@debbugs.gnu.org; Mon, 24 Apr 2023 03:23:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:44398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pqqYI-0002Xd-67 for submit@debbugs.gnu.org; Mon, 24 Apr 2023 03:23:58 -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 ) id 1pqqYH-0003b6-J6 for bug-guix@gnu.org; Mon, 24 Apr 2023 03:23:57 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqqYG-0001DQ-45 for bug-guix@gnu.org; Mon, 24 Apr 2023 03:23:57 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7ABC0363 for ; Mon, 24 Apr 2023 09:23:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.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 4rJiBy3_yCma for ; Mon, 24 Apr 2023 09:23:54 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 19804339 for ; Mon, 24 Apr 2023 09:23:54 +0200 (CEST) Resent-From: Andreas Enge Resent-Date: Mon, 24 Apr 2023 09:23:52 +0200 Resent-Message-ID: Resent-To: bug-guix@gnu.org Delivered-To: andreas.enge@aquilenet.fr Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0E301339; Mon, 24 Apr 2023 09:19:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.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 D9VJzF61D4ru; Mon, 24 Apr 2023 09:19:54 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 5F4119D; Mon, 24 Apr 2023 09:19:54 +0200 (CEST) Date: Mon, 24 Apr 2023 09:19:52 +0200 From: Andreas Enge Message-ID: References: <355aa26770bce9e047ae577bc6fc7f7899261855.camel@metani.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <355aa26770bce9e047ae577bc6fc7f7899261855.camel@metani.eu> Received-SPF: pass client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hello David, Am Thu, Apr 20, 2023 at 01:43:36PM +0200 schrieb David Lecompte: > I am using Guix on Trisquel 11. I have the gajim package installed. > After guix pull, doing guix package -u does this: > The following derivation will be built: > /gnu/store/apm7g4d3pi9fmh30aml28q31dymn6p1b-gajim-1.4.7.drv thanks for your report! The message indicates that no binary substitute is available from our build servers, so that your computer tries to build the package itself. This currently fails on master and also on the soon to be merged core-updates. I hope someone will fix it soon (John: it fails due to its dependency python-gssapi, so it could be tackled with the Python packages update you are planning; to not forget it, I will bcc our bug tracker); in the meantime, you can try to update everything but gajim like so: guix package --do-not-upgrade gajim -u Andreas From unknown Sun Jun 22 08:08:22 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Andreas Enge Subject: bug#63046: closed (Close) Message-ID: References: X-Gnu-PR-Message: they-closed 63046 X-Gnu-PR-Package: debbugs.gnu.org Reply-To: 63046@debbugs.gnu.org Date: Mon, 24 Apr 2023 09:39:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1682329142-1444-1" This is a multi-part message in MIME format... ------------=_1682329142-1444-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #63046: Fail to update gajim which was filed against the debbugs.gnu.org package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 63046@debbugs.gnu.org. --=20 63046: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D63046 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1682329142-1444-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 63046-done) by debbugs.gnu.org; 24 Apr 2023 09:38:39 +0000 Received: from localhost ([127.0.0.1]:47537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pqsec-0000MM-Tl for submit@debbugs.gnu.org; Mon, 24 Apr 2023 05:38:39 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:33682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pqseb-0000M8-67 for 63046-done@debbugs.gnu.org; Mon, 24 Apr 2023 05:38:37 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id BB912D82; Mon, 24 Apr 2023 11:38:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.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 mPzt-8XiT2Hd; Mon, 24 Apr 2023 11:38:30 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 46EE614A; Mon, 24 Apr 2023 11:38:30 +0200 (CEST) Date: Mon, 24 Apr 2023 11:38:28 +0200 From: Andreas Enge To: 63046-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 63046-done 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 (-) This is a duplicate of 63011 and 62956. Andreas ------------=_1682329142-1444-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Apr 2023 07:23:59 +0000 Received: from localhost ([127.0.0.1]:47367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pqqYJ-0002Xl-FW for submit@debbugs.gnu.org; Mon, 24 Apr 2023 03:23:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:44398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pqqYI-0002Xd-67 for submit@debbugs.gnu.org; Mon, 24 Apr 2023 03:23:58 -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 ) id 1pqqYH-0003b6-J6 for bug-guix@gnu.org; Mon, 24 Apr 2023 03:23:57 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqqYG-0001DQ-45 for bug-guix@gnu.org; Mon, 24 Apr 2023 03:23:57 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7ABC0363 for ; Mon, 24 Apr 2023 09:23:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.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 4rJiBy3_yCma for ; Mon, 24 Apr 2023 09:23:54 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 19804339 for ; Mon, 24 Apr 2023 09:23:54 +0200 (CEST) Resent-From: Andreas Enge Resent-Date: Mon, 24 Apr 2023 09:23:52 +0200 Resent-Message-ID: Resent-To: bug-guix@gnu.org Delivered-To: andreas.enge@aquilenet.fr Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0E301339; Mon, 24 Apr 2023 09:19:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.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 D9VJzF61D4ru; Mon, 24 Apr 2023 09:19:54 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 5F4119D; Mon, 24 Apr 2023 09:19:54 +0200 (CEST) Date: Mon, 24 Apr 2023 09:19:52 +0200 From: Andreas Enge To: David Lecompte Subject: Re: Fail to update gajim Message-ID: References: <355aa26770bce9e047ae577bc6fc7f7899261855.camel@metani.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <355aa26770bce9e047ae577bc6fc7f7899261855.camel@metani.eu> Received-SPF: pass client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: John Kehayias , help-guix@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: -3.3 (---) Hello David, Am Thu, Apr 20, 2023 at 01:43:36PM +0200 schrieb David Lecompte: > I am using Guix on Trisquel 11. I have the gajim package installed. > After guix pull, doing guix package -u does this: > The following derivation will be built: > /gnu/store/apm7g4d3pi9fmh30aml28q31dymn6p1b-gajim-1.4.7.drv thanks for your report! The message indicates that no binary substitute is available from our build servers, so that your computer tries to build the package itself. This currently fails on master and also on the soon to be merged core-updates. I hope someone will fix it soon (John: it fails due to its dependency python-gssapi, so it could be tackled with the Python packages update you are planning; to not forget it, I will bcc our bug tracker); in the meantime, you can try to update everything but gajim like so: guix package --do-not-upgrade gajim -u Andreas ------------=_1682329142-1444-1-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 29 13:05:58 2023 Received: (at control) by debbugs.gnu.org; 29 Nov 2023 18:05:58 +0000 Received: from localhost ([127.0.0.1]:51063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8Owf-0000TJ-SE for submit@debbugs.gnu.org; Wed, 29 Nov 2023 13:05:58 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]:48114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8Owd-0000T8-P7 for control@debbugs.gnu.org; Wed, 29 Nov 2023 13:05:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=dmnIkTOHerTzObI E4FiWAr8fz9wTmtn5j+yXM6+w75U=; h=date:cc:to:from; d=lease-up.com; b=Cb YiIwi81iaQFRbk9bDXfqw1Npk5RHyqQpZJheI84/hbWhNmTc6Z0w90FzG8VpyFls8+bu+W b/w5Lr4hiEU01lNa9qoV22ocF/sWkfh83zBcn7o59/QrOmp/H9I/SpqrsdN8QYvZ0NsjHA KUJSuC2UDf6+T4+5zSkOnb9oulieY= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 591fcc1e (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Wed, 29 Nov 2023 18:05:47 +0000 (UTC) From: Felix Lechner To: control@debbugs.gnu.org Date: Wed, 29 Nov 2023 10:05:47 -0800 Message-ID: <87zfywjuys.fsf@lease-up.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 63046 reassign 63046 guix-patches archive 63046 thanks Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control 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 (+) unarchive 63046 reassign 63046 guix-patches archive 63046 thanks