Severity: serious Package: rbac-client-clojure Version: 0.9.4-2 TTBOMK, Policy says that builds shouldn't rely on networking. However, when attempting to build rbac-client-clojure on my (well, mostly) network-less builder VM, I run into this error:
debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' lein pom debian/pom.xml Wrote /<<PKGBUILDDIR>>/debian/pom.xml lein i18n make Running 'make i18n' lein jar Cannot access central (https://repo1.maven.org/maven2/) in offline mode and the artifact ring:ring:jar:debian has not been downloaded from it before. Cannot access clojars (https://repo.clojars.org/) in offline mode and the artifact ring:ring:jar:debian has not been downloaded from it before. This could be due to a typo in :dependencies, file system permissions, or network issues. If you are behind a proxy, try setting the 'http_proxy' environment variable. make[1]: *** [debian/rules:19: override_dh_auto_build] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:11: binary] Error 2 Having no Java experience, but it looks like a missing (possibly not yet packages) build dependency to me. Cheers, Sven