[Mono-bugs] [Bug 79586][Maj] Changed - cannot build: undefined reference to `tok_init'
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 12 07:23:40 EDT 2007
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 ildar at users.sourceforge.net.
http://bugzilla.ximian.com/show_bug.cgi?id=79586
--- shadow/79586 2006-11-10 16:07:29.000000000 -0500
+++ shadow/79586.tmp.27702 2007-07-12 07:23:40.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79586
Product: Mono: Debugger
Version: 1.1
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: cli
AssignedTo: martin at ximian.com
ReportedBy: ildar at users.sourceforge.net
QAContact: mono-bugs at ximian.com
@@ -44,6 +44,33 @@
How often does this happen?
always
------- Additional Comments From martin at ximian.com 2006-11-10 16:07 -------
Fixed.
+
+------- Additional Comments From ildar at users.sourceforge.net 2007-07-12 07:23 -------
+Now after a "successful" compilation I do:
+$ mdb
+Mono Debugger
+(mdb) <<PRESS TAB>>
+mono: symbol lookup error:
+/usr/lib/libmonodebuggerreadline.so: undefined symbol: fn_complete
+
+In fact after doing 'less libmonodebuggerreadline.so.0.0.0 | grep
+NOTYPE | grep GLOBAL ' I see the folloing result:
+ 2: 00000000 0 NOTYPE GLOBAL DEFAULT UND fn_tilde_expand
+ 29: 00000000 0 NOTYPE GLOBAL DEFAULT UND libedit_fgetln
+ 38: 00000000 0 NOTYPE GLOBAL DEFAULT UND _DIAGASSERT
+ 45: 00000000 0 NOTYPE GLOBAL DEFAULT UND
+fn_display_match_list
+ 61: 00000000 0 NOTYPE GLOBAL DEFAULT UND
+fn_filename_completion_fu
+ 85: 00000000 0 NOTYPE GLOBAL DEFAULT UND fn_complete
+ 802: 00000000 0 NOTYPE GLOBAL DEFAULT UND fn_tilde_expand
+ 832: 00000000 0 NOTYPE GLOBAL DEFAULT UND libedit_fgetln
+ 841: 00000000 0 NOTYPE GLOBAL DEFAULT UND _DIAGASSERT
+ 850: 00000000 0 NOTYPE GLOBAL DEFAULT UND
+fn_display_match_list
+ 867: 00000000 0 NOTYPE GLOBAL DEFAULT UND
+fn_filename_completion_fu
+ 896: 00000000 0 NOTYPE GLOBAL DEFAULT UND fn_complete
More information about the mono-bugs
mailing list