GNU bug report logs - #33479
[PATCH] gnu: ghc-network: Update to 2.8.0.0

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Sat, 24 Nov 2018 04:33:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 33479 in the body.
You can then email your comments to 33479 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#33479; Package guix-patches. (Sat, 24 Nov 2018 04:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 24 Nov 2018 04:33:02 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Brett Gilio <brettg <at> posteo.net>
Subject: [PATCH] gnu: ghc-network: Update to 2.8.0.0
Date: Fri, 23 Nov 2018 22:32:22 -0600
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0a90ac523..5cd746b36 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4264,7 +4264,7 @@ interface.")
 (define-public ghc-network
   (package
     (name "ghc-network")
-    (version "2.6.3.6")
+    (version "2.8.0.0")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -4275,7 +4275,7 @@ interface.")
              ".tar.gz"))
        (sha256
         (base32
-         "198mam7ahny48p9fajznbqq16a8ya2gw0xm3gnm1si1rmc4hdplv"))))
+         "00skcish0xmm67ax999nv1nll9rm3gqmn92099iczd73nxl55468"))))
     (build-system haskell-build-system)
     ;; The regression tests depend on an unpublished module.
     (arguments `(#:tests? #f))
-- 
2.19.2





Information forwarded to guix-patches <at> gnu.org:
bug#33479; Package guix-patches. (Sat, 24 Nov 2018 21:33:01 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33479 <at> debbugs.gnu.org
Subject: Re: [bug#33479] [PATCH] gnu: ghc-network: Update to 2.8.0.0
Date: Sat, 24 Nov 2018 22:32:40 +0100
Brett Gilio <brettg <at> posteo.net> skribis:

> ---
>  gnu/packages/haskell.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 0a90ac523..5cd746b36 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -4264,7 +4264,7 @@ interface.")
>  (define-public ghc-network
>    (package
>      (name "ghc-network")
> -    (version "2.6.3.6")
> +    (version "2.8.0.0")

I tried building everything ‘guix refresh -l ghc-network’ reports and
got this:

--8<---------------cut here---------------start------------->8---
[14 of 52] Compiling Network.TLS.Util.ASN1 ( Network/TLS/Util/ASN1.hs, dist/build/Network/TLS/Util/ASN1.o )

Network/TLS/Util/ASN1.hs:16:1: error:
    Bad interface file: /gnu/store/g10iyg7k77lwi1sy76x9ivxspdcdn417-ghc-asn1-types-0.3.2/lib/ghc-8.4.3/asn1-types-0.3.2/Data/ASN1/Types.hi
        Something is amiss; requested module  asn1-types-0.3.2:Data.ASN1.Types differs from name found in the interface file asn1-types-0.3.2:Data.ASN1.Types (if these names look the same, try again with -dppr-debug)
   |
16 | import Data.ASN1.Types (fromASN1, toASN1, ASN1Object)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Network/TLS/Util/ASN1.hs:17:1: error:
    Bad interface file: /gnu/store/0v8mna962b2r902l41rkdwslp6iwcfzr-ghc-asn1-encoding-0.9.5/lib/ghc-8.4.3/asn1-encoding-0.9.5/Data/ASN1/Encoding.hi
        Something is amiss; requested module  asn1-encoding-0.9.5:Data.ASN1.Encoding differs from name found in the interface file asn1-encoding-0.9.5:Data.ASN1.Encoding (if these names look the same, try again with -dppr-debug)
   |
17 | import Data.ASN1.Encoding (decodeASN1', encodeASN1')
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Network/TLS/Util/ASN1.hs:18:1: error:
    Bad interface file: /gnu/store/0v8mna962b2r902l41rkdwslp6iwcfzr-ghc-asn1-encoding-0.9.5/lib/ghc-8.4.3/asn1-encoding-0.9.5/Data/ASN1/BinaryEncoding.hi
        Something is amiss; requested module  asn1-encoding-0.9.5:Data.ASN1.BinaryEncoding differs from name found in the interface file asn1-encoding-0.9.5:Data.ASN1.BinaryEncoding (if these names look the same, try again with -dppr-debug)
   |
18 | import Data.ASN1.BinaryEncoding (DER(..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Backtrace: 
           4 (primitive-load "/gnu/store/igjyba1xhv796ph1mnlr2fm2fdk…")
In ice-9/eval.scm:
   191:35  3 (_ _)
In srfi/srfi-1.scm:
    640:9  2 (for-each #<procedure 94e3e0 at /gnu/store/avr240b3zz4…> …)
In /gnu/store/avr240b3zz4606kpijnn7s1dvcavm495-module-import/guix/build/gnu-build-system.scm:
   799:31  1 (_ _)
In /gnu/store/avr240b3zz4606kpijnn7s1dvcavm495-module-import/guix/build/utils.scm:
    616:6  0 (invoke _ . _)

/gnu/store/avr240b3zz4606kpijnn7s1dvcavm495-module-import/guix/build/utils.scm:616:6: In procedure invoke:
Throw to key `srfi-34' with args `(#<condition &invoke-error [program: "runhaskell" arguments: ("Setup.hs" "build") exit-status: 1 term-signal: #f stop-signal: #f] 98bd40>)'.
builder for `/gnu/store/c4w8iakyhh9zwbsa84zz2zmaqraxfajx-ghc-tls-1.4.1.drv' failed with exit code 1
--8<---------------cut here---------------end--------------->8---

Could you take a look?  In general GHC libraries are tightly coupled so
we must really test all the dependent of a package when updating it.

Also, could you please provide a commit log that matches our
conventions?  (See ‘git log’ for some examples.)

Thank you,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#33479; Package guix-patches. (Thu, 05 Dec 2019 00:41:02 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: 33479 <at> debbugs.gnu.org
Subject: Re: [bug#33479] [PATCH] gnu: ghc-network: Update to 2.8.0.0
Date: Wed, 04 Dec 2019 18:40:47 -0600
Brett Gilio <brettg <at> posteo.net> writes:

> ---
>  gnu/packages/haskell.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 0a90ac523..5cd746b36 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -4264,7 +4264,7 @@ interface.")
>  (define-public ghc-network
>    (package
>      (name "ghc-network")
> -    (version "2.6.3.6")
> +    (version "2.8.0.0")
>      (outputs '("out" "doc"))
>      (source
>       (origin
> @@ -4275,7 +4275,7 @@ interface.")
>               ".tar.gz"))
>         (sha256
>          (base32
> -         "198mam7ahny48p9fajznbqq16a8ya2gw0xm3gnm1si1rmc4hdplv"))))
> +         "00skcish0xmm67ax999nv1nll9rm3gqmn92099iczd73nxl55468"))))
>      (build-system haskell-build-system)
>      ;; The regression tests depend on an unpublished module.
>      (arguments `(#:tests? #f))

This is a historical bug report and is no longer relevant. It can be
closed.

-- 
Brett M. Gilio
https://git.sr.ht/~brettgilio/




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 05 Dec 2019 08:37:02 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Thu, 05 Dec 2019 08:37:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: 33479-done <at> debbugs.gnu.org
Subject: Re: [bug#33479] [PATCH] gnu: ghc-network: Update to 2.8.0.0
Date: Thu, 5 Dec 2019 10:35:36 +0200
[Message part 1 (text/plain, inline)]
close bug


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 02 Jan 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 108 days ago.

Previous Next


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