[Mono-bugs] [Bug 554879] New: Linker Error: System.Threading.ManualResetEvent::Set()
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 12 07:09:26 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=554879
Summary: Linker Error: System.Threading.ManualResetEvent::Set()
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Runtime
AssignedTo: gnorton at novell.com
ReportedBy: jondick at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-us)
AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9
Here's the log from compilation. This is with trying to Link all assemblies.
It seems that System.Threading.ManualResetEvent::Set() is improperly stripped:
Compiling to native code
/Developer/MonoTouch/usr/bin/mtouch -v --nomanifest --nosign -dev
"/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app"
-r="/Developer/MonoTouch/usr/lib/mono/2.1/System.dll"
-r="/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll"
-r="/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll"
-r="/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll"
-r="/Users/jonathan/Projects/mailg/MailG.Common/bin/iPhone/Release/MailG.Common.dll"
"/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.exe"
Framework is:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk
Copying /Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.exe to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/mailg.exe
Copying /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/monotouch.dll
Copying /Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/mscorlib.dll
Copying /Developer/MonoTouch/usr/lib/mono/2.1/System.dll to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/System.dll
Copying /Developer/MonoTouch/usr/lib/mono/2.1/Mono.Security.dll to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/Mono.Security.dll
Copying
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/MailG.Common.dll to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/MailG.Common.dll
Copying
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/Rebex.Net.ProxySocket.dll
to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/Rebex.Net.ProxySocket.dll
Copying /Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/Rebex.Mail.dll
to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/Rebex.Mail.dll
Copying
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/Rebex.Net.Imap.dll to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/Rebex.Net.Imap.dll
Copying /Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll to
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app/System.Core.dll
Linking assembly
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.exe into
/Users/jonathan/Projects/mailg/mailg/bin/iPhone/Release/mailg.app
Could not link assemblies: Mono.Linker.ResolutionException: Can not resolve
reference: System.Boolean System.Threading.ManualResetEvent::Set()
at Mono.Linker.Steps.MarkStep.MarkMethod (Mono.Cecil.MethodReference
reference) [0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.MarkInstruction (Mono.Cecil.Cil.Instruction
instruction) [0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.MarkMethodBody (Mono.Cecil.Cil.MethodBody body)
[0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.ProcessMethod (Mono.Cecil.MethodDefinition
method) [0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.ProcessQueue () [0x00000] in <filename
unknown>:0
at Mono.Linker.Steps.MarkStep.Process () [0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.Process (Mono.Linker.LinkContext context)
[0x00000] in <filename unknown>:0
at Mono.Linker.Pipeline.Process (Mono.Linker.LinkContext context) [0x00000]
in <filename unknown>:0
at MonoTouch.Tuner.Linker.Run (Mono.Linker.Pipeline pipeline,
Mono.Linker.LinkContext context) [0x00000] in <filename unknown>:0
---------------------- Done ----------------------
Build: 1 error, 14 warnings
Reproducible: Always
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list