From unknown Fri Aug 15 04:04:22 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#74664 <74664@debbugs.gnu.org> To: bug#74664 <74664@debbugs.gnu.org> Subject: Status: [PATCH] gnu: libgit2: Update to 1.8.4. Reply-To: bug#74664 <74664@debbugs.gnu.org> Date: Fri, 15 Aug 2025 11:04:22 +0000 retitle 74664 [PATCH] gnu: libgit2: Update to 1.8.4. reassign 74664 guix-patches submitter 74664 ashish.is@lostca.se severity 74664 normal tag 74664 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 03 05:20:58 2024 Received: (at submit) by debbugs.gnu.org; 3 Dec 2024 10:20:58 +0000 Received: from localhost ([127.0.0.1]:58371 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tIQ1a-0005hI-3c for submit@debbugs.gnu.org; Tue, 03 Dec 2024 05:20:58 -0500 Received: from lists.gnu.org ([209.51.188.17]:34064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tIQ1Y-0005hA-DO for submit@debbugs.gnu.org; Tue, 03 Dec 2024 05:20:56 -0500 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 1tIQ1X-0006YR-Rj for guix-patches@gnu.org; Tue, 03 Dec 2024 05:20:56 -0500 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tIQ1W-00013x-68 for guix-patches@gnu.org; Tue, 03 Dec 2024 05:20:55 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:c000:29fd:2ea2:68d8:d56b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 4391B3F786; Tue, 3 Dec 2024 10:20:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1733221243; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qhvUsbZsfOyXM9aHgB2S6xpffbdAsuZzKk8Krej3w4c=; b=lbbKWWnrHUut0SFYSa3b26T0lfBotVTs1UHBR4XjAoqzc4+v8+YwUbUWs3RbKIoo5q1mwY h1aTJ3l6RLk1jlmXH+B6eNllqeiOBtsVsljrgSqf33gn90wkdRhtwarniJ8dVhQaA3/iGg pnUvmueyIateYfMA8XRwUoBj1nDV/8s= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: libgit2: Update to 1.8.4. Date: Tue, 3 Dec 2024 11:20:30 +0100 Message-ID: X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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 Cc: Ashish SHUKLA 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: -2.4 (--) From: Ashish SHUKLA * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. Change-Id: I6a200a1b490962a0083e78008b5be763fd0439ed --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 289b981911..333548d54f 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1174,7 +1174,7 @@ (define-public libgit2-1.7 (define-public libgit2-1.8 (package (inherit libgit2-1.7) - (version "1.8.3") + (version "1.8.4") (source (origin (inherit (package-source libgit2-1.7)) (uri (git-reference @@ -1183,7 +1183,7 @@ (define-public libgit2-1.8 (file-name (git-file-name "libgit2" version)) (sha256 (base32 - "11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds")) + "0jydckwn0bbrp2kbcr1ih1bz4sc6yhx7lrl22lqcgnf2v6ml6n01")) (patches (search-patches "libgit2-uninitialized-proxy-settings.patch")) (snippet base-commit: 58a134224e327cfc0af105314598d080dfc0392d -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 04 22:05:15 2024 Received: (at 74664) by debbugs.gnu.org; 5 Dec 2024 03:05:15 +0000 Received: from localhost ([127.0.0.1]:37603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJ2B0-0000Kh-Kg for submit@debbugs.gnu.org; Wed, 04 Dec 2024 22:05:15 -0500 Received: from mail-qv1-f54.google.com ([209.85.219.54]:60871) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJ2Ax-0000H1-RP for 74664@debbugs.gnu.org; Wed, 04 Dec 2024 22:05:13 -0500 Received: by mail-qv1-f54.google.com with SMTP id 6a1803df08f44-6d87fffeb13so3291176d6.1 for <74664@debbugs.gnu.org>; Wed, 04 Dec 2024 19:05:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; t=1733367846; x=1733972646; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=7SxZOh0yIfk+pIxBD9XQHSOhlLGEGRAsIxth/RxnQk8=; b=JogehQaTjKCX5PiHctI4f25XWIP+K49L+rjakefUJePxliaMrbBHx2J/SayxuiD6I+ 0+YIRIPNFRHJbLaDRWPGx/jDzG8NSiMCAqq+sjez+S/QIu3A7V629pVouzg1sdgYuy3L ozefv0lztmo4bXgQe2Bb82UZJmEXuWFaftNiM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733367846; x=1733972646; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=7SxZOh0yIfk+pIxBD9XQHSOhlLGEGRAsIxth/RxnQk8=; b=lwboHO34/r7bfs5mGdXjhpNzAPKWp144dIvYwOV6KO2nlAVC7g5Yxg5RfBW5jJK27C CpgFVlNf0N5xohzGfXOJvXEdZD/X/YF675qNkkwYmlZEwShZLJJFGHFVOna/N1j4r6YY 94qLGjbiMss7vOycLA4EeYJfYTwRdUBZuYFLMGjVJL1JZX4mLc4Fs4gmghPaz6xZ8uuB M3B5glRNSKnQ1kQyVapgTul7g2hPZmAJU/eyXHXoVd9Zgmle/8EuyX+EpfM1nypxb3f7 4ZGUop8lNRu+08pKwmftfKa8zeE0RZVqU2grPBm1kYTaIjwIYvyCmF8vlxCwLuMMWtzT S9Vg== X-Gm-Message-State: AOJu0YznnoGvViaMz3MyCCEZ1QWcN+NCQZhfSRWPHiz//rc2h6bwUG9B KmD/8j3piLjxTJmXx8D96sunck/dQyd60+agJpBqV1pvQU8ehJzN6/fbafE/PW2H5QIJQrVpVxJ 8DlcH/ktQ+/kUymyxD7hAgwCDlTlcu47s4xISvKI0e6j/Dbku5lDBSao+i8jLzN+7hb/N5A4zD5 5lldDOHydsTsFonjwe+hvZ05xOeBMU85QkVEbXWLE= X-Gm-Gg: ASbGncvSYfmkgEljLY3xM0QJFE60Cz0FQFaNg6nnvTMm0LKXEImi2B7U0OZrCh1bLC+ z1BOmaBVPTsMTC3k6KfSaq9scXPPFnjqN2NL/bl5QCV1OwZIcGWWyOS1gOyMCVOfpucjy7rg9oK oTuwfbEUPAjKE3z5iSJGfh/IoxVr94o+bLzuoZdnwSz5SoyKr6Zv+wPpuhR4bkx5z7J4WuBDLjX 1YrIXCneTuFJrkVQaB6jT6puxgMqph2j8Ig4mkHZJ2QhwW83+9jP7O5KQJX X-Google-Smtp-Source: AGHT+IGT6R9EcNKCgtO36T2dsV1k1D5AKlsj99giVrvUAgmaPeNKQD4miCZUoNh1ulvzag1Szk5RwQ== X-Received: by 2002:a05:6214:f2c:b0:6d4:2646:109c with SMTP id 6a1803df08f44-6d8b72ecacfmr116048736d6.3.1733367845922; Wed, 04 Dec 2024 19:04:05 -0800 (PST) Received: from mobile-dev.lan ([73.172.106.204]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7b6b5a46667sm21506685a.20.2024.12.04.19.04.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2024 19:04:05 -0800 (PST) From: Aaron Covrig To: 74664@debbugs.gnu.org Subject: [PATCH] gnu: libgit2: Update to 1.8.4. Date: Wed, 4 Dec 2024 22:02:08 -0500 Message-ID: <20241205030401.1994615-1-aaron.covrig.us@ieee.org> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74664 Cc: Ashish SHUKLA 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 (-) From: Ashish SHUKLA * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. --- I went ahead and re-applied/rebased your commit, for some reason it seems it looks like it was applied against a different base or master just received a bunch of changes. gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 289b981911..333548d54f 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1174,7 +1174,7 @@ (define-public libgit2-1.7 (define-public libgit2-1.8 (package (inherit libgit2-1.7) - (version "1.8.3") + (version "1.8.4") (source (origin (inherit (package-source libgit2-1.7)) (uri (git-reference @@ -1183,7 +1183,7 @@ (define-public libgit2-1.8 (file-name (git-file-name "libgit2" version)) (sha256 (base32 - "11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds")) + "0jydckwn0bbrp2kbcr1ih1bz4sc6yhx7lrl22lqcgnf2v6ml6n01")) (patches (search-patches "libgit2-uninitialized-proxy-settings.patch")) (snippet base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 06 17:28:34 2024 Received: (at 74664) by debbugs.gnu.org; 6 Dec 2024 22:28:34 +0000 Received: from localhost ([127.0.0.1]:44577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJgoL-0002MQ-PC for submit@debbugs.gnu.org; Fri, 06 Dec 2024 17:28:34 -0500 Received: from mail-qv1-f41.google.com ([209.85.219.41]:56766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJgoI-0002MG-3g for 74664@debbugs.gnu.org; Fri, 06 Dec 2024 17:28:32 -0500 Received: by mail-qv1-f41.google.com with SMTP id 6a1803df08f44-6d8a7c1a579so18819106d6.1 for <74664@debbugs.gnu.org>; Fri, 06 Dec 2024 14:28:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; t=1733524049; x=1734128849; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=b4w+x5Ni30eWK9xfSJRL8TiTn6eEg+Q/tDiLUjzsOg8=; b=QdcVr+B9TUKc4ZtUuDUG/p0mAKlATzAYq0aqaBigErzRQAATvCmNyQKDNIInP63N7e 3CkR3sj9IzNiHztz3EPOn30xUUf9R4r7cTvx6ZKiCQimBEJJoOx1VREDqa4itsZBfXDZ k2ky7t4zlYDIc36hkyl63ESbaBtQut8FUbLLo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733524049; x=1734128849; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=b4w+x5Ni30eWK9xfSJRL8TiTn6eEg+Q/tDiLUjzsOg8=; b=uKjBl7MUXuPVceM6s2RuAWSbGX4MYTSURF7d0+hrl91Tx61I1BfSVdmbXGKZnmrtAj b+Q0+05jv/ni5uyaborkz2el0oxxSuEwi2ejuWz+R0w5QzJzoDoGA4N2IW5zuiDU/B8m dLEgD9y/Ya/KZerNbxe4ylq/yLAWlj+RHaP4KeBYPtDOm8CabLLzFd0HyvNj7jMiEJzz Hq+d0TYCfLgEColeJ6O+S26k604b8iooqFWx+5V4SFcjPrclBq2OX02Zv6VTbg/nX4Ha Ww04zM+324Z6G1BzXV6wpz+hf/UXLFM3xp+tPMh4fBTOwzq9xYrlfJeXSUzVR+x+fwLd oD/A== X-Gm-Message-State: AOJu0YzaVE34VCyQsVQJh/Cq0KCR3tU1UIeTgtUP+l87zYg5Xa+2Escg oI9SpHU+mYk3Dwy/ysPQNMXmEifKGyV/JcWx5AVK07pH5Jy+uarX3FoNXlZBKREw+mMhIjA3e6Z U0CvXCn6HecwRWnokvGVXuawMDunm5h+ib3P+rKsOyAOM1Tj6xkveX6Ds36au7b8jrqojIvwuUf fywxvrCB8LTDgYarr0FuJ6Yh4bmMtAjnmlOKOS/zU= X-Gm-Gg: ASbGncv3ZtTLLSup165W30kK3iyM9fXz1iwz2E6cHBT0HIjv1rsNhNDOsKR+u9unaaR kYmnk9sYJM0r8hNZ0pqi7aTU3omlDPQglh050UD58+9Y5H9djwy/UUHtK8/GLZ2Y4Fzvp9j0pps X6MZxpeGb1WvKy6dLTrBZkAJbDecWmYteHueWJct/06mXTojorSvN22POSHs1avsUx58OL6GV7S oXJXL7jHVJ7KjHxmzSdPS8c8v4fyawOpGY3tBv4cbJy9MaC2DeydcY2FzTqNSu8orN7bYkFdEgB G2w0ouuJqesZM94cHG+gUOpD/Vll7O6mnFfeDnda X-Google-Smtp-Source: AGHT+IGbtY/1XDTErb9Z8T5s+09iABVtO2FiskV6/d5f066OcgU7EOmVLd5j65zQFJ9Bo1EEgPxalw== X-Received: by 2002:ad4:5745:0:b0:6d4:180e:e7a with SMTP id 6a1803df08f44-6d8e7128c4fmr58231366d6.24.1733524048578; Fri, 06 Dec 2024 14:27:28 -0800 (PST) Received: from mobile-dev.fios-router.home (pool-71-244-152-222.bltmmd.fios.verizon.net. [71.244.152.222]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6d8ec179f30sm11646916d6.93.2024.12.06.14.27.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Dec 2024 14:27:27 -0800 (PST) From: Aaron Covrig X-Google-Original-From: Aaron Covrig To: 74664@debbugs.gnu.org Subject: [PATCH v3] gnu: libgit2: Update to 1.8.4. Date: Fri, 6 Dec 2024 17:25:23 -0500 Message-ID: <20241206222723.2405986-1-aarcov@gmail.com> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74664 Cc: Ashish SHUKLA 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 (-) From: Ashish SHUKLA * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. --- It seems I forgot to attach the revision tag to the prior patch... gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 289b981911..333548d54f 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1174,7 +1174,7 @@ (define-public libgit2-1.7 (define-public libgit2-1.8 (package (inherit libgit2-1.7) - (version "1.8.3") + (version "1.8.4") (source (origin (inherit (package-source libgit2-1.7)) (uri (git-reference @@ -1183,7 +1183,7 @@ (define-public libgit2-1.8 (file-name (git-file-name "libgit2" version)) (sha256 (base32 - "11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds")) + "0jydckwn0bbrp2kbcr1ih1bz4sc6yhx7lrl22lqcgnf2v6ml6n01")) (patches (search-patches "libgit2-uninitialized-proxy-settings.patch")) (snippet base-commit: 0972a27572a12158c0cb5a3bbc28a86eaf82dc33 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 06 20:07:44 2024 Received: (at 74664) by debbugs.gnu.org; 7 Dec 2024 01:07:44 +0000 Received: from localhost ([127.0.0.1]:44770 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJjIO-0001jn-8b for submit@debbugs.gnu.org; Fri, 06 Dec 2024 20:07:44 -0500 Received: from mail-qk1-f173.google.com ([209.85.222.173]:54391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJjIM-0001jO-LI for 74664@debbugs.gnu.org; Fri, 06 Dec 2024 20:07:43 -0500 Received: by mail-qk1-f173.google.com with SMTP id af79cd13be357-7b68e73188cso222172585a.0 for <74664@debbugs.gnu.org>; Fri, 06 Dec 2024 17:07:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; t=1733533597; x=1734138397; darn=debbugs.gnu.org; h=mime-version:organization:message-id:subject:to:from:date:from:to :cc:subject:date:message-id:reply-to; bh=hcAR2nusBFywoLWR73hY8huYhQ3Jc+SUlEiaGryCM5k=; b=UgSj3EsPd/Axwu2L3hUu3u9QoznI++3NQZDNnHFIPj4FS1gLvabo+k7vVDa0VQXDP+ 72lqExeqwJe4PFZNtmKHqqMcZauIpCvqgkoHucl7RvAbP+Q+UV+c2dD2jGaX8x6AayB4 lLOeJgy02samwbJPuaFko4j7q8gmcjlU0sHr0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733533597; x=1734138397; h=mime-version:organization:message-id:subject:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=hcAR2nusBFywoLWR73hY8huYhQ3Jc+SUlEiaGryCM5k=; b=K6EPjyb7YxmTV7XoixDUxBD7xO0IrXkvHutVw3DPL/6lSuCKpahFhNvROS4McDo8tn zSf69a5rRyZgc9FFgXwLNSvgmr8nFnX/6IRfhwJSwq37xe7B6xb/b8DVu80xxHvalHxB CHrK1iRjAFSrwBN72ZVeLoZay9g7xuSZsyUpzLb9rOK01ltkk79ozkHoFj9VDvobHHQw 4tqFoLUBUoDaxUfcQxskQwmu632qo3VVarGx2AHO2cFISML8TJc7AW/s2rC2Of2a10PS gm+0RbDpM9EtxEt2h6GVv/MqrvyfYyeFsZFA2qYTfvYWb9K9mjGKO3HU/MaMjp62XZ9K /fXw== X-Gm-Message-State: AOJu0Yy7HzX0udxtWzYiaIkU3NuGq5sfTpxh9QaMtQociqMWjwtWg8cs psa7bd+iNAQy66I5+1H5MizjOvdFFi9cGb/c+cg777dZwcNlxLZOS2tVPIzzcri/uLx2V8nEYqY ErP/cjX0A/2hFnfVB1ElMbBqCnrD9zhhOeRyHLo/XfF9PTBq5p1Z5m0vjh8d/F3TMbDbncsjQBj LXuAjVtm1jtDeC9jDZLMfDmbyJBP39ATsp5RWcE7s= X-Gm-Gg: ASbGnctFLB8rsB4dtYps2ZG5zBN/fFQDb6qbK8fY4kDk6rUVlv0aQqfl3jp5ybu5q+S QP5QPLUgBjFh2X00SZDWceB7zDACdQPr0r2sM1mF/4qKF1HIjUdCZ8JtmgIfVXhoxMqBK4RSM/m CxN9RH6ruuLtYur7UBLQjlWUNiAPpr5HeBuCuV2Wi9khvwC/+1/2cNPTRQHSUQHSUAKJgdNsJFA /dVVUssBoxncQqpAIyJjQD4AkK6F7XI+jyU1oGWtsr+JzreqmXkKZLnS1Ee8ZCVONcjnEYaKPz3 qMPhbVuH8qfWXJgImgFnROk8s6na X-Google-Smtp-Source: AGHT+IEXx9v5dnV4vf7wm6z9LnKzrvd6tB78NIMlpoDG1h3PGr5Ab4RIYRGTmJGqrJ7TwLzhEKXZmQ== X-Received: by 2002:a05:620a:45a9:b0:7b1:3c0e:b7ea with SMTP id af79cd13be357-7b6bcb74152mr869818785a.45.1733533596703; Fri, 06 Dec 2024 17:06:36 -0800 (PST) Received: from mobile-dev (pool-71-244-152-222.bltmmd.fios.verizon.net. [71.244.152.222]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7b6b5a46b7asm225935985a.3.2024.12.06.17.06.35 for <74664@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Dec 2024 17:06:35 -0800 (PST) Date: Fri, 6 Dec 2024 20:06:32 -0500 From: Aaron Covrig To: 74664@debbugs.gnu.org Subject: CI seems to be building against old commit Message-ID: <20241206200632.38371500@mobile-dev> Organization: IEEE X-Mailer: Claws Mail 4.3.0 (GTK 3.24.41; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/6VVrmC0GXGsrC_l7.0+XVpF"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74664 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 (-) --Sig_/6VVrmC0GXGsrC_l7.0+XVpF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable For whatever reason the CI is building against a fairly old commit... (maybe this is how the CI is enforcing the current package build suspension till aarch64 substitutes get caught up). For reference, based on the qa error message, it looks to be building against a commit from Nov. 19: ``` commit f129a6cc591817c5c51770d5b8712eeb344ba4e4 Author: Lars Bilke Date: Tue Nov 19 15:18:06 2024 +0100 ``` I may try to rebase against this commit and see what happens... v/r, Aaron --Sig_/6VVrmC0GXGsrC_l7.0+XVpF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQSPXVwROJGaYSBOwhhfTkc5aZTD/QUCZ1OfmAAKCRBfTkc5aZTD /TolAP4m0evQ46YNVqn9nY4OnWrDhMfr/elT9CDvDm6YsWp79wEAi8OH2Sn4TW1C Hc5helNSpJrwr2+nVcRwJHOBR9ud5wU= =a8FG -----END PGP SIGNATURE----- --Sig_/6VVrmC0GXGsrC_l7.0+XVpF-- From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 06 20:09:52 2024 Received: (at 74664) by debbugs.gnu.org; 7 Dec 2024 01:09:52 +0000 Received: from localhost ([127.0.0.1]:44774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJjKR-0001nX-Sx for submit@debbugs.gnu.org; Fri, 06 Dec 2024 20:09:52 -0500 Received: from mail-qv1-f54.google.com ([209.85.219.54]:46212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJjKQ-0001nG-37 for 74664@debbugs.gnu.org; Fri, 06 Dec 2024 20:09:50 -0500 Received: by mail-qv1-f54.google.com with SMTP id 6a1803df08f44-6d8f99cb0d9so1416096d6.0 for <74664@debbugs.gnu.org>; Fri, 06 Dec 2024 17:09:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; t=1733533724; x=1734138524; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=q988Af+joX4ONxDOLZn3Zsl4hOqY0jJLDVoctAGSWJg=; b=F+K36Zg7w/94rUCEwngbMLQsYVRR2jRY0S8eUaupqXY4DIAnT1T0nwcSle/FyP+cHU ccLCxZkkjJytWbuh7+XoeGPHgyM1p8cUhxDRBsuPoevmYSMUzO9edkd6C7jtysR7KX0q G++z30ak/4bs7S0MA6gGUnWpF6bGzrnqCG+Ng= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733533724; x=1734138524; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=q988Af+joX4ONxDOLZn3Zsl4hOqY0jJLDVoctAGSWJg=; b=jl77gHpjkd4ErYguYqMUFepsFZ4pr1wH8v2+2UiRTtIKpTFGpOFMl0dryFum5zHwEA h8ufTTQUZBu/3wBMtQsNOh37Dkl62Qtd3JNWxNCKmDYFszuRduo8Hw7/27C1g9zowQl8 9IHdo1YPyn6UOEOWEhO5fI2bZ4+/PzHXZYVdLGFTiUHjQCrDgDLp2l2V84qsMOtKgFEI LDyYHiF57pKXa9IKKzg97ssOiJHiFmb/RFUKF8s291qBhqpI48mkGSw9KOxX2/q7uWLC ZdW3c1fJmccHX/pcR5wl9pVps6U7qWASWwMR1h0458lmocU4AsKnds4we/sbsffAOU1b JsiQ== X-Gm-Message-State: AOJu0YxW/iNpEqCDdzBNpQpq4ZsNSGiz0bwxnFtFbjDBT7HVa7z2MOX7 xCTZsqCGbad6A55zw8Tnbw2F0kKKisvUn+x2c0UJu7xkxUiILrhwq+PTjsxQPOuRC7UCGF72UOe TxtMpo6Oj75a3DQz/iEjy0dV3pvvcGzvFkeFawM2axtehuL5RtV6SrtWmM38oiVwiqX6tDTBLG2 dOg59w0w+ebM9VpujJ9tKRlhbD9IHoy5yb2OYpeGM= X-Gm-Gg: ASbGnctjCp+/skH1s1KXKb9evfWFcSpYP3d37AOg8QLxCASeXfT8fqueFEFETATKUxC DH/hxNn/sRP5t30o+ZUp0q1pyMy98E/jMQOv9+WewPCudWJ3BWvDnTs9bz2PV8ZQvd7MQCFRb9E EzyQsLZAVwBGqLI24uxopU6m5jY1eUQwDQ72lfkwZSJsk5NpNVP6OrwTWiAtho1G3PM5MsufMQQ s2pBtO6lsUfKKhb2iyGo+IBHZF/Kj4Ln57yMVpgRgGJIyaccGyeagA1rApXC8CTfxH+4PnjMOjH jc9YqO6rMfaIMTdM8T5CV3ZBsKVBgojww5Y5xGTxDo9+883t4OI= X-Google-Smtp-Source: AGHT+IFRX9LwrQvR+NI4yLV2mc4TuzDSvgrpDNYN6E/Ja4V+xTXGzvd/9EmavBqtEH430M7cRnV0Gg== X-Received: by 2002:ad4:5d6c:0:b0:6d8:8e27:5a45 with SMTP id 6a1803df08f44-6d8e720906cmr77665856d6.39.1733533723814; Fri, 06 Dec 2024 17:08:43 -0800 (PST) Received: from mobile-dev.fios-router.home (pool-71-244-152-222.bltmmd.fios.verizon.net. [71.244.152.222]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6d8dabfb6f1sm24852706d6.114.2024.12.06.17.08.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Dec 2024 17:08:42 -0800 (PST) From: Aaron Covrig To: 74664@debbugs.gnu.org Subject: [PATCH v4] gnu: libgit2: Update to 1.8.4. Date: Fri, 6 Dec 2024 20:08:11 -0500 Message-ID: <20241207010839.2536093-1-aaron.covrig.us@ieee.org> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74664 Cc: Ashish SHUKLA 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 (-) From: Ashish SHUKLA * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. --- Applying against the old commit that the CI seems to be using gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index c892a83a98..eca8ebc42c 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1170,7 +1170,7 @@ (define-public libgit2-1.7 (define-public libgit2-1.8 (package (inherit libgit2-1.7) - (version "1.8.1") + (version "1.8.4") (source (origin (inherit (package-source libgit2-1.7)) (uri (git-reference @@ -1179,7 +1179,7 @@ (define-public libgit2-1.8 (file-name (git-file-name "libgit2" version)) (sha256 (base32 - "1mh55804cvxl2cyl4clinajzgfn3zmlhacnv1pdvdj4w6z2w4si7")) + "0jydckwn0bbrp2kbcr1ih1bz4sc6yhx7lrl22lqcgnf2v6ml6n01")) (patches (search-patches "libgit2-uninitialized-proxy-settings.patch")) (snippet base-commit: f129a6cc591817c5c51770d5b8712eeb344ba4e4 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 13 19:18:16 2024 Received: (at 74664) by debbugs.gnu.org; 14 Dec 2024 00:18:16 +0000 Received: from localhost ([127.0.0.1]:44763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMFrI-0005TV-VZ for submit@debbugs.gnu.org; Fri, 13 Dec 2024 19:18:16 -0500 Received: from mail-qt1-f171.google.com ([209.85.160.171]:43243) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tMFrF-0005TF-Vl for 74664@debbugs.gnu.org; Fri, 13 Dec 2024 19:18:10 -0500 Received: by mail-qt1-f171.google.com with SMTP id d75a77b69052e-4678afeb133so30090771cf.0 for <74664@debbugs.gnu.org>; Fri, 13 Dec 2024 16:18:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; t=1734135421; x=1734740221; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=StJJHxTuT6QcJgjhIsBjdQlGNeh2wOM0QFB6wHenvkw=; b=UAtgId2x9HrZ2ZKpSBAiBSeOtZgo/NM3owHYrJmqsWxTSwSaEPuTh2ipLm/eBDC0T+ sgoPwepRgsYURTeBmaJjX4YKh3q4Kt4Hv/irSibOpVV0CpNPf8ZdG0u404WYsyafcSG6 lnrJi1r3oCpQbZNvn2/QhR6e/B/nkQbv18nXQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734135421; x=1734740221; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=StJJHxTuT6QcJgjhIsBjdQlGNeh2wOM0QFB6wHenvkw=; b=hT9uZ/ydQ+35c15G9Fix9oBJzTvGCBZ53jpNK+1Vaf2CnK1Le39OYuQoZ6MKVX5zZQ XvwysnLuXBUNDnvEYjJAzM7IRXBlJgvNKXQu6FQah3IK3CodHRkXrZiiM/s0v6tbguJF 3FWQmQQ8J3ld2PlSOkoZy/rJjD4ruoCfnM944Yk9c58S7+b1M1w0llx+veqJYsi3VJqv ViMTAzn34wQ8QgkM3Mw52FzDk3C3SdPve8ao2TLn9hu2Kx6o8g15cbcXGfl/KESm48Di REZruxn8MNJHA4OQ6B0DAFjygVtlk6gdFgBQI59DgH57gNmT8EfIqJkfDqCVed8QFnUc bDHQ== X-Gm-Message-State: AOJu0YzQhhp/Pl1S6Rrgw5W6QgHM+uzkJBJHbrIyDpNpCJl+nAoO0JW1 3EPScyKp0kpIVwV4t4CRitjuR+lbgSZFewNJ4WbO5hZVHUekJaanH+Ou5rJ4hQmVcCyMFdQH6hb 39WwohdJy+atgOcLFLJ0XUpAKtuLltiRomlA4U1W9+L3Cv1FVqTXZLpliqnZ0JC6Y90v6klLa+D Zx2GtDFiD6e1KFQ6q7ezChnbFvnK7SvEw/yzIO/nU= X-Gm-Gg: ASbGncvjpMUhxccX7TUoZ46Ww2OjTUkc0/dAXbBeOIz5G8kYFcMlzGcXVopAYv1wzty ojE+ITHaNulbDjq5zjT7o00KjONH0Au9PpgVifcg8oDRT5Jkas32ylV8c56L+ju7wIvew/w897X gQ0nJBv4TFuVLEdOHEEU/2moTs6ysqLb/ooJxvVxbP0Z3PhfvWjC/kk3TOTOMRbEP8eKHH26BTT wOGd4mc4t+D7ngKF66h8yCB0I3ghhe/U8UI4T4Pj8WWwOSvD0f3F9QZqnEmdvRUAlDLq2poOTWp /R2u1lGbKWsLG8Op5ciBRcKLCctE2UiFWWtnI0Gtf+gOfEkmM5MEClqCiQ== X-Google-Smtp-Source: AGHT+IG5B9xKjoIt69qYXgGknfUyYU6gmHfYyvtXMKB4a2PHGDeSvM3MGFcATU1pXd5sL552BGsJGQ== X-Received: by 2002:a05:622a:1b13:b0:467:85f9:2a6c with SMTP id d75a77b69052e-467a5a2fda2mr92310091cf.10.1734135421034; Fri, 13 Dec 2024 16:17:01 -0800 (PST) Received: from mobile-dev.fios-router.home (pool-71-244-152-222.bltmmd.fios.verizon.net. [71.244.152.222]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7b7047d26d5sm28918385a.38.2024.12.13.16.16.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Dec 2024 16:16:59 -0800 (PST) From: Aaron Covrig To: 74664@debbugs.gnu.org Subject: [PATCH v5] gnu: libgit2: Update to 1.8.4. Date: Fri, 13 Dec 2024 19:15:06 -0500 Message-ID: <20241214001655.110304-1-aaron.covrig.us@ieee.org> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74664 Cc: Ashish SHUKLA 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 (-) From: Ashish SHUKLA * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. --- Restoring the original reference base as the build system hasn't picked this up and it looks like the arm64 substitute count is getting close to being enough for the CI instance to start processing other architectures again. - Aaron gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 3339e79390..330072e575 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1174,7 +1174,7 @@ (define-public libgit2-1.7 (define-public libgit2-1.8 (package (inherit libgit2-1.7) - (version "1.8.3") + (version "1.8.4") (source (origin (inherit (package-source libgit2-1.7)) (uri (git-reference @@ -1183,7 +1183,7 @@ (define-public libgit2-1.8 (file-name (git-file-name "libgit2" version)) (sha256 (base32 - "11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds")) + "0jydckwn0bbrp2kbcr1ih1bz4sc6yhx7lrl22lqcgnf2v6ml6n01")) (patches (search-patches "libgit2-uninitialized-proxy-settings.patch")) (snippet base-commit: 0787a180b3ca64d3958438920ca1b58a2a27fba4 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 16 13:45:46 2024 Received: (at 74664) by debbugs.gnu.org; 16 Dec 2024 18:45:46 +0000 Received: from localhost ([127.0.0.1]:56165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNG6C-0002LB-Up for submit@debbugs.gnu.org; Mon, 16 Dec 2024 13:45:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNG6A-0002Kq-K8 for 74664@debbugs.gnu.org; Mon, 16 Dec 2024 13:45:43 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tNG64-00078j-A6; Mon, 16 Dec 2024 13:45:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=8Ek8+7hr0IPjUEHPZcYkJZxL2WCRR8ZkopwGFuK2ouA=; b=mgLnqG0mia7OvyJ3dLDq Iy946W5sdnNZmMawI0x0YKsTaP2uDLynaG6+vicna0eRZSLpq2W9zFvcuQvONBcq3XotxE3hfEc9i +YasP/7dvqRBhyVfWrjAhoca4boVONf3Ao4A3h4rcllCjLOxgNHWrNZE84HXDTdkOL8TCCyOXseTG u7UgN5SuX7n88PeyAz9dPnISPB2FG1YnXwy8fuLsn6dFMHgXiD3+368S8InFWiSCfpw9W/rfOcwB9 gyLmPYA0OvKqfJd8SPgRjZKGI+Ys8pgYzv6ROTwAvXoE8MYJIHJX0p13p9wg8vrqKVjz4oYxgZJAq EC5HndhCyepjAw==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Aaron Covrig Subject: Re: [bug#74664] [PATCH v5] gnu: libgit2: Update to 1.8.4. In-Reply-To: <20241214001655.110304-1-aaron.covrig.us@ieee.org> (Aaron Covrig's message of "Fri, 13 Dec 2024 19:15:06 -0500") References: <20241214001655.110304-1-aaron.covrig.us@ieee.org> Date: Mon, 16 Dec 2024 19:45:13 +0100 Message-ID: <87msgveabq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 74664 Cc: 74664@debbugs.gnu.org, Ashish SHUKLA , Maxim Cournoyer 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 (---) Hi, (Cc: Maxim for libjami questions.) Aaron Covrig skribis: > From: Ashish SHUKLA > > * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. > --- > Restoring the original reference base as the build system hasn't picked > this up and it looks like the arm64 substitute count is getting close to > being enough for the CI instance to start processing other architectures > again. The upgrade apparently breaks libjami: --8<---------------cut here---------------start------------->8--- jamidht/conversationrepository.cpp: In member function =E2=80=98std::string= jami::ConversationRepository::Impl::createMergeCommit(git_index*, const st= ring&)=E2=80=99: jamidht/conversationrepository.cpp:801:34: error: invalid conversion from = =E2=80=98git_commit* const*=E2=80=99 to =E2=80=98const git_commit**=E2=80= =99 [-fpermissive] 801 | &parents_ptr[0]) | ^~~~~~~~~~~~~~~ | | | git_commit* const* In file included from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1= .8.4/include/git2/repository.h:14, from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1= .8.4/include/git2/annotated_commit.h:11, from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1= .8.4/include/git2.h:11, from jamidht/conversationrepository.h:21, from jamidht/conversationrepository.cpp:18: /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1.8.4/include/git2/comm= it.h:515:27: note: initializing argument 9 of =E2=80=98int git_commit_cre= ate_buffer(git_buf*, git_repository*, const git_signature*, const git_signa= ture*, const char*, const char*, const git_tree*, size_t, const git_commit*= *)=E2=80=99 515 | const git_commit *parents[]); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~ jamidht/conversationrepository.cpp: In member function =E2=80=98std::string= jami::ConversationRepository::Impl::commit(const string&, bool)=E2=80=99: jamidht/conversationrepository.cpp:1887:34: error: invalid conversion from = =E2=80=98git_commit* const*=E2=80=99 to =E2=80=98const git_commit**=E2=80= =99 [-fpermissive] 1887 | &head_ref[0]) | ^~~~~~~~~~~~ | | | git_commit* const* In file included from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1= .8.4/include/git2/repository.h:14, from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1= .8.4/include/git2/annotated_commit.h:11, from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1= .8.4/include/git2.h:11, from jamidht/conversationrepository.h:21, from jamidht/conversationrepository.cpp:18: /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1.8.4/include/git2/comm= it.h:515:27: note: initializing argument 9 of =E2=80=98int git_commit_cre= ate_buffer(git_buf*, git_repository*, const git_signature*, const git_signa= ture*, const char*, const char*, const git_tree*, size_t, const git_commit*= *)=E2=80=99 515 | const git_commit *parents[]); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~ --8<---------------cut here---------------end--------------->8--- (From .) Can we =E2=80=9Cjust=E2=80=9D upgrade libjami? Is there a patch upstream w= e can take? What would you recommend, Maxim? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 18 02:20:06 2024 Received: (at 74664) by debbugs.gnu.org; 18 Dec 2024 07:20:06 +0000 Received: from localhost ([127.0.0.1]:33157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNoLl-0001qb-6k for submit@debbugs.gnu.org; Wed, 18 Dec 2024 02:20:06 -0500 Received: from mail-qk1-f181.google.com ([209.85.222.181]:57466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNoLh-0001pk-U6 for 74664@debbugs.gnu.org; Wed, 18 Dec 2024 02:20:03 -0500 Received: by mail-qk1-f181.google.com with SMTP id af79cd13be357-7b6eeff1fdfso470276085a.2 for <74664@debbugs.gnu.org>; Tue, 17 Dec 2024 23:20:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1734506336; x=1735111136; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=9dp7orZWcbskRf11/+k7p9JCun1uvW91M8r0DjXG8IY=; b=Rql5WxDbynOAimiCzyWwU3s1Jfgq2F0BeH8Bfbw3dnytTK9ces5loGoVoabrQpdqFu HLp7Dvq9g87D3sKFPb5yEPRJS4NERLO8uQBnndNogg1Fqodh0CFJNU2kQOI3Cn+DWy1X FYJeSS8DqNn+x4pxN5UJxIG3KSl4zVPkbuo5FyZ85fJs5DW5E9jT9fL/AJE1V3MUDAAr rcdnMjFZZH1ri6M2y1pcURzTM1IrTTDX1y3wlR/IkJCAEqfqLBrQWeDTawMSItGO8BCB uScAaN96WGRURf0ySAD1EtiN0E2Wtis2S6aJzWyKMrUkKC9lBgUPgbEZqU2Pp5XUYflc E3wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734506336; x=1735111136; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=9dp7orZWcbskRf11/+k7p9JCun1uvW91M8r0DjXG8IY=; b=d6o4XJxrlj/l6++PZncbuCDvGEZmafw/AKVSiiOMSK+Af5lGjHsKKlu8322+ugm4FI wcjyzxftagZF+E4uzh9dCxQSPiLYkOkQ64Z8XPkIxfJZ6v/MIQl/fEIunsMgk7rcM1Rk l0qxakf1Gt4dqxazMoreg9VYGBc8Ch1B7c5V6pu26QIClZa29r/MFWHxFXxyN6ygSs2W JE48eK46vxl4+HzD7IhyobcTTZGipy1ZHs/k5leonSlFf4AyTQMUKhKri1wjpHtJ6nuz OrX8Z6FWg0WBchyFdodFZc9YHjnxwps0zi5FI/J7HYbUyRCthG1BnyfUiwx3BI8xT0tF uuDA== X-Forwarded-Encrypted: i=1; AJvYcCUUjO5upmG1Z7HOcjYAaWtJYA3CSgABF8mR1KCifXYjd3E/5aGkieIEAhPew3167bm6tvUUyg==@debbugs.gnu.org X-Gm-Message-State: AOJu0YzBuE9Q+1+b9fXhgI1NuL8c9coj5wOdCLRxn3kxByfR5nvBqdic eHy3wug3GcgKJTghrJ2+WuCYQqgS1adURRX7JJF71HESudz3SdnT X-Gm-Gg: ASbGnctePT0G+lRAcwc0gaXDqegtjL+CirB2nxWEocfw8v04UoCIbNOFAsej//HPbUB ZJUoJppYqyJeVUkcDbrjgR9Ka0RoVth2ts8h08h4VQlUGDiI+zpWzJ5x4uis9lEGYJYweEn08wo dCnZeSMGDQY49QTDUXtneUzKp25EkNfAvphA8PsK0Z6sJ6w6iwEH/kWJNzm5IlN2gbDJVk2H7pw laLYD42fWVZHn9sa81yjwS1x/OFkhylT2i0SWFsBYc0PfpPTfHVMy7yp5EMfot1QguMnBGnkbsn zw== X-Google-Smtp-Source: AGHT+IGfPQFdUIoo7v1NTshto9/3ZgPDj/d2BBZqqrhZzRvZqfJ1rRf9MvhcP2jf4QBCom17Nhnv3A== X-Received: by 2002:a05:620a:4096:b0:7b6:f595:7550 with SMTP id af79cd13be357-7b863755426mr314642385a.36.1734506336318; Tue, 17 Dec 2024 23:18:56 -0800 (PST) Received: from terra (vps-6234970c.vps.ovh.ca. [51.222.13.224]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7b7047aa68fsm397540785a.13.2024.12.17.23.18.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Dec 2024 23:18:55 -0800 (PST) From: Maxim Cournoyer To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#74664] [PATCH v5] gnu: libgit2: Update to 1.8.4. In-Reply-To: <87msgveabq.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 16 Dec 2024 19:45:13 +0100") References: <20241214001655.110304-1-aaron.covrig.us@ieee.org> <87msgveabq.fsf@gnu.org> Date: Wed, 18 Dec 2024 16:18:43 +0900 Message-ID: <87h671pigc.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74664 Cc: 74664@debbugs.gnu.org, Aaron Covrig , Ashish SHUKLA 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, Ludovic Court=C3=A8s writes: > Hi, > > (Cc: Maxim for libjami questions.) > > Aaron Covrig skribis: > >> From: Ashish SHUKLA >> >> * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. >> --- >> Restoring the original reference base as the build system hasn't picked >> this up and it looks like the arm64 substitute count is getting close to >> being enough for the CI instance to start processing other architectures >> again. > > The upgrade apparently breaks libjami: > > jamidht/conversationrepository.cpp: In member function =E2=80=98std::stri= ng jami::ConversationRepository::Impl::createMergeCommit(git_index*, const = string&)=E2=80=99: > jamidht/conversationrepository.cpp:801:34: error: invalid conversion from= =E2=80=98git_commit* const*=E2=80=99 to =E2=80=98const git_commit**=E2=80= =99 [-fpermissive] > 801 | &parents_ptr[0]) > | ^~~~~~~~~~~~~~~ > | | > | git_commit* const* > In file included from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2= -1.8.4/include/git2/repository.h:14, > from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2= -1.8.4/include/git2/annotated_commit.h:11, > from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2= -1.8.4/include/git2.h:11, > from jamidht/conversationrepository.h:21, > from jamidht/conversationrepository.cpp:18: > /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1.8.4/include/git2/co= mmit.h:515:27: note: initializing argument 9 of =E2=80=98int git_commit_c= reate_buffer(git_buf*, git_repository*, const git_signature*, const git_sig= nature*, const char*, const char*, const git_tree*, size_t, const git_commi= t**)=E2=80=99 > 515 | const git_commit *parents[]); > | ~~~~~~~~~~~~~~~~~~^~~~~~~~~ > jamidht/conversationrepository.cpp: In member function =E2=80=98std::stri= ng jami::ConversationRepository::Impl::commit(const string&, bool)=E2=80=99: > jamidht/conversationrepository.cpp:1887:34: error: invalid conversion fro= m =E2=80=98git_commit* const*=E2=80=99 to =E2=80=98const git_commit**=E2=80= =99 [-fpermissive] > 1887 | &head_ref[0]) > | ^~~~~~~~~~~~ > | | > | git_commit* const* > In file included from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2= -1.8.4/include/git2/repository.h:14, > from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2= -1.8.4/include/git2/annotated_commit.h:11, > from /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2= -1.8.4/include/git2.h:11, > from jamidht/conversationrepository.h:21, > from jamidht/conversationrepository.cpp:18: > /gnu/store/1bwhw59mfrs2zk98l31ymhr6qw7cp45p-libgit2-1.8.4/include/git2/co= mmit.h:515:27: note: initializing argument 9 of =E2=80=98int git_commit_c= reate_buffer(git_buf*, git_repository*, const git_signature*, const git_sig= nature*, const char*, const char*, const git_tree*, size_t, const git_commi= t**)=E2=80=99 > 515 | const git_commit *parents[]); > | ~~~~~~~~~~~~~~~~~~^~~~~~~~~ > > (From .) > > Can we =E2=80=9Cjust=E2=80=9D upgrade libjami? Is there a patch upstream= we can take? > What would you recommend, Maxim? There may be a commit that could be cherry picked, but ideally we should just update all Jami components to its latest nightly, if it supports the latest libgit2 1.8.x. I have an upgrade of Jami on a local branch, but it's not finished, and I haven't checked yet if it would resolve that particular problem. --=20 Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 18 09:29:01 2024 Received: (at 74664-done) by debbugs.gnu.org; 18 Dec 2024 14:29:01 +0000 Received: from localhost ([127.0.0.1]:34035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNv2o-0006Q6-TP for submit@debbugs.gnu.org; Wed, 18 Dec 2024 09:28:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNv2k-0006Ph-0O for 74664-done@debbugs.gnu.org; Wed, 18 Dec 2024 09:28:54 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tNv2W-0003zC-Kn; Wed, 18 Dec 2024 09:28:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=oEXJONcJ6+obxSA5qFzK9A6ZBmf7QH3/2VhdDkAoCjo=; b=ruRFoF90QywMU49kXJtZ 9BoWlAr833pbljIyJVlYiKyZ470bEqjUOL7hNz8CYB/CAyM+yvdK5OHljYmHIYX1u0bAk7QK3n+66 wwlGzyfEgLxR6Af+l5xrEQK39Yt7PtGXHHV8QQrVCN7tClJ/zY2aSFcF65H9AgFwshjJf4aGqugWi yXqeT1Mvsxm82bZKA+jD72cFYUE7ItrLaBToJZ3G4sC8oWwFjCXDWxXVaJYgtClfcfLWY+zZrZ4qq 0tfCfvebMnIIXD6N/eP2vOp+gTbf+pzYTIXn8PUx9FOJGOwvcf9De31+qIyUmZyk9oaYXT/PA4UmQ rmYDuVTdxpTGqQ==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxim Cournoyer Subject: Re: [bug#74664] [PATCH v5] gnu: libgit2: Update to 1.8.4. In-Reply-To: <87h671pigc.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 18 Dec 2024 16:18:43 +0900") References: <20241214001655.110304-1-aaron.covrig.us@ieee.org> <87msgveabq.fsf@gnu.org> <87h671pigc.fsf@gmail.com> Date: Wed, 18 Dec 2024 15:28:26 +0100 Message-ID: <878qsdkqut.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 74664-done Cc: 74664-done@debbugs.gnu.org, Aaron Covrig , Ashish SHUKLA 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 (---) Hi! It turns out libjami was already working around a change introduced in 1.8.0 and that was reverted in 1.8.4. I pushed a fix along with the libgit2 upgrade: a34c9713e2 gnu: libgit2: Update to 1.8.4. 011bf3280b gnu: libjami: Prepare for libgit2 1.8.4. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 18 20:55:33 2024 Received: (at 74664-done) by debbugs.gnu.org; 19 Dec 2024 01:55:33 +0000 Received: from localhost ([127.0.0.1]:36743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tO5lF-00070e-Cp for submit@debbugs.gnu.org; Wed, 18 Dec 2024 20:55:33 -0500 Received: from mail-pl1-f181.google.com ([209.85.214.181]:52294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tO5lC-00070K-K5 for 74664-done@debbugs.gnu.org; Wed, 18 Dec 2024 20:55:31 -0500 Received: by mail-pl1-f181.google.com with SMTP id d9443c01a7336-2165cb60719so2815035ad.0 for <74664-done@debbugs.gnu.org>; Wed, 18 Dec 2024 17:55:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1734573265; x=1735178065; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=jbjvUH7QV4W51SPeeyF1nTA2avpIfLE8UEKs7XruBVE=; b=eqWkS37hFn91EPoEDnRssWlQr/P6RrEVJu1EORHTRxqlWogYU/3aU8PidepOSrRWn8 MwG8nFkGQ439HeEvbpSbOk/zz/HGtdxMrYKWq0UPGE4uWXc3XvvgZoIlhfmXsUrWGTm+ njNL9RZjxmg9NapA/L29wOnsa9ZRly6wlZBb5XxEbaWRLQ4HZmvDjxqB/6R0XZfGdVM4 fbuAHvBGo0gxBAZxIt1Ag2Rqls1EvWKFB1nIJ5V/bWEZBh84ldciF0y6kbtsFHk2GM0f KaruGYrHEPCtAXuTWLiQKWdIijSKIoBKLTPaLWT+p5A2lesvkFtsHda6c3D70QxQ3oYG 58Vg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734573265; x=1735178065; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=jbjvUH7QV4W51SPeeyF1nTA2avpIfLE8UEKs7XruBVE=; b=dp12MnTbuS7t4l7Vd0iXN8DBhGFhbxuI8JYau6UMG1IEQIKNeSajD8mJwZJeuEiGfD jLz4lj/daRAg4m58+g6suR8ibe5A2DHV1J5UryXoPBvinuj1b8ldJWPl8cFMne0AR/2C RhYs6rp9LrUO2fiHyXBKfqjig3KwYU4C8pnIaikvWZCOVRIptRrLQA5WobGuLn0Q0oxl jHWFMLX1+1epsHD2vpDH9PMFDv9usN62VsdRYGI2zAhfly5A84Ze7TZNOT+aJOo9vPEX SliUyeL0irop6HdCPHZQ6R1gLasV3Qe1aST4nTO5OFLVd5dldKz+FLZQ0Zx5toI1Bbwi 1TWQ== X-Gm-Message-State: AOJu0YxI9iubESGg/L1L2NZpM0SPcEk4aI7uS8mNJo17W05PU8IgD8ov ACnO/kfrkGPrjIYTDPmuzHF+/MMihZeR1XaUd41jpb6L/pYItKfg X-Gm-Gg: ASbGncurac2z2aloln019OHktvCT23KmIlI5TAzhgOLgsCGYZ1217SB6rVNX6YHPPyx gb81T/4wU0AAwrskatU8KEdOswpM54oSsbgu5LcxjQa96gcuaCo5OpEqOE7zXFROgCNB0hpBSe8 EYoAUc7Mj1LmOPOQcIRQRAOFuERV8/4n8ZtJ5fHYsL6vSv+t3pd7pbUGj7T3+FKjB5+lRnVim9l 1ijnZDpOG2jAHSHaNhOdUHKFuun4kkAoamVMLqeu0hnhqtwEYsacw== X-Google-Smtp-Source: AGHT+IHKXqAh2ZZM8+vjRCTFavIG3ubVkpc2n/TXSLB3D3/PQM7uSGqqFWTNxF/P8aONn1aztGnc6A== X-Received: by 2002:a17:903:283:b0:215:83e1:99ff with SMTP id d9443c01a7336-219d9649cdamr20215045ad.27.1734573264999; Wed, 18 Dec 2024 17:54:24 -0800 (PST) Received: from terra ([2405:6586:be0:0:c8ff:1707:9b9:af89]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-219dca02397sm1862295ad.238.2024.12.18.17.54.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Dec 2024 17:54:24 -0800 (PST) From: Maxim Cournoyer To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#74664] [PATCH v5] gnu: libgit2: Update to 1.8.4. In-Reply-To: <878qsdkqut.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 18 Dec 2024 15:28:26 +0100") References: <20241214001655.110304-1-aaron.covrig.us@ieee.org> <87msgveabq.fsf@gnu.org> <87h671pigc.fsf@gmail.com> <878qsdkqut.fsf@gnu.org> Date: Thu, 19 Dec 2024 10:54:15 +0900 Message-ID: <874j30o2t4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74664-done Cc: 74664-done@debbugs.gnu.org, Aaron Covrig , Ashish SHUKLA 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 Ludovic, Ludovic Court=C3=A8s writes: > Hi! > > It turns out libjami was already working around a change introduced in > 1.8.0 and that was reverted in 1.8.4. I pushed a fix along with the > libgit2 upgrade: > > a34c9713e2 gnu: libgit2: Update to 1.8.4. > 011bf3280b gnu: libjami: Prepare for libgit2 1.8.4. Well done! --=20 Thanks, Maxim From unknown Fri Aug 15 04:04:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 16 Jan 2025 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator