Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Athena Local Build Woes

Either it's an incomplete download...

try running `tar xvzf /tmp/build/downloads/eclipse-SDK-3.5-macosx-carbon.tar.gz` on commandline and see if the tarchive is valid

... or else you don't have tar installed on your Mac, so Ant can't exec to it. I think it's part of the standard install, but I'm no Mac Genius...

http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/tar.1.html

Please note too that if you're running a 64-bit Mac w/ a 64-bit JVM (eg., Snow Leopard w/ JDK 6), you should be using the 64-bit Cocoa Mac port of Eclipse SDK, not the 32-bit Carbon one. Won't prevent things from working at this stage in the build, but you will likely get compilation errors later on, or your tests won't run due to missing libraries.

N


Chris Aniszczyk wrote:
I had this untar problem happen to me once before, I have no idea how I fixed it.

Any clues?

  [build] untarFile:

  [build]   [untar] Expanding: /tmp/build/downloads/eclipse-SDK-3.5-macosx-carbon.tar.gz into /tmp/build/N-SNAPSHOT-JGit

    [build] BUILD FAILED

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/buildAll.xml:335: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/buildAll.xml:372: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml:578: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml:855: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/build.xml:24: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090312-1500/scripts/build.xml:22: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090312-1500/scripts/build.xml:43: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/builder/all/customTargets.xml:68: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/tools/scripts/getDependencies.xml:19: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/tools/scripts/getDependenciesHelper.xml:33: The following error occurred while executing this line:

  [build] /Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/tools/scripts/getDependenciesHelper.xml:80: Error while expanding /tmp/build/downloads/eclipse-SDK-3.5-macosx-carbon.tar.gz

    [build] Total time: 5 seconds


BUILD FAILED

/Users/chrisaniszczyk/workspaces/pde5/org.eclipse.jgit.releng/build.xml:72: The following error occurred while executing this line:

/Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/buildAll.xml:295: The following error occurred while executing this line:

/Users/chrisaniszczyk/workspaces/pde5/org.eclipse.dash.common.releng/buildAll.xml:314: Java returned: 13


Total time: 9 seconds


--
Cheers,

Chris Aniszczyk
http://aniszczyk.org


------------------------------------------------------------------------

_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top