[Mono-dev] HEAD build broken?

2007-11-21 Thread Ivan N. Zlatev
I am failing to compile HEAD r90040 because of the following:

make[7]: Entering directory `/svn/mono/mcs/tools/tuner'
make all-local
make[8]: Entering directory `/svn/mono/mcs/tools/tuner'
MONO_PATH=.:../../class/lib/default:$MONO_PATH
/svn/mono/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/smcs.xml -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
/svn/mono/mcs/class/corlib/System/Type.cs:457
  at Mono.Linker.Driver.ResolveStep (System.String type) [0x0] in
/svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:197
  at Mono.Linker.Driver.AddCustomStep (Mono.Linker.Pipeline pipeline,
System.String arg) [0x00053] in
/svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:177
  at Mono.Linker.Driver.Run () [0x001a6] in
/svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:124
  at Mono.Linker.Driver.Main (System.String[] args) [0x00014] in
/svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:51
make[8]: *** [tune] Error 1

-- 
Ivan N. Zlatev

Web: http://www.i-nZ.net
It's all some kind of whacked out conspiracy.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] HEAD build broken?

2007-11-21 Thread Atsushi Eno
Sometimes you need to do make PROFILE=net_2_1 clean under mcs, or
make clean under mono when you aren't lucky enough, or sometimes
even make maintainer-clean or distclean.

The buildbot is your friend if you are in doubt on build sanity ;-)
http://mono.ximian.com/monobuild/python/monobuild.py

Atsushi Eno

Ivan N. Zlatev wrote:
 I am failing to compile HEAD r90040 because of the following:
 
 make[7]: Entering directory `/svn/mono/mcs/tools/tuner'
 make all-local
 make[8]: Entering directory `/svn/mono/mcs/tools/tuner'
 MONO_PATH=.:../../class/lib/default:$MONO_PATH
 /svn/mono/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/smcs.xml -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
 /svn/mono/mcs/class/corlib/System/Type.cs:457
   at Mono.Linker.Driver.ResolveStep (System.String type) [0x0] in
 /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:197
   at Mono.Linker.Driver.AddCustomStep (Mono.Linker.Pipeline pipeline,
 System.String arg) [0x00053] in
 /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:177
   at Mono.Linker.Driver.Run () [0x001a6] in
 /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:124
   at Mono.Linker.Driver.Main (System.String[] args) [0x00014] in
 /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:51
 make[8]: *** [tune] Error 1
 

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] HEAD build broken?

2007-11-21 Thread Ivan N. Zlatev
On 11/21/07, Atsushi Eno [EMAIL PROTECTED] wrote:
 Sometimes you need to do make PROFILE=net_2_1 clean under mcs, or
 make clean under mono when you aren't lucky enough, or sometimes
 even make maintainer-clean or distclean.


Yeap, that helped.


 The buildbot is your friend if you are in doubt on build sanity ;-)
 http://mono.ximian.com/monobuild/python/monobuild.py


Will check against that in the future

 Atsushi Eno

 Ivan N. Zlatev wrote:
  I am failing to compile HEAD r90040 because of the following:
 
  make[7]: Entering directory `/svn/mono/mcs/tools/tuner'
  make all-local
  make[8]: Entering directory `/svn/mono/mcs/tools/tuner'
  MONO_PATH=.:../../class/lib/default:$MONO_PATH
  /svn/mono/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/smcs.xml -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
  /svn/mono/mcs/class/corlib/System/Type.cs:457
at Mono.Linker.Driver.ResolveStep (System.String type) [0x0] in
  /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:197
at Mono.Linker.Driver.AddCustomStep (Mono.Linker.Pipeline pipeline,
  System.String arg) [0x00053] in
  /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:177
at Mono.Linker.Driver.Run () [0x001a6] in
  /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:124
at Mono.Linker.Driver.Main (System.String[] args) [0x00014] in
  /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:51
  make[8]: *** [tune] Error 1
 

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list



-- 
Ivan N. Zlatev

Web: http://www.i-nZ.net
It's all some kind of whacked out conspiracy.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] HEAD build broken?

2007-11-21 Thread Andreas Färber

Am 21.11.2007 um 16:19 schrieb Ivan N. Zlatev:

 I am failing to compile HEAD r90040 because of the following:

This likely stems from the fact that Moonlight is now enabled by  
default, I got a similar error recently. Either configure with --with- 
moonlight=no, or try to bootstrap 1.2.6 with Moonlight and then try  
SVN again.

Andreas

 make[7]: Entering directory `/svn/mono/mcs/tools/tuner'
 make all-local
 make[8]: Entering directory `/svn/mono/mcs/tools/tuner'
 MONO_PATH=.:../../class/lib/default:$MONO_PATH
 /svn/mono/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/smcs.xml -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
 /svn/mono/mcs/class/corlib/System/Type.cs:457
  at Mono.Linker.Driver.ResolveStep (System.String type) [0x0] in
 /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:197
  at Mono.Linker.Driver.AddCustomStep (Mono.Linker.Pipeline pipeline,
 System.String arg) [0x00053] in
 /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:177
  at Mono.Linker.Driver.Run () [0x001a6] in
 /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:124
  at Mono.Linker.Driver.Main (System.String[] args) [0x00014] in
 /svn/mono/mcs/tools/linker/Mono.Linker/Driver.cs:51
 make[8]: *** [tune] Error 1

 -- 
 Ivan N. Zlatev

 Web: http://www.i-nZ.net
 It's all some kind of whacked out conspiracy.
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] HEAD build broken?

2007-11-21 Thread Atsushi Eno
Andreas Färber wrote:
 Am 21.11.2007 um 16:52 schrieb Atsushi Eno:
 
 Sometimes you need to do make PROFILE=net_2_1 clean under mcs, or
 make clean under mono when you aren't lucky enough, or sometimes
 even make maintainer-clean or distclean.
 
 That probably only applies if the net_2_1 profile had previously been  
 built?

Yes. Though it is built by default.

Atsushi Eno
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list