[Mono-bugs] [Bug 512912] New: Error while compiling generated serializer
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 12 18:28:21 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=512912
Summary: Error while compiling generated serializer
Classification: Mono
Product: Mono: Tools
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: MonkeyWrench
AssignedTo: rkvinge at novell.com
ReportedBy: ajorgensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
I've seen the following at least on Mac and then it seems unable to upload the
log from the second step. The second step fails and there isn't any log left
on disk either (it probably fails for it's own reasons though).
mono --debug class/lib/MonkeyWrench.Builder.exe
Error while compiling generated serializer
/var/tmp/394ffdad/5a03661e.cs(19859,25) : warning CS1522: Empty switch block
/var/tmp/394ffdad/5a03661e.cs(14555,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14582,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14609,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14636,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14663,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14690,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14717,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14741,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14765,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14789,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14813,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14852,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14879,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14906,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14933,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14955,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(14955,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(14955,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(14966,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(14993,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15017,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15044,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15068,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15095,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15122,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15264,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15264,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15264,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15305,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15332,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15378,128) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15378,128) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15378,172) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15408,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15408,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15408,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15446,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15470,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15486,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15486,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15486,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15492,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15492,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15492,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15498,128) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15498,128) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15498,172) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15534,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15534,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15534,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15650,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15701,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15758,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15788,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15812,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15836,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15860,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15884,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(15900,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15900,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15900,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15906,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15906,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15906,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15942,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15942,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15942,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15948,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15948,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15948,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(15954,127) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(15954,127) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(15954,171) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(16019,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(16086,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(16086,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(16086,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(16089,124) : error CS0453: The type `int?' must
be a non-nullable value type in order to use it as type parameter `T' in the
generic type or method `System.Nullable<T>'.
/var/tmp/394ffdad/5a03661e.cs(16089,124) : warning CS0472: The result of
comparing value type `int??' with null is `true'
/var/tmp/394ffdad/5a03661e.cs(16089,168) : error CS1061: Type `int' does not
contain a definition for `Value' and no extension method `Value' of type `int'
could be found (are you missing a using directive or an assembly reference?)
/var/tmp/394ffdad/5a03661e.cs(16130,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(16154,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
/var/tmp/394ffdad/5a03661e.cs(16187,34) : warning CS0219: The variable `pars'
is assigned but its value is never used
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list