From unknown Fri Sep 26 02:16:34 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#76560 <76560@debbugs.gnu.org> To: bug#76560 <76560@debbugs.gnu.org> Subject: Status: [PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c. Reply-To: bug#76560 <76560@debbugs.gnu.org> Date: Fri, 26 Sep 2025 09:16:34 +0000 retitle 76560 [PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c. reassign 76560 guix-patches submitter 76560 Zheng Junjie severity 76560 normal tag 76560 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 25 12:45:09 2025 Received: (at submit) by debbugs.gnu.org; 25 Feb 2025 17:45:09 +0000 Received: from localhost ([127.0.0.1]:48304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmyzU-00016O-E5 for submit@debbugs.gnu.org; Tue, 25 Feb 2025 12:45:08 -0500 Received: from lists.gnu.org ([2001:470:142::17]:55830) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmyzS-00011G-6D for submit@debbugs.gnu.org; Tue, 25 Feb 2025 12:45:06 -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 1tmyzM-0008IZ-9x for guix-patches@gnu.org; Tue, 25 Feb 2025 12:45:00 -0500 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmyzK-0007hM-J1 for guix-patches@gnu.org; Tue, 25 Feb 2025 12:45:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1740505828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5xG/iIxLDLQkhS9bkNIgRnlr8gY31xVf5N1B4cI/A+Y=; b=O2BX1u1xTKU4wD3LmOiO1FGQAKko9J8+izDYZ7jcEUc1u+H2fZDXlIM/RUX6dWJc7z1q3F 2WHPoFUclkyg0y1Rs7NQW6z1afzuaiE9vQ/1/vZH+g9lisBTKTZ9Moy/J+NciA5cIYmjfU Ch9VJlgi6DdWZ20H9QttgCxMShdHmk4= Received: from m.tailaa68d.ts.net ( [221.219.242.202]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 48e5c3ff (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 25 Feb 2025 17:50:26 +0000 (UTC) From: Zheng Junjie To: guix-patches@gnu.org Subject: [PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c. Date: Wed, 26 Feb 2025 01:44:46 +0800 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: 12 X-Spam_score: 1.2 X-Spam_bar: + X-Spam_report: (1.2 / 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, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=1.999, PDS_OTHER_BAD_TLD=0.765, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 4.2 (++++) 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: * gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c. Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8 --- gnu/packages/parallel.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Content analysis details: (4.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: submit 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.2 (+) 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: * gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c. Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8 --- gnu/packages/parallel.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c. Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8 --- gnu/packages/parallel.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index e0496aabb8b..fe2054d841b 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -599,8 +599,8 @@ (define-public pthreadpool (define-public cpuinfo ;; There's currently no tag on this repo. (let ((version "0.0") - (revision "4") - (commit "ca156f7bc9109c552973414a63d310f76ef0cbf8")) + (revision "5") + (commit "b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea")) (package (name "cpuinfo") (version (git-version version revision commit)) @@ -611,13 +611,14 @@ (define-public cpuinfo (file-name (git-file-name name version)) (sha256 (base32 - "12ip6mnmymqhcbi8p98cn109y47pg9ygbj3k96r22dbmr77a50c4")))) + "0ibba4jssvjyd147dyj5lzijgxhmjxf0ishl1wykka1rblmxmli4")))) (build-system cmake-build-system) (arguments (list ;; cpuinfo does not work in the build container for aarch64: ;; https://github.com/pytorch/cpuinfo/issues/143 - #:tests? (not (target-aarch64?)) + #:tests? (not (or (target-aarch64?) + (target-riscv64?))) #:configure-flags '(list "-DBUILD_SHARED_LIBS=ON" "-DUSE_SYSTEM_LIBS=ON") base-commit: 5ccae0d1bf16c77466809671c17d410d4521a131 prerequisite-patch-id: 46bf75fe0635bbbe7d07adb809176a910127098c prerequisite-patch-id: 5f1325073b602c32f0f3191617b0ef5b5ad85a96 prerequisite-patch-id: 9bef844d1c23e163090137d900bbd8e4f2561e9f -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 10 09:32:14 2025 Received: (at 76560) by debbugs.gnu.org; 10 Mar 2025 13:32:14 +0000 Received: from localhost ([127.0.0.1]:36715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trdEs-0005QG-46 for submit@debbugs.gnu.org; Mon, 10 Mar 2025 09:32:14 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:56380) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trdEl-0005Pr-OH for 76560@debbugs.gnu.org; Mon, 10 Mar 2025 09:32:09 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 8ACEE395; Mon, 10 Mar 2025 14:31:59 +0100 (CET) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id emMulX9JPD7z; Mon, 10 Mar 2025 14:31:59 +0100 (CET) Received: from ribbon (unknown [193.50.110.159]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 23CC21D7; Mon, 10 Mar 2025 14:31:57 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Zheng Junjie Subject: Re: [bug#76560] [PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c. In-Reply-To: (Zheng Junjie's message of "Wed, 26 Feb 2025 01:44:46 +0800") References: Date: Mon, 10 Mar 2025 14:31:56 +0100 Message-ID: <87h641roz7.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-Rspamd-Server: hera X-Rspamd-Queue-Id: 8ACEE395 X-Spamd-Result: default: False [4.86 / 15.00]; SPAM_FLAG(5.00)[]; BAYES_HAM(-3.00)[99.99%]; NEURAL_SPAM(2.96)[0.986]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spamd-Bar: ++++ X-Rspamd-Action: no action X-Spam-Level: **** X-Spam-Score: 1.4 (+) 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: Hello, Zheng Junjie skribis: > * gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c. > > Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8 Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in bl.score.senderscore.com] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.5 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-Debbugs-Envelope-To: 76560 Cc: 76560@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.4 (/) Hello, Zheng Junjie skribis: > * gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c. > > Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8 If =E2=80=9Cguix build -P1 cpuinfo=E2=80=9D passes on x86_64, please push. = (Too bad qa.guix hasn=E2=80=99t caught up.) Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 11 11:59:41 2025 Received: (at 76560-done) by debbugs.gnu.org; 11 Mar 2025 15:59:41 +0000 Received: from localhost ([127.0.0.1]:45149 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ts217-0001Ym-54 for submit@debbugs.gnu.org; Tue, 11 Mar 2025 11:59:41 -0400 Received: from mail.z572.online ([88.99.160.180]:50804) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ts210-0001YT-8l for 76560-done@debbugs.gnu.org; Tue, 11 Mar 2025 11:59:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1741709121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GVY5rDYqfc8gA8mArfyY+eIJ0jvMlq4FGESFGKIcRio=; b=gAevLrNXTmzEbT5tQN2BlB3GoNQYKp865rTxl68LiJFbOd560zMOAh5naX1DDwELtI1yzn OS0M6WOqecTIknNvd5qQ0lNe5fC61VPnjJbKC3zI3aJmts4/7axMS4/d23hOZ12T8m5r6X 8i3j06wBsg+Qq9mVSyYjRW1Acrd3VWE= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id cb9d5a2a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 11 Mar 2025 16:05:20 +0000 (UTC) From: Z572 To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#76560] [PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c. In-Reply-To: <87h641roz7.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 10 Mar 2025 14:31:56 +0100") References: <87h641roz7.fsf@gnu.org> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Tue, 11 Mar 2025 23:59:21 +0800 Message-ID: <87ldtbblt2.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: 76560-done Cc: 76560-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.9 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hello, > > Zheng Junjie skribis: > >> * gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c. >> >> Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8 > > If =E2=80=9Cguix build -P1 cpuinfo=E2=80=9D passes on x86_64, please push= . (Too bad > qa.guix hasn=E2=80=99t caught up.) Thanks, bulid successed. pushed, closing. > > Thank you! > > Ludo=E2=80=99. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfQXdkACgkQO1qpk+Gi 3/AGiA//X+uc1sx5ExxJDe+9Yc5r8imiAMINduhpQT6jOg+hwNXIV1Ub/uc9xPXQ agij82hDDSPpaLVe5HAZBa8cHXfR6jXj/vG1TJWkGvUTHCZ/l5nStwV5mF/KAQBs ue764NJwlv2gAWpd4e8KbTmJjmZLWHyUm7hGPzOYL340g1lRSu7vYQFMqK18U061 Sq79N3iQR4PaGIoVdioZTPCQ3f5utGajIpP2o/lHg01vn+CmoxeMh7xc5SQEUXjo c7CTyJaLlDKxf5J44Ty6qE+j9J37U+P+HWcz4iFX6P9icojUNAo20APRtyJ7cb4q X0phss0Ek702Q1JbiSrv7/jN/oV/lli3sqgIA1sCf8nwvHU+np/TTG6WdVdnx+FC dUcaUi/n/A7YlMhza099BaMAW0uoe7ADEW78cFH/O9/B9h13p7cnPeT8cEmbSUC+ RPXXByG8vOiWjxyVP6xyPhxD8XAwlTdLZfO7XjUnRnEakIZutHV1yBJQxINXizzg QSgGeNM3qITKjQi7mC8BltF9Dg8/21kv0pqH+w5n19UO9jTi0B3dIlm09/H9xOua v0GGnQg0Ihgl8QuuJPRtZV1YfcER7mjea2kU34titAw04oIg5e4SGlq1YoL89tLl 7ijhw06laOHPnGQUpOtzzfJhJ/huMYZd7XusKbA6O+KQJZENXSw= =dmE7 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 26 02:16:34 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, 09 Apr 2025 11:24:15 +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