Re: [ANNOUNCE] GHC 9.4.1-rc1 is now available

Ben Gamari <[email protected]> Sun, 24 Jul 2022 10:33:29 -0400
Newsgroups gmane.comp.lang.haskell.ghc.devel,gmane.comp.lang.haskell.glasgow.user,gmane.comp.lang.haskell.cafe
Message-ID <[email protected]>
George Colpitts <[email protected]> writes:

> +Kazu Yamamoto <[email protected]>
>
> Hi Ben
>
> My 2 machines also have:
>
> $ spctl --status
> assessments enabled
>
Hmm, interesting. Then I am truly perplexed.

> Speculations:
>
> /usr/local/lib/ghc-9.4.0.20220721/bin/../lib/x86_64-osx-ghc-9.4.0.20220721/libHSterminfo-0.4.1.5-ghc9.4.0.20220721.dylib
> is created after xattr -rc . was run so it doesn't have the necessary
> attributes. Is it possible that ghc developers and/or the test machines
> have this file on another of the paths in the error message and that is why
> it works for them?
>
I'm not sure where this would be but at this point anything is possible. What happens
if you try to install to do something like (in the extracted binary distribution),

    $ ./configure --prefix=`pwd`/tmp
    $ make install            # this will fail
    $ xattr -rc .
    $ make install            # perhaps this will finish successfully?
    # tmp/bin/ghc --version   # GHC should be usable

> I hope I didn't offend you by asking if the fix had been tested; I assume
> it had been but I thought it was important to rule that out.
>
Not to worry; it's a very reasonable question to ask given the circumstances.

> More than happy to test. I really appreciate all the work you and others
> have put into GHC !
>
Ultimately I think we may just need to bite the bullet and start
properly notarising/codesigning releases (resolving #17418). At this point we have
spent more time trying to avoid the notarisation requirement than
it would likely take to satisfy it. Unfortunately, this will require
that I find an Apple device somewhere which may take a few weeks.

I'm afraid I am on holiday next week but I would quite grateful if we
could arrange for a chat after I return such that we can debug this in
realtime.

Cheers,

- Ben

_______________________________________________
ghc-devs mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
signature.asc (application/pgp-signature, 487 B)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEg5ai+U8IKhnDQZiPCIdltPrJkTcFAmLdWB8ACgkQCIdltPrJ
kTcR7Af9EBl1QfLX7yRpo9VYCUUhnDayLD8nMpxtKgzSo3yuo9d70LFAV8CCK0lW
9PlnVlwAZWfF+ZDDg3pDs5tcp6P3HeoIEeVZUpaD/VvvyTvSfRC2Vjmz6kSCzjhz
QM2noWN6JNqdUCVvkJgb6f8THP90bL2cOaICJ/0jh0fexWEGg1FkxLh5tFzyzXuC
VCY6ZSoHXLd37qrSw9jQUBBJx/+gcTN05eld+D0EH7DDuTcEENuGRpr9DxaNKShe
FHDwx5xQrUVh0+7/O9xfGGpQ1UlH92+5T0NgE4YauesIJmkangixH9EVoBhEJe7A
2kG9S4ywYirIafuLiy4P4niHbJUVaw==
=16lU
-----END PGP SIGNATURE-----