[Mono-bugs] [Bug 76424][Maj] New - Compilation fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 12 12:39:49 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ich at burnsystems.de.

http://bugzilla.ximian.com/show_bug.cgi?id=76424

--- shadow/76424	2005-10-12 12:39:49.000000000 -0400
+++ shadow/76424.tmp.12276	2005-10-12 12:39:49.000000000 -0400
@@ -0,0 +1,73 @@
+Bug#: 76424
+Product: Mono: Debugger
+Version: 1.1
+OS: 
+OS Details: Gentoo Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: backend
+AssignedTo: toshok at ximian.com                            
+ReportedBy: ich at burnsystems.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Compilation fails
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Hi,
+
+I got a problem during compiling the debugger from recent SVN.
+The last output of 'make' is:
+
+gcc -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
+-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow
+-Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o
+mono-debugger-mini-wrapper mini-main.o wrapper.o thread-manager.o icall.o
+-Wl,--export-dynamic -pthread  /usr/lib/libmono.so -lnsl -lrt -lm
+/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so -lpthread
+/usr/lib/libglib-2.0.so
+sed -e 's^\@onedir\@^/usr/lib/mono/1.0^g' < ./mdb.in > mdb.tmp \
+&& mv mdb.tmp mdb
+make[2]: *** Keine Regel vorhanden, um das Target
+»../cecil/lib/Mono.Cecil.dll.sources«,
+  benötigt von »Mono.Debugger.Cecil.dll«, zu erstellen.  Schluss.
+make[2]: Leaving directory `/root/Monosource/debugger/wrapper'
+make[1]: *** [all-recursive] Fehler 1
+make[1]: Leaving directory `/root/Monosource/debugger'
+make: *** [all] Fehler 2
+
+The german term in english means: No rule exists, to create Target
+"../cecil...." required by "Mono.Debugger.Cecil.dll".
+
+I use the recent svn version of mono class library and mcs under Gentoo-Linux.
+
+BTW: The problem, that I had to run libtoolize --copy --force in
+/mono/libgc still exists.
+
+Greetings,
+Martin Brenn
+
+
+
+Steps to reproduce the problem:
+1. get recent svn
+2. ./configure --prefix=/usr
+3. make
+
+Actual Results:
+
+See above
+
+Expected Results:
+
+Should compile cleanly
+
+How often does this happen? 
+
+Everytime


More information about the mono-bugs mailing list