Bug#642726: libhibernate-jbosscache-java: FTBFS: TreeCache.java:126: cannot find symbol

Mònica Ramírez Arceda monica at probeta.net
Sat Sep 24 19:13:33 UTC 2011


Source: libhibernate-jbosscache-java
Version: 3.3.2.GA-1
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/build/libhibernate-jbosscache-java-uMWTdx/libhibernate-jbosscache-java-3.3.2.GA'
> jh_build hibernate-jbosscache.jar src/main
> find src/main -name *.java -and -type f -print0 | xargs -0 /usr/lib/jvm/default-java/bin/javac -cp hibernate-jbosscache.jar:/usr/share/java/hibernate3.jar:/usr/share/java/slf4j-api.jar:/usr/share/java/geronimo-jta-1.0.1b-spec.jar:/usr/share/java/jboss-cache1.jar:/usr/share/java/jboss-system.jar:/usr/share/java/jboss-jmx.jar::debian/_jh_build.hibernate-jbosscache -d debian/_jh_build.hibernate-jbosscache -source 1.5
> OptimisticTreeCacheProvider.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                       ^
> OptimisticTreeCacheProvider.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                        ^
> OptimisticTreeCache.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                       ^
> OptimisticTreeCache.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                        ^
> JndiBoundTreeCacheProvider.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                       ^
> JndiBoundTreeCacheProvider.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                        ^
> TreeCache.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                       ^
> TreeCache.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                        ^
> TreeCacheProvider.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                       ^
> TreeCacheProvider.java:6: warning: unmappable character for encoding ASCII
>  * statements applied by the authors. ??All third-party contributions are
>                                        ^
> OptimisticTreeCacheProvider.java:27: cannot find symbol
> symbol  : class TransactionManager
> location: package javax.transaction
> import javax.transaction.TransactionManager;
>                         ^
> OptimisticTreeCacheProvider.java:144: cannot find symbol
> symbol  : class TransactionManager
> location: class org.hibernate.cache.OptimisticTreeCacheProvider.TransactionManagerLookupAdaptor
> 		public TransactionManager getTransactionManager() throws Exception {
> 		       ^
> JndiBoundTreeCacheProvider.java:28: cannot find symbol
> symbol  : class TransactionManager
> location: package javax.transaction
> import javax.transaction.TransactionManager;
>                         ^
> JndiBoundTreeCacheProvider.java:41: cannot find symbol
> symbol  : class TransactionManager
> location: class org.hibernate.cache.JndiBoundTreeCacheProvider
> 	private TransactionManager transactionManager;
> 	        ^
> TreeCache.java:31: cannot find symbol
> symbol  : class SystemException
> location: package javax.transaction
> import javax.transaction.SystemException;
>                         ^
> TreeCache.java:32: cannot find symbol
> symbol  : class Transaction
> location: package javax.transaction
> import javax.transaction.Transaction;
>                         ^
> TreeCache.java:54: cannot find symbol
> symbol  : class TransactionManager
> location: class org.hibernate.cache.TreeCache
> 	private final TransactionManager transactionManager;
> 	              ^
> TreeCache.java:56: cannot find symbol
> symbol  : class TransactionManager
> location: class org.hibernate.cache.TreeCache
> 	public TreeCache(org.jboss.cache.TreeCache cache, String regionName, TransactionManager transactionManager) 
> 	                                                                     ^
> TreeCache.java:110: cannot find symbol
> symbol  : class Transaction
> location: class org.hibernate.cache.TreeCache
> 	private void resume(Transaction tx) {
> 	                    ^
> TreeCache.java:119: cannot find symbol
> symbol  : class Transaction
> location: class org.hibernate.cache.TreeCache
> 	private Transaction suspend() {
> 	        ^
> TreeCacheProvider.java:53: cannot find symbol
> symbol  : class TransactionManager
> location: class org.hibernate.cache.TreeCacheProvider
> 	private TransactionManager transactionManager;
> 	        ^
> TreeCacheProvider.java:123: cannot find symbol
> symbol  : class TransactionManager
> location: class org.hibernate.cache.TreeCacheProvider.TransactionManagerLookupAdaptor
> 		public TransactionManager getTransactionManager() throws Exception {
> 		       ^
> TreeCache.java:65: cannot find symbol
> symbol  : class Transaction
> location: class org.hibernate.cache.TreeCache
> 		Transaction tx = suspend();
> 		^
> TreeCache.java:93: cannot find symbol
> symbol  : class Transaction
> location: class org.hibernate.cache.TreeCache
> 		Transaction tx = suspend();
> 		^
> TreeCache.java:120: cannot find symbol
> symbol  : class Transaction
> location: class org.hibernate.cache.TreeCache
> 		Transaction tx = null;
> 		^
> TreeCache.java:126: cannot find symbol
> symbol  : class SystemException
> location: class org.hibernate.cache.TreeCache
> 		catch (SystemException se) {
> 		       ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 16 errors
> 10 warnings
> make[1]: *** [override_jh_build] Error 123

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/09/23/libhibernate-jbosscache-java_3.3.2.GA-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.





More information about the pkg-java-maintainers mailing list