[Mono-dev] Preview builds ignoring config parameters

2010-09-25 Thread Paul F. Johnson
Hi, I'm attempting to build mono-2.8 for fedora rawhide but keep hitting the same problem. The build gets to the end and then comes up with extracting debug info from /home/paul/rpmbuild/BUILDROOT/mono-2.8-1.fc15.i386/usr/lib/mono/2.0/mscorlib.dll.so *** ERROR: No build ID note found in

[Mono-dev] Process SIGSEGV on Mono 2.8p6

2010-09-25 Thread Chuck Esterbrook
Hi, I took Mono 2.8 preview 6 for Mac for a test drive on Mac OS X 10.6.4. I have a .NET/Mono compiler that is self-hosting, meaning that it compiles itself, like so: $ cd cobra-workspace $ mono Snapshot/cobra.exe -c -ert:yes cobra.cobra -files:files-to-compile.text Which works fine under Mono

Re: [Mono-dev] Process SIGSEGV on Mono 2.8p6

2010-09-25 Thread Chuck Esterbrook
Interestingly, if I add --gc=sgen then the problem goes away. Also, if I prevent the program from using a DLL built with an older version of Mono (2.4?) then the problem goes away and regardless of which gc I use. -Chuck -- http://charles-esterbrook.com/

Re: [Mono-dev] Preview builds ignoring config parameters

2010-09-25 Thread Zoltan Varga
Hi, Delete i386/usr/lib/mono/2.0/mscorlib.dll.so, its a generated file, and shouldn't be included in the final package. Zoltan On Sat, Sep 25, 2010 at 7:06 PM, Paul F. Johnson p...@all-the-johnsons.co.uk wrote: Hi, I'm attempting to build mono-2.8 for fedora rawhide