[Mono-bugs] [Bug 79708][Maj] Changed - gapi2-parser Unhandled Exception, older gapi-parser fine

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 30 07:51:40 EST 2006


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 cole-anstey at ntlworld.com.

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

--- shadow/79708	2006-10-25 04:30:29.000000000 -0400
+++ shadow/79708.tmp.7868	2006-10-30 07:51:40.000000000 -0500
@@ -108,6 +108,39 @@
 The fix might be to add the following to line 155.
 
 if (!File.Exists (prefile))
     File.CreateText(prefile);
 
 just prior to the system call?  I'll try to test this later.
+
+------- Additional Comments From cole-anstey at ntlworld.com  2006-10-30 07:51 -------
+Ignore the previous comment.
+I have found something that appears to stop gapi2-parser from working.
+
+1) --------------------
+cp /usr/bin/gapi2-parser /usr/bin/gapi3-parser
+
+Now execute the command
+gapi3-parser sources.xml
+
+as expected this will display the error in the initial comment
+
+2) --------------------
+vi /usr/bin/gapi3-parser
+
+comment out the line...
+
+export PATH=$d/../lib/gtk-sharp-2.0:path
+
+to...    ('$d/../lib/gtk-sharp-2.0' would become
+'/usr/bin/../lib/gtk-sharp-2.0') 
+
+#export PATH=$d/../lib/gtk-sharp-2.0:path
+
+3) --------------------
+gapi3-parser sources.xml
+
+now works fine
+
+4) 
+
+uncommenting the 'export PATH' line causes the error to return.


More information about the mono-bugs mailing list