GNU bug report logs - #53642
[PATCH] gnu: oil: Update to 0.9.7.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sun, 30 Jan 2022 21:03:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53642 in the body.
You can then email your comments to 53642 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53642; Package guix-patches. (Sun, 30 Jan 2022 21:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Gruber <felgru <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 30 Jan 2022 21:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: oil: Update to 0.9.7.
Date: Sun, 30 Jan 2022 21:01:39 +0000
* 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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 02 Feb 2022 17:17:01 GMT) Full text and rfc822 format available.

Notification sent to Felix Gruber <felgru <at> posteo.net>:
bug acknowledged by developer. (Wed, 02 Feb 2022 17:17:02 GMT) Full text and rfc822 format available.

Message #10 received at 53642-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 53642-done <at> debbugs.gnu.org
Subject: Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7.
Date: Wed, 02 Feb 2022 18:15:55 +0100
Hi,

Felix Gruber <felgru <at> posteo.net> 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’.




Information forwarded to guix-patches <at> gnu.org:
bug#53642; Package guix-patches. (Wed, 02 Feb 2022 22:18:02 GMT) Full text and rfc822 format available.

Message #13 received at 53642-done <at> debbugs.gnu.org (full text, mbox):

From: Felix Gruber <felgru <at> posteo.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 53642-done <at> debbugs.gnu.org
Subject: Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7.
Date: Wed,  2 Feb 2022 22:17:02 +0000
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




Information forwarded to guix-patches <at> gnu.org:
bug#53642; Package guix-patches. (Tue, 08 Feb 2022 09:56:02 GMT) Full text and rfc822 format available.

Message #16 received at 53642-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 53642-done <at> debbugs.gnu.org
Subject: Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7.
Date: Tue, 08 Feb 2022 10:55:24 +0100
Hi,

Felix Gruber <felgru <at> posteo.net> 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 
> 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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Mar 2022 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 162 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.