Alright... I've applied Seo's most recent patch (minus changes to the root Rakefile). Attached is (failed) the build log.
Cheers, C.J. On Wed, Sep 10, 2008 at 05:49:54PM +0000, C.J. Adams-Collier wrote: > Well, Seo hasn't logged in since I sent the last email, so perhaps > some of you experienced .NET folks can help me figure out what's going > on. The command below is run with the following svn revisions of > mono, mcs and ironruby: > > mono: 112598 > mcs: 112619 > ironruby: 142 > > [EMAIL PROTECTED]:/usr/src/svn/ironruby$ rake compile mono=1 --trace > (in /usr/src/svn/ironruby) > ** Invoke compile (first_time) > ** Invoke happy (first_time) > ** Execute happy > ** Invoke clean_build (first_time) > ** Invoke happy > ** Execute clean_build > ** Invoke compile_dlr (first_time) > ** Invoke clean_build > ** Execute compile_dlr > rake aborted! > cannot resolve path System.dll > ./context.rb:121:in `resolve_framework_path' > ./context.rb:120:in `each' > ./context.rb:120:in `resolve_framework_path' > ./context.rb:161:in `resolve_framework_path' > ./context.rb:437:in `resolve_framework_path' > ./context.rb:452:in `references' > ./context.rb:450:in `each' > ./context.rb:450:in `references' > ./context.rb:489:in `compile' > ./context.rb:487:in `chdir' > ./context.rb:487:in `compile' > /usr/src/svn/ironruby/Rakefile:270 > ./context.rb:659:in `instance_eval' > ./context.rb:659:in `source_context' > /usr/src/svn/ironruby/Rakefile:269 > /usr/lib/ruby/1.8/rake.rb:387:in `call' > /usr/lib/ruby/1.8/rake.rb:387:in `execute' > /usr/lib/ruby/1.8/rake.rb:387:in `each' > /usr/lib/ruby/1.8/rake.rb:387:in `execute' > /usr/lib/ruby/1.8/rake.rb:357:in `invoke' > /usr/lib/ruby/1.8/thread.rb:135:in `synchronize' > /usr/lib/ruby/1.8/rake.rb:350:in `invoke' > /usr/lib/ruby/1.8/rake.rb:364:in `invoke_prerequisites' > /usr/lib/ruby/1.8/rake.rb:999:in `each' > /usr/lib/ruby/1.8/rake.rb:999:in `send' > /usr/lib/ruby/1.8/rake.rb:999:in `each' > /usr/lib/ruby/1.8/rake.rb:363:in `invoke_prerequisites' > /usr/lib/ruby/1.8/rake.rb:356:in `invoke' > /usr/lib/ruby/1.8/thread.rb:135:in `synchronize' > /usr/lib/ruby/1.8/rake.rb:350:in `invoke' > /usr/lib/ruby/1.8/rake.rb:1906:in `run' > /usr/lib/ruby/1.8/rake.rb:1906:in `each' > /usr/lib/ruby/1.8/rake.rb:1906:in `run' > /usr/bin/rake:4 > > On Tue, Sep 09, 2008 at 10:41:15PM +0000, C.J. Adams-Collier wrote: > > Seo, > > > > Oh, please help me. I've got all the deps installed. Now I'm at the > > point where it doesn't build and you usually build a patch to make it > > work. Could you take it from here? > > > > :) > > > > Cheers, > > > > C.J. > > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core@rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core
(in /usr/src/svn/ironruby) ** Invoke compile (first_time) ** Invoke happy (first_time) ** Execute happy ** Invoke clean_build (first_time) ** Invoke happy ** Execute clean_build ** Invoke compile_dlr (first_time) ** Invoke clean_build ** Execute compile_dlr ./utils/extension.cs(21,25): warning CS1685: The type `System.Runtime.CompilerServices.ExtensionAttribute' conflicts with the predefined type `System.Runtime.CompilerServices.ExtensionAttribute' and will be ignored /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/LambdaExpression.cs(34,37): warning CS0436: The type `System.Linq.Expressions.Expression' conflicts with the imported type `System.Linq.Expressions.Expression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/BinaryExpression.cs(180,26): (Location of the symbol related to previous warning) ./ast/LambdaExpression.cs(127,49): warning CS0436: The type `System.Linq.Expressions.LambdaExpression' conflicts with the imported type `System.Linq.Expressions.LambdaExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/LambdaExpression.cs(34,18): (Location of the symbol related to previous warning) ./ast/LambdaExpression.cs(127,25): warning CS1685: The type `System.Linq.Expressions.Expression<TDelegate>' conflicts with the predefined type `System.Linq.Expressions.Expression<TDelegate>' and will be ignored /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/memberassignment.cs(23,44): warning CS0436: The type `System.Linq.Expressions.MemberBinding' conflicts with the imported type `System.Linq.Expressions.MemberBinding'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/MemberBinding.cs(28,27): (Location of the symbol related to previous warning) ./utils/StrongBox.cs(18,40): warning CS0436: The type `System.Runtime.CompilerServices.IStrongBox' conflicts with the imported type `System.Runtime.CompilerServices.IStrongBox'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/StrongBox.cs(51,22): (Location of the symbol related to previous warning) ./utils/Action.cs(19,26): warning CS0436: The type `System.Action<T1,T2>' conflicts with the imported type `System.Action<T1,T2>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Action.cs(19,26): (Location of the symbol related to previous warning) ./utils/Action.cs(21,26): warning CS0436: The type `System.Action<T1,T2,T3>' conflicts with the imported type `System.Action<T1,T2,T3>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Action.cs(21,26): (Location of the symbol related to previous warning) ./utils/Action.cs(23,26): warning CS0436: The type `System.Action<T1,T2,T3,T4>' conflicts with the imported type `System.Action<T1,T2,T3,T4>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Action.cs(23,26): (Location of the symbol related to previous warning) ./utils/Function.cs(17,29): warning CS0436: The type `System.Func<TResult>' conflicts with the imported type `System.Func<TResult>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Function.cs(17,29): (Location of the symbol related to previous warning) ./utils/Function.cs(18,29): warning CS0436: The type `System.Func<T,TResult>' conflicts with the imported type `System.Func<T,TResult>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Function.cs(18,29): (Location of the symbol related to previous warning) ./utils/Function.cs(20,29): warning CS0436: The type `System.Func<T1,T2,TResult>' conflicts with the imported type `System.Func<T1,T2,TResult>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Function.cs(20,29): (Location of the symbol related to previous warning) ./utils/Function.cs(22,29): warning CS0436: The type `System.Func<T1,T2,T3,TResult>' conflicts with the imported type `System.Func<T1,T2,T3,TResult>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Function.cs(22,29): (Location of the symbol related to previous warning) ./utils/Function.cs(24,29): warning CS0436: The type `System.Func<T1,T2,T3,T4,TResult>' conflicts with the imported type `System.Func<T1,T2,T3,T4,TResult>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Function.cs(24,29): (Location of the symbol related to previous warning) ./ast/Expression.cs(38,26): warning CS0436: The type `System.Linq.Expressions.ExpressionType' conflicts with the imported type `System.Linq.Expressions.ExpressionType'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/expressiontype.cs(18,17): (Location of the symbol related to previous warning) ./ast/BinaryExpression.cs(183,24): warning CS0436: The type `System.Linq.Expressions.BinaryExpression' conflicts with the imported type `System.Linq.Expressions.BinaryExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/BinaryExpression.cs(28,25): (Location of the symbol related to previous warning) ./ast/ConditionalExpression.cs(59,23): warning CS0436: The type `System.Linq.Expressions.ConditionalExpression' conflicts with the imported type `System.Linq.Expressions.ConditionalExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/ConditionalExpression.cs(21,25): (Location of the symbol related to previous warning) ./ast/ConstantExpression.cs(60,23): warning CS0436: The type `System.Linq.Expressions.ConstantExpression' conflicts with the imported type `System.Linq.Expressions.ConstantExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/ConstantExpression.cs(22,25): (Location of the symbol related to previous warning) ./ast/ConstantExpression.cs(120,23): warning CS0436: The type `System.Linq.Expressions.MemberExpression' conflicts with the imported type `System.Linq.Expressions.MemberExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/MemberExpression.cs(28,25): (Location of the symbol related to previous warning) ./ast/LambdaExpression.cs(156,36): warning CS0436: The type `System.Linq.Expressions.ParameterExpression' conflicts with the imported type `System.Linq.Expressions.ParameterExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/ParameterExpression.cs(21,25): (Location of the symbol related to previous warning) ./ast/MethodCallExpression.cs(92,23): warning CS0436: The type `System.Linq.Expressions.MethodCallExpression' conflicts with the imported type `System.Linq.Expressions.MethodCallExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/MethodCallExpression.cs(27,25): (Location of the symbol related to previous warning) ./ast/NewArrayExpression.cs(76,23): warning CS0436: The type `System.Linq.Expressions.NewArrayExpression' conflicts with the imported type `System.Linq.Expressions.NewArrayExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/NewArrayExpression.cs(23,25): (Location of the symbol related to previous warning) ./ast/NewExpression.cs(77,23): warning CS0436: The type `System.Linq.Expressions.NewExpression' conflicts with the imported type `System.Linq.Expressions.NewExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/NewExpression.cs(25,25): (Location of the symbol related to previous warning) ./ast/TypeBinaryExpression.cs(56,23): warning CS0436: The type `System.Linq.Expressions.TypeBinaryExpression' conflicts with the imported type `System.Linq.Expressions.TypeBinaryExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/TypeBinaryExpression.cs(22,25): (Location of the symbol related to previous warning) ./ast/UnaryExpression.cs(108,23): warning CS0436: The type `System.Linq.Expressions.UnaryExpression' conflicts with the imported type `System.Linq.Expressions.UnaryExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/UnaryExpression.cs(24,25): (Location of the symbol related to previous warning) ./ast/elementinit.cs(63,23): warning CS0436: The type `System.Linq.Expressions.ElementInit' conflicts with the imported type `System.Linq.Expressions.ElementInit'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/elementinit.cs(25,25): (Location of the symbol related to previous warning) ./ast/invocationexpression.cs(63,23): warning CS0436: The type `System.Linq.Expressions.InvocationExpression' conflicts with the imported type `System.Linq.Expressions.InvocationExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/invocationexpression.cs(25,25): (Location of the symbol related to previous warning) ./ast/listinitexpression.cs(55,23): warning CS0436: The type `System.Linq.Expressions.ListInitExpression' conflicts with the imported type `System.Linq.Expressions.ListInitExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/listinitexpression.cs(25,25): (Location of the symbol related to previous warning) ./ast/memberassignment.cs(44,23): warning CS0436: The type `System.Linq.Expressions.MemberAssignment' conflicts with the imported type `System.Linq.Expressions.MemberAssignment'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/memberassignment.cs(23,25): (Location of the symbol related to previous warning) ./ast/memberinitexpression.cs(60,23): warning CS0436: The type `System.Linq.Expressions.MemberInitExpression' conflicts with the imported type `System.Linq.Expressions.MemberInitExpression'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/memberinitexpression.cs(24,25): (Location of the symbol related to previous warning) ./ast/memberlistbinding.cs(51,23): warning CS0436: The type `System.Linq.Expressions.MemberListBinding' conflicts with the imported type `System.Linq.Expressions.MemberListBinding'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/memberlistbinding.cs(26,25): (Location of the symbol related to previous warning) ./ast/membermemberbinding.cs(50,23): warning CS0436: The type `System.Linq.Expressions.MemberMemberBinding' conflicts with the imported type `System.Linq.Expressions.MemberMemberBinding'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/membermemberbinding.cs(25,25): (Location of the symbol related to previous warning) ./actions/callsite.cs(296,51): warning CS0436: The type `System.Runtime.CompilerServices.StrongBox<T>' conflicts with the imported type `System.Runtime.CompilerServices.StrongBox<T>'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/StrongBox.cs(18,25): (Location of the symbol related to previous warning) ./ast/MemberBinding.cs(29,9): warning CS0436: The type `System.Linq.Expressions.MemberBindingType' conflicts with the imported type `System.Linq.Expressions.MemberBindingType'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/MemberBinding.cs(21,17): (Location of the symbol related to previous warning) ./utils/extension.cs(21,25): warning CS3005: Identifier `System.Runtime.CompilerServices.ExtensionAttribute' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/BinaryExpression.cs(180,26): warning CS3005: Identifier `System.Linq.Expressions.Expression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/LambdaExpression.cs(178,20): error CS0122: `System.Linq.Expressions.Expression<TDelegate>.Expression(System.Linq.Expressions.Expression, System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression>)' is inaccessible due to its protection level /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error) ./ast/LambdaExpression.cs(178,20): error CS1729: The type `System.Linq.Expressions.Expression<TDelegate>' does not contain a constructor that takes `5' arguments /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error) ./ast/LambdaExpression.cs(313,20): error CS0122: `System.Linq.Expressions.Expression<TDelegate>.Expression(System.Linq.Expressions.Expression, System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression>)' is inaccessible due to its protection level /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error) ./ast/LambdaExpression.cs(313,20): error CS1729: The type `System.Linq.Expressions.Expression<TDelegate>' does not contain a constructor that takes `5' arguments /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error) ./ast/LambdaExpression.cs(371,41): warning CS0436: The type `System.Action' conflicts with the imported type `System.Action'. Ignoring the imported type definition /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/Action.cs(17,26): (Location of the symbol related to previous warning) ./ast/MethodCallExpression.cs(167,18): warning CS0219: The variable `invoke' is assigned but its value is never used ./ast/LambdaExpression.cs(34,18): warning CS3005: Identifier `System.Linq.Expressions.LambdaExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/LambdaExpression.cs(127,25): warning CS3005: Identifier `System.Linq.Expressions.Expression<TDelegate>' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/BinaryExpression.cs(28,25): warning CS3005: Identifier `System.Linq.Expressions.BinaryExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/ConditionalExpression.cs(21,25): warning CS3005: Identifier `System.Linq.Expressions.ConditionalExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/ConstantExpression.cs(22,25): warning CS3005: Identifier `System.Linq.Expressions.ConstantExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/MemberBinding.cs(21,17): warning CS3005: Identifier `System.Linq.Expressions.MemberBindingType' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/MemberBinding.cs(28,27): warning CS3005: Identifier `System.Linq.Expressions.MemberBinding' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/MemberExpression.cs(28,25): warning CS3005: Identifier `System.Linq.Expressions.MemberExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/MethodCallExpression.cs(27,25): warning CS3005: Identifier `System.Linq.Expressions.MethodCallExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/NewArrayExpression.cs(23,25): warning CS3005: Identifier `System.Linq.Expressions.NewArrayExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/NewExpression.cs(25,25): warning CS3005: Identifier `System.Linq.Expressions.NewExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/ParameterExpression.cs(21,25): warning CS3005: Identifier `System.Linq.Expressions.ParameterExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/TypeBinaryExpression.cs(22,25): warning CS3005: Identifier `System.Linq.Expressions.TypeBinaryExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/UnaryExpression.cs(24,25): warning CS3005: Identifier `System.Linq.Expressions.UnaryExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/elementinit.cs(25,25): warning CS3005: Identifier `System.Linq.Expressions.ElementInit' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/expressiontype.cs(18,17): warning CS3005: Identifier `System.Linq.Expressions.ExpressionType' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/invocationexpression.cs(25,25): warning CS3005: Identifier `System.Linq.Expressions.InvocationExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/listinitexpression.cs(25,25): warning CS3005: Identifier `System.Linq.Expressions.ListInitExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/memberassignment.cs(23,25): warning CS3005: Identifier `System.Linq.Expressions.MemberAssignment' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/memberinitexpression.cs(24,25): warning CS3005: Identifier `System.Linq.Expressions.MemberInitExpression' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/memberlistbinding.cs(26,25): warning CS3005: Identifier `System.Linq.Expressions.MemberListBinding' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./ast/membermemberbinding.cs(25,25): warning CS3005: Identifier `System.Linq.Expressions.MemberMemberBinding' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/StrongBox.cs(51,22): warning CS3005: Identifier `System.Runtime.CompilerServices.IStrongBox' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) ./utils/StrongBox.cs(18,25): warning CS3005: Identifier `System.Runtime.CompilerServices.StrongBox<T>' differing only in case is not CLS-compliant /opt/mono/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous warning) Compilation failed: 4 error(s), 62 warnings rake aborted! Command failed with status (1): [gmcs /out:"/usr/src/svn/ironruby/build/mon...] /usr/lib/ruby/1.8/rake.rb:722:in `sh' /usr/lib/ruby/1.8/rake.rb:729:in `call' /usr/lib/ruby/1.8/rake.rb:729:in `sh' /usr/lib/ruby/1.8/rake.rb:812:in `sh' ./context.rb:214:in `exec' ./context.rb:503:in `compile' ./context.rb:487:in `chdir' ./context.rb:487:in `compile' /usr/src/svn/ironruby/Rakefile:270 ./context.rb:661:in `instance_eval' ./context.rb:661:in `source_context' /usr/src/svn/ironruby/Rakefile:269 /usr/lib/ruby/1.8/rake.rb:387:in `call' /usr/lib/ruby/1.8/rake.rb:387:in `execute' /usr/lib/ruby/1.8/rake.rb:387:in `each' /usr/lib/ruby/1.8/rake.rb:387:in `execute' /usr/lib/ruby/1.8/rake.rb:357:in `invoke' /usr/lib/ruby/1.8/thread.rb:135:in `synchronize' /usr/lib/ruby/1.8/rake.rb:350:in `invoke' /usr/lib/ruby/1.8/rake.rb:364:in `invoke_prerequisites' /usr/lib/ruby/1.8/rake.rb:999:in `each' /usr/lib/ruby/1.8/rake.rb:999:in `send' /usr/lib/ruby/1.8/rake.rb:999:in `each' /usr/lib/ruby/1.8/rake.rb:363:in `invoke_prerequisites' /usr/lib/ruby/1.8/rake.rb:356:in `invoke' /usr/lib/ruby/1.8/thread.rb:135:in `synchronize' /usr/lib/ruby/1.8/rake.rb:350:in `invoke' /usr/lib/ruby/1.8/rake.rb:1906:in `run' /usr/lib/ruby/1.8/rake.rb:1906:in `each' /usr/lib/ruby/1.8/rake.rb:1906:in `run' /usr/bin/rake:4
signature.asc
Description: Digital signature
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core