Skip to main content

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

Lars, is your aggregator repo up to date? If I remember it right, I had the same and it should be fixed now.

Am 25. Mai 2018 12:30:50 MESZ schrieb Lars Vogel <lars.vogel@xxxxxxxxxxx>:
>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
>_______________________________________________
>platform-releng-dev mailing list
>platform-releng-dev@xxxxxxxxxxx
>To change your delivery options, retrieve your password, or unsubscribe
>from this list, visit
>https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov


Back to the top