Ilias Tsitsimpis
Ilias Tsitsimpis
Since you are using the latest openssl (version 1.1.1), you are facing https://github.com/imaplib2/imaplib2/issues/5. As a work-around, you could force the use of TLS 1.2, using the `ssl_version` configuration option.
We are seeing this in Debian as well, the error is: ``` i_number_huge_exp.json decode: FAIL Test output was different from 'tests/JSONTestSuite/results/i_number_huge_exp.txt'. Output of ["diff","-u","tests/JSONTestSuite/results/i_number_huge_exp.txt","/tmp/i_number_huge_exp3240953-4.actual"]: --- tests/JSONTestSuite/results/i_number_huge_exp.txt 2001-09-09 01:46:40.000000000 +0000 +++...
Hi @swt2c, https://github.com/haskell-gi/haskell-gi/pull/430 should address this issue.
Hi @garetxe, I can definitely do that, but I am not sure why this is needed. Why we want to add these types to `BasicType` when for example `gshort` is...
Thanks for the explanation @garetxe, it makes sense. We can address this in a subsequent PR. I see that build fails for older versions of GHC (older than 8.8) since...
I reproduced this with ghc-9.0 as well (i.e., use `debian:stable` instead of `debian:sid`), in case this helps. In addition, run the `base64` testsuite on 32-bits fails as well (with segmentation...
Hi @hasufell, I found this issue from [here](https://discourse.haskell.org/t/call-for-help-ghcup-bug-on-i386-debian-12/11693). My guess is this is caused because the musl library the builder is using has transitioned to time64, but the GHC the...
> I think that this should ideally be done upstream, instead of having to copy and paste the logic into each binding. For example by adding a `list_gir_search_paths` to `gobject-introspection`...
Hi @juhp, I stumbled upon this bug report while researching for a similar issue for Debian. I believe the problem here is that you are passing the `--no-libraries` argument to...