https://bugzilla.novell.com/show_bug.cgi?id=661642
https://bugzilla.novell.com/show_bug.cgi?id=661642#c0 Summary: resgen.exe is compiled against mscorlib 2.0 Classification: Mono Product: Mono: Compilers Version: SVN Platform: x86-64 OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Chrome/10.0.612.3 Safari/534.15 I built https://github.com/mono/mono/commit/3f94471b5a9a5be0924b9de323250629bdf74f59 and the 4.0/resgen.exe was compiled against mscorlib 2.0 Reproducible: Always Steps to Reproduce: 1. Clone the aforementioned repo. 2. ./autogen.sh --prefix=/usr/local 3. make, make install Actual Results: monodis /usr/local/lib/mono/4.0/resgen.exe, see that it references mscorlib 2.0 Expected Results: 4.0/resgen.exe should reference mscorlib 4.0 i recompiled resgen.exe manually by running PROFILE="net_4_0" KEEP_OUTPUT_FILE_COPY="1" make PROFILE="net_4_0" KEEP_OUTPUT_FILE_COPY="1" make install which compiled the resgen.exe correctly against mscorlib 4.0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
