Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Problems with eclipse-build-5791c48513b4207ab1eec1e00bed4b2186f9aad5.tar.xz

Hi Thomas,

* Thomas Gellekum <Thomas.Gellekum@xxxxxx> [2011-07-22 06:12]:
> 1. The "label" property should be "3.7.0", or the
> eclipse-3.7.0-src.tar.bz2 needs to be redone to include the buildId.

Can you try a tarball from here:

  http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.eclipse-build.git/commit/?id=b880d718e451d254f344d2290dcd58ff2b0f3f23

?  Please let me know if the label is now correct.

> 2. The "provision.sdk" target needs to install the
> org.eclipse.equinox.initializer plugin, or the "install" step will
> fail.

Chris Aniszczyk did this work because there were issues with the
behaviour of stuff in dropins if this was installed.  Have you looked at
how it's done in Fedora to see how it works there?

  http://pkgs.fedoraproject.org/gitweb/?p=eclipse.git

> 3. The invocation of sed(1) fails in "install", because ${destDir}
> and ${destDirWithUnderscores} are empty.

I suspect you're hitting these bugs:

  345060: [eclipse-build] install target fails
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=345060

  345053: eclipse-build failed to install with empty destDir
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=345053

> I have patches for these, prepared by hand, but I guess you'll want
> them generated from git?

Yes, that would be awesome!  Please open a bug [1] and either attach
patches or point to a SHA-1 in a public git repo somewhere that you want
us to pull.  We'd greatly appreciate the contributions!

> 4. The installed eclipse behaves differently from a downloaded
> distribution (Eclipse SDK, available from http://download.eclipse.org/eclipse/downloads/drops/R-3.7-201106131736/index.php,
> installed into a system wide location, not writable by users) when
> it comes to installing new software.
>
> [...]
>
> Can anyone shed some light on this? What's the release build doing
> differently than eclipse-build? Where would I look next (knowing
> nothing about the p2 internals)?

I suspect the install target behaves differently than the
installSDKinDropins target which is used by Fedora where this scenario
works.  Can you try that target and see what happens?

Welcome to the community!

Andrew

[1]
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Linux%20Tools

More details:

http://wiki.eclipse.org/Linux_Tools_Project/Getting_Involved


Back to the top