[Mono-bugs] [Bug 350856] Nemerle doesn't work in Mono 1.2.6

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 27 18:57:15 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=350856

User s-kiess at web.de added comment
https://bugzilla.novell.com/show_bug.cgi?id=350856#c1


Steffen Kieß <s-kiess at web.de> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |s-kiess at web.de




--- Comment #1 from Steffen Kieß <s-kiess at web.de>  2007-12-27 16:57:14 MST ---
After doing a

svn merge -c -88411 .

in /trunk/mono "make" will report an error:

make[8]: Entering directory `/home/steffen/prog/ximian/mcs/tools/tuner'
MONO_PATH=".:../../class/lib/default:$MONO_PATH"
/home/steffen/prog/ximian/mono/runtime/mono-wrapper  --debug
./linker/monolinker.exe -d ../../class/lib/net_2_1 -o
./../class/lib/net_2_1_tuned -l none -c link -a smcs -b true -m
display_internalized false  -x Descriptors/mscorlib.xml -x Descriptors/smcsxml
-x Descriptors/System.xml -s Mono.Tuner.InjectAttributes,Mono.Tuner:OutputStep
-s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s
Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep -s
Mono.Tuner.RemoveSerialization,Mono.Tuner:OutputStep -s
Mono.Tuner.CheckVisibility,Mono.Tuner -i masterinfos/silverlight/mscorlib.info
-i masterinfos/silverlight/System.info -i
masterinfos/silverlight/System.Core.info -i
masterinfos/silverlight/System.Xml.Core.info
Fatal error in Mono CIL Linker
System.TypeLoadException: Could not load type
'Mono.Tuner.InjectAttributes,Mono.Tuner'.
  at (wrapper managed-to-native) System.Type:internal_from_name
(string,bool,bool)
  at System.Type.GetType (System.String typeName, Boolean throwOnError)
[0x00011] in /home/steffen/prog/ximian/mcs/class/corlib/System/Type.cs:457 
  at Mono.Linker.Driver.ResolveStep (System.String type) [0x00000] in
/home/steffen/prog/ximian/mcs/tools/linker/Mono.Linker/Driver.cs:197 
  at Mono.Linker.Driver.AddCustomStep (Mono.Linker.Pipeline pipeline,
System.String arg) [0x00053] in
/home/steffen/prog/ximian/mcs/tools/linker/Mono.Linker/Driver.cs:177 
  at Mono.Linker.Driver.Run () [0x001a6] in
/home/steffen/prog/ximian/mcs/tools/linker/Mono.Linker/Driver.cs:124 
  at Mono.Linker.Driver.Main (System.String[] args) [0x00014] in
/home/steffen/prog/ximian/mcs/tools/linker/Mono.Linker/Driver.cs:51 
make[8]: *** [tune] Fehler 1
make[8]: Leaving directory `/home/steffen/prog/ximian/mcs/tools/tuner'
make[7]: *** [do-all] Fehler 2
make[7]: Leaving directory `/home/steffen/prog/ximian/mcs/tools/tuner'
make[6]: *** [all-recursive] Fehler 1
make[6]: Leaving directory `/home/steffen/prog/ximian/mcs/tools'
make[5]: *** [all-recursive] Fehler 1
make[5]: Leaving directory `/home/steffen/prog/ximian/mcs'
make[4]: *** [profile-do--net_2_1--all] Fehler 2
make[4]: Leaving directory `/home/steffen/prog/ximian/mcs'
make[3]: *** [profiles-do--all] Fehler 2
make[3]: Leaving directory `/home/steffen/prog/ximian/mcs'
make[2]: *** [all-local] Fehler 2
make[2]: Leaving directory `/home/steffen/prog/ximian/mono/runtime'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/steffen/prog/ximian/mono'
make: *** [all] Fehler 2

If I ignore the error and execute "make install" anyway nemerle will work with
that mono version.

Doing this will probably mess up something but it is a workaround...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list