| View previous topic :: View next topic |
| Author |
Message |
HomerSimpson l33t


Joined: 25 Jan 2003 Posts: 869 Location: Ohio, USA
|
Posted: Sat Oct 08, 2005 2:54 pm Post subject: Boo-7.0.1921 won't compile |
|
|
| Code: | [booc] Compiling 4 file(s) to /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/build/Boo.Lang.Interpreter.dll.
[booc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.Interpreter/AbstractInterpreter.boo(262,35): BCE0019: 'GetOptionalEntity' is not a member of 'Boo.Lang.Compiler.TypeSystem.TypeSystemServices'.
[booc] 1 error(s).
BUILD FAILED - 1 non-fatal error(s), 138 warning(s)
|
Any ideas on how to fix this?
Thanks _________________ The strong must protect the Sweet. |
|
| Back to top |
|
 |
ChrisWhite Retired Dev


Joined: 08 Jul 2004 Posts: 399 Location: Stockton, CA
|
|
| Back to top |
|
 |
ChrisWhite Retired Dev


Joined: 08 Jul 2004 Posts: 399 Location: Stockton, CA
|
Posted: Sat Oct 08, 2005 7:02 pm Post subject: |
|
|
It seems you need to unmerge the old boo, then emerge the new boo afterwards. So:
| Code: | # emerge unmerge boo
# emerge boo |
|
|
| Back to top |
|
 |
HomerSimpson l33t


Joined: 25 Jan 2003 Posts: 869 Location: Ohio, USA
|
Posted: Sat Oct 08, 2005 7:07 pm Post subject: |
|
|
Thanks. I forgot to search the bug tracker. Sorry. _________________ The strong must protect the Sweet. |
|
| Back to top |
|
 |
ChrisWhite Retired Dev


Joined: 08 Jul 2004 Posts: 399 Location: Stockton, CA
|
Posted: Sat Oct 08, 2005 7:11 pm Post subject: |
|
|
Actually, I made it after I saw this thread.. so you would have never found it .
Do test to make sure the method works for you and comment on the bug. |
|
| Back to top |
|
 |
HomerSimpson l33t


Joined: 25 Jan 2003 Posts: 869 Location: Ohio, USA
|
Posted: Sat Oct 08, 2005 8:10 pm Post subject: |
|
|
Yes it worked.
Thanks again _________________ The strong must protect the Sweet. |
|
| Back to top |
|
 |
rm Tux's lil' helper

Joined: 25 Oct 2004 Posts: 87
|
Posted: Mon Oct 10, 2005 6:52 pm Post subject: |
|
|
it's failing over here, totally different reason though,
and I uninstalled the boo-0.6* version, and that is gone too.
I'm running on mono 1.1.9.1.
| Code: | | emerge "=dev-lang/boo-0.7*" |
gives
| Code: |
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.Parser/BooParserBase.cs(10475,8): warning CS0162: Unreachable code detected
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.Parser/BooParserBase.cs(10672,6): warning CS0162: Unreachable code detected
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.Parser/BooParserBase.cs(11008,4): warning CS0162: Unreachable code detected
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.Parser/antlr/antlr/CharScanner.cs(731,24): warning CS0169: The private field `antlr.CharScanner.ReflectionBasedTokenCreator.owner' is assigned but its value is never used
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.Parser/antlr/antlr.debug/ParserEventSupport.cs(37,28): warning CS0169: The private field `antlr.debug.ParserEventSupport.newLineEvent' is assigned but its value is never used
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.Parser/BooParserBase.cs(11081,15): warning CS0169: The private method `Boo.Lang.Parser.BooParserBase.initializeFactory()' is never used
[csc] Compilation succeeded - 134 warning(s)
Boo.Lang.CodeDom:
[csc] Compiling 4 files to '/var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/build/Boo.Lang.CodeDom.dll'."
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.CodeDom/BooCodeGenerator.cs(848,16): warning CS0169: The private method `Boo.Lang.CodeDom.BooCodeGenerator.GenerateDeclaration(System.CodeDom.CodeTypeReference, string, System.CodeDom.CodeExpression)' is never used
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.CodeDom/BooCodeGenerator.cs(863,16): warning CS0169: The private method `Boo.Lang.CodeDom.BooCodeGenerator.GenerateMemberReferenceExpression(System.CodeDom.CodeExpression, string)' is never used
[csc] /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/src/Boo.Lang.CodeDom/BooCodeGenerator.cs(48,10): warning CS0169: The private field `Boo.Lang.CodeDom.BooCodeGenerator.currentType' is assigned but its value is never used
[csc] Compilation succeeded - 3 warning(s)
core:
booc:
[csc] Compiling 2 files to '/var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/build/booc.exe'."
[copy] Copying 1 file to '/var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/build/booc'.
[copy] Copying 1 file to '/var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/build'.
Boo.NAnt.Tasks:
[copy] Copying 1 file to '/var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/build'.
[exec]
[exec] Unhandled Exception: System.ArgumentNullException: Argument cannot be null.
[exec] in <0x003c9> System.String:FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args)
[exec] in <0x0002b> System.String:Format (IFormatProvider provider, System.String format, System.Object[] args)
[exec] in <0x00037> System.String:Format (System.String format, System.Object arg0)
[exec] in <0x00017> Boo.Lang.ResourceManager:Format (System.String name, System.Object param)
[exec] in <0x0074d> BooC.App:Run (System.String[] args)
[exec] in <0x000f1> BooC.App:Main (System.String[] args)
BUILD FAILED - 0 non-fatal error(s), 146 warning(s)
/var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/default.build(134,4):
External Program Failed: /var/tmp/portage/boo-0.7.0.1921/work/boo-0.7.0.1921/build/booc.exe (return code was 1)
Total time: 16.7 seconds.
!!! ERROR: dev-lang/boo-0.7.0.1921 failed.
!!! Function src_compile, Line 30, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
|
| Code: | | emerge "=dev-lang/boo-0.6*" |
| Code: | >>> Unpacking boo-0.6.0.1858-src.tar.bz2 to /var/tmp/portage/boo-0.6.0.1858/work
tar: A lone zero block at 14643
>>> Source unpacked.
NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/default.build
Target framework: Mono 1.0 Profile
Target(s) specified: all
[property] Read-only property "install.prefix" cannot be overwritten.
init:
[mkdir] Creating directory '/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/build'.
resources:
[resgen] Read in 151 resources from '/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/src/Boo.Lang/Resources/strings.txt'
[resgen] Writing resource file... Done.
build-resource:
[mkdir] Creating directory '/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/build/pt'.
[resgen] Read in 152 resources from '/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/src/Boo.Lang/Resources/pt/strings.txt'
[resgen] Writing resource file... Done.
build-resource:
[mkdir] Creating directory '/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/build/it'.
[resgen] Read in 151 resources from '/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/src/Boo.Lang/Resources/it/strings.txt'
[resgen] Writing resource file... Done.
Boo.Lang:
[csc] Compiling 18 files to '/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/build/Boo.Lang.dll'."
generate-ast:
Boo.Lang.Compiler:
[csc] Compiling 371 files to '/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/build/Boo.Lang.Compiler.dll'."
[csc] syntax error, got token `CLOSE_PARENS'
[csc] /var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/src/Boo.Lang.Compiler/Ast/Impl/EnumDefinitionImpl.cs(102,39): error CS1002: Expecting `;'
[csc] syntax error, got token `CLOSE_PARENS'
[csc] /var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/src/Boo.Lang.Compiler/Ast/Impl/LabelStatementImpl.cs(106,42): error CS1002: Expecting `;'
[csc] syntax error, got token `CLOSE_PARENS'
[csc] /var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/src/Boo.Lang.Compiler/Ast/DepthFirstTransformer.cs(1212,44): error CS1002: Expecting `;'
[csc] syntax error, got token `CLOSE_PARENS'
[csc] /var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/src/Boo.Lang.Compiler/Pipelines/Parse.cs(46,28): error CS1002: Expecting `;'
[csc] Compilation failed: 4 error(s), 0 warnings
BUILD FAILED - 0 non-fatal error(s), 9 warning(s)
/var/tmp/portage/boo-0.6.0.1858/work/boo-0.6.0.1858/default.build(256,4):
External Program Failed: /usr/lib/mono/1.0/mcs.exe (return code was 1)
Total time: 3.3 seconds.
!!! ERROR: dev-lang/boo-0.6.0.1858 failed.
!!! Function src_compile, Line 30, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|