<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 18, 2018 at 5:06 PM, Roger Mason <span dir="ltr"><<a href="mailto:rmason@mun.ca" target="_blank">rmason@mun.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<span class=""><br>
Michael Snoyman <<a href="mailto:michael@snoyman.com">michael@snoyman.com</a>> writes:<br>
<br>
> The problem here is that:<br>
><br>
> * You're on an OS that doesn't have prebuilt binaries (FreeBSD 32-bit)<br>
> * The version you're using (1.5.1) isn't compatible with the newer syntax<br>
> used in the stack.yaml file for 1.7.1[1]<br>
><br>
> I'll need to upgrade in two steps: first upgrade to 1.6.1, then to 1.7.1<br>
> using that Stack. Something like this should work:<br>
><br>
> $ git clone <a href="https://github.com/commercialhaskell/stack" rel="noreferrer" target="_blank">https://github.com/<wbr>commercialhaskell/stack</a> --branch v1.6.1<br>
> $ cd stack<br>
> $ stack install<br>
> # make sure you're using the new stack 1.6.1 binary<br>
<br>
</span>Everything works to here.<br>
stack --version<br>
Version 1.6.1, Git revision f25811329bbc40b0c21053a8160c56<wbr>f923e1201b (5435 commits) i386 hpack-0.20.0<br>
<br>
> $ stack upgrade<br>
<br>
stack upgrade<br>
zsh: bus error (core dumped)  stack upgrade<br>
<span class=""><br>
> # or<br>
> $ git checkout v1.7.1<br>
> $ stack install<br>
<br>
</span>Hoping for a miracle:<br>
<br>
stack install<br>
Downloading lts-11.6 build plan ...zsh: bus error (core dumped)  stack<br>
install<br>
<br>
oops!  No miracle.<br>
<br>
Thanks for helping.<br></blockquote><div><br></div><div>Why don't you use FreeBSD ports/packages to install stack?</div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
Roger<br>
______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</div></div></blockquote></div><br></div></div>