Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Clean build for the Eclipse aggregator fails

Hi,

If I run a clean build for the Eclipse aggregator the build fails:

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: eclipse.platform.repository
raw:4.8.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):4.8.0-SNAPSHOT
[ERROR]   Missing requirement: eclipse.platform.repository
raw:4.8.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):4.8.0-SNAPSHOT
requires 'org.eclipse.equinox.p2.iu;
org.eclipse.swt.tools.feature.source.feature.group 0.0.0' but it could
not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting
for help.

Here are my build commands:

--------------
# remove previous builds
rm -rf `find -type d -name target`
# init the submodules, does nothing if already initialized
git submodule update --init --recursive # -j 8
# update master and submodules

git submodule foreach git clean -f -d -x
git submodule foreach git reset --hard HEAD
git clean -f -d -x
git reset --hard HEAD
git checkout master

git pull --recurse-submodules
git submodule update --recursive
---------------

Any idea what is wrong? Does the build works for you, if you start
from a fresh clone?

Best regards, Lars

-- 
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top