Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273488 - dev-util/monodevelop-debugger-mdb-2.0 fails to compile w/ mono-debugger-2.4.2
Summary: dev-util/monodevelop-debugger-mdb-2.0 fails to compile w/ mono-debugger-2.4.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL: https://bugzilla.novell.com/show_bug....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 09:33 UTC by Peter Alfredsen (RETIRED)
Modified: 2009-06-18 17:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Alfredsen (RETIRED) gentoo-dev 2009-06-10 09:33:15 UTC
make DEBUG_BeforeBuild
make[2]: Entering directory `/var/tmp/portage/dev-util/monodevelop-debugger-mdb-2.0/work/monodevelop-debugger-mdb-2.0/Mono.Debugging.Server.Mdb'
make[2]: Leaving directory `/var/tmp/portage/dev-util/monodevelop-debugger-mdb-2.0/work/monodevelop-debugger-mdb-2.0/Mono.Debugging.Server.Mdb'
PKG_CONFIG_PATH=../../../local-config:$PKG_CONFIG_PATH gmcs -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG;TRACE" -out:../build/DebuggerServer.exe -target:exe './ArrayAdaptor.cs' './ArrayElementGroup.cs' './ArrayValueReference.cs' './AssemblyInfo.cs' './AsyncEvaluationTracker.cs' './BacktraceWrapper.cs' './CollectionAdaptor.cs' './Convert.cs' './DebuggerServer.cs' './EvaluationContext.cs' './ExpressionEvaluator.cs' './FieldReference.cs' './ICollectionAdaptor.cs' './IndexerValueReference.cs' './LiteralValueReference.cs' './NamespaceValueReference.cs' './NRefactoryEvaluator.cs' './NullValueReference.cs' './ObjectUtil.cs' './PropertyReference.cs' './RawViewSource.cs' './RemoteFrameObject.cs' './RuntimeInvokeManager.cs' './Server.cs' './TimedEvaluator.cs' './TimeOutException.cs' './TypeValueReference.cs' './Util.cs' './ValueReference.cs' './VariableReference.cs'      -r:../build/DebuggerClient.dll    -r:Mono.Posix   -pkg:mono-addins   -pkg:mono-debugger   -pkg:monodevelop   -pkg:monodevelop-core-addins    -r:System    -r:System.Core    -r:System.Data    -r:System.Runtime.Remoting    -r:System.Xml  
./DebuggerServer.cs(253,46): warning CS0612: `Mono.Debugger.DebuggerSession.InsertExceptionCatchPoint(Mono.Debugger.Thread, Mono.Debugger.ThreadGroup, Mono.Debugger.Languages.TargetType)' is obsolete
./RuntimeInvokeManager.cs(49,50): warning CS0612: `Mono.Debugger.Thread.RuntimeInvoke(Mono.Debugger.Languages.TargetFunctionType, Mono.Debugger.Languages.TargetStructObject, Mono.Debugger.Languages.TargetObject[], bool, bool)' is obsolete
./RuntimeInvokeManager.cs(57,68): error CS1501: No overload for method `AbortInvocation' takes `0' arguments
./RuntimeInvokeManager.cs(78,60): error CS1501: No overload for method `AbortInvocation' takes `0' arguments
Compilation failed: 2 error(s), 2 warnings
make[1]: *** [../build/DebuggerServer.exe] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-util/monodevelop-debugger-mdb-2.0/work/monodevelop-debugger-mdb-2.0/Mono.Debugging.Server.Mdb'
make: *** [all-recursive] Error 1
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-06-18 17:25:05 UTC
+*monodevelop-debugger-mdb-2.0-r1 (18 Jun 2009)
+
+  18 Jun 2009; Peter Alfredsen <loki_val@gentoo.org>
+  monodevelop-debugger-mdb-2.0.ebuild,
+  +monodevelop-debugger-mdb-2.0-r1.ebuild,
+  +files/monodevelop-debugger-mdb-2.0-mono-2.4.2.patch:
+  Fix compilation with mono-debugger-2.4.2, bug 273488.
+