From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 16 06:21:01 2024 Received: (at submit) by debbugs.gnu.org; 16 Oct 2024 10:21:01 +0000 Received: from localhost ([127.0.0.1]:58692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t119I-0000mn-Ok for submit@debbugs.gnu.org; Wed, 16 Oct 2024 06:21:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:40472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t119H-0000mf-9H for submit@debbugs.gnu.org; Wed, 16 Oct 2024 06:21: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 1t118x-0000NX-4Z for guix-patches@gnu.org; Wed, 16 Oct 2024 06:20:39 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t118u-0002qS-Ua for guix-patches@gnu.org; Wed, 16 Oct 2024 06:20:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1729074025; bh=fJ4OZDTAawCO+zUNraoomaPUeDUGtTmqekzRZuMy3Cg=; h=From:To:Cc:Subject:Date:From; b=GAgSg3OsVP+5dykIK8OR5fOjSjGaBUzTqhOcg6jUr/uO7dXdQzJAc0KF6KCKuJutj 3oD99CHlT2XRegiXN2nB2Eb1GxmzD0EqU9QUuET6hNro30oIFgMMkt6e6DmTD7wpAH 37Bt+gDGHFBVwI3NdZXsOKapTyofuQzPLZ+3cjlM= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4XT6RY5Tqfz6vCc; Wed, 16 Oct 2024 10:20:25 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4XT6RY3wbJz6vBp; Wed, 16 Oct 2024 10:20:25 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: iverilog: Update to 12.0. Date: Wed, 16 Oct 2024 12:19:11 +0200 Message-ID: X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-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: Cayetano Santos 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 (--) * gnu/packages/fpga.scm (iverilog): Update to 12.0. Change-Id: I55c3142aa41b190fef79572576cac6fc02473645 --- Iverilog 12 has a new home page. Update definition as for instructions in there. gnu/packages/fpga.scm | 45 +++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index b4ada59b9c..086dcce82a 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -40,6 +40,7 @@ (define-module (gnu packages fpga) #:use-module (gnu packages base) #:use-module (gnu packages bison) #:use-module (gnu packages boost) + #:use-module (gnu packages shells) #:use-module (gnu packages check) #:use-module (gnu packages cmake) #:use-module (gnu packages compression) @@ -106,23 +107,39 @@ (define-public abc (define-public iverilog (package (name "iverilog") - (version "11.0") - (source (origin - (method url-fetch) - (uri - (string-append "ftp://ftp.icarus.com/pub/eda/verilog/v11/" - "verilog-" version ".tar.gz")) - (sha256 - (base32 - "1mamlrkpb2gb00g7xdddaknrvwi4jr4ng6cfjhwngzk3ddhqaiym")))) + (version "12.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/steveicarus/iverilog") + (commit "v12_0"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1cm3ksxyyp8ihs0as5c2nk3a0y2db8dmrrw0f9an3sl255smxn17")))) (build-system gnu-build-system) (arguments - `(#:make-flags (list (string-append "CC=" ,(cc-for-target))))) - (native-inputs - (list flex bison ghostscript zlib)) ; ps2pdf - (home-page "http://iverilog.icarus.com/") + (list + #:test-target "check" + #:make-flags #~(list (string-append "PREFIX=" + #$output)) + #:phases #~(modify-phases %standard-phases + (delete 'bootstrap) + (add-before 'configure 'autoconf + (lambda _ + (invoke "chmod" "+x" "autoconf.sh") + (invoke "./autoconf.sh")))))) + (native-inputs (list autoconf bison flex)) + (inputs (list gawk + gperf + grep + perl + sed + tcsh)) + (home-page "https://steveicarus.github.io/iverilog") (synopsis "FPGA Verilog simulation and synthesis tool") - (description "Icarus Verilog is a Verilog simulation and synthesis tool. + (description + "Icarus Verilog is a Verilog simulation and synthesis tool. It operates as a compiler, compiling source code written in Verilog (IEEE-1364) into some target format. For batch simulation, the compiler can generate an intermediate form base-commit: f443f5b0cd77cbbfa70cd915b4082ce32340127e -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 16 08:20:58 2024 Received: (at 73837) by debbugs.gnu.org; 16 Oct 2024 12:20:59 +0000 Received: from localhost ([127.0.0.1]:58896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t131O-0006K4-7R for submit@debbugs.gnu.org; Wed, 16 Oct 2024 08:20:58 -0400 Received: from smtp21.cstnet.cn ([159.226.251.21]:41566 helo=cstnet.cn) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t131K-0006Jm-9N for 73837@debbugs.gnu.org; Wed, 16 Oct 2024 08:20:56 -0400 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowABXXip8rw9n+gn7Bw--.60570S2; Wed, 16 Oct 2024 20:20:21 +0800 (CST) From: Z572 To: Cayetano Santos via Guix-patches via Subject: Re: [bug#73837] [PATCH] gnu: iverilog: Update to 12.0. In-Reply-To: (Cayetano Santos via Guix-patches via's message of "Wed, 16 Oct 2024 12:19:11 +0200") References: Date: Wed, 16 Oct 2024 20:20:04 +0800 Message-ID: <87bjzk44uj.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowABXXip8rw9n+gn7Bw--.60570S2 X-Coremail-Antispam: 1UD129KBjvJXoWxGrWUWF18Jr1rGr4UKFWrAFb_yoWrGrykpa ySya4agw18Krn8Xw4SgFy0krn0grW8tr4Ygw47Ar18GFWqyFWxCrWxKFZ5Cr1fCw1xGw47 WF4kXF4xGFyUuFJanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvmb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Jr0_JF4l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Jr0_Gr1l84ACjcxK6I8E87Iv67AKxVWxJr0_GcWl84ACjcxK6I 8E87Iv6xkF7I0E14v26rxl6s0DM2vj62AExVA0xI801c8C04v26x02cVCv0xWle2I262IY c4CY6c8Ij28IcVAaY2xG8wASzI0EjI02j7AqF2xKxwAqx4xG64xvF2IEw4CE5I8CrVC2j2 WlYx0E2Ix0cI8IcVAFwI0_Jr0_Jr4lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE7xkE bVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbVWUJV W8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF67kF 1VAFwI0_Jrv_JF1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42IY6x IIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6r1j6r1xMIIF0xvE x4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Jr0_GrUvcSsGvfC2KfnxnU UI43ZEXa7IUeAHUPUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73837 Cc: Cayetano Santos , 73837@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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Cayetano Santos via Guix-patches via writes: It is best to use git send-email, see https://guix.gnu.org/manual/devel/en/html_node/Sending-a-Patch-Series.html > * gnu/packages/fpga.scm (iverilog): Update to 12.0. > > Change-Id: I55c3142aa41b190fef79572576cac6fc02473645 > --- > > Iverilog 12 has a new home page. Update definition as for instructions in there. Please try to record these * gnu/packages/fpga.scm (iverilog): Update to 12.0. [source]: Switch to git-fetch. [arguments]: Use G-expressions. Set #:bootstrap-scripts to #~(list "autoconf.sh"). Set #:test-target to "check". [home-page]: Update to new home page. [native-inputs]: Add autoconf, gperf, remove ghostscript and zlib. > > gnu/packages/fpga.scm | 45 +++++++++++++++++++++++++++++-------------- > 1 file changed, 31 insertions(+), 14 deletions(-) > > diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm > index b4ada59b9c..086dcce82a 100644 > --- a/gnu/packages/fpga.scm > +++ b/gnu/packages/fpga.scm > @@ -40,6 +40,7 @@ (define-module (gnu packages fpga) > #:use-module (gnu packages base) > #:use-module (gnu packages bison) > #:use-module (gnu packages boost) > + #:use-module (gnu packages shells) > #:use-module (gnu packages check) > #:use-module (gnu packages cmake) > #:use-module (gnu packages compression) > @@ -106,23 +107,39 @@ (define-public abc > (define-public iverilog > (package > (name "iverilog") > - (version "11.0") > - (source (origin > - (method url-fetch) > - (uri > - (string-append "ftp://ftp.icarus.com/pub/eda/verilog/v11/" > - "verilog-" version ".tar.gz")) > - (sha256 > - (base32 > - "1mamlrkpb2gb00g7xdddaknrvwi4jr4ng6cfjhwngzk3ddhqaiym")))) > + (version "12.0") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/steveicarus/iverilog") > + (commit "v12_0"))) (commit (string-append "v" (string-replace-substring version "." "_"))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 "1cm3ksxyyp8ihs0as5c2nk3a0y2db8dmrrw0f9an3sl255smxn17")))) > (build-system gnu-build-system) > (arguments > - `(#:make-flags (list (string-append "CC=" ,(cc-for-target))))) > - (native-inputs > - (list flex bison ghostscript zlib)) ; ps2pdf > - (home-page "http://iverilog.icarus.com/") > + (list > + #:test-target "check" > + #:make-flags #~(list (string-append "PREFIX=" > + #$output)) > + #:phases #~(modify-phases %standard-phases > + (delete 'bootstrap) > + (add-before 'configure 'autoconf > + (lambda _ > + (invoke "chmod" "+x" "autoconf.sh") > + (invoke "./autoconf.sh")))))) just use #:bootstrap-scripts #~(list "autoconf.sh") , no need change #:phases. > + (native-inputs (list autoconf bison flex)) gperf should go to native-inputs. if you try cross-compiling this package, will find that. > + (inputs (list gawk > + gperf > + grep > + perl > + sed > + tcsh)) other inputs is no needed. by defaults gawk, grep, sed is included (see guix/build-system/gnu.scm (standard-packages) and gnu/packages/commencement.scm (%final-inputs) ). And without them, build also success. > + (home-page "https://steveicarus.github.io/iverilog") > (synopsis "FPGA Verilog simulation and synthesis tool") > - (description "Icarus Verilog is a Verilog simulation and synthesis tool. > + (description > + "Icarus Verilog is a Verilog simulation and synthesis tool. > It operates as a compiler, compiling source code written in Verilog > (IEEE-1364) into some target format. > For batch simulation, the compiler can generate an intermediate form > > base-commit: f443f5b0cd77cbbfa70cd915b4082ce32340127e here is patch after the modification. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-iverilog-Update-to-12.0.patch Content-Transfer-Encoding: quoted-printable From=206b57079fac6dc4c5b1cf015cc5a38c0e9ae1c60f Mon Sep 17 00:00:00 2001 Message-ID: <6b57079fac6dc4c5b1cf015cc5a38c0e9ae1c60f.1729080767.git.zhengj= unjie@iscas.ac.cn> From: Cayetano Santos Date: Wed, 16 Oct 2024 12:19:11 +0200 Subject: [PATCH] gnu: iverilog: Update to 12.0. * gnu/packages/fpga.scm (iverilog): Update to 12.0. [source]: Switch to git-fetch. [arguments]: Use G-expressions. Set #:bootstrap-scripts to #~(list "autoconf.sh"). Set #:test-target to "check". [home-page]: Update to new home page. [native-inputs]: Add autoconf, gperf, remove ghostscript and zlib. Change-Id: I55c3142aa41b190fef79572576cac6fc02473645 =2D-- gnu/packages/fpga.scm | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 4c713aab0b8..77f481751bd 100644 =2D-- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -107,23 +107,29 @@ (define-public abc (define-public iverilog (package (name "iverilog") =2D (version "11.0") =2D (source (origin =2D (method url-fetch) =2D (uri =2D (string-append "ftp://ftp.icarus.com/pub/eda/verilog/v11/" =2D "verilog-" version ".tar.gz")) =2D (sha256 =2D (base32 =2D "1mamlrkpb2gb00g7xdddaknrvwi4jr4ng6cfjhwngzk3ddhqaiym"))= )) + (version "12.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/steveicarus/iverilog") + (commit + (string-append "v" (string-replace-substring version "." "_"= ))))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1cm3ksxyyp8ihs0as5c2nk3a0y2db8dmrrw0f9an3sl255smxn17")))) (build-system gnu-build-system) (arguments =2D `(#:make-flags (list (string-append "CC=3D" ,(cc-for-target))))) =2D (native-inputs =2D (list flex bison ghostscript zlib)) ; ps2pdf =2D (home-page "http://iverilog.icarus.com/") + (list + #:test-target "check" + #:make-flags #~(list (string-append "PREFIX=3D" + #$output)) + #:bootstrap-scripts #~(list "autoconf.sh"))) + (native-inputs (list autoconf bison flex gperf)) + (home-page "https://steveicarus.github.io/iverilog") (synopsis "FPGA Verilog simulation and synthesis tool") =2D (description "Icarus Verilog is a Verilog simulation and synthesis t= ool. + (description + "Icarus Verilog is a Verilog simulation and synthesis tool. It operates as a compiler, compiling source code written in Verilog (IEEE-1364) into some target format. For batch simulation, the compiler can generate an intermediate form base-commit: b3b98151f30552357b91154deb6cc71696af5537 =2D-=20 2.46.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcPr3QACgkQO1qpk+Gi 3/AXshAAset5eWzIBkW/Z8JPw5axM8BowyV/THg7ScC7PSWa5QD/CMdEb3FyM++U m4aC74kZeGxnUwYMtAJlvWCiikl5TQEeLC63c40xAb8zF1Z0UGSDhSl1CzHqC1ML ZFeHtnjefA56np9u+AvGNAmQyirXhltPRWZhcq+tUXcZ/th1ooz6fQ3n7m60zoB6 ggSNUJKGJsU3NwRbK7idjyCqeJAfCR7QMT7MtLfEWpgLJFbshywXlkfU5lr4mpgd zzS4Zo5gXRBcw5Uj0tFEK/fSTlfm8ncEyi5jvPVZ5yi41oINsBb+orfPqaWUQRs1 B59bnKA4FiX5lsb975I9jz719eUTsEFEHI07Nq3DgBDAYrzeE/tDXImjth8061VY Xxw+A/RbwvuVcccr0xkHBCp5kW+9INrnBh7v1hBNXftCveyFwVSthkmjPrhf0urp /vs8pIrllcCQEVYyOfmIIJDMg0tYAWDnE32mevosUIlFxwVuRDxRhI8ADM13BxSY st4RC09E2lZBk47gur3B01Wf/cUISq1GeEcTFzsds9+Ukn7PXcJ8+t5xfBtOkee0 kd6S0+JYzNofIkEv06Dss7AnpUH70AU4e+qyowuaGB0ZrRxlGFIpXEV3quOGlvxy SMxXD7/eLGLWLU97u04rXCt9fh6p4B9Mx+GWHeH6iYMv51+D29U= =+qdR -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 16 08:48:24 2024 Received: (at submit) by debbugs.gnu.org; 16 Oct 2024 12:48:24 +0000 Received: from localhost ([127.0.0.1]:58943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t13Rv-0007YI-Nx for submit@debbugs.gnu.org; Wed, 16 Oct 2024 08:48:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:41518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t13Rs-0007Y1-N3 for submit@debbugs.gnu.org; Wed, 16 Oct 2024 08:48:21 -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 1t13RY-0000lU-Ee for guix-patches@gnu.org; Wed, 16 Oct 2024 08:48:00 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t13RW-00064U-CA for guix-patches@gnu.org; Wed, 16 Oct 2024 08:48:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1729082872; bh=Nd+tCEiVk6KcerRx+wOpGL5vmssy3Yz9VxfCmx4AViM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=JRAv+e98huErrdH7NUnt1rm7hjnK1ThJR2bsNXte/HSdTtmSHjKngTk7CCWLIFuIv wpNhLl57n2lEvb1Jnt7jLPi12Lt8mp9cs7BEchsBH2Dmjr/d0jL1aZqkN3iPR47uc/ DtYim8kFg6LY5xEhwRuQke4505b8mCUSNf/bfPQQ= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4XT9jh6Kr3z6vHV; Wed, 16 Oct 2024 12:47:52 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4XT9jh4WLWz6vFQ; Wed, 16 Oct 2024 12:47:52 +0000 (UTC) From: Cayetano Santos To: Z572 Subject: Re: [bug#73837] [PATCH] gnu: iverilog: Update to 12.0. In-Reply-To: <87bjzk44uj.fsf@iscas.ac.cn> (zhengjunjie@iscas.ac.cn's message of "Wed, 16 Oct 2024 20:20:04 +0800") References: <87bjzk44uj.fsf@iscas.ac.cn> Date: Wed, 16 Oct 2024 14:47:51 +0200 Message-ID: <87cyk08b9k.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org 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, SPF_HELO_PASS=-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: Cayetano Santos via Guix-patches via , 73837@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: -2.4 (--) >mer. 16 oct. 2024 at 20:20, Z572 wrote: > Cayetano Santos via Guix-patches via writes: > It is best to use git send-email, see I=E2=80=99m using send-email (?) > And without them, build also success. There is just a couple of warnings: warning: no binary for interpreter `perl' found in $PATH warning: no binary for interpreter `csh' found in $PATH I included perl and tcsh to avoid these. > here is patch after the modification. Other than the warnings, fine with me. Any action from my side ? From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 16 08:57:52 2024 Received: (at submit) by debbugs.gnu.org; 16 Oct 2024 12:57:52 +0000 Received: from localhost ([127.0.0.1]:58965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t13b6-0007yF-64 for submit@debbugs.gnu.org; Wed, 16 Oct 2024 08:57:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:36546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t13b3-0007y0-P7 for submit@debbugs.gnu.org; Wed, 16 Oct 2024 08:57:50 -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 1t13aj-00027W-Uk for guix-patches@gnu.org; Wed, 16 Oct 2024 08:57:29 -0400 Received: from smtp21.cstnet.cn ([159.226.251.21] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1t13ah-0007Rt-C5 for guix-patches@gnu.org; Wed, 16 Oct 2024 08:57:29 -0400 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowAC3nXwluA9n59H8Bw--.61703S2; Wed, 16 Oct 2024 20:57:17 +0800 (CST) From: Z572 To: Cayetano Santos Subject: Re: [bug#73837] [PATCH] gnu: iverilog: Update to 12.0. In-Reply-To: <87cyk08b9k.fsf@inventati.org> (Cayetano Santos's message of "Wed, 16 Oct 2024 14:47:51 +0200") References: <87bjzk44uj.fsf@iscas.ac.cn> <87cyk08b9k.fsf@inventati.org> Date: Wed, 16 Oct 2024 20:56:57 +0800 Message-ID: <8734kw4352.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowAC3nXwluA9n59H8Bw--.61703S2 X-Coremail-Antispam: 1UD129KBjvdXoWrKF18tr4xAFWUAr15Gw1rZwb_yoWDAwbE9F 1v9Fy5Cw42yasYg3W7XF17CrnIyryjg3Z3tayDtryYq3sxAayqqFWDKr4fuF4UtF4FqFn7 CFn7Z3yxGa92gjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUIcSsGvfJTRUUUbsAYjsxI4VWkKwAYFVCjjxCrM7AC8VAFwI0_Jr0_Gr1l1xkIjI8I 6I8E6xAIw20EY4v20xvaj40_Wr0E3s1l1IIY67AEw4v_Jr0_Jr4l8cAvFVAK0II2c7xJM2 8CjxkF64kEwVA0rcxSw2x7M28EF7xvwVC0I7IYx2IY67AKxVWUJVWUCwA2z4x0Y4vE2Ix0 cI8IcVCY1x0267AKxVWUJVW8JwA2z4x0Y4vEx4A2jsIE14v26F4UJVW0owA2z4x0Y4vEx4 A2jsIEc7CjxVAFwI0_GcCE3s1lnx0Ee4C267I2x7xF54xIwI0E7I0Y6sxI4wAS0I0E0xvY zxvE52x082IY62kv0487M2AExVA0xI801c8C04v7Mc02F40EFcxC0VAKzVAqx4xG6I80ew Av7VC0I7IYx2IY67AKxVWUJVWUGwAv7VC2z280aVAFwI0_Jr0_Gr1lOx8S6xCaFVCjc4AY 6r1j6r4UM4x0Y48IcVAKI48JMxAIw28IcxkI7VAKI48JMxC20s026xCaFVCjc4AY6r1j6r 4UMI8I3I0E5I8CrVAFwI0_Jr0_Jr4lx2IqxVCjr7xvwVAFwI0_JrI_JrWlx4CE17CEb7AF 67AKxVWUXVWUAwCIc40Y0x0EwIxGrwCI42IY6xIIjxv20xvE14v26r1j6r1xMIIF0xvE2I x0cI8IcVCY1x0267AKxVWUJVW8JwCI42IY6xAIw20EY4v20xvaj40_Jr0_JF4lIxAIcVC2 z280aVAFwI0_Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVW8JVW8JrUvcSsGvfC2KfnxnU UI43ZEXa7IUeAHUPUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.21; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-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: Cayetano Santos via Guix-patches via , 73837@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: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cayetano Santos writes: >>mer. 16 oct. 2024 at 20:20, Z572 wrote: > >> Cayetano Santos via Guix-patches via writes: > >> It is best to use git send-email, see > > I=E2=80=99m using send-email (?) Not sure why some people send emails containing patch that are not sent fro= m their own mailbox e.g. Cayetano Santos via Guix-patches via > >> And without them, build also success. > > There is just a couple of warnings: > > warning: no binary for interpreter `perl' found in $PATH > warning: no binary for interpreter `csh' found in $PATH > > I included perl and tcsh to avoid these. In general, they may be needed for development scripts, so packaging does not require them. If packaging fails, you can pay attention to see if there is a lack of dependencies here > >> here is patch after the modification. > > Other than the warnings, fine with me. Any action from my side ? If there is no problem, I will push it to the warehouse later --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcPuBkACgkQO1qpk+Gi 3/BBbw//QV4UtzYn0p6jNzvuusSW9P4EMO6utCk6SCNs25m92S5lHfXE+6ybORX4 EjSXIgm5BlnbxiItK3BLggJBqm90ghMH5fy/51kzGYtKgTPjjyWYNf1pXq4EdBlJ W5KYpLTntPdOzFhWaEFvNbKMTGCealxUqeqLJxbSaav2J4i/dd7kgnk0pU7rFwoE o0qjq1m5uLKvAaXeCPaPETJ9WKwiEzbD9crprVUH2HW6GMk2LPr9B21ZexbChVlD 4db30sD9BmML/+lBy9qRuoDZyFu15Ll5Vp6pqVboqLM7axebCrysMSI033bad+Jb nI8w9Cq73ukQMIRbfU2LZ8Ici9WzbpEq6UA2eyY8gW+DYsHFa04q87C2zA1K+x2w rnRExijhzXiFTzYj4+7vGmTOfTQN/3MSvl3rIpyAQOuDLCIYuX7O/XuA+ldefoA6 LuBAoz4kfubwm8a/zUoQ9lq9V1qkmIF5AIIm/H3FlQwLfQewoiVq8uL/aDhbqk/F UQ4YUN41RtmxACpGLlvwMql4F1fDKx/v96A6+zeaF5IxFtH9SA0bPgebv96EtRQm 2N8mNz8c+IzguvQbZXitAd7N/kqtKuVlHFW5lKLj6rgYw4N5wzWVeIP4W6qFV3XS NmeNoTLfi6hSZ0PXuvqlvpIOneJO4dyeywVrFhU9S/zzWYhWsEE= =KooZ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 20 10:33:29 2024 Received: (at submit) by debbugs.gnu.org; 20 Oct 2024 14:33:29 +0000 Received: from localhost ([127.0.0.1]:47998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2Wzp-00031n-E8 for submit@debbugs.gnu.org; Sun, 20 Oct 2024 10:33:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:56184) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2Wzm-00031U-Uy for submit@debbugs.gnu.org; Sun, 20 Oct 2024 10:33:27 -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 1t2WzM-0002Cn-4x for guix-patches@gnu.org; Sun, 20 Oct 2024 10:33:00 -0400 Received: from smtp21.cstnet.cn ([159.226.251.21] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1t2WzJ-0006sS-Fs for guix-patches@gnu.org; Sun, 20 Oct 2024 10:32:59 -0400 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowAC3vyuHFBVnAk4cCQ--.24752S2; Sun, 20 Oct 2024 22:32:50 +0800 (CST) From: Zheng Junjie To: Cayetano Santos Subject: Re: [bug#73837] [PATCH] gnu: iverilog: Update to 12.0. In-Reply-To: <8734kw4352.fsf@iscas.ac.cn> (zhengjunjie@iscas.ac.cn's message of "Wed, 16 Oct 2024 20:56:57 +0800") References: <87bjzk44uj.fsf@iscas.ac.cn> <87cyk08b9k.fsf@inventati.org> <8734kw4352.fsf@iscas.ac.cn> Date: Sun, 20 Oct 2024 22:32:35 +0800 Message-ID: <87msiykfp8.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowAC3vyuHFBVnAk4cCQ--.24752S2 X-Coremail-Antispam: 1UD129KBjvdXoW7GF13JF17CFW8AFyfuw4rKrg_yoWkWrg_ur 1DZF90kw42yF95KrnrJF17CrnIyryjq3Z3tayDtr1YqwnxJayqqFyDKr4fuF4jqF1Fqrnr CFn7Xay8Ga929jkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUIcSsGvfJTRUUUbVkYjsxI4VWkKwAYFVCjjxCrM7AC8VAFwI0_Jr0_Gr1l1xkIjI8I 6I8E6xAIw20EY4v20xvaj40_Wr0E3s1l1IIY67AEw4v_Jr0_Jr4l8cAvFVAK0II2c7xJM2 8CjxkF64kEwVA0rcxSw2x7M28EF7xvwVC0I7IYx2IY67AKxVWUJVWUCwA2z4x0Y4vE2Ix0 cI8IcVCY1x0267AKxVW8JVWxJwA2z4x0Y4vEx4A2jsIE14v26r4UJVWxJr1l84ACjcxK6I 8E87Iv6xkF7I0E14v26r4UJVWxJr1lnx0Ee4C267I2x7xF54xIwI0E7I0Y6sxI4wAS0I0E 0xvYzxvE52x082IY62kv0487M2AExVA0xI801c8C04v7Mc02F40EFcxC0VAKzVAqx4xG6I 80ewAv7VC0I7IYx2IY67AKxVWUGVWUXwAv7VC2z280aVAFwI0_Jr0_Gr1lOx8S6xCaFVCj c4AY6r1j6r4UM4x0Y48IcVAKI48JMxAIw28IcxkI7VAKI48JMxC20s026xCaFVCjc4AY6r 1j6r4UMI8I3I0E5I8CrVAFwI0_Jr0_Jr4lx2IqxVCjr7xvwVAFwI0_JrI_JrWlx4CE17CE b7AF67AKxVWUXVWUAwCIc40Y0x0EwIxGrwCI42IY6xIIjxv20xvE14v26r1j6r1xMIIF0x vE2Ix0cI8IcVCY1x0267AKxVWUJVW8JwCI42IY6xAIw20EY4v20xvaj40_Jr0_JF4lIxAI cVC2z280aVAFwI0_Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVW8JVW8JrUvcSsGvfC2Kf nxnUUI43ZEXa7IUeqFAtUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.21; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-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: 73837-done@debbugs.gnu.org, Cayetano Santos via Guix-patches via 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 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Z572 writes: > Cayetano Santos writes: > >>>mer. 16 oct. 2024 at 20:20, Z572 wrote: >> >>> Cayetano Santos via Guix-patches via writes: >> >>> It is best to use git send-email, see >> >> I=E2=80=99m using send-email (?) > > Not sure why some people send emails containing patch that are not sent f= rom their own mailbox > > e.g. > Cayetano Santos via Guix-patches via > > > >> >>> And without them, build also success. >> >> There is just a couple of warnings: >> >> warning: no binary for interpreter `perl' found in $PATH >> warning: no binary for interpreter `csh' found in $PATH >> >> I included perl and tcsh to avoid these. > > In general, they may be needed for development scripts, so packaging > does not require them. If packaging fails, you can pay attention to see > if there is a lack of dependencies here > >> >>> here is patch after the modification. >> >> Other than the warnings, fine with me. Any action from my side ? > > If there is no problem, I will push it to the warehouse later push, close. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcVFIMACgkQO1qpk+Gi 3/CErQ/9E9VJ55whIDOR9sS7M1I8nsF0FfFA8aE72smjhbr6ov31XtHaBQQXWZ+I 3Hu4vDJL9SbHejf2GW4i5xWUWSWciMqnhDUPzaoNAV8WI0Nl5npDMK6ERmQqI++Z dj7RMJh8ZXuVgi4NeskucLyJgn00mMpKky8EjehNnpOwk+tiBYcY0dKwnyuEdEkn gAbK+OmtVsKo3A3LCmozRel+mEZOlZnc4V0U06+ya5DuM4B3zZkWMTt2vzRGi0be Dxc/39ym0VDXqD9DMlIPKfBTd+gWdCFho60ZzzRocyf+EKOm0ocP827B3tXBdlxm N2dZDPOhELC6kXH4InSKNo8fYGpJ0anocKh4+a6tmCtufQtDzEEYQwqVLdfxuXPG l4vJVxNLtc3q3kLzIZlYmwOk3ZWfME9j3lGXJcFo8USChrfN1PiBjL3+bSrd8sHw 14G7aTIp9EwB5DifYoaOARRkv26uicJiZ2T8d+PiNw1GsevcwKcg+b3WN7JfnGHD 6vspXCF7oxLthksU7LOGCPIBd0CWio8E8oRqfQXw9CPQdO6BahUlPbHDlShg/FNh cD9CCrIsmiHibGt87in2zARUpebbj0DJOJnsT3bzRu1qkZF+gR/66UzbYhLHXsDw a0UwGYrqJ7rUhUociNKWctiHM+e1nEui2GUYd9c2vQbvL+zLt7k= =jBgI -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:03: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: Mon, 18 Nov 2024 12:24:10 +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