[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipse.org-planning-council] Re: [cross-project-issues-dev] Galileo repository / different platforms
|
EPP is building the packages for
linux/gtk/x86,
linux/gtk/x86_64,
win32/win32/x86,
macosx/cocoa/x86So this is the absolute minimum that I need in EPP, but there were requests for other platform/windowing/architecture combinations in the past. All of them need build time, eat up a lot of space on the download servers and they need testing(!!!) Therefore I tried to refuse building for other platforms but maybe we need to adjust this?
Maybe this is something that we should discuss at the next Planning Council meeting?
Markus
2009/3/11 Richard Gronback
<richard.gronback@xxxxxxxxxxx>
Right, we’ll need to add matching platform configs in Galileo for what you need in EPP. I didn’t add all of them initially, as it takes a long time (and space) to build each additional config.
It looks like CDT has added the bundle you need in their build model already:
<bundles id="org.eclipse.cdt.core.linux.x86_64" version="5.1.0.200902031437" repo="//@repositories.1"/>
Is the only additional platform you need, or are there more? I’ll need to add an x86_64 option to the build.ecore model, so best to add them all at once.
Thanks,
RichHi *,
while I am trying to build the Galileo C/C++ EPP package for linux/gtk/x86_64 I get the following error from p2 using the galileo/staging/ repo:
!MESSAGE Unable to satisfy dependency from org.eclipse.cdt.platform.feature.group 5.1.0.200902031437 to org.eclipse.cdt.core.linux.x86_64 [5.1.0.200902031437].
The linux/gtk/x86 (not 64 bit) seems to be building without severe problems.
Is the above x86_64 error caused by the fact that the Galileo p2 repository is build for the combinations linux/gtk/ppc, linux/gtk/x86, win32/win32/x86, macosx/cocoa/x86 only? Or is this an error in the CDT contribution? And what about other platform combinations in Galileo?
Thanks and regards,
Markus