[Mono-bugs] [Bug 80749][Wis] New - ironpython 1.1a1 doesn't build anymore.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 7 12:40:51 EST 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 goetz.waschk at gmail.com.

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

--- shadow/80749	2007-02-07 12:40:51.000000000 -0500
+++ shadow/80749.tmp.25969	2007-02-07 12:40:51.000000000 -0500
@@ -0,0 +1,131 @@
+Bug#: 80749
+Product: Mono: Compilers
+Version: 1.2
+OS: 
+OS Details: Mandriva Cooker i586
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: goetz.waschk at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ironpython 1.1a1 doesn't build anymore.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+IronPython 1.1a1 does not build with gmcs 1.2.3. It built fine with 1.2.2.1
+
+Steps to reproduce the problem:
+1. unpack IronPython sources
+2. make CSC="gmcs -warn:0"
+3. 
+
+Actual Results:
+
+make: Entering directory
+`/home/goetz/svn/ironpython/BUILD/ironpython-1.1/dist/Src'
+gmcs -warn:0 -t:library -out:../IronMath.dll -recurse:IronMath/*.cs
+gmcs -warn:0 -t:library -r:../IronMath.dll -r:System.Drawing.dll
+-r:System.Design.dll -out:../IronPython.dll -recurse:IronPython/*.cs
+IronPython/Modules/Builtin.cs(40,37): error CS0103: The name `Ops' does not
+exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(41,38): error CS0103: The name `Ops' does not
+exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(46,41): error CS0103: The name `Ops' does not
+exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(47,47): error CS0103: The name `Ops' does not
+exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(164,43): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(166,38): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(169,39): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(285,44): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(292,40): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(299,37): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(327,42): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(432,37): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(477,39): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(733,37): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(845,36): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(846,42): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(847,37): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(854,38): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1077,40): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1084,37): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1124,41): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1382,38): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1414,45): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1436,38): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1438,36): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1440,38): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1442,37): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1452,40): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Modules/Builtin.cs(1473,39): error CS0103: The name `Ops' does
+not exist in the context of `IronPython.Modules.Builtin'
+IronPython/Runtime/Operations/ComplexOps.cs(502,41): error CS0246: The type
+or namespace name `OpsReflectedField`2' could not be found. Are you missing
+a using directive or an assembly reference?
+IronPython/Runtime/Operations/ComplexOps.cs(503,41): error CS0246: The type
+or namespace name `OpsReflectedField`2' could not be found. Are you missing
+a using directive or an assembly reference?
+IronPython/Runtime/Operations/Ops.cs(62,125): error CS0246: The type or
+namespace name `MethodInfo' could not be found. Are you missing a using
+directive or an assembly reference?
+Compilation failed: 32 error(s), 0 warnings
+make: *** [../IronPython.dll] Fehler 1
+make: Leaving directory
+`/home/goetz/svn/ironpython/BUILD/ironpython-1.1/dist/Src'
+
+
+
+Expected Results:
+make: Entering directory
+`/home/goetz/svn/ironpython/BUILD/ironpython-1.1/dist/Src'
+gmcs -warn:0 -t:library -out:../IronMath.dll -recurse:IronMath/*.cs
+gmcs -warn:0 -t:library -r:../IronMath.dll -r:System.Drawing.dll
+-r:System.Design.dll -out:../IronPython.dll -recurse:IronPython/*.cs
+gmcs -warn:0 -t:exe -r:../IronPython.dll -out:../ipy.exe
+-recurse:IronPythonConsole/*.cs
+gmcs -warn:0 -t:winexe -r:../IronPython.dll -define:IRONPYTHON_WINDOW
+-out:../ipyw.exe -recurse:IronPythonConsole/*.cs
+mkdir -p IronPythonTest/bin/Debug
+gmcs -warn:0 -t:library -r:../IronMath.dll -r:../IronPython.dll
+-out:IronPythonTest/bin/Debug/IronPythonTest.dll -recurse:IronPythonTest/*.cs
+make: Leaving directory
+`/home/goetz/svn/ironpython/BUILD/ironpython-1.1/dist/Src'
+
+
+
+How often does this happen? 
+always
+
+Additional Information:


More information about the mono-bugs mailing list