<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large">Hi 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">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.</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">I believe you have encountered <a href="https://gitlab.haskell.org/ghc/ghc/-/issues/21506#note_447206">https://gitlab.haskell.org/ghc/ghc/-/issues/21506#note_447206</a></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">I believe the way to fix this is to do the following:</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"><span style="font-family:"times new roman",serif;font-size:large">rm -fr /usr/local/bin/ghc*</span><div><span style="font-family:"times new roman",serif;font-size:large">rm -fr /usr/local/lib/ghc*</span></div><div><span style="font-family:"times new roman",serif;font-size:large"><span class="gmail_default" style="font-family:"times new roman",serif;font-size:large">./configure</span></span></div><div><span style="font-family:"times new roman",serif;font-size:large">sudo xattr -rc <span class="gmail_default" style="font-family:"times new roman",serif;font-size:large">.</span></span></div><div><font face="times new roman, serif" size="4"><span class="gmail_default" style="font-family:"times new roman",serif;font-size:large">sudo make install</span></font></div></blockquote><div><font face="times new roman, serif" size="4"><span class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><br></span></font></div><div><font face="times new roman, serif" size="4"><span class="gmail_default" style="font-family:"times new roman",serif;font-size:large">However I am unsure why you are encountering this as the issue is supposed to have been fixed.</span></font></div><div><font face="times new roman, serif" size="4"><span class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><br></span></font></div><div><font face="times new roman, serif" size="4"><span class="gmail_default" style="font-family:"times new roman",serif;font-size:large">Cheers</span></font></div><div><font face="times new roman, serif" size="4"><span class="gmail_default" style="font-family:"times new roman",serif;font-size:large">George</span></font></div><div><font face="times new roman, serif" size="4"><span class="gmail_default" style="font-family:"times new roman",serif;font-size:large"></span><br></font><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"><code><br></code></div><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><code><br></code></div></div></blockquote><div dir="ltr"><div class="gmail_default" style="font-family:"times new roman",serif;font-size:large"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">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></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, George,<div><br></div><div>I got this message when I ran make install with the sudo command. What should I do?</div><div><br></div><div><p style="margin:0px;text-align:center;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)"><b>libHSterminfo-0.4.1.5-ghc9.4.4.dylib” can’t be opened because Apple cannot check it for malicious software.</b></p><p style="margin:0px;text-align:center;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)"><b><br></b></p><p style="text-align:left;margin:0px;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)">What should I do now?</p><p style="text-align:left;margin:0px;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)"><br></p><p style="text-align:left;margin:0px;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)">Thanks.</p><p style="text-align:left;margin:0px;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)"><br></p><p style="text-align:left;margin:0px;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)">Bill</p><p style="margin:0px;text-align:center;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)"><b><br></b></p><p style="margin:0px;text-align:center;font-stretch:normal;font-size:13px;line-height:normal;font-family:"Helvetica Neue";color:rgba(0,0,0,0.85)"><br></p></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">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></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 George,<div><br></div><div>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 <i>rm -rf ghc*.*</i>, but that didn't delete anything. So I wonder whether I'll need to remove those programs before reinstalling ghc.</div><div><br></div><div>Thanks for your help, too.</div><div><br></div><div>Best,</div><div>Bill</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">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></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"><div dir="ltr"><div style="font-family:"times new roman",serif;font-size:large">Hi Bill</div><div style="font-family:"times new roman",serif;font-size:large"><br></div><div style="font-family:"times new roman",serif;font-size:large">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. </div><div style="font-family:"times new roman",serif;font-size:large"><br></div><div style="font-family:"times new roman",serif;font-size:large">I'm not sure how you installed the compiler. I believe the standard way is described on <a href="https://www.haskell.org/ghcup/" target="_blank">https://www.haskell.org/ghcup/</a>. Can you tell us how you installed it?</div><div style="font-family:"times new roman",serif;font-size:large"><br></div><div style="font-family:"times new roman",serif;font-size:large">Thanks </div><div style="font-family:"times new roman",serif;font-size:large">George</div><div style="font-family:"times new roman",serif;font-size:large"><br></div></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">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></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"><div style="font-family:tahoma,sans-serif">Redirecting this query to ghc-devs.  Can anyone help William?  Thanks!</div><div style="font-family:tahoma,sans-serif"><br></div><div style="font-family:tahoma,sans-serif">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>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.</div></blockquote>

</div><div style="font-family:tahoma,sans-serif"><br></div><div style="font-family:tahoma,sans-serif">Simon<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">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></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">Dear Dr. Jones,<div><br></div><div>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.</div><div><br></div><div>Thanks for your help.</div><div><br></div><div>Best,</div><div>Bill</div></div>
</blockquote></div>
_______________________________________________<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>
</blockquote></div>
</div>
</blockquote></div>
</blockquote></div>
</blockquote></div></div></div>