public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: Unable to build pandoc on M1 Mac
Date: Wed, 7 Jun 2023 09:42:02 -0700	[thread overview]
Message-ID: <533BEC57-D926-4B73-82E5-4075A4F7C06A@gmail.com> (raw)
In-Reply-To: <944413bc-ca01-4e12-90bc-94932f0f0ce1n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

This is due to the recent fork of cryptonite -> crypton.

The cure, for now, is to add this to cabal.project:

constraints: tls < 1.7

Hopefully downstream packages will be updated soon and we can remove the constraint.


> On Jun 7, 2023, at 2:40 AM, krulis....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <krulis.tomas.tk@gmail.com> wrote:
> 
> Dear pandoc mailing list,
> 
> I seem to be unable to build pandoc on a M1 MacOS.
> 
> I have setup haskell with `ghcup`, tried all permutations of:
> 
> cabal versions: 3.6.2.0 ; 3.8.1.0 ; 3.10.1.0
> ghc versions: 9.2.8 ; 9.4.4 ; 9.6.1
> 
> I am always getting the same error:
> 
> ```
> Warning: connection.cabal:26:36: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Configuring connection-0.3.1...
> Preprocessing library for connection-0.3.1..
> Building library for connection-0.3.1..
> [1 of 2] Compiling Network.Connection.Types ( Network/Connection/Types.hs, dist/build/Network/Connection/Types.o, dist/build/Network/Connection/Types.dyn_o )
> [2 of 2] Compiling Network.Connection ( Network/Connection.hs, dist/build/Network/Connection.o, dist/build/Network/Connection.dyn_o )
> 
> Network/Connection.hs:122:43: error:
>     • Couldn't match expected type ‘crypton-x509-store-1.6.9:Data.X509.CertificateStore.CertificateStore’
>                   with actual type ‘Data.X509.CertificateStore.CertificateStore’
>       NB: ‘crypton-x509-store-1.6.9:Data.X509.CertificateStore.CertificateStore’
>             is defined in ‘Data.X509.CertificateStore’
>                 in package ‘crypton-x509-store-1.6.9’
>           ‘Data.X509.CertificateStore.CertificateStore’
>             is defined in ‘Data.X509.CertificateStore’
>                 in package ‘x509-store-1.6.9’
>     • In the ‘sharedCAStore’ field of a record
>       In the ‘clientShared’ field of a record
>       In the expression:
>         (TLS.defaultParamsClient (fst cid) portString)
>           {TLS.clientSupported = def
>                                    {TLS.supportedCiphers = TLS.ciphersuite_default},
>            TLS.clientShared = def
>                                 {TLS.sharedCAStore = globalCertificateStore cg,
>                                  TLS.sharedValidationCache = validationCache}}
>     |
> 122 |             { TLS.sharedCAStore         = globalCertificateStore cg
>     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
> cabal: Failed to build connection-0.3.1 (which is required by exe:pandoc from
> pandoc-cli-0.1.1). See the build log above for details.
> ```
> 
> It seems to me that with `ghcup`, `cabal` is not picking the right versions of the toolchain.
> 
> How can I fix that? or should I install `pandoc` with `stack`?
> 
> I know that I can install `pandoc` on Mac with `brew`, but so far, installing `pandoc` with `cabal` always worked for me.
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/944413bc-ca01-4e12-90bc-94932f0f0ce1n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/533BEC57-D926-4B73-82E5-4075A4F7C06A%40gmail.com.


  parent reply	other threads:[~2023-06-07 16:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-07  9:40 krulis....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
     [not found] ` <944413bc-ca01-4e12-90bc-94932f0f0ce1n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-06-07 16:42   ` John MacFarlane [this message]
     [not found]     ` <533BEC57-D926-4B73-82E5-4075A4F7C06A-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2023-06-08 17:49       ` krulis....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
     [not found]         ` <3fe7da0e-2dcf-4536-9c21-d563d0bcaf9bn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-06-08 19:08           ` John MacFarlane
     [not found]             ` <E40F5915-79BA-48EA-8D56-D1FD3F78500E-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2023-06-09 17:45               ` krulis....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org

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

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

  git send-email \
    --in-reply-to=533BEC57-D926-4B73-82E5-4075A4F7C06A@gmail.com \
    --to=fiddlosopher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /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.
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 NNTP newsgroup(s).