GNU bug report logs - #47779
[PATCH] gnu: oil: Update to 0.8.9.

Previous Next

Package: guix-patches;

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

Date: Wed, 14 Apr 2021 17:18:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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 47779 in the body.
You can then email your comments to 47779 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#47779; Package guix-patches. (Wed, 14 Apr 2021 17:18:01 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. (Wed, 14 Apr 2021 17:18:01 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.8.9.
Date: Wed, 14 Apr 2021 19:16:39 +0200
* gnu/packages/shells.scm (oil): Update to 0.8.9.
  [arguments]: Fix warning about `check` phase not returning #f.
---
 gnu/packages/shells.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 5ab3642dea..f2356dbdb4 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -825,14 +825,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.8.8")
+    (version "0.8.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1g3xk160x9k5smfc9k8nnxcj7w1nacmnhnpmm72am9rjp1vpv9h1"))))
+        (base32 "080lsx7hyjhny3jzscwr152vr0g9s3c2iqg3vrpgsbk8vv7vw5l7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:strip-binaries? #f             ; strip breaks the binary
@@ -853,7 +853,8 @@ Shell (pdksh).")
            (lambda _
              (let* ((oil "_bin/oil.ovm"))
                (invoke/quiet oil "osh" "-c" "echo hi")
-               (invoke/quiet oil "osh" "-n" "configure")))))))
+               (invoke/quiet oil "osh" "-n" "configure")
+               #t))))))
     (inputs
      `(("readline" ,readline)))
     (home-page "https://www.oilshell.org")
-- 
2.30.2





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 14 Apr 2021 17:50:01 GMT) Full text and rfc822 format available.

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

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

From: Leo Famulari <leo <at> famulari.name>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 47779-done <at> debbugs.gnu.org
Subject: Re: [bug#47779] [PATCH] gnu: oil: Update to 0.8.9.
Date: Wed, 14 Apr 2021 13:49:30 -0400
On Wed, Apr 14, 2021 at 07:16:39PM +0200, Felix Gruber wrote:
> * gnu/packages/shells.scm (oil): Update to 0.8.9.
>   [arguments]: Fix warning about `check` phase not returning #f.

Thanks! Pushed as dd9e77f81bce7fd3c869ee68b7ce68153d934460




Information forwarded to guix-patches <at> gnu.org:
bug#47779; Package guix-patches. (Wed, 14 Apr 2021 18:02:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 47779 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#47779] [PATCH] gnu: oil: Update to 0.8.9.
Date: Wed, 14 Apr 2021 20:00:56 +0200
[Message part 1 (text/plain, inline)]
Felix,

> * gnu/packages/shells.scm (oil): Update to 0.8.9.

Thanks!  I tried to push it but no luck.

> [arguments]: Fix warning about `check` phase not returning #f.

Ignore this warning next time.  It's obsolete, but can only be 
removed on the next core-updates merge (when we can start removing 
all these silly #Ts again).

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#47779; Package guix-patches. (Wed, 14 Apr 2021 18:02:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 May 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 346 days ago.

Previous Next


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