From unknown Fri Jun 20 07:19:26 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#64820 <64820@debbugs.gnu.org> To: bug#64820 <64820@debbugs.gnu.org> Subject: Status: [PATCH] gnu: rvvm: Add rvvm. Reply-To: bug#64820 <64820@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:19:26 +0000 retitle 64820 [PATCH] gnu: rvvm: Add rvvm. reassign 64820 guix-patches submitter 64820 Juliana Sims severity 64820 normal tag 64820 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 24 02:48:02 2023 Received: (at submit) by debbugs.gnu.org; 24 Jul 2023 06:48:03 +0000 Received: from localhost ([127.0.0.1]:41570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNpMQ-0005sL-2J for submit@debbugs.gnu.org; Mon, 24 Jul 2023 02:48:02 -0400 Received: from lists.gnu.org ([2001:470:142::17]:33088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNpMM-0005rH-JN for submit@debbugs.gnu.org; Mon, 24 Jul 2023 02:48:00 -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 1qNpMG-0000lA-8x for guix-patches@gnu.org; Mon, 24 Jul 2023 02:47:53 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qNpMC-00071t-Nm for guix-patches@gnu.org; Mon, 24 Jul 2023 02:47:51 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 1CBEFE0006; Mon, 24 Jul 2023 06:47:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=incana.org; s=gm1; t=1690181260; 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=eXzuE4jMrC6qE9xaqsXcKezyXB4F0gT1EKJpPi+IVMg=; b=cBCBRVeQnARM43tmj+qkKRhQw/5RxNKBA/q9nz0wLYcjjRKErc08VTp2dJt26oWs3IpUeg hXJlrdahoQa4Sn4K+lDpRlgGY5iRjesgHhcaIG9T4w3fPo4ceZkb1J3ERR6KPpCuK/1xre WucLZW/KOmSau9YqkfciCV8Gy5Jdd/BVuBu0N+BmnhAcaUmCDCMmlUdgrSX2aCi7PLzbNz T8AZIzhi9/PRn8U+C5+rjlrwzOm27JxQHYOdhNz2IBlkZmgT7DvKAriyCS6rymL0f7zU+4 nCweCK/cJRe9CQN6pFzJguuv++hm7rXJjSRafj0h7vtKA3nWpMQU972E74dqqA== From: Juliana Sims To: guix-patches@gnu.org Subject: [PATCH] gnu: rvvm: Add rvvm. Date: Mon, 24 Jul 2023 02:47:06 -0400 Message-ID: <5d52e9ee0beb37dba6726441d5180e371448c1b7.1690181226.git.juli@incana.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Sasl: juli@incana.org Received-SPF: pass client-ip=217.70.183.196; envelope-from=juli@incana.org; helo=relay4-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: Juliana Sims 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: -0.4 (/) Hello, This patch adds the RISC-V Virtual Machine which seems like a handy little tool and claims to be faster than qemu. Neat! Thanks, Juliana * gnu/packages/virtualization.scm (rvvm): New symbol. --- gnu/packages/virtualization.scm | 53 ++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 10 deletions(-) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 3f6c32f390..705d1ac183 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -1127,6 +1127,39 @@ (define-public ganeti-instance-debootstrap Debian or a derivative using @command{debootstrap}.") (license license:gpl2+))) +(define-public rvvm + (package + (name "rvvm") + (version "0.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LekKit/RVVM") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ldabcrmpa044bahpqa6ymwbhhwy69slh77f0m3421sq6j50l06p")))) + (build-system cmake-build-system) + (arguments + (list #:phases #~(modify-phases %standard-phases + (replace 'install + (lambda _ + (let ((bindir (string-append #$output "/bin/"))) + (mkdir-p bindir) + (copy-file "rvvm" + (string-append bindir "rvvm")))))) + #:tests? #f)) ;no tests + (home-page "https://github.com/LekKit/RVVM") + (synopsis "RISC-V virtual machine") + (description + "RVVM is a RISC-V CPU and system software implementation written in C. It +supports the entire RV64GC ISA, and it passes compliance tests for both RV64 and +RV32. OpenSBI, U-Boot, and custom firmwares boot and execute properly. It is +capable of running Linux, FreeBSD, OpenBSD, Haiku, and other OSes. Furthermore, +it emulates a variety of hardware and peripherals.") + (license (list license:gpl3+ license:mpl2.0)))) + (define-public spike (package (name "spike") @@ -1134,22 +1167,22 @@ (define-public spike (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/riscv-software-src/riscv-isa-sim") - (commit (string-append "v" version)))) + (url "https://github.com/riscv-software-src/riscv-isa-sim") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0cik2m0byfp9ppq0hpg3xyrlp5ag1i4dww7a7872mlm36xxqagg0")))) (build-system gnu-build-system) (arguments (list - #:phases - #~(modify-phases %standard-phases - (add-before 'configure 'configure-dtc-path - (lambda* (#:key inputs #:allow-other-keys) - ;; Reference dtc by its absolute store path. - (substitute* "riscv/dts.cc" - (("DTC") - (string-append "\"" (search-input-file inputs "/bin/dtc") "\"")))))))) + #:phases + #~(modify-phases %standard-phases + (add-before 'configure 'configure-dtc-path + (lambda* (#:key inputs #:allow-other-keys) + ;; Reference dtc by its absolute store path. + (substitute* "riscv/dts.cc" + (("DTC") + (string-append "\"" (search-input-file inputs "/bin/dtc") "\"")))))))) (inputs (list bash-minimal dtc)) (native-inputs base-commit: a0c387cb7942742851397687c584b1cacefe5122 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 24 15:15:49 2023 Received: (at 64820) by debbugs.gnu.org; 24 Jul 2023 19:15:49 +0000 Received: from localhost ([127.0.0.1]:44080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qO124-0003D1-OH for submit@debbugs.gnu.org; Mon, 24 Jul 2023 15:15:48 -0400 Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]:60135) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qO123-0003Ce-3L for 64820@debbugs.gnu.org; Mon, 24 Jul 2023 15:15:48 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 881092000B for <64820@debbugs.gnu.org>; Mon, 24 Jul 2023 19:15:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=incana.org; s=gm1; t=1690226139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zCjm1tjiIBBryF6eTFQJVZkxn0ghwNVDHByUjDA17iM=; b=fNL52JomhY8/8K40isTdx5ouQHVX/XcKyGINuo5lPxvirP72Kq/I9mQAUnUr1jW1G4Xll7 M8xd6fkwT0SJePEq+TE2TetYgf2AyMIaZny4ksqo6bREahVrN4RSxLOAV5aWFWywDHYM93 Bmh2l4ePP4JSJsPQ6QEIkGRkHL0KI5hkzfBVOru9BJXf1WGzvGMD3tWtY/M8HdJVKkAJRG QyEsvkd5k5kI4sxWVzUdTuhQXHiB/TVRf2sPC4VywqcGBmyYLTfmOFR56cUpNLjXteHtvr QTyrcqcyPlKjcav1jRH6lsxipSSwYs+iGC977JWuX974ySRLcT3myUVieJuQ4A== Date: Mon, 24 Jul 2023 19:15:34 +0000 From: Juliana Sims To: 64820@debbugs.gnu.org Subject: Re: [PATCH] gnu: rvvm: Add rvvm. In-Reply-To: <5d52e9ee0beb37dba6726441d5180e371448c1b7.1690181226.git.juli@incana.org> References: <5d52e9ee0beb37dba6726441d5180e371448c1b7.1690181226.git.juli@incana.org> Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----T3GBLOXH12G2M570ZSMY9LXA0YWEZR Content-Transfer-Encoding: 7bit X-GND-Sasl: juli@incana.org X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64820 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.7 (-) ------T3GBLOXH12G2M570ZSMY9LXA0YWEZR Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable It would appear paredit has betrayed me - as it is wont to do - and "correc= ted" code I didn't touch=2E *deep sigh* Later I will send an updated patch that only touches the actual code I'm c= hanging=2E ------T3GBLOXH12G2M570ZSMY9LXA0YWEZR Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
It would appear paredit has be= trayed me - as it is wont to do - and "corrected" code I didn't touch=2E
*deep sigh*

Later I will send an updated patch that only touche= s the actual code I'm changing=2E
------T3GBLOXH12G2M570ZSMY9LXA0YWEZR-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 25 14:44:09 2023 Received: (at 64820) by debbugs.gnu.org; 25 Jul 2023 18:44:09 +0000 Received: from localhost ([127.0.0.1]:46958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qON0y-0000ls-RJ for submit@debbugs.gnu.org; Tue, 25 Jul 2023 14:44:09 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:59731) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qON0w-0000lG-Lw for 64820@debbugs.gnu.org; Tue, 25 Jul 2023 14:44:07 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 039FDFF805; Tue, 25 Jul 2023 18:43:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=incana.org; s=gm1; t=1690310640; 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: in-reply-to:in-reply-to:references:references; bh=AaeL4jQdLnBI21Wm9wmdJOGYR8chMPTqA7iHKXSPW+A=; b=LivPQepDXwjbnYdJxA26gSXdm3uxdNZEitjiLW8yogHwxkCvrvGruA3mLcRrhzB77e+TMM PkiLRvXtlUp0viByp52w9iz/3cluYF8pfejq1LvhCwbW98ON5uzctllqfiViffNupDpNPF 1a22LvtDY/q2lWuDKCOkZ6wqyCaHeeUt70WDqjVssTqmhFW4UdhVkiknEvH758+sabbHf2 iLz2e0+kwtfbVfmfjMe35JZ6PUpmS1R8L29bPn8NxDd3yfVJ+hJuAWMPyMziK1pd4GyDn7 d3w1cDeXluWW6O/QXZ7Gy1Wm3yBQhDwvFxdr3BoMnM+yMc3bKKluGmxMrbITFA== From: Juliana Sims To: 64820@debbugs.gnu.org Subject: [PATCH v2] gnu: Add rvvm. Date: Tue, 25 Jul 2023 14:42:45 -0400 Message-ID: <20230725184321.20712-1-juli@incana.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Sasl: juli@incana.org X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64820 Cc: vagrant@debian.org, ludo@gnu.org, efraim@flashner.co.il, Juliana Sims 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.7 (-) Hello, This is the corrected form of the patch which correctly only adds the new package. I have taken the liberty of CC'ing the embedded team as well, as this seems closest to their domain. Thanks, Juli * gnu/packages/virtualization.scm (rvvm): New symbol. --- gnu/packages/virtualization.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 3f6c32f390..f90705477c 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -1127,6 +1127,39 @@ (define-public ganeti-instance-debootstrap Debian or a derivative using @command{debootstrap}.") (license license:gpl2+))) +(define-public rvvm + (package + (name "rvvm") + (version "0.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LekKit/RVVM") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ldabcrmpa044bahpqa6ymwbhhwy69slh77f0m3421sq6j50l06p")))) + (build-system cmake-build-system) + (arguments + (list #:phases #~(modify-phases %standard-phases + (replace 'install + (lambda _ + (let ((bindir (string-append #$output "/bin/"))) + (mkdir-p bindir) + (copy-file "rvvm" + (string-append bindir "rvvm")))))) + #:tests? #f)) ;no tests + (home-page "https://github.com/LekKit/RVVM") + (synopsis "RISC-V virtual machine") + (description + "RVVM is a RISC-V CPU and system software implementation written in C. It +supports the entire RV64GC ISA, and it passes compliance tests for both RV64 and +RV32. OpenSBI, U-Boot, and custom firmwares boot and execute properly. It is +capable of running Linux, FreeBSD, OpenBSD, Haiku, and other OSes. Furthermore, +it emulates a variety of hardware and peripherals.") + (license (list license:gpl3+ license:mpl2.0)))) + (define-public spike (package (name "spike") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 26 04:34:44 2023 Received: (at 64820-done) by debbugs.gnu.org; 26 Jul 2023 08:34:44 +0000 Received: from localhost ([127.0.0.1]:47516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOZym-0005td-3d for submit@debbugs.gnu.org; Wed, 26 Jul 2023 04:34:44 -0400 Received: from mail-lf1-x130.google.com ([2a00:1450:4864:20::130]:45377) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOZyk-0005tQ-8F for 64820-done@debbugs.gnu.org; Wed, 26 Jul 2023 04:34:43 -0400 Received: by mail-lf1-x130.google.com with SMTP id 2adb3069b0e04-4fe0e23a4b1so1097245e87.3 for <64820-done@debbugs.gnu.org>; Wed, 26 Jul 2023 01:34:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690360476; x=1690965276; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=/RRrzVHX7Ndyuzx7ZouTEM9byjiKVIGKBxPYbhVe8e0=; b=kIwZs7rnJZOjw5Au0Rpl6S3yG482WxUuNnZNrjNaJjUz8VLzoT+glJH/so0ewpWKbB 05qPXWsv8e+s4GsJb55REChL4skqcJ4MltEQhm5kUBRaZlYIhC9/lQ8JHfDW8gB1/B+s exI8sbP44tZ5w2lmukOvvjzKLcy3sDpR2uBYfkSTKZ8LvfVBoM86mN6hkTNfO6uYhx8R osRV0jS5kieReOUmb/344nevHXD1aHvMOMrOBCo8PNnNGRD3ZDYyvttg/KJfTI8yAkkr rW2Dl+Z7P8h2SfgA6He3dsfmRSpd4Tr1aBPTpfAe9321CfP5hIWIwbJs2+w+BRtI7Uiq 6g/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690360476; x=1690965276; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=/RRrzVHX7Ndyuzx7ZouTEM9byjiKVIGKBxPYbhVe8e0=; b=IOpYnPn156M7UPa8NXzZtJh3/CdX2s5LHvSxUxpUWQ32RI9mKwG3nKetfJBYwRWfp1 NqgmPv30BrGKiXdIbfAvmkDS4AZlOhl3a0rg/IoQpaTHlAl6kqJb2XbPy+m+w5fanNQ1 nzzE3flYV7vTVREwvrSdtzV72EckHxHDqA9i7xLXFSUKkKwJbi+JB8c4KwZJGtb39kWv dEMF02zIyrS9PMsneXt2X5DwAHTFx3nab76xC28pZe0F1gRmv4cFCgwKF0dXJUxRR5dJ d263BMnq+9lhiqoxffoPlozSdMGoy9a71Kx+rtyujpBXXASWInh69NAhdqw7j98w7l30 qmDQ== X-Gm-Message-State: ABy/qLapXuykFUct7hkQndztGXjfGRwRIiXnFyB2ufCq8CHD9vXm9rNU Eq/1ABca3HMs84XxSUjY79Y= X-Google-Smtp-Source: APBJJlFd3uDO5FkcT1w6Iy+HhmH7IeqHn0PSAVt/N99jltgXzPTZ80coigZ13z7+xmncZhnV5ovR/w== X-Received: by 2002:ac2:499c:0:b0:4fe:993:2218 with SMTP id f28-20020ac2499c000000b004fe09932218mr869501lfl.31.1690360476157; Wed, 26 Jul 2023 01:34:36 -0700 (PDT) Received: from localhost ([141.226.14.192]) by smtp.gmail.com with ESMTPSA id q9-20020adfcd89000000b0030ae3a6be4asm19063162wrj.72.2023.07.26.01.34.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jul 2023 01:34:35 -0700 (PDT) Date: Wed, 26 Jul 2023 11:34:34 +0300 From: Efraim Flashner To: Juliana Sims Subject: Re: [PATCH v2] gnu: Add rvvm. Message-ID: Mail-Followup-To: Efraim Flashner , Juliana Sims , 64820-done@debbugs.gnu.org, ludo@gnu.org, vagrant@debian.org References: <20230725184321.20712-1-juli@incana.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fDIgqErSJCRQwAmT" Content-Disposition: inline In-Reply-To: <20230725184321.20712-1-juli@incana.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 64820-done Cc: vagrant@debian.org, ludo@gnu.org, 64820-done@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: -0.5 (/) --fDIgqErSJCRQwAmT Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I made some changes to the install phase to match the install from the Makefile and I adjusted the configure-flags to not try to use JIT on unsupported architectures. --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --fDIgqErSJCRQwAmT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmTA2poACgkQQarn3Mo9 g1E8khAAuZFrYiuhey/ILL2AWOjyA5zm6Mk+LZN8kwtL3GQyaFDComWxbZMpTGsp POo9APkuW1TlxfaNvpiWf5apAeZhrCYl3vv0tnEXaNGPJhRtig+Rc8VWKok1zGvx 2UlpkRPq3V3Fqlwm/8mgqcdponNa2ZX6DGi6Ay2D/M20ifPtWfMItzx7LS+ROVBY B5410JMYpBBdHnh0m5YbYadQ6Pgd4uDawg6B93tPijLZOhN/X2OXicarzKuF1T7K TSKSgCvsewGS+HsEcKWxeIDkEXgw0ie4j3rXOj/6fkUE0pT+8QYdZwPgRrOeot6/ QDCFZaP4RxoT7wpb9c9NSBrQJzm58B1YFYupUakB+5BkPU21SOns+Fh8RWkzwVQV 1Kkr/fTxTlrgGVkrlWiIhpQ8ry+r1GdpG6pDRP64o/mlFr9HctqB1CwLVtmWf+Bz OfeAs5Tuk1hmBa/oD0qJq4bOIQIZkZWwkTQrdDcUEc8ftIFvUZeBPOEGeRudnYki isw2Geu3DPWI2oTIxbWdreF/JnBiHJIBvSMQo1PDXdGxraVjvoGA/Czt3V9Wt1Vj RNkEXQ7Co9HETPylYMbc2SJDFLP3RJc+H8ax8fUQi53sER5XcMtsqgAob9PBluu9 5CdABAn5PSR8TlhCLv6nHgQp4TiJnCil+n91eSkZiZPNLjVFs7o= =2Bk1 -----END PGP SIGNATURE----- --fDIgqErSJCRQwAmT-- From unknown Fri Jun 20 07:19:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 23 Aug 2023 11:24:05 +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