[Mono-bugs] [Bug 517873] New: Compiling with reflection_emit in enable-minimal causes build error
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jun 30 11:29:57 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=517873
Summary: Compiling with reflection_emit in enable-minimal
causes build error
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Configuration
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: inspiration3 at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=301647)
--> (http://bugzilla.novell.com/attachment.cgi?id=301647)
Fix for documentation.
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.11)
Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11
The README does not make it clear that building without reflection will break
compilation of the class libraries. Users will see an error similar to this:
http://www.pastie.org/529465.txt
The build process should either skip the class libraries if this option is
specified or (preferably) state this in the documentation.
Reproducible: Always
Steps to Reproduce:
1. Compile from tarball:
http://www.mono-project.com/Compiling_Mono_From_Tarball
2. Run ./configure with the option
--enable-minimal=reflection_emit,reflection_emit_save
3. Run `make`
Actual Results:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
..
make: *** [all] Error 2
Expected Results:
No errors.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list