From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 02 14:10:21 2024 Received: (at submit) by debbugs.gnu.org; 2 Jan 2024 19:10:21 +0000 Received: from localhost ([127.0.0.1]:51287 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKk9d-0004F6-3G for submit@debbugs.gnu.org; Tue, 02 Jan 2024 14:10:21 -0500 Received: from lists.gnu.org ([2001:470:142::17]:50094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKk9Z-0004Ej-8V for submit@debbugs.gnu.org; Tue, 02 Jan 2024 14:10:19 -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 1rKk9R-0007gP-Aj for guix-patches@gnu.org; Tue, 02 Jan 2024 14:10:09 -0500 Received: from dane.soverin.net ([185.233.34.157]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rKk9P-00020g-IT; Tue, 02 Jan 2024 14:10:08 -0500 Received: from smtp.soverin.net (unknown [10.10.4.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dane.soverin.net (Postfix) with ESMTPS id 4T4Mqd6GCCzybf; Tue, 2 Jan 2024 19:10:05 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [10.10.4.100]) by soverin.net (Postfix) with ESMTPSA id 4T4Mqc44KhzFv; Tue, 2 Jan 2024 19:10:04 +0000 (UTC) Authentication-Results: smtp.soverin.net; dkim=pass (2048-bit key; unprotected) header.d=elenq.tech header.i=@elenq.tech header.a=rsa-sha256 header.s=soverin1 header.b=e66agJAm; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=soverin1; t=1704222605; 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=Cq7CdKN8yCkJdaQpd5XcYEA6db7Ps4O+GIbN5XFue9E=; b=e66agJAm5s/KFhfa/KNulNbMSFAGXlqYC92t0My6A3GVzcUqZqjOdVfIJ0H+VGEoXkmV1y uIQCi8/5u6IHQ3gm/ezrg/XC/KoI0r7e79eMKzOY3GJG5TBfgLJibl+3nZXVCkL3aJznFl 8CgjFE6E9Vj1ZkR1e4kN8ICtxypRR54ks9Vc7IVR/zS8tH/fejfIcpkWCQUv1D5x19V7AI 2dLEgbXhdycWFCkhnkxmbLmXA6SkMJJOIkkCtIEVMP8C+SGpvqJjV8H78BvzcrtYeftpcr R9OwfTIjrx4IDfu72b3MG2w/HHsrLnXLizjr35DRpKn3amQ918kPG8kFM3OVEA== From: Ekaitz Zarraga To: guix-patches@gnu.org Subject: [PATCH 3/3] gnu: tcc-boot0: Update to 0.9.26-1151-g9b4a5d90. Date: Tue, 2 Jan 2024 20:09:26 +0100 Message-ID: <5c7cb93bccad8ccfd53c000f7bcaf03f725a928b.1704222566.git.ekaitz@elenq.tech> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.233.34.157; envelope-from=ekaitz@elenq.tech; helo=dane.soverin.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, SPF_HELO_NONE=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: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Ekaitz Zarraga , janneke@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.0 (/) * gnu/packages/commencement.scm (tcc-boot0): Update to 0.9.26-1151-g9b4a5d90. [supported-systems]: Add riscv64-linux. Change-Id: I5de3e0a36366d57722e380edeedd389f3cf36f98 --- gnu/packages/commencement.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 5a0d33bf0f..3e21dcb038 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -472,7 +472,7 @@ (define tcc-boot0 (package (inherit tcc) (name "tcc-boot0") - (version "0.9.26-1136-g5bba73cc") + (version "0.9.26-1148-g12f9c086") (source (origin (method url-fetch) (uri (list @@ -482,9 +482,9 @@ (define tcc-boot0 "tcc-" version ".tar.gz"))) (sha256 (base32 - "1y2f04qwdqg7dgxiscbf0ibybx2gclniwbbcsxpayazzii2cvji3")))) + "18k7zjbsicbwggyx3iyyamp34blvkgibfwx4lvympnjijqlw9yw7")))) (build-system gnu-build-system) - (supported-systems '("i686-linux" "x86_64-linux")) + (supported-systems '("i686-linux" "x86_64-linux" "riscv64-linux")) (inputs '()) (propagated-inputs '()) (native-inputs @@ -519,6 +519,7 @@ (define tcc-boot0 (setenv "prefix" out) (setenv "GUILE_LOAD_PATH" (string-append dir "/nyacc-1.00.2/module")) + (setenv "ONE_SOURCE" "true") (invoke "sh" "configure" "--cc=mescc" (string-append "--prefix=" out) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 02 15:02:10 2024 Received: (at 68219-done) by debbugs.gnu.org; 2 Jan 2024 20:02:10 +0000 Received: from localhost ([127.0.0.1]:51363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKkxk-0007ew-51 for submit@debbugs.gnu.org; Tue, 02 Jan 2024 15:02:10 -0500 Received: from dane.soverin.net ([185.233.34.24]:53937) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKkxW-0007e1-Jt for 68219-done@debbugs.gnu.org; Tue, 02 Jan 2024 15:02:07 -0500 Received: from smtp.soverin.net (unknown [10.10.4.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by dane.soverin.net (Postfix) with ESMTPS id 4T4NzG2vDXzyRt for <68219-done@debbugs.gnu.org>; Tue, 2 Jan 2024 20:01:46 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [10.10.4.99]) by soverin.net (Postfix) with ESMTPSA id 4T4NzG1Bdyz3Q for <68219-done@debbugs.gnu.org>; Tue, 2 Jan 2024 20:01:46 +0000 (UTC) Authentication-Results: smtp.soverin.net; dkim=pass (2048-bit key; unprotected) header.d=elenq.tech header.i=@elenq.tech header.a=rsa-sha256 header.s=soverin1 header.b=rIH0qFfC; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=soverin1; t=1704225706; h=from:from:reply-to: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=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; b=rIH0qFfCg/F9fdmmuudR1pcd1xv00dMm9/06lvd9BO8CLLKhhrhdVUe0pPof920ik5alSt ndnOIya7gPKJ5873NMOna8j8OEmb64ck9R//kYebtMC2TM1/XaJtlZBMjKwM0+2+VtokvL HFNyaIo0Tw7dztsIK92N5+/piOzImUu373fZ5hcaAZYI/6xbQSMUgln4JInj480LUOYifF hHI/w+vPthF8hTm/Br725akTDm3Dop4maiwzh6j0iP2eGmDha3CrHtuqnu+OBylbt2aTBx W4LYG6mx+QGl4rRVWJ6LL+CvEtBMNCRA5Yi0bSyZTErj23GsiYoAUFRr5p1zuw== Message-ID: <6175c7ef-c3cf-a146-0700-249c69abc158@elenq.tech> Date: Tue, 2 Jan 2024 21:01:45 +0100 MIME-Version: 1.0 Content-Language: en-US, es-ES, eu To: 68219-done@debbugs.gnu.org References: <5c7cb93bccad8ccfd53c000f7bcaf03f725a928b.1704222566.git.ekaitz@elenq.tech> From: Ekaitz Zarraga In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 4.3 (++++) 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: Content analysis details: (4.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 T_SPF_TEMPERROR SPF: test of record failed (temperror) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 2.3 EMPTY_MESSAGE Message appears to have no textual parts X-Debbugs-Envelope-To: 68219-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.6 (++) 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: Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [185.233.34.24 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 2.3 EMPTY_MESSAGE Message appears to have no textual parts -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager From unknown Mon Aug 18 06:51:19 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, 31 Jan 2024 12:24:08 +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