[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Uploading clooj



On 2011-10-27 19:56, Mathieu Malaterre wrote:
> Hi,
> 
>   I am looking for a DD to upload the clooj package. I uploaded it to mentors:
> 
> http://mentors.debian.net/package/clooj
> 
>   It is also available under the subversion repository for pkg-java.
> 
>   clooj will be needed for a dependency for the micromanager package:
> 
> http://debian-med.alioth.debian.org/tasks/imaging#micromanager
> 
> Thanks

Hey,

I have no experience with clojure, so I can only review this...


That being said - it appears to trying to download maven stuff online
and then the build seems to hang (though admittedly I had a rather short
patience after seeing the download attempts :P ).

~Niels

dpkg-buildpackage: source package clooj
dpkg-buildpackage: source version 0.2.4-1
dpkg-buildpackage: source changed by Mathieu Malaterre <mathieu.malaterre@gmail.com>
 dpkg-source --before-build clooj-0.2.4
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with javahelper
   dh_testdir
   dh_auto_clean
   jh_clean
   dh_clean
 dpkg-source -b clooj-0.2.4
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building clooj using existing ./clooj_0.2.4.orig.tar.gz
dpkg-source: info: building clooj in clooj_0.2.4-1.debian.tar.gz
dpkg-source: info: building clooj in clooj_0.2.4-1.dsc
 debian/rules build
dh build --with javahelper
   dh_testdir
   dh_auto_configure
   jh_linkjars
   debian/rules override_dh_auto_build
make[1]: Entering directory `/home/user/debian/sponsor/clooj-0.2.4'
lein jar
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.pom from repository central at http://repo1.maven.org/maven2
[WARNING] Unable to get resource 'org.clojure:clojure:pom:1.3.0' from repository central (http://repo1.maven.org/maven2): Specified destination directory cannot be created: /home/user/.m2/repository/org/clojure/clojure/1.3.0
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.pom from repository clojars at http://clojars.org/repo/
Unable to locate resource in repository
[INFO] Unable to find resource 'org.clojure:clojure:pom:1.3.0' in repository clojars (http://clojars.org/repo/)
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.jar from repository central at http://repo1.maven.org/maven2
[WARNING] Unable to get resource 'org.clojure:clojure:jar:1.3.0' from repository central (http://repo1.maven.org/maven2): Specified destination directory cannot be created: /home/user/.m2/repository/org/clojure/clojure/1.3.0
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.jar from repository clojars at http://clojars.org/repo/
Unable to locate resource in repository
[INFO] Unable to find resource 'org.clojure:clojure:jar:1.3.0' in repository clojars (http://clojars.org/repo/)
An error has occurred while processing the Maven artifact tasks.
 Diagnosis:

Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.3.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven:super-pom:pom:2.0
  	2) org.clojure:clojure:jar:1.3.0

----------
1 required artifact is missing.

for artifact: 
  org.apache.maven:super-pom:pom:2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  clojars (http://clojars.org/repo/)



Exception in thread "main" Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.3.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven:super-pom:pom:2.0
  	2) org.clojure:clojure:jar:1.3.0

----------
1 required artifact is missing.

for artifact: 
  org.apache.maven:super-pom:pom:2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  clojars (http://clojars.org/repo/)

 (NO_SOURCE_FILE:0)
	at clojure.lang.Compiler.eval(Compiler.java:5441)
	at clojure.lang.Compiler.eval(Compiler.java:5392)
	at clojure.core$eval.invoke(core.clj:2382)
	at clojure.main$eval_opt.invoke(main.clj:235)
	at clojure.main$initialize.invoke(main.clj:254)
	at clojure.main$script_opt.invoke(main.clj:270)
	at clojure.main$main.doInvoke(main.clj:354)
	at clojure.lang.RestFn.invoke(RestFn.java:457)
	at clojure.lang.Var.invoke(Var.java:377)
	at clojure.lang.AFn.applyToHelper(AFn.java:172)
	at clojure.lang.Var.applyTo(Var.java:482)
	at clojure.main.main(main.java:37)
Caused by: Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.3.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven:super-pom:pom:2.0
  	2) org.clojure:clojure:jar:1.3.0

----------
1 required artifact is missing.

for artifact: 
  org.apache.maven:super-pom:pom:2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  clojars (http://clojars.org/repo/)


	at org.apache.maven.artifact.ant.DependenciesTask.doExecuteResolution(DependenciesTask.java:268)
	at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:168)
	at org.apache.maven.artifact.ant.AbstractArtifactTask.execute(AbstractArtifactTask.java:751)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
	at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:265)
	at leiningen.deps$do_deps.invoke(deps.clj:131)
	at leiningen.deps$deps.doInvoke(deps.clj:195)
	at clojure.lang.RestFn.invoke(RestFn.java:410)
	at leiningen.compile$prep.invoke(compile.clj:144)
	at leiningen.compile$eval_in_project.doInvoke(compile.clj:159)
	at clojure.lang.RestFn.invoke(RestFn.java:425)
	at leiningen.compile$compile.invoke(compile.clj:265)
	at leiningen.jar$jar.invoke(jar.clj:201)
	at leiningen.jar$jar.invoke(jar.clj:207)
	at clojure.lang.Var.invoke(Var.java:365)
	at clojure.lang.AFn.applyToHelper(AFn.java:161)
	at clojure.lang.Var.applyTo(Var.java:482)
	at clojure.core$apply.invoke(core.clj:542)
	at leiningen.core$apply_task.invoke(core.clj:228)
	at leiningen.core$_main.doInvoke(core.clj:294)
	at clojure.lang.RestFn.invoke(RestFn.java:410)
	at clojure.lang.AFn.applyToHelper(AFn.java:161)
	at clojure.lang.RestFn.applyTo(RestFn.java:132)
	at clojure.core$apply.invoke(core.clj:542)
	at leiningen.core$_main.invoke(core.clj:297)
	at user$eval42.invoke(NO_SOURCE_FILE:1)
	at clojure.lang.Compiler.eval(Compiler.java:5425)
	... 11 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.clojure:clojure:jar:1.3.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven:super-pom:pom:2.0
  	2) org.clojure:clojure:jar:1.3.0

----------
1 required artifact is missing.

for artifact: 
  org.apache.maven:super-pom:pom:2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  clojars (http://clojars.org/repo/)


	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
	at org.apache.maven.artifact.ant.DependenciesTask.doExecuteResolution(DependenciesTask.java:263)
	... 41 more

Reply to: