[pkg-eucalyptus-maintainers] Bug#593050: eucalyptus: FTBFS: Nonexistent build-dependency: libhibernate-entitymanager-java

Steffen Möller steffen_moeller at gmx.de
Sun Aug 15 10:11:21 UTC 2010


On 08/15/2010 11:58 AM, Charles Plessy wrote:
> Le Sun, Aug 15, 2010 at 09:47:01AM +0200, Lucas Nussbaum a écrit :
>>> Checking for source dependency conflicts...
>>> E: Package libhibernate-entitymanager-java has no installation candidate
>>
>> The full build log is available from:
>>    http://people.debian.org/~lucas/logs/2010/08/15/eucalyptus_1.6.2-2_lsid64.buildlog
> 
> Hello everybody,
> 
> Hibernate 3.5 is now in Squeeze, and libhibernate-entitymanager-java is now
> part of libhibernate3-java >= 3.5. I prepared an update to adapt our
> package to this, and applied the patch from http://bugs.debian.org/589582,
> but Eucalyptus still fails to build with the following error:
> 
> build-groovy:
> 
> BUILD FAILED
> /build/charles-eucalyptus_1.6.2-3-amd64-E9WM98/eucalyptus-1.6.2/clc/build.xml:88: The following error occurred while executing this line:
> /build/charles-eucalyptus_1.6.2-3-amd64-E9WM98/eucalyptus-1.6.2/clc/modules/module-inc.xml:132: The following error occurred while executing this line:
> /build/charles-eucalyptus_1.6.2-3-amd64-E9WM98/eucalyptus-1.6.2/clc/modules/msgs/build.xml:84: The following error occurred while executing this line:
> /build/charles-eucalyptus_1.6.2-3-amd64-E9WM98/eucalyptus-1.6.2/clc/modules/module-inc.xml:147: taskdef class org.codehaus.groovy.ant.Groovyc cannot be found
> 
> 
> Do you have an idea on how to solve this ?

It is in both the plain groovy.jar and the -all.jar

$ jar tf /usr/share/java/groovy-all.jar | grep Groovyc
org/codehaus/groovy/ant/Groovyc.class
org/codehaus/groovy/ant/GroovycTask.class
org/codehaus/groovy/ant/UberCompileTask$GroovycAdapter.class
$ jar tf /usr/share/java/groovy.jar | grep Groovyc
org/codehaus/groovy/ant/Groovyc.class
org/codehaus/groovy/ant/GroovycTask.class
org/codehaus/groovy/ant/UberCompileTask$GroovycAdapter.class

strange.

Steffen



More information about the pkg-eucalyptus-maintainers mailing list