Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.8 fails to build on OSX Snowleopard #2353

Closed
scabug opened this issue Sep 14, 2009 · 2 comments
Closed

2.8 fails to build on OSX Snowleopard #2353

scabug opened this issue Sep 14, 2009 · 2 comments
Labels

Comments

@scabug
Copy link

scabug commented Sep 14, 2009

I get the following error building Scala 2.8 on Snowleopard with ant

[scalacfork] at scala.tools.nsc.Global$$GlobalPhase$$$$anonfun$$run$$1.apply(Global.scala:307)
[scalacfork] at scala.collection.Iterator$$class.foreach(Iterator.scala:519)

BUILD FAILED
java.lang.RuntimeException: Compilation failed because of an internal compiler error; see the error output for details.
at scala.Predef$$.error(Predef.scala:91)
at scala.tools.ant.sabbus.ScalacFork.execute(ScalacFork.scala:93)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.apache.tools.ant.Main.runBuild(Main.java:758)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

@scabug
Copy link
Author

scabug commented Sep 14, 2009

Imported From: https://issues.scala-lang.org/browse/SI-2353?orig=1
Reporter: Bill Ramsay (bill ramsay)

@scabug
Copy link
Author

scabug commented Sep 14, 2009

@paulp said:
Since I've personally built trunk on snow leopard over 1000 times (not joking!) and since you included no other information that might help pin down what your issue is, I'm closing this worksforme. You might try "ant all.clean" before your next build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant