From unknown Fri Aug 15 22:18:25 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#62439 <62439@debbugs.gnu.org> To: bug#62439 <62439@debbugs.gnu.org> Subject: Status: [PATCH] gnu: nim: Update to 1.6.12. Reply-To: bug#62439 <62439@debbugs.gnu.org> Date: Sat, 16 Aug 2025 05:18:25 +0000 retitle 62439 [PATCH] gnu: nim: Update to 1.6.12. reassign 62439 guix-patches submitter 62439 Gruruya severity 62439 normal tag 62439 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 25 08:35:08 2023 Received: (at submit) by debbugs.gnu.org; 25 Mar 2023 12:35:09 +0000 Received: from localhost ([127.0.0.1]:42068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pg36y-0005A0-8R for submit@debbugs.gnu.org; Sat, 25 Mar 2023 08:35:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:41458) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pg36o-000595-Mv for submit@debbugs.gnu.org; Sat, 25 Mar 2023 08:35:06 -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 1pg36n-00022s-1E for guix-patches@gnu.org; Sat, 25 Mar 2023 08:34:57 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pg36k-0006qT-S2 for guix-patches@gnu.org; Sat, 25 Mar 2023 08:34:56 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0CC1B41598; Sat, 25 Mar 2023 13:34:51 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AmRZFa4-sLHl; Sat, 25 Mar 2023 13:34:49 +0100 (CET) From: Gruruya DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1679747689; bh=/csO9imPKxVD5PecyEGiGG3SG0/hLVNDwGpCS5IXbVU=; h=From:To:Cc:Subject:Date; b=BvdZPqsgIX7ojZVXj5KQrI6bEZyfR+/tefR0UZq6oX3tiB1laNbB3An15BuESOL2y 6dIGeMQ5LAs5FbdlszrGFjTzo0XUC68ownuhmyeK0UG2rjVua8tEOXiekkXhgm4YUk F8OAGLQfQ7UTqoLsH2RCOuRh7+9utUwxKYrVTvdNlzxX/V3vwVLYl5UPzg1RtyV+vf qGGrzgpyrDlpJ1zPsX8CuYbtSO3FDCrfNRzTczEd52ktkTihmS45qYxc2wOv9J+c0P F6YPoeM3EtQmBQm641ClYBe0pe+AxEckjpYroPBgPsCVBDiW0uPZLnTWeBMyA7DleG trd8tfPBeh9PQ== To: guix-patches@gnu.org Subject: [PATCH] gnu: nim: Update to 1.6.12. Date: Sat, 25 Mar 2023 08:30:28 -0400 Message-Id: <388d0ef1f46b45c91c8804096f2a2f35f3539742.1679747022.git.greytest@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=greytest@disroot.org; helo=knopi.disroot.org 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Gruruya 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 (--) Without the attached patch, Nim is broken on Guix as it searches for its stdlib in /lib while it was placed in /lib/nim. * gnu/packages/nim: Update to 1.6.12. [patch-installer]: Install stdlib source to the right directory. [patch-more-shebangs]: Edit substitute* to point to the new osproc source. --- gnu/packages/nim.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/nim.scm b/gnu/packages/nim.scm index 6da382119f..ebcff26c7b 100644 --- a/gnu/packages/nim.scm +++ b/gnu/packages/nim.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2020 Tanguy Le Carrour ;;; Copyright © 2022 (unmatched parenthesis ;;; Copyright © 2022 Trevor Richards +;;; Copyright © 2023 Gruruya ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,14 +37,14 @@ (define-module (gnu packages nim) (define-public nim (package (name "nim") - (version "1.6.6") + (version "1.6.12") (source (origin (method url-fetch) (uri (string-append "https://nim-lang.org/download/" name "-" version ".tar.xz")) (sha256 - (base32 "0lm4450ig8k4l3rzxv6kcqji5l1lzicsw76ckwxm0q9qdz713cb7")))) + (base32 "1hjd9dxhqzn2ifr988li8q7v6kxpxlcqbdllfd6lsq3knw50pvxc")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; TODO: Investigate tests failures. @@ -55,6 +56,7 @@ (define-public nim (let ((out (assoc-ref outputs "out"))) (substitute* "install.sh" (("/usr/local") out) + (("/lib/nim") "/lib") (("/opt/nimble") (string-append out "/share/nimble")) (("configdir=/etc/nim") (string-append "configdir=" out "/etc/nim")))))) @@ -102,7 +104,7 @@ (define-public nim "lib/pure/osproc.nim" "lib/pure/strscans.nim") (("/bin/sh") sh)) - (substitute* (find-files "c_code" "stdlib_osproc\\.nim\\.c") + (substitute* (find-files "c_code" "@m\\.\\.@slib@spure@sosproc\\.nim\\.c") (("\"/bin/sh\", 7") (format #f "~s, ~s" sh (string-length sh))))))) (replace 'build (lambda* (#:key (parallel-build? #t) #:allow-other-keys) base-commit: a7f118d062db4408b23505750c44a1f996496c43 -- 2.40.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 06 13:51:57 2023 Received: (at 62439-done) by debbugs.gnu.org; 6 Jun 2023 17:51:57 +0000 Received: from localhost ([127.0.0.1]:52923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6aqb-0008MX-DF for submit@debbugs.gnu.org; Tue, 06 Jun 2023 13:51:57 -0400 Received: from mail-wr1-f47.google.com ([209.85.221.47]:51385) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6aqW-0008M9-Kk for 62439-done@debbugs.gnu.org; Tue, 06 Jun 2023 13:51:56 -0400 Received: by mail-wr1-f47.google.com with SMTP id ffacd0b85a97d-30af86a966eso5241411f8f.2 for <62439-done@debbugs.gnu.org>; Tue, 06 Jun 2023 10:51:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686073906; x=1688665906; 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=PDFawYw9V1myFeLiCrNXiYbnBUsHwmmwctXxgccLVLw=; b=Lo8ZTitQNdj+r50U5ixGY85j9GsA8XvQC+tZyI4Syn43a+VCObxnHwGZg70p911MNE 8Ooeoh81Je8mpGYZJCmDo5BT4eP1Lz/ZabQn5dlObqFVA8YKkKxaWQfUAT5SSna/TQih TibFuwdej1HF/nq0prNMhX24kn/czFGX9ySN+fnBZgucDhv165jvz72XaOWgkTFPgo7j FpdbO0rPM//PYUz7f9V46g+it+Lc2Pwbp+H5n9yDLISUKtIqcjTyX1kU9sKG+JcInzd0 /HQysPZ+LJKIYk9vVqi9kbEdcsmmz5IwDjWCrES8rxzpOtT4CM8ijCYzzc96ZWkUK+pM FGqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686073906; x=1688665906; 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=PDFawYw9V1myFeLiCrNXiYbnBUsHwmmwctXxgccLVLw=; b=ZEW0zMspVUPrCbvIe0VLCSLevFOPs7SH0RcsVqX07iqtvU3kwl7fMPr8NTIKWq3TUK 2CgSDGzpxC/OLYvHzJVv39FYipLgZKYE2QtIF4IgBJLXzsDpA38JOt6ujHvJH8CoqcdR zgxTaSqrfckT00cbSJA84XbdXUjojGDvMH+Ynd7LcDUEsFV01Fe0OKCGxK7npLvngKbA b+rkpPEByR57idYPJDLJviZSX4nYFqiH6s4VDdWKg9ErTBvFyD6VBDr2iyc4HHaMDmiO aqvKNx66TaKe+I+HrCrM6TAPfPZk4TgAelonrtxnP4FAPBMxbLOScad66Kg3PkdZPyo6 TbDw== X-Gm-Message-State: AC+VfDw8dyX6T5p3oxhEl8hODiSCXuTiYBQg8zkJGKSPpXLDuhlszrZ5 CNMW+37o/s/Clzhq9b5vjMk0d7qKf53NQw== X-Google-Smtp-Source: ACHHUZ5HSnszXN2kbr1uQ1XW/XijWUSNlachxyi4492aAdzOy9BMglGukWaBSn134kwnssO68Fn7JA== X-Received: by 2002:adf:fdc8:0:b0:306:36ef:2e3b with SMTP id i8-20020adffdc8000000b0030636ef2e3bmr2085297wrs.70.1686073905456; Tue, 06 Jun 2023 10:51:45 -0700 (PDT) Received: from localhost ([37.46.46.3]) by smtp.gmail.com with ESMTPSA id t8-20020a1c7708000000b003f6038faa19sm18248743wmi.19.2023.06.06.10.51.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Jun 2023 10:51:44 -0700 (PDT) Date: Tue, 6 Jun 2023 20:51:43 +0300 From: Efraim Flashner To: Gruruya Subject: Re: [bug#62439] [PATCH] gnu: nim: Update to 1.6.12. Message-ID: Mail-Followup-To: Efraim Flashner , Gruruya , 62439-done@debbugs.gnu.org References: <388d0ef1f46b45c91c8804096f2a2f35f3539742.1679747022.git.greytest@disroot.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J/V9jU7qSINyN9Rq" Content-Disposition: inline In-Reply-To: <388d0ef1f46b45c91c8804096f2a2f35f3539742.1679747022.git.greytest@disroot.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.2 (/) X-Debbugs-Envelope-To: 62439-done Cc: 62439-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.8 (/) --J/V9jU7qSINyN9Rq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed! Thanks. --=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 --J/V9jU7qSINyN9Rq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmR/ciwACgkQQarn3Mo9 g1F2iw/9GPDKFLBrGgGREU0GpywvaBL38UCP3BxuspHQmoI1jn05ikD9aiL7FMkK OVSWEq+KF33EsRvgpp7U7T8ckPCLqrcomSWKg5Q3R7Cxu7SUJnGCbzu9FF7PoJFu e/GszZK+s7UX6yiyIi9q1+PKLg4hxhFCEmswJzmUG6LTXuRjR1yovsAXKVi47/db hetVht40MPV//Q/3I5/Zk44pjNcjBRCNDy39nGlnl5DbxWc0q4bBXfiP4WcyWkqC uwvsyovXxkgeCqapJ/dBH+Eidcbip3JRsTkOx53EpU1H1cnWRXVt14092EVXb21d ZuwAacxuh5Oy6drOYmoMOtbgcNVknUhDZCuIw3SygszLRycCCqBDkv3frTlo7Iks ntmKz2N7WjTZC90vLRij02d/WhnJnT0lMFphczWXfV4xWvhD16paZf8QbpG0of9D mSQkUqhLcLkt+HBZusqnNlAjzsdZ9QA9EHnWbtjtcIQ3ZLuqw7a4BlF7gaLD7HCQ mF0A+kBE82e+ltkgsMUQTF05sb6UVmzLXoTc0Cc2gQbTdKBixWlLNYWQukwn8+PN F24ArFaAAoqapQq78Y/5Q+sD2Mqr43hNGCbTWzCKz5G5TW1DuUgNVPO3VY94KBMj xevoDbaH6V+GZF10dKbZkJasoViDkOCQNoeX0+pFlGBxUcrLa+I= =6Klp -----END PGP SIGNATURE----- --J/V9jU7qSINyN9Rq-- From unknown Fri Aug 15 22:18:25 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, 05 Jul 2023 11:24:07 +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