Dear Luca, Great! I've built and installed the sat4j package, however, when I try to build tycho maven is unable to find sat4j (extract from the build log below). Any ideas?
Also, the following packages are missing from Build-Depends in debian/control: debhelper, rsync, libmaven-compiler-plugin-java, libsurefire-java, libmaven-jar-plugin-java, Christopher dh build dh_testdir dh_update_autotools_config dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/tmp/tycho/tycho-0.24.0' mkdir -p /tmp/tycho/tycho-0.24.0/debian/tmp/.m2 rsync -rLq /usr/share/maven-repo/* /tmp/tycho/tycho-0.24.0/debian/tmp/.m2 ./debian/eclipse-bootstrap.sh /tmp/tycho/tycho-0.24.0/debian/tmp/.m2 /tmp/tycho/tycho-0.24.0/debian/tmp/ Copying files... [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Eclipse Bootstrap 4.5.6 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.5 is missing, no dependency information available [WARNING] The POM for org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.5 is missing, no dependency information available [WARNING] The POM for org.ow2.sat4j:org.ow2.sat4j.maxsat:jar:2.3.5 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.219 s [INFO] Finished at: 2016-03-10T23:15:00+00:00 [INFO] Final Memory: 7M/153M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project eclipse-bootstrap: Could not resolve dependencies for project org.eclipse:eclipse-bootstrap:jar:4.5.6: The following artifacts could not be resolved: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.5, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.5, org.ow2.sat4j:org.ow2.sat4j.maxsat:jar:2.3.5: Cannot access central ( https://repo.maven.apache.org/maven2) in offline mode and the artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.5 has not been downloaded from it before. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException debian/rules:31: recipe for target 'override_dh_auto_build' failed make[1]: *** [override_dh_auto_build] Error 1 make[1]: Leaving directory '/tmp/tycho/tycho-0.24.0' debian/rules:21: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1376: dpkg-buildpackage -rfakeroot -D -us -uc failed On 10 March 2016 at 13:56, Luca Vercelli <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Here it is. > https://mentors.debian.net/package/tycho > > I had to upload also an updated version of sat4j > https://mentors.debian.net/package/sat4j > > Regards. > > > Il 29/02/2016 13:38, Markus Koschany ha scritto: > > Am 29.02.2016 um 13:34 schrieb Luca Vercelli: > >> Ok, I found a way to merge Eclipse and Tycho "bootstrap" > >> sources. It's not clean, not elegant, but it builds. I think it's > >> a starting point. I had some issues with the versions of Maven > >> plugins, I had to manually write them into pom's, and I still > >> don't understand why. > >> > >> Now, I don't know exactly what I am supposed to do with this > >> package. Regards. Luca > > > > You could publish your package on mentors.debian.net. > > > > http://mentors.debian.net/intro-maintainers > > > > Regards, > > > > Markus > > > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.22 (GNU/Linux) > > iQIcBAEBCAAGBQJW4X0oAAoJENMxvqONGmP2ZyYP/iFPFau0VtYK46nLmVNeT1JI > 4lwA+vJjUvikQ7iXmRTTTMa7OfL58nLH6xNIDmGYwcIQ0pziHW/9+6+lo3EAvPha > fO8uOE1GYdNPQR9BfJD45JpxxBawbamTXWjQT77N2HmoXx6ToO3t471FnJFOO/7i > nN1MuPaa7HKeRqFU2+pg7tw2bLqItB8SwhX9GkRLi3/V/9ypX8A8TpPR1TDkdxiV > LPkqN7BivsHgcnTuqgM84VFbXYPKWwXjmvvKzoQ/Oaz2AbQbH1ZK1/InZ5ZfCKKZ > AxaZUOXiJqlt0yZGlAEV5Xt7YpH1ybNEbIbf2eC+eTc5wMKf5IwFL3WXNCBPoGqS > 7ypmtE0W60phE0qRVLTNp+1Nzc3C8k2eLw0U0XLfIGLdEPI3RlfqZ5MJbDSiV6Hk > J5/fNgfETMfZYMKbKT+wlYFcQYF2EHm7nXAPuzBOwfyRLf/iY1yxRnId6Xc6HOO9 > sf8J7ywwclz7k8UbH0R0SVeG0ahHZTFltL6ZWYkQONqpULFeEt0hN/HEahmu1rHP > 2AzjI5ksYLkoEoervUXISwOTjHqDBg/btcTHqiAbyJzHJu2Oa1WM1yMUAPk2WSqB > g95K+TutX6mVBdLp/m34PUEDHCtA0p8HfZ+Nl7Lo7vDOc95vJdxYr8ROt026aqmV > fUZ8fDbc4prYInrvBCKX > =y6tJ > -----END PGP SIGNATURE----- > >

