Hi Luca, Le 22/07/2016 à 18:05, Luca Vercelli a écrit :
> Eclipse requires Tycho Maven Plugin to build, and I have packaged it > using suggestions from Fedora packagers: > https://mentors.debian.net/package/tycho > (currently, we don't use Fedora scripts to build Tycho, we just use > patches, maven, and maven-repo-helper) Well done! I think you can push the packaging repository to alioth now. I see some potential minor improvements, we can help you. > Then, I have tried to build Eclipse. > I have uploaded my trials here: > > https://anonscm.debian.org/cgit/pkg-java/eclipse.git/tree/debian?h=experimental > > During the build, Tycho fails with tons of errors. They are attached. > Can anyone try to help me? I see two issues: - something that looks like a tycho error. Did you try switching the tycho jar you built with the official one? Maybe you forgot something in the tycho package (some classes or resource files). - org.eclipse.osgi.storagemanager.ManagedOutputStream is not found. This class comes from eclipse, maybe the modules aren't compiled in the right order? > As a minor issue, Tycho requires a recent version of sat4j. I have > packaged it here: > https://mentors.debian.net/package/sat4j > I have already tried to contact the maintainer, however I didn't get any > feedback. I think we should ask Michael Tautschnig to move the package under the pkg-java umbrella so it can be team maintained. sat4j is only used by eclipse so that would make sense. Emmanuel Bourg