unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Brett Gilio <brettg@posteo.net>
Cc: 33479@debbugs.gnu.org
Subject: [bug#33479] [PATCH] gnu: ghc-network: Update to 2.8.0.0
Date: Sat, 24 Nov 2018 22:32:40 +0100	[thread overview]
Message-ID: <877eh2yxdz.fsf@gnu.org> (raw)
In-Reply-To: <20181124043222.10708-1-brettg@posteo.net> (Brett Gilio's message of "Fri, 23 Nov 2018 22:32:22 -0600")

Brett Gilio <brettg@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’.

  reply	other threads:[~2018-11-24 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-24  4:32 [bug#33479] [PATCH] gnu: ghc-network: Update to 2.8.0.0 Brett Gilio
2018-11-24 21:32 ` Ludovic Courtès [this message]
2019-12-05  0:40 ` Brett Gilio
2019-12-05  8:35   ` bug#33479: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877eh2yxdz.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33479@debbugs.gnu.org \
    --cc=brettg@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).