[Mono-bugs] [Bug 76689][Wis] New - mono-52953 don't compile nant-cvs-2005-11-13

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Nov 12 19:48:05 EST 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 hys545 at dreamwiz.com.

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

--- shadow/76689	2005-11-12 19:48:05.000000000 -0500
+++ shadow/76689.tmp.8617	2005-11-12 19:48:05.000000000 -0500
@@ -0,0 +1,112 @@
+Bug#: 76689
+Product: Mono: Compilers
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: hys545 at dreamwiz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono-52953 don't compile nant-cvs-2005-11-13
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+[hys545 at localhost nant]$ vat 1
+bash: vat: command not found
+[hys545 at localhost nant]$ cat 1
+mkdir -p bootstrap
+cp -R lib/ bootstrap/lib
+# Mono loads log4net before privatebinpath is set-up, so we need this in 
+the same directory
+# as NAnt.exe
+cp lib/log4net.dll bootstrap
+cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
+mono bootstrap/NAnt.exe -f:NAnt.build build
+NAnt 0.85 (Build 0.85.1977.0; dev; 05/31/2005)
+Copyright (C) 2001-2005 Gerry Shaw
+http://nant.sourceforge.net
+
+Buildfile: file:///home/hys545/nant/NAnt.build
+Target framework: Mono 2.0 Profile
+Target(s) specified: build
+
+   [tstamp] Sunday, 13 November 2005 08:52:13.
+
+init:
+
+
+debug:
+
+
+set-framework-configuration:
+
+
+set-mono-2.0-framework-configuration:
+
+
+create-common-assemblyinfo:
+
+   [attrib] Setting file attributes for 1 files to Normal.
+
+build:
+
+     [echo] Build Directory is /home/hys545/nant/build/mono-2.0.unix/nant-
+0.85-debug
+     [nant] /home/hys545/nant/src/NAnt.Core/NAnt.Core.build build
+            Buildfile: file:///home/hys545/nant/src/NAnt.Core/NAnt.Core.
+build
+            Target framework: Mono 2.0 Profile
+            Target(s) specified: build
+
+
+            build:
+
+                  [csc] Compiling 154 files to '/home/hys545/nant/build/
+mono-2.0.unix/nant-0.85-debug/bin/NAnt.Core.dll'."
+                           [resgen] Read in 199 resources from '/home/hys
+545/nant/src/NAnt.Core/Resources/Strings.resx'
+                           [resgen] Writing resource file...  Done.
+                  [csc] error CS0619: `NAnt.Core.Attributes.
+FileSetAttribute' is obsolete: `Please use a BuildElement attribute 
+instead. This class will be removed soon.'
+                  [csc] Compilation failed: 1 error(s), 0 warnings
+
+            BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
+
+            /home/hys545/nant/src/NAnt.Core/NAnt.Core.build(11,10):
+            External Program Failed: /usr/lib/pkgconfig/../../lib/mono/2.0/
+gmcs.exe (return code was1)
+
+            Total time: 5.2 seconds.
+
+
+BUILD FAILED
+
+Nested build failed.  Refer to build log for exact reason.
+
+Total time: 12 seconds.
+
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list