<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Nov 1, 2020 at 12:44 PM Ben Gamari <<a href="mailto:bgamari@gmail.com">bgamari@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">Shayne Fletcher <<a href="mailto:shayne.fletcher.50@gmail.com" target="_blank">shayne.fletcher.50@gmail.com</a>> writes:<br>
<br>
> On Thu, Oct 8, 2020 at 1:18 PM Phyx <<a href="mailto:lonetiger@gmail.com" target="_blank">lonetiger@gmail.com</a>> wrote:<br>
><br>
>> From the looks of it the <a href="http://repo.msys2.org" rel="noreferrer" target="_blank">repo.msys2.org</a> system doesn't have enough space<br>
>> to restore all these old packages.<br>
>><br>
>> So we'll have to handle it on our end. The easiest way to get your builds<br>
>> working again is by applying a patch with the fix to the source tree.<br>
>><br>
>><br>
> New problems in this space as of today. This time with<br>
> ```bash<br>
><br>
> stack --stack-yaml stack.yaml --resolver nightly-2020-01-08   exec --<br>
> pacman -S autoconf automake-wrapper make patch python tar mintty<br>
> --noconfirm<br>
> ```<br>
><br>
> which produces 404 errors<br>
<br>
Oh dear; thank you for raising this with upstream, Shayne! Let's hope<br>
there is action soon.<br>
<br></blockquote><div><br><div class="gmail_default" style="font-family:tahoma,sans-serif">After looking into it a bit, I'm beginning to think that it is in fact on us (stack as it happens) to upgrade our msys installer. I have a workaround for now:<div class="gmail_quote"><div class="gmail_default">```<br>stack exec -- curl -O <a href="http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz">http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz</a></div></div><div><div class="gmail_default">stack exec --  pacman -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz --noconfirm<br>stack exec -- pacman -Syu autoconf automake-wrapper make patch python tar mintty --noconfirm"</div><div class="gmail_default">```</div></div></div></div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Shayne Fletcher</div></div>