[Mono-bugs] [Bug 54070][Nor] New - error on second compilation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Feb 2004 09:04:46 -0500 (EST)


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 mail@meebey.net.

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

--- shadow/54070	2004-02-09 09:04:46.000000000 -0500
+++ shadow/54070.tmp.27224	2004-02-09 09:04:46.000000000 -0500
@@ -0,0 +1,69 @@
+Bug#: 54070
+Product: Mono/Doctools
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Core
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mail@meebey.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: error on second compilation
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+grab current clean source (0.10)
+unpack it
+./configure
+make
+make clean
+make
+
+Actual Results:
+...
+mono --debug ../browser/assembler.exe --error cs-errors.config -o cs-errors
+
+Unhandled Exception: System.IO.DirectoryNotFoundException: Directory
+'../../mcs/errors/' not found.
+in [0x000d1] (at
+/home/inet/debian/dev/build-area/mcs-0.29.99.20040114/class/corlib/System.IO/Directory.cs:371)
+System.IO.Directory:GetFileSystemEntries
+(string,string,System.IO.FileAttributes,System.IO.FileAttributes)
+in [0x00005] (at
+/home/inet/debian/dev/build-area/mcs-0.29.99.20040114/class/corlib/System.IO/Directory.cs:213)
+System.IO.Directory:GetFiles (string,string)
+in [0x0000c] (at
+/home/meebey/data/projects/debian/pkg-mono/monodoc-0.10/browser/error-provider.cs:121)
+Monodoc.ErrorProviderConfig:Compile ()
+in [0x00006] (at
+/home/meebey/data/projects/debian/pkg-mono/monodoc-0.10/browser/error-provider.cs:179)
+Monodoc.ErrorProvider:CloseTree (Monodoc.HelpSource,Monodoc.Tree)
+in [0x002dc] (at
+/home/meebey/data/projects/debian/pkg-mono/monodoc-0.10/browser/assembler.cs:137)
+Monodoc.Assembler:Main (string[])
+
+make[1]: *** [cs-errors.tree] Error 1
+make[1]: Leaving directory
+`/home/meebey/data/projects/debian/pkg-mono/monodoc-0.10/class'
+make: *** [all-recursive] Error 1
+
+
+Expected Results:
+no errors
+
+How often does this happen? 
+it only happens after the first compilation, the first make always works
+right, compiling again after make clean gives those errors
+
+Additional Information:
+I guess some error in the makefile