http://bugzilla.novell.com/show_bug.cgi?id=630196
http://bugzilla.novell.com/show_bug.cgi?id=630196#c0 Summary: Existing MONO_PATH prevents mono-2.6.7 from building from source Classification: Mono Product: Mono: Runtime Version: 2.6.x Platform: x86-64 OS/Version: Ubuntu Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.11 Safari/532.9 Building mono-2.6.7 from source download on a system that has an existing Mono 2.4.2.3 installation and in an environment where MONO_PATH is defined. The 2.6.7 build is to replace 2.4.2.3, so is configured the same way: /configure --prefix=/usr --with-large-heap=yes A make in the top level mono-2.6.7 directory fails on testing mcs, and monolite is also not usable. After examination of bug reports, the make command was changed to: EXTERNAL_MCS=false EXTERNAL_MONO=false MONO_PATH="" make ..and the make completes successfully. Reproducible: Always Steps to Reproduce: 1. Configure an environment as described (existing mono, MONO_PATH set) 2. Download and unpack mono-2.6.7 3. Attempt a build Suggest, as a fix, that the mono-2.6.7 ignores any existing MONO_PATH -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
