Build breakage on OSX in stable

2011-01-18 Thread Ben Lippmeier
.2.0.0' '--lflag=-L/opt/ghc-7.0.1/lib/ghc-7.0.1' '--lflag=-L/opt/ghc-7.0.1/lib/ghc-7.0.1' '--lflag=-ldl' '--lflag=-liconv' '--lflag=-lm' '--lflag=-ldl' libraries/hpc/./Trace/Hpc/Reflect.hsc -o libraries/hpc/dist-boot/build/Trace/Hpc/Reflect.hs ld: warning: in libraries/hpc/dist-boot/build/Tra

Re: build breakage on OSX.

2010-08-21 Thread Ben Lippmeier
On 20/08/2010, at 11:33 AM, Ian Lynagh wrote: > On Fri, Aug 13, 2010 at 03:06:01PM +1000, Ben Lippmeier wrote: >> >> Yes, that fixes it, thanks. > > OK, I think I've fixed it properly now. Please let me know if it doesn't > work without the hack below. Nope, I still need the hack. What versio

Re: build breakage on OSX.

2010-08-19 Thread Ian Lynagh
On Fri, Aug 13, 2010 at 03:06:01PM +1000, Ben Lippmeier wrote: > > Yes, that fixes it, thanks. OK, I think I've fixed it properly now. Please let me know if it doesn't work without the hack below. Thanks Ian > On 07/08/2010, at 1:15 AM, Ian Lynagh wrote: > > > On Fri, Aug 06, 2010 at 06:43:46

Re: build breakage on OSX.

2010-08-12 Thread Ben Lippmeier
Yes, that fixes it, thanks. Ben. On 07/08/2010, at 1:15 AM, Ian Lynagh wrote: > On Fri, Aug 06, 2010 at 06:43:46PM +1000, Ben Lippmeier wrote: >> >> desire:~ benl$ echo 'int main(void) {return 0;}' > conftest.c >> desire:~ benl$ gcc -c conftest.c -fno-stack-protector > /dev/null 2>&1 >> desir

Re: build breakage on OSX.

2010-08-06 Thread Ian Lynagh
On Fri, Aug 06, 2010 at 06:43:46PM +1000, Ben Lippmeier wrote: > > desire:~ benl$ echo 'int main(void) {return 0;}' > conftest.c > desire:~ benl$ gcc -c conftest.c -fno-stack-protector > /dev/null 2>&1 > desire:~ benl$ echo $? > 0 OK, this seems to be working, and you said on IRC that extra-gcc-o

Re: build breakage on OSX.

2010-08-06 Thread Ben Lippmeier
desire:~ benl$ echo 'int main(void) {return 0;}' > conftest.c desire:~ benl$ gcc -c conftest.c -fno-stack-protector > /dev/null 2>&1 desire:~ benl$ echo $? 0 On 05/08/2010, at 10:30 PM, Ian Lynagh wrote: > On Thu, Aug 05, 2010 at 04:10:44PM +1000, Ben Lippmeier wrote: >> >> This patch breaks

Re: build breakage on OSX.

2010-08-05 Thread Ian Lynagh
On Thu, Aug 05, 2010 at 04:10:44PM +1000, Ben Lippmeier wrote: > > This patch breaks the build on the two OSX machines I use. GCC 4.2.1 supports > the flag. I'm not sure why the configure test failed. What's in extra-gcc-opts? And what does this say?: echo 'int main(void) {return 0;}' > confte

build breakage on OSX.

2010-08-04 Thread Ben Lippmeier
This patch breaks the build on the two OSX machines I use. GCC 4.2.1 supports the flag. I'm not sure why the configure test failed. Thu Jul 29 02:19:57 EST 2010 Ian Lynagh * Set -fno-stack-protector in extra-gcc-opts; fixes #4206 We were using it only when building the RTS, and only on ce