From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQfXz-0001ic-6s for guix-patches@gnu.org; Sat, 24 Nov 2018 16:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQfXy-0001s2-9s for guix-patches@gnu.org; Sat, 24 Nov 2018 16:33:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gQfXy-0001rY-6Y for guix-patches@gnu.org; Sat, 24 Nov 2018 16:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gQfXy-00042h-1N for guix-patches@gnu.org; Sat, 24 Nov 2018 16:33:02 -0500 Subject: [bug#33479] [PATCH] gnu: ghc-network: Update to 2.8.0.0 Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181124043222.10708-1-brettg@posteo.net> Date: Sat, 24 Nov 2018 22:32:40 +0100 In-Reply-To: <20181124043222.10708-1-brettg@posteo.net> (Brett Gilio's message of "Fri, 23 Nov 2018 22:32:22 -0600") Message-ID: <877eh2yxdz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brett Gilio Cc: 33479@debbugs.gnu.org Brett Gilio 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 =E2=80=98guix refresh -l ghc-network=E2=80=99 r= eports 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-asn= 1-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.Ty= pes differs from name found in the interface file asn1-types-0.3.2:Data.ASN= 1.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-asn= 1-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-deb= ug) | 17 | import Data.ASN1.Encoding (decodeASN1', encodeASN1') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Network/TLS/Util/ASN1.hs:18:1: error: Bad interface file: /gnu/store/0v8mna962b2r902l41rkdwslp6iwcfzr-ghc-asn= 1-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 wi= th -dppr-debug) | 18 | import Data.ASN1.BinaryEncoding (DER(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Backtrace:=20 4 (primitive-load "/gnu/store/igjyba1xhv796ph1mnlr2fm2fdk=E2=80= =A6") In ice-9/eval.scm: 191:35 3 (_ _) In srfi/srfi-1.scm: 640:9 2 (for-each # =E2=80=A6) In /gnu/store/avr240b3zz4606kpijnn7s1dvcavm495-module-import/guix/build/gnu= -build-system.scm: 799:31 1 (_ _) In /gnu/store/avr240b3zz4606kpijnn7s1dvcavm495-module-import/guix/build/uti= ls.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 `(#)'. 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 =E2=80=98git log=E2=80=99 for some examples.) Thank you, Ludo=E2=80=99.