On Sat, Aug 13, 2016 at 7:47 AM, Karel Gardas <gard...@gmail.com> wrote:
>>> Perhaps this is just intended behavior somehow as kernel complains on
>>> console with:
>>>
>>> /home/karel/src/ghc-head-openbsd-wxneeded/inplace/lib/bin/ghc-stage2(94953):
>>> W^X binary outside wxallowed mountpoint
>>>
>>> and obviously my current is w/o any wxallowed fs...
>>
>> Your port build directory and /usr/local need wxallowed, failures are 
>> expected
>> otherwise. (At present, there are some failures anyway even with this).
>
> Thanks for clarification, so I'll need to create some wxallowed space
> on my -current setup for hacking on GHC.

With two small fixes GHC HEAD's GHCi runs with enforced wxneeded on
wxallowed fs:

$ ./inplace/bin/ghc-stage2 --interactive
GHCi, version 8.1.20160812: http://www.haskell.org/ghc/  :? for help
Prelude> 1+1
2
Prelude> :q
Leaving GHCi.
$

I'll try to propagate those fixes to GHC HEAD...

Reply via email to