Created
May 15, 2011 13:57
-
-
Save debasishg/973178 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debasish@debasishg:~/my-projects/scouchdb$ sbt | |
[info] Building project scouchdb 0.6 against Scala 2.9.0 | |
[info] using SCouchDbProject with sbt 0.7.6.RC0 and Scala 2.7.7 | |
> compile | |
[info] | |
[info] == compile == | |
[info] Source analysis: 9 new/modified, 0 indirectly invalidated, 0 removed. | |
[info] Compiling main sources... | |
[info] == compile == | |
java.lang.Error: Unknown type: Map[_ >: ? <: ?, _ >: ? <: ?], <error> [class scala.tools.nsc.symtab.Types$ExistentialType, class scala.tools.nsc.symtab.Types$ErrorType$] TypeRef? false | |
at scala.tools.nsc.symtab.SymbolTable.abort(SymbolTable.scala:35) | |
at scala.tools.nsc.backend.icode.TypeKinds$class.toTypeKind(TypeKinds.scala:390) | |
at scala.tools.nsc.backend.icode.ICodes.toTypeKind(ICodes.scala:25) | |
at scala.tools.nsc.backend.jvm.GenJVMUtil$BytecodeUtil$class.javaType(GenJVMUtil.scala:106) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.javaType(GenJVM.scala:104) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.emitArgument$1(GenJVM.scala:477) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$emitAnnotation$1$3.apply(GenJVM.scala:517) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$emitAnnotation$1$3.apply(GenJVM.scala:515) | |
at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59) | |
at scala.collection.immutable.List.foreach(List.scala:45) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.emitAnnotation$1(GenJVM.scala:515) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$scala$tools$nsc$backend$jvm$GenJVM$BytecodeGenerator$$emitJavaAnnotations$2.apply(GenJVM.scala:529) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$scala$tools$nsc$backend$jvm$GenJVM$BytecodeGenerator$$emitJavaAnnotations$2.apply(GenJVM.scala:527) | |
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:704) | |
at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59) | |
at scala.collection.immutable.List.foreach(List.scala:45) | |
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:703) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.scala$tools$nsc$backend$jvm$GenJVM$BytecodeGenerator$$emitJavaAnnotations(GenJVM.scala:527) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.addAnnotations(GenJVM.scala:617) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.genField(GenJVM.scala:718) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$genClass$6.apply(GenJVM.scala:296) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator$$anonfun$genClass$6.apply(GenJVM.scala:296) | |
at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59) | |
at scala.collection.immutable.List.foreach(List.scala:45) | |
at scala.tools.nsc.backend.jvm.GenJVM$BytecodeGenerator.genClass(GenJVM.scala:296) | |
at scala.tools.nsc.backend.jvm.GenJVM$JvmPhase$$anonfun$run$4.apply(GenJVM.scala:86) | |
at scala.tools.nsc.backend.jvm.GenJVM$JvmPhase$$anonfun$run$4.apply(GenJVM.scala:86) | |
at scala.collection.mutable.HashMap$$anon$2$$anonfun$foreach$3.apply(HashMap.scala:102) | |
at scala.collection.mutable.HashMap$$anon$2$$anonfun$foreach$3.apply(HashMap.scala:102) | |
at scala.collection.Iterator$class.foreach(Iterator.scala:652) | |
at scala.collection.mutable.HashTable$$anon$1.foreach(HashTable.scala:157) | |
at scala.collection.mutable.HashTable$class.foreachEntry(HashTable.scala:190) | |
at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:43) | |
at scala.collection.mutable.HashMap$$anon$2.foreach(HashMap.scala:102) | |
at scala.tools.nsc.backend.jvm.GenJVM$JvmPhase.run(GenJVM.scala:86) | |
at scala.tools.nsc.Global$Run.compileSources(Global.scala:949) | |
at scala.tools.nsc.Global$Run.compile(Global.scala:1034) | |
at xsbt.CompilerInterface.run(CompilerInterface.scala:82) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:616) | |
at xsbt.AnalyzingCompiler.call(AnalyzingCompiler.scala:40) | |
at xsbt.AnalyzingCompiler.apply(AnalyzingCompiler.scala:18) | |
at sbt.Compile.processScala(Compile.scala:76) | |
at sbt.CompilerCore$$anonfun$1.apply(Compile.scala:27) | |
at sbt.CompilerCore$$anonfun$1.apply(Compile.scala:27) | |
at sbt.CompilerCore$$anonfun$process$1$1.apply(Compile.scala:22) | |
at sbt.CompilerCore$$anonfun$process$1$1.apply(Compile.scala:22) | |
at sbt.CompilerCore$$anonfun$doCompile$3.apply(Compile.scala:45) | |
at sbt.CompilerCore$$anonfun$doCompile$3.apply(Compile.scala:42) | |
at scala.Option.orElse(Option.scala:102) | |
at sbt.CompilerCore.doCompile(Compile.scala:41) | |
at sbt.CompilerCore.apply(Compile.scala:29) | |
at sbt.AbstractCompileConditional.run$1(Conditional.scala:341) | |
at sbt.AbstractCompileConditional$$anonfun$3.apply(Conditional.scala:344) | |
at sbt.AbstractCompileConditional$$anonfun$3.apply(Conditional.scala:344) | |
at sbt.classfile.Analyze$.apply(Analyze.scala:110) | |
at sbt.AbstractCompileConditional.execute(Conditional.scala:344) | |
at sbt.Conditional$class.run(Conditional.scala:43) | |
at sbt.AbstractCompileConditional.run(Conditional.scala:231) | |
at sbt.BasicScalaProject.sbt$BasicScalaProject$$doCompile(DefaultProject.scala:260) | |
at sbt.BasicScalaProject$$anonfun$compileAction$1.apply(DefaultProject.scala:274) | |
at sbt.BasicScalaProject$$anonfun$compileAction$1.apply(DefaultProject.scala:274) | |
at sbt.TaskManager$Task.invoke(TaskManager.scala:62) | |
at sbt.impl.RunTask.doRun$1(RunTask.scala:77) | |
at sbt.impl.RunTask.runTask(RunTask.scala:85) | |
at sbt.impl.RunTask.run(RunTask.scala:32) | |
at sbt.impl.RunTask$.apply(RunTask.scala:17) | |
at sbt.impl.RunTask$.apply(RunTask.scala:16) | |
at sbt.Project$class.run(Project.scala:98) | |
at sbt.Project$class.act(Project.scala:129) | |
at sbt.BasicScalaProject.act(DefaultProject.scala:21) | |
at sbt.xMain$$anonfun$8.apply(Main.scala:530) | |
at sbt.xMain$$anonfun$8.apply(Main.scala:530) | |
at sbt.xMain.withAction(Main.scala:563) | |
at sbt.xMain.sbt$xMain$$handleAction(Main.scala:530) | |
at sbt.xMain.handleCommand(Main.scala:520) | |
at sbt.xMain.processAction(Main.scala:459) | |
at sbt.xMain.process$1(Main.scala:257) | |
at sbt.xMain$Continue$1.apply(Main.scala:132) | |
at sbt.xMain.run$1(Main.scala:136) | |
at sbt.xMain.processArguments(Main.scala:266) | |
at sbt.xMain.startProject(Main.scala:107) | |
at sbt.xMain.run(Main.scala:84) | |
at sbt.xMain.run0$1(Main.scala:35) | |
at sbt.xMain.run(Main.scala:42) | |
at xsbt.boot.Launch$.run(Launch.scala:53) | |
at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:42) | |
at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:42) | |
at xsbt.boot.Launch$.launch(Launch.scala:57) | |
at xsbt.boot.Launch$.explicit(Launch.scala:42) | |
at xsbt.boot.Launch$.initialized(Launch.scala:38) | |
at xsbt.boot.Launch$.parsed(Launch.scala:31) | |
at xsbt.boot.Launch$.configured(Launch.scala:21) | |
at xsbt.boot.Launch$.apply(Launch.scala:16) | |
at xsbt.boot.Launch$.apply(Launch.scala:13) | |
at xsbt.boot.Boot$.runImpl(Boot.scala:24) | |
at xsbt.boot.Boot$.run(Boot.scala:19) | |
at xsbt.boot.Boot$.main(Boot.scala:15) | |
at xsbt.boot.Boot.main(Boot.scala) | |
Error during sbt execution: java.lang.Error: Unknown type: Map[_ >: ? <: ?, _ >: ? <: ?], <error> [class scala.tools.nsc.symtab.Types$ExistentialType, class scala.tools.nsc.symtab.Types$ErrorType$] TypeRef? false | |
debasish@debasishg:~/my-projects/scouchdb$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment