From unknown Mon Aug 11 12:55:09 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#48291 <48291@debbugs.gnu.org> To: bug#48291 <48291@debbugs.gnu.org> Subject: Status: [PATCH] - updated lisp library unix-opts. Reply-To: bug#48291 <48291@debbugs.gnu.org> Date: Mon, 11 Aug 2025 19:55:09 +0000 retitle 48291 [PATCH] - updated lisp library unix-opts. reassign 48291 guix-patches submitter 48291 cage severity 48291 normal tag 48291 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 13:30:00 2021 Received: (at submit) by debbugs.gnu.org; 8 May 2021 17:30:00 +0000 Received: from localhost ([127.0.0.1]:51354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfQm8-0003Th-17 for submit@debbugs.gnu.org; Sat, 08 May 2021 13:30:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:49992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfQm6-0003Tb-EK for submit@debbugs.gnu.org; Sat, 08 May 2021 13:29:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46120) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfQm6-0007WR-8J for guix-patches@gnu.org; Sat, 08 May 2021 13:29:58 -0400 Received: from smtpcmd0757.aruba.it ([62.149.156.57]:37205) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfQm3-0001PI-Es for guix-patches@gnu.org; Sat, 08 May 2021 13:29:57 -0400 Received: from kurosawa.casa.net ([78.15.34.92]) by Aruba Outgoing Smtp with ESMTPSA id fQlwlHH3O3IXUfQlwlR3wx; Sat, 08 May 2021 19:29:49 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1620494989; bh=/3lTrnYIq9josO2nWSg/6dFUbjkuItsX4QRdviY4u1g=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=R9fP0EWJEC/Vp9NEPJuFYWvxTZkM/XBReM6U84uYSqnHQOuqJinrhEhtiUsiVTySz fxok626zjx0ciSgoEiJVzTszrbnzpSVr16ZGYDptq039Wrg2udcojbiCn+NRivHXsh 5+E4ftShNYnVClhZvK6g5K2H1w08tAPiPS8Kr5adRr40R+dgv13ysKIbrpX35oMAqz ViwhMoVczNHU3VArLqRaAVX1FDPdmFAVCR5NNAnAmauWPu7JiQR9AMJYlAqMPI3Mmo wvTJoZh+RqY/c4ULcn7Ce2OqYXs/MlHcfXheGOtCJhTVXCeqwxwX6vBW5hpdCo7SFc /Mfny1Ugl6DFg== Received: by kurosawa.casa.net (Postfix, from userid 1000) id 311931840286; Sat, 8 May 2021 19:29:16 +0200 (CEST) Date: Sat, 8 May 2021 19:29:16 +0200 From: cage To: guix-patches@gnu.org Subject: [PATCH] - updated lisp library unix-opts. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfJwYTugru9YW/KacTEFSTUiang33J4N0BhnyMQmf5gEX+RliL60mm9Mg1U898aHyuJh9jRFhDh4/vDYYl/Pgr2EzduDRcelMYApYzfg0eTqvG6kODLbp Atl/aXDLgWf+xEkPoLTfRcFNvgJM00qBYTB7l8NUA9yw3bTLT0U/2JUJ Received-SPF: none client-ip=62.149.156.57; envelope-from=cage-dev@twistfold.it; helo=smtpcmd0757.aruba.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hi! I found this library outdated, this patch makes guix uses a commit with new features added. Bye! C. --- gnu/packages/lisp-xyz.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0824fa1d82..275517654f 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3276,19 +3276,21 @@ settings ensure a very simple mode of operation, similar to that provided by (sbcl-package->ecl-package sbcl-cl-json)) (define-public sbcl-unix-opts + (let ((commit "0e61f34b2ecf62288437810d4abb31e572048b04") + (revision "1")) (package (name "sbcl-unix-opts") - (version "0.1.7") + (version (git-version "0.1.7" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/libre-man/unix-opts") - (commit version))) + (commit commit))) (file-name (git-file-name "unix-opts" version)) (sha256 (base32 - "08djdi1ard09fijb7w9bdmhmwd98b1hzmcnjw9fqjiqa0g3b44rr")))) + "16mcqpzwrz808p9n3wwl99ckg3hg7yihw08y1i4l7c92aldbkasq")))) (build-system asdf-build-system/sbcl) (home-page "https://github.com/hankhero/cl-json") (synopsis "Unix-style command line options parser") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 17:28:17 2021 Received: (at 48291) by debbugs.gnu.org; 8 May 2021 21:28:17 +0000 Received: from localhost ([127.0.0.1]:52406 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfUUi-0005l5-PI for submit@debbugs.gnu.org; Sat, 08 May 2021 17:28:16 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:46752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfUUg-0005kx-NR for 48291@debbugs.gnu.org; Sat, 08 May 2021 17:28:15 -0400 Received: from butterfly.local ([213.119.233.112]) by xavier.telenet-ops.be with bizsmtp id 2MUC250052SA7zH01MUCQd; Sat, 08 May 2021 23:28:13 +0200 Message-ID: <2f8fc5428e3d4069e8822dc8cb3f5d1fac16a719.camel@telenet.be> Subject: Re: [bug#48291] [PATCH] - updated lisp library unix-opts. From: Maxime Devos To: cage , 48291@debbugs.gnu.org Date: Sat, 08 May 2021 23:28:11 +0200 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-MyJu/yzHZRw2/0F3QC6N" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1620509293; bh=nF4+BjwCkhw5jsQlBtscaIMUALd0+Xs6lxfF51MzFGA=; h=Subject:From:To:Date:In-Reply-To:References; b=qIQwQHgBrFEUmFK11InOhgEI+H1MwZijkhGIANm+0/mG0BqkDgllsYdcbBSLagore DVniEgfZ3ibSKoJl966t5KhF/oNx5NcC9qfH+PR28XSM3+qHBaxEQUm/m24j+njBqT S9O64TU+M0uZ39maKs94TvuTisyqZwXPsVi8/h7B26AE6bl+zbHlGposdkGPPbLAhq NJb+m9URLp/vZTD3Pj7sxAseKvf+eaYL4fhUrBKCUcfzMIuP2T9XUD4zm3BlKaYr1a m3bb96Ec7wq0Ludt4YgFfSGsXfldCaK7nDop5TuL7HDw6waUrWl161+EhwpzS+nvDg YVBUgtr+d8cZw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48291 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 (-) --=-MyJu/yzHZRw2/0F3QC6N Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable cage schreef op za 08-05-2021 om 19:29 [+0200]: > Hi! >=20 > I found this library outdated, this patch makes guix uses a commit with > new features added. There is a strong preference for only using versions that are =E2=80=98offi= cial releases=E2=80=99 =E2=80=98blessed=E2=80=99 by upstream, and not some random commit, unless t= here are compelling reasons to do otherwise. I see the 0.1.7 commit dates from 2017. If there are new features and/or b= ug fixes, maybe ask upstream to make a new release? If there are important bug fixes= and upstream doesn't feel ready for a new release, we can cherry-pick the bug f= ixes via the 'patches' mechanism. Or maybe we could just use the commit, I dunno. But then a comment should b= e added explaining why a particular commit is used instead of an official release. Greetings, Maxime. --=-MyJu/yzHZRw2/0F3QC6N Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYJcCbBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tsjAQDoCxzWozMAQJUY7yAPeyroZpMH VRUgrZ6ZXV9QANReBwD6AkUJd+gGo3lDS9i/GCda3LfiAX3tMOYJCvPawpF5zQY= =S1LN -----END PGP SIGNATURE----- --=-MyJu/yzHZRw2/0F3QC6N-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 17:29:15 2021 Received: (at control) by debbugs.gnu.org; 8 May 2021 21:29:15 +0000 Received: from localhost ([127.0.0.1]:52414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfUVf-0005lk-1k for submit@debbugs.gnu.org; Sat, 08 May 2021 17:29:15 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:47124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfUVd-0005le-S1 for control@debbugs.gnu.org; Sat, 08 May 2021 17:29:14 -0400 Received: from butterfly.local ([213.119.233.112]) by andre.telenet-ops.be with bizsmtp id 2MVB250072SA7zH01MVCcY; Sat, 08 May 2021 23:29:12 +0200 Message-ID: Subject: Re: [bug#48292] [PATCH] - updated lisp library unix-opts. From: Maxime Devos To: control@debbugs.gnu.org Date: Sat, 08 May 2021 23:29:11 +0200 In-Reply-To: References: Content-Type: text/plain User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1620509352; bh=bv2p0nBuWcQ3PKI3geQ13xYQlkmYXVJM9zS9jWbLHk4=; h=Subject:From:To:Date:In-Reply-To:References; b=STWrCHxKRtIqfh8vzJdgOKXUkl5lIJ6OP7jGSDC5GvCMI5xutPXKjaA+YtX7YDzxX nKKnE1DoQxbgwF7x4SpLy11T2jMr5kfYpxyuaseA6s93aA52/Vjo98tRZUCKB76G4M rYQWkFSIgt3/tgif+aZN64GedOaDuPfSCWArE5bGe20W5oE5JOBov/QYF6eLBkD/ih /OgY9pJv93qygNB2duzCKXeO0pKfvbQckOedrymhaN+uD6FTAQy4yOvko9r3Vuf5Mn YxnajKZdkEueKFgOiQDkzTR0mgUPhXAuZPGB2CM1PtYFB3n2b3cpxKvElSBe+Wp1mN ktU+b7bVDF70g== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (-) merge 48291 48292 thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 09 06:10:53 2021 Received: (at 48291) by debbugs.gnu.org; 9 May 2021 10:10:53 +0000 Received: from localhost ([127.0.0.1]:55250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfgOj-0007ez-HI for submit@debbugs.gnu.org; Sun, 09 May 2021 06:10:53 -0400 Received: from smtpcmd15176.aruba.it ([62.149.156.176]:60821) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfgOg-0007ep-Tu for 48291@debbugs.gnu.org; Sun, 09 May 2021 06:10:51 -0400 Received: from kurosawa.casa.net ([78.15.34.92]) by Aruba Outgoing Smtp with ESMTPSA id fgOZlslGPDFOPfgOZlRTaH; Sun, 09 May 2021 12:10:44 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1620555044; bh=6puDV3miKyqmlnrKATBgrgfPgOx+voWQ8Fos7IvvJ+Q=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=GLAlvGAjj/pNFVBcHXH+IzkmdZrFAbtfVq8riiEVHhYsefk5EfNcHf6LXQntz4vKz aMaf3J0jtNsCtO+TAW4tqCIk/9dSe+jPWPInaVkEJBUU4XIcbbp/36j4gD632DHS/H JRNZIWXUSdVpxUVcg7FbU9IHrtsdFaoaFBIIKI8DFZbUvoauxGxmbrIPby6anoJzR5 UWfcAezVYnfI8/GotxK2Kk7/oJtwiYCp3FzF8WM8lvaYZOCVf+McawhUppCoRuzSH9 fhVq+2U0ZAt4i9hJUVBq/XMH4iOu17ktUw+rQzuy3zq47hGB67uwHmus0WeO8FkCIF SQXTy8q9BnY0w== Received: by kurosawa.casa.net (Postfix, from userid 1000) id 6BED0184029B; Sun, 9 May 2021 12:10:32 +0200 (CEST) Date: Sun, 9 May 2021 12:10:32 +0200 From: cage To: Maxime Devos Subject: Re: [bug#48291] [PATCH] - updated lisp library unix-opts. Message-ID: References: <2f8fc5428e3d4069e8822dc8cb3f5d1fac16a719.camel@telenet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2f8fc5428e3d4069e8822dc8cb3f5d1fac16a719.camel@telenet.be> X-CMAE-Envelope: MS4xfL8NRl5riqXX6Jy3PmP97nTyXaxyB3m/2iSG4dU34KpxH3MOuEKiaM9fUu4BWkrw853TaoQa5ovWrLBc22EuHGhPbZtt6XC8qTO6IQqD8NMFO5wXME0E 0abrak5sBkTtWOrKXtOwkjT5j7RGuVAU9onOFCm7+L4W4u9k51MPZ3ufLP0Ygnfc1SRIML6pynGHJQwc3SHYCilrV18VAybiEg+U+t871pzjtL0ixBADk84U kq/WFOXFGj3BcxQVWeoRjb9UztWzMfN5E7FZ99QWdGc= X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48291 Cc: cage , 48291@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: -1.0 (-) Hi! [...] > > There is a strong preference for only using versions that are ‘official releases’ > ‘blessed’ by upstream, and not some random commit, unless there are compelling > reasons to do otherwise. I can totally see the point here, i have sent this patch because another program i have packaged (tinmop) uses a new version of this library and simply crash if called with any command line switch. :( So i have asked upstream to tag the current commit (or any commit they choose, of course) as new release, https://github.com/libre-man/unix-opts/issues/35 so i suppose we just have to wait. :) Thanks for your reply! C. From unknown Mon Aug 11 12:55:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 30 Dec 2021 12:24:14 +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