<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large">Bill </div><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><br></div><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large">For your latest problem</div><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div dir="ltr"><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><span style="font-family:Arial,Helvetica,sans-serif;font-size:small"> libHSterminfo-0.4.1.5-ghc9.4.</span><span style="font-family:Arial,Helvetica,sans-serif;font-size:small">4.dylib” can’t be opened because Apple cannot check it for malicious software.</span><br></div><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><span style="font-family:Arial,Helvetica,sans-serif;font-size:small"><br></span></div></div></blockquote><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large">Did you try what I wrote in my last email:</div><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"></div> rm -fr /usr/local/bin/ghc*<br>rm -fr /usr/local/lib/ghc*<br>./configure<br>sudo xattr -rc .<br>sudo make install<br><br></blockquote><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large">George</div><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"></div><br><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><br></blockquote><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 15, 2023 at 1:20 PM William McEnaney <<a href="mailto:bill.mcenaney.jr@gmail.com">bill.mcenaney.jr@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi, everyone,<div><br></div><div>Thank you for the help. Someone will tell me how to solve the problem, I hope because it stumped me.</div><div><br></div><div>Bill</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 15, 2023 at 12:10 PM Brandon Allbery <<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">That seems unlikely; it would report a permission error in that case,<br>
not that it had the wrong architecture.<br>
<br>
On Wed, Mar 15, 2023 at 12:04 PM George Colpitts<br>
<<a href="mailto:george.colpitts@gmail.com" target="_blank">george.colpitts@gmail.com</a>> wrote:<br>
><br>
> Hi Bill<br>
><br>
> I'm cc'ing GHC dev and GHC users as someone else may have a better answer, catch a mistake I made etc. Please don't delete them.<br>
><br>
> I believe you have encountered <a href="https://gitlab.haskell.org/ghc/ghc/-/issues/21506#note_447206" rel="noreferrer" target="_blank">https://gitlab.haskell.org/ghc/ghc/-/issues/21506#note_447206</a><br>
><br>
> I believe the way to fix this is to do the following:<br>
><br>
> rm -fr /usr/local/bin/ghc*<br>
> rm -fr /usr/local/lib/ghc*<br>
> ./configure<br>
> sudo xattr -rc .<br>
> sudo make install<br>
><br>
><br>
> However I am unsure why you are encountering this as the issue is supposed to have been fixed.<br>
><br>
> Cheers<br>
> George<br>
><br>
><br>
><br>
><br>
><br>
> On Wed, Mar 15, 2023 at 11:21 AM William McEnaney <<a href="mailto:bill.mcenaney.jr@gmail.com" target="_blank">bill.mcenaney.jr@gmail.com</a>> wrote:<br>
>><br>
>> Hi, George,<br>
>><br>
>> I got this message when I ran make install with the sudo command. What should I do?<br>
>><br>
>> libHSterminfo-0.4.1.5-ghc9.4.4.dylib” can’t be opened because Apple cannot check it for malicious software.<br>
>><br>
>><br>
>> What should I do now?<br>
>><br>
>><br>
>> Thanks.<br>
>><br>
>><br>
>> Bill<br>
>><br>
>><br>
>><br>
>><br>
>> On Wed, Mar 15, 2023 at 9:29 AM William McEnaney <<a href="mailto:bill.mcenaney.jr@gmail.com" target="_blank">bill.mcenaney.jr@gmail.com</a>> wrote:<br>
>>><br>
>>> Hi George,<br>
>>><br>
>>> Thank you for your reply. I forget what I did to install it. But the compiler and other ghc-related programs live in /usr/local/bin. Since I installed the wrong binaries, I changed the directory to /usr/local/bin and tried to empty that directory with rm -rf ghc*.*, but that didn't delete anything. So I wonder whether I'll need to remove those programs before reinstalling ghc.<br>
>>><br>
>>> Thanks for your help, too.<br>
>>><br>
>>> Best,<br>
>>> Bill<br>
>>><br>
>>> On Wed, Mar 15, 2023 at 7:59 AM George Colpitts <<a href="mailto:george.colpitts@gmail.com" target="_blank">george.colpitts@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Hi Bill<br>
>>>><br>
>>>> Yes,GHC will run on your new MacBook Air. The cpu in that is Apple Silicon , the aarch64-apple-darwin platform. Older Macs run on Intel chips, the x86_64-apple-darwin platform.<br>
>>>><br>
>>>> I'm not sure how you installed the compiler. I believe the standard way is described on <a href="https://www.haskell.org/ghcup/" rel="noreferrer" target="_blank">https://www.haskell.org/ghcup/</a>. Can you tell us how you installed it?<br>
>>>><br>
>>>> Thanks<br>
>>>> George<br>
>>>><br>
>>>> On Wed, Mar 15, 2023 at 8:22 AM Simon Peyton Jones <<a href="mailto:simon.peytonjones@gmail.com" target="_blank">simon.peytonjones@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>> Redirecting this query to ghc-devs.  Can anyone help William?  Thanks!<br>
>>>>><br>
>>>>>> Will GHC run on my new MacBook Air? After installing the compiler, my laptop said its processor was wrong for the binary distribution I chose. If there is a dmg file for MacOS 12.5.1, please please link your reply to it.<br>
>>>>><br>
>>>>><br>
>>>>> Simon<br>
>>>>><br>
>>>>> On Tue, 14 Mar 2023 at 23:33, William McEnaney <<a href="mailto:bill.mcenaney.jr@gmail.com" target="_blank">bill.mcenaney.jr@gmail.com</a>> wrote:<br>
>>>>>><br>
>>>>>> Dear Dr. Jones,<br>
>>>>>><br>
>>>>>> Will GHC run on my new MacBook Air? After installing the compiler, my laptop said its processor was wrong for the binary distribution I chose. If there is a dmg file for MacOS 12.5.1, please please link your reply to it.<br>
>>>>>><br>
>>>>>> Thanks for your help.<br>
>>>>>><br>
>>>>>> Best,<br>
>>>>>> Bill<br>
>>>>><br>
>>>>> _______________________________________________<br>
>>>>> ghc-devs mailing list<br>
>>>>> <a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
>>>>> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
><br>
> _______________________________________________<br>
> ghc-devs mailing list<br>
> <a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
<br>
<br>
<br>
-- <br>
brandon s allbery kf8nh<br>
<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a><br>
</blockquote></div>
</blockquote></div></div>