From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 30 16:02:05 2022 Received: (at submit) by debbugs.gnu.org; 30 Jan 2022 21:02:05 +0000 Received: from localhost ([127.0.0.1]:37801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEHKm-0002MZ-Oh for submit@debbugs.gnu.org; Sun, 30 Jan 2022 16:02:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:49002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEHKj-0002M9-CL for submit@debbugs.gnu.org; Sun, 30 Jan 2022 16:02:04 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57190) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEHKj-0001H6-4U for guix-patches@gnu.org; Sun, 30 Jan 2022 16:02:01 -0500 Received: from mout01.posteo.de ([185.67.36.65]:39021) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEHKg-0005Vn-4h for guix-patches@gnu.org; Sun, 30 Jan 2022 16:02:00 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 113EB240026 for ; Sun, 30 Jan 2022 22:01:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643576514; bh=6nWOo5ze57zrdGBvBwYtle+//goa0yKg8V0cCIe8Fe4=; h=From:To:Cc:Subject:Date:From; b=WpigFYX3Vmz9R8iyMKXDuVGv7CzLqlb0X3NZFSech0/T/tBiW7rs7Gl5GpLDLBNb7 f9mWdAtEG37uB5NQSMxrdoiICu8IVvLmcCvLzlc8IQoMZzRW0G2JO6jwriFMkE2h87 2bd7ZaWHW+GyCPQDOMjztiWba4Cspjm0/c7IEzkv0dqVr8Tr1SkDT6RE/mgLdm34RD goQ+1llevzao5AZGcZM5+xFFAjPcufWx5mDTZItLWp2owmdiQyElEJnBfgpSY9/V5U r8iLmo0P8WjYiZFpMVkhylycNXzMIjLDi+XJrxsygdVCPWW+KTvADl/XpHCIfaXfnX YMZ5FESWGd6LQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jn3Xd0pmcz9rxG; Sun, 30 Jan 2022 22:01:52 +0100 (CET) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: oil: Update to 0.9.7. Date: Sun, 30 Jan 2022 21:01:39 +0000 Message-Id: <20220130210139.12096-1-felgru@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, 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.3 (-) X-Debbugs-Envelope-To: submit Cc: Felix Gruber 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.3 (--) * gnu/packages/shells.scm (oil): Update to 0.9.7. --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 1652848705..2e5bc3573a 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -828,14 +828,14 @@ Shell (pdksh).") (define-public oil (package (name "oil") - (version "0.9.6") + (version "0.9.7") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "01lmj4diqpla1gwwb1gh1shf4y74qhanpkzcsnb28458rxm1sq32")))) + (base32 "09ill1wks8gmixfc648wx25wx0wzlgkjj34bbpglx496i6yp81aw")))) (build-system gnu-build-system) (arguments (list #:strip-binaries? #f ; strip breaks the binary -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 02 12:16:05 2022 Received: (at 53642-done) by debbugs.gnu.org; 2 Feb 2022 17:16:05 +0000 Received: from localhost ([127.0.0.1]:53304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFJEj-0000LG-3S for submit@debbugs.gnu.org; Wed, 02 Feb 2022 12:16:05 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:38618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFJEg-0000KR-PC for 53642-done@debbugs.gnu.org; Wed, 02 Feb 2022 12:16:03 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 59C2318E; Wed, 2 Feb 2022 18:15:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cmJoUPIojozF; Wed, 2 Feb 2022 18:15:55 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 96E624A; Wed, 2 Feb 2022 18:15:55 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Felix Gruber Subject: Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7. References: <20220130210139.12096-1-felgru@posteo.net> Date: Wed, 02 Feb 2022 18:15:55 +0100 In-Reply-To: <20220130210139.12096-1-felgru@posteo.net> (Felix Gruber's message of "Sun, 30 Jan 2022 21:01:39 +0000") Message-ID: <87ee4lrxys.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 59C2318E X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53642-done Cc: 53642-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.0 (/) Hi, Felix Gruber skribis: > * gnu/packages/shells.scm (oil): Update to 0.9.7. Applied, thanks! Oil seems to include a bundled copy of CPython. Could you check if we can remove it and use our Python package instead? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 02 17:17:19 2022 Received: (at 53642-done) by debbugs.gnu.org; 2 Feb 2022 22:17:19 +0000 Received: from localhost ([127.0.0.1]:53851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFNwF-0003tZ-7L for submit@debbugs.gnu.org; Wed, 02 Feb 2022 17:17:19 -0500 Received: from mout01.posteo.de ([185.67.36.65]:43163) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFNwC-0003tM-QF for 53642-done@debbugs.gnu.org; Wed, 02 Feb 2022 17:17:17 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4592224002A for <53642-done@debbugs.gnu.org>; Wed, 2 Feb 2022 23:17:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643840231; bh=ct33Dso99IalJ9K3ehzTayk8m8qzdXrAXgPAYBUtMXk=; h=Date:Subject:To:Cc:From:From; b=ZmlebegFkPEJWRQzpppD1M2VLdOC5rzB+Ra0+3GjLYTe8IC3sK1q/o/J8wbGMgJXq 19TaZUwnICquhhboS38RQLkmagfTIEyCNlZPNsbDAvgAYT0c+nHfUMoT79GzcN627f NEewFdlF2JO8WoHF5sL53izEHhleOe7sCQIT0/9AlTnb9i8Z8ga6VU+XjSpA+gj63l 2bWqE+ZhVud2JlQPAzYWqyBp73t/QDIhLOjpjjNZza+AyN2n3FkhndrRU9oZ7y1GlN esCyaqbqOWvCQ+6uTA6c74xguYrbYfdTgzLMbFL5vN+pVLhtg8wtKjlqfvOsbsLW3d Skxn+VmB/dMGA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jpx4619nDz6tm5; Wed, 2 Feb 2022 23:17:10 +0100 (CET) Message-ID: <2c59c004-4f61-9dee-2c19-c65d9f13c009@posteo.net> Date: Wed, 2 Feb 2022 22:17:02 +0000 MIME-Version: 1.0 Subject: Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7. Content-Language: en-US To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= References: <20220130210139.12096-1-felgru@posteo.net> <87ee4lrxys.fsf@gnu.org> From: Felix Gruber In-Reply-To: <87ee4lrxys.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53642-done Cc: 53642-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: -3.3 (---) Hi Ludo’, On 2/2/22 18:15, Ludovic Courtès wrote: > Oil seems to include a bundled copy of CPython. Could you check if we > can remove it and use our Python package instead? It seems that the CPython bundled with oil is heavily modified. I've found this old blog post [1] that describes what was modified in the bundled CPython. Apparently, those parts of CPython that are not used by oil have been removed and the build system has been replaced by a custom one. This will probably make it quite complicated to replace the bundled CPython with ours. [1] https://www.oilshell.org/blog/2017/05/05.html Kind regards, Felix From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 08 04:55:33 2022 Received: (at 53642-done) by debbugs.gnu.org; 8 Feb 2022 09:55:33 +0000 Received: from localhost ([127.0.0.1]:45362 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHNDg-0005Cp-Vc for submit@debbugs.gnu.org; Tue, 08 Feb 2022 04:55:33 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:35916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHNDf-0005Cc-6N for 53642-done@debbugs.gnu.org; Tue, 08 Feb 2022 04:55:31 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id AA983193; Tue, 8 Feb 2022 10:55:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id As-2H9fE2yje; Tue, 8 Feb 2022 10:55:25 +0100 (CET) Received: from ribbon (unknown [193.50.110.192]) by hera.aquilenet.fr (Postfix) with ESMTPSA id E0DC54A5; Tue, 8 Feb 2022 10:55:24 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Felix Gruber Subject: Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7. References: <20220130210139.12096-1-felgru@posteo.net> <87ee4lrxys.fsf@gnu.org> <2c59c004-4f61-9dee-2c19-c65d9f13c009@posteo.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 20 =?utf-8?Q?Pluvi=C3=B4se?= an 230 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 08 Feb 2022 10:55:24 +0100 In-Reply-To: <2c59c004-4f61-9dee-2c19-c65d9f13c009@posteo.net> (Felix Gruber's message of "Wed, 2 Feb 2022 22:17:02 +0000") Message-ID: <87k0e5bs37.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: AA983193 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53642-done Cc: 53642-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.0 (/) Hi, Felix Gruber skribis: > It seems that the CPython bundled with oil is heavily modified. > I've found this old blog post [1] that describes what was modified in > the bundled CPython. Apparently, those parts of CPython that are not=20 > used by oil have been removed and the build system has been replaced > by a custom one. This will probably make it quite complicated to > replace the bundled CPython with ours. > > [1] https://www.oilshell.org/blog/2017/05/05.html Makes sense. Perhaps we can add a comment explaining this, for our future selves wondering about it. Thanks for exlaining, Ludo=E2=80=99. From unknown Mon Aug 18 11:25:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 08 Mar 2022 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