[Mono-bugs] [Bug 76746][Wis] New - mono-53225 don't comfile
nant-cvs-2005-11-18
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Nov 18 08:34:28 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=76746
--- shadow/76746 2005-11-18 08:34:28.000000000 -0500
+++ shadow/76746.tmp.11521 2005-11-18 08:34:28.000000000 -0500
@@ -0,0 +1,137 @@
+Bug#: 76746
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: hys545 at dreamwiz.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono-53225 don't comfile nant-cvs-2005-11-18
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+hys545 at localhost nant]$ make
+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] Friday, 18 November 2005 21:29:11.
+
+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/hys545/nant/src/NAnt.Core/Resources/Strings.resx'
+ [resgen] Writing resource file... Done.
+ [csc]
+/home/hys545/nant/src/NAnt.Core/Tasks/ExecTask.cs(289,30): error CS0419:
+Ambiguous reference in cref attribute `Output'. Assuming
+`NAnt.Core.Tasks.ExecTask.Output' but other overloads including
+`NAnt.Core.Tasks.ExternalProgramBase.Output' have also matched
+ [csc]
+/home/hys545/nant/src/NAnt.Core/Tasks/MoveTask.cs(146,33): error CS0419:
+Ambiguous reference in cref attribute `ToDirectory'. Assuming
+`NAnt.Core.Tasks.MoveTask.ToDirectory' butother overloads including
+`NAnt.Core.Tasks.CopyTask.ToDirectory' have also matched
+ [csc]
+/home/hys545/nant/src/NAnt.Core/Tasks/MoveTask.cs(157,30): error CS0419:
+Ambiguous reference in cref attribute `ToDirectory'. Assuming
+`NAnt.Core.Tasks.MoveTask.ToDirectory' butother overloads including
+`NAnt.Core.Tasks.CopyTask.ToDirectory' have also matched
+ [csc]
+/home/hys545/nant/src/NAnt.Core/Types/FileSet.cs(892,34): error CS0419:
+Ambiguous reference in cref attribute `IfDefined'. Assuming
+`NAnt.Core.Types.FileSet.Include.IfDefined' but other overloads including
+`NAnt.Core.Types.FileSet.Exclude.IfDefined' have also matched
+ [csc]
+/home/hys545/nant/src/NAnt.Core/Types/FileSet.cs(1030,34): error CS0419:
+Ambiguous reference in cref attribute `IfDefined'. Assuming
+`NAnt.Core.Types.FileSet.IncludesFile.IfDefined' but other overloads
+including `NAnt.Core.Types.FileSet.ExcludesFile.IfDefined' have also matched
+ [csc] /home/hys545/nant/src/NAnt.Core/Element.cs(215,21):
+error CS1574: XML comment on
+`NAnt.Core.Element.Initialize(System.Xml.XmlNode)' has cref attribute
+`InitializeElement' that could not be resolved
+ [csc] Compilation failed: 6 error(s), 0 warnings
+
+ BUILD FAILED - 0 non-fatal error(s), 6 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: 15 seconds.
+
+
+BUILD FAILED
+
+Nested build failed. Refer to build log for exact reason.
+
+Total time: 26.2 seconds.
+
+make: *** [build-nant] Error 1
+
+
+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