Re: Haskell compilation issues

2019-05-19 Thread Jordan Geoghegan
On 5/19/19 1:24 PM, Matthias Kilian wrote: On Sun, May 19, 2019 at 12:18:44AM -0500, Joe Nelson wrote: Matthias Kilian wrote: ps: please note that I'm not subscribed to misc@ with my 'real' mail account, only with a crappy gmail account I'm only reading on my tablet (from which I forwarded yo

Re: Haskell compilation issues

2019-05-19 Thread Matthias Kilian
On Sun, May 19, 2019 at 12:18:44AM -0500, Joe Nelson wrote: > Matthias Kilian wrote: > > ps: please note that I'm not subscribed to misc@ with my 'real' > > mail account, only with a crappy gmail account I'm only reading on > > my tablet (from which I forwarded your mail to my real address). So > >

Re: Haskell compilation issues

2019-05-19 Thread Joe Nelson
Matthias Kilian wrote: > I've a really smart solution for the problem: I'll never ever even try > to give some helpful answer to any of the mails on misc@ Sorry, my message must have sounded snarky. I didn't intend it that way. Honestly just wanted to help you with your email setup. It can be comp

Re: Haskell compilation issues

2019-05-18 Thread Joe Nelson
Matthias Kilian wrote: > ps: please note that I'm not subscribed to misc@ with my 'real' > mail account, only with a crappy gmail account I'm only reading on > my tablet (from which I forwarded your mail to my real address). So > better cc' me if you've any other questions ;-) FYI, the way you rep

Re: Haskell compilation issues

2019-05-18 Thread Joe Nelson
Omar Polo wrote: > What I think it's required to compile and run haskell program is to > wxallow the partition. If you're using the standard layout the /tmp > and /home should be wxallowed. Yep, GHC creates binaries with W^X violations. The GHC developers are working on this problem in [0], but fo

Re: Haskell compilation issues

2019-05-10 Thread Omar Polo
On Fri, May 10, 2019 at 02:50:49PM +, Kaleta wrote: > Hello, > I'm trying to start a little haskell project for the first time in a few > months. > This is the first time I'm trying to run ghc on OpenBSD > I'm not sure what ghc's problem is, I've pasted the error message below along > with th

Re: Haskell compilation issues

2019-05-10 Thread Matthias Kilian
Hi, > Hello, > I'm trying to start a little haskell project for the first time in a few > months. > This is the first time I'm trying to run ghc on OpenBSD > I'm not sure what ghc's problem is, I've pasted the error message below > along with the version of ld and dmesg > > I'm pretty sure that t

Haskell compilation issues

2019-05-10 Thread Kaleta
Hello, I'm trying to start a little haskell project for the first time in a few months. This is the first time I'm trying to run ghc on OpenBSD I'm not sure what ghc's problem is, I've pasted the error message below along with the version of ld and dmesg I'm pretty sure that this is an openbsd pr