Package: oscache
Version: 2.4.1+dak1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090907 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> test -x debian/rules
> dh_testroot
> cd . && /usr/lib/jvm/java-gcj/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-logging.jar:/usr/share/java/jgroups-all.jar:/usr/share/java/servlet-api.jar:/usr/share/java/jsp-api.jar:/usr/share/java/glassfish-javaee.jar:/usr/share/java/jgroups-all.jar:/usr/lib/jvm/java-gcj/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true   -buildfile debian/build.xml -propertyfile 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/debian/ant.properties
>  clean
> Buildfile: debian/build.xml
> 
> clean:
> 
> BUILD SUCCESSFUL
> Total time: 0 seconds
> rm -f debian/stamp-ant-build
> dh_clean 
>  dpkg-source -b oscache-2.4.1+dak1
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building oscache using existing 
> oscache_2.4.1+dak1.orig.tar.gz
> dpkg-source: info: building oscache in oscache_2.4.1+dak1-1.diff.gz
> dpkg-source: info: building oscache in oscache_2.4.1+dak1-1.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/java-gcj/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-logging.jar:/usr/share/java/jgroups-all.jar:/usr/share/java/servlet-api.jar:/usr/share/java/jsp-api.jar:/usr/share/java/glassfish-javaee.jar:/usr/share/java/jgroups-all.jar:/usr/lib/jvm/java-gcj/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true   -buildfile debian/build.xml -propertyfile 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/debian/ant.properties
>  jar
> Buildfile: debian/build.xml
> 
> compile:
>     [mkdir] Created dir: 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/class
>     [javac] Compiling 65 source files to 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/class
>     [javac] ----------
>     [javac] 1. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/base/AbstractCacheAdministrator.java
>  (at line 7)
>     [javac]   import com.opensymphony.oscache.base.
>     [javac] algorithm.AbstractConcurrentReadCache;
>     [javac]          
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import 
> com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache is never 
> used
>     [javac] ----------
>     [javac] 2. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/base/AbstractCacheAdministrator.java
>  (at line 33)
>     [javac]   public abstract class AbstractCacheA
>     [javac] dministrator implements java.io.Serializable {
>     [javac]                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class AbstractCacheAdministrator does not 
> declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 3. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/base/Cache.java
>  (at line 37)
>     [javac]   public class Cache implements Serializable {
>     [javac]                ^^^^^
>     [javac] The serializable class Cache does not declare a static final 
> serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 4. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymp
>     [javac] hony/oscache/base/CacheEntry.java (at line 26)
>     [javac]   public class CacheEntry implements Serializable {
>     [javac]                ^^^^^^^^^^
>     [javac] The serializable class CacheEntry does not declare a static final 
> serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 5. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/base/Config.java
>  (at line 24)
>     [javac]   public class Config implements java.io.Serializable {
>     [javac]                ^^^^^^
>     [javac] The serializable class Config does not declare a static final 
> serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 6. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymp
>     [javac] hony/oscache/base/FinalizationException.java (at line 15)
>     [javac]   public class FinalizationException extends Exception {
>     [javac]                ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class FinalizationException does not declare a 
> static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 7. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymp
>     [javac] hony/oscache/base/InitializationException.java (at line 15)
>     [javac]   public class InitializationException extends Exception {
>     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class InitializationException does not declare a 
> static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 8. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymp
>     [javac] hony/oscache/base/NeedsRefreshException.java (at line 21)
>     [javac]   public final class NeedsRefreshException extends Exception {
>     [javac]                      ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class NeedsRefreshException does not declare a 
> static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 9. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymp
>     [javac] hony/oscache/base/algorithm/AbstractConcurrentReadCache.java (at 
> line 153)
>     [javac]   public abstract class AbstractConcurrentReadCache extends 
> AbstractMap implements Map, Cloneable, Serializable {
>     [javac]                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class AbstractConcurrentReadCache does not 
> declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 10. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/base/persistence/CachePersistenceException.java (at 
> line 14)
>     [javac]   public final class CachePersistenceException extends Exception {
>     [javac]                      ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class CachePersistenceException does not declare 
> a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 11. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/general/GeneralCacheAdministrator.java (at line 78)
>     [javac]   public class GeneralCacheAdministrator extends 
> AbstractCacheAdministrator {
>     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class GeneralCacheAdministrator does not declare 
> a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 12. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 5)
>     [javac]   import org.hibernate.cache.Cache;
>     [javac]          ^^^^^^^^^^^^^
>     [javac] The import org.hibernate cannot be resolved
>     [javac] ----------
>     [javac] 13. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCache.java
>  (at line 6)
>     [javac]   import org.hibernate.cache.CacheException;
>     [javac]          ^^^^^^^^^^^^^
>     [javac] The import org.hibernate cannot be resolved
>     [javac] ----------
>     [javac] 14. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 7)
>     [javac]   import org.hibernate.cache.Timestamper;
>     [javac]          ^^^^^^^^^^^^^
>     [javac] The import org.hibernate cannot be resolved
>     [javac] ----------
>     [javac] 15. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCache.java
>  (at line 20)
>     [javac]   public class OSCache implements Cache {
>     [javac]                                   ^^^^^
>     [javac] Cache cannot be resolved to a type
>     [javac] ----------
>     [javac] 16. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCache.java
>  (at line 40)
>     [javac]   public Object get(Object key) throws CacheException
>     [javac]  {
>     [javac]                                        ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 17. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 53)
>     [javac]   public void put(Object key, Object value) throws CacheException 
> {
>     [javac]                                                    ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 18. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCache.java
>  (at line 60)
>     [javac]   public void remove(Object key) throws CacheExceptio
>     [javac] n {
>     [javac]                                         ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 19. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 67)
>     [javac]   public void clear() throws CacheException {
>     [javac]                              ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 20. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCache.java
>  (at line 74)
>     [javac]   public void destroy() throws CacheException {
>     [javac]                                ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 21. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 83)
>     [javac]   public void lock(Object key) throws CacheException {
>     [javac]                                       ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 22. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCache.java
>  (at line 90)
>     [javac]   public void unlock(Object key) throws CacheExceptio
>     [javac] n {
>     [javac]                                         ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 23. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 98)
>     [javac]   return Timestamper.next();
>     [javac]          ^^^^^^^^^^^
>     [javac] Timestamper cannot be resolved
>     [javac] ----------
>     [javac] 24. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 105)
>     [javac]   return Timestamper.ONE_MS * 60000; //ie. 60 seconds
>     [javac]          ^^^^^^^^^^^
>     [javac] Timestamper cannot be resolved
>     [javac] ----------
>     [javac] 25. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCache.java
>  (at line 146)
>     [javac]   public void update(Object key, Object value) throw
>     [javac] s CacheException {
>     [javac]                                                       
> ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 26. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 147)
>     [javac]   put(key, value);
>     [javac]   ^^^
>     [javac] The method put(Object, Object) from the type OSCache refers to 
> the missing type CacheException
>     [javac] ----------
>     [javac] 27. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCache.java
>  (at line 153)
>     [javac]   public Object read(Object key) throws CacheExcepti
>     [javac] on {
>     [javac]                                         ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 28. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCache.java (at line 154)
>     [javac]   return get(key);
>     [javac]          ^^^
>     [javac] The method get(Object) from the type OSCache refers to the 
> missing type CacheException
>     [javac] ----------
>     [javac] ----------
>     [javac] 29. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java
>  (at line 8)
>     [javac]   import org.hibernate.cache.Cache;
>     [javac]          ^^^^^^^^^^^^^
>     [javac] The import org.hibernate cannot be resolved
>     [javac] ----------
>     [javac] 30. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCacheProvider.java (at line 9)
>     [javac]   import org.hibernate.cache.CacheException;
>     [javac]          ^^^^^^^^^^^^^
>     [javac] The import org.hibernate cannot be resolved
>     [javac] ----------
>     [javac] 31. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java
>  (at line 10)
>     [javac]   import org.hibernate.cache.CacheProvider;
>     [javac]          ^^^^^^^^^^^^^
>     [javac] The import org.hibernate cannot be resolved
>     [javac] ----------
>     [javac] 32. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCacheProvider.java (at line 11)
>     [javac]   import org.hibernate.cache.Timestamper;
>     [javac]          ^^^^^^^^^^^^^
>     [javac] The import org.hibernate cannot be resolved
>     [javac] ----------
>     [javac] 33. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java
>  (at line 12)
>     [javac]   import org.hibernate.util.StringHelper;
>     [javac]          ^^^^^^^^^^^^^
>     [javac] The import org.hibernate cannot be resolved
>     [javac] ----------
>     [javac] 34. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCacheProvider.java (at line 31)
>     [javac]   public class OSCacheProvider implements CacheProvider {
>     [javac]                                           ^^^^^^^^^^^^^
>     [javac] CacheProvider cannot be resolved to a type
>     [javac] ----------
>     [javac] 35. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java
>  (at line 59)
>     [javac]   public Cache buildCache(String region, Prop
>     [javac] erties properties) throws CacheException {
>     [javac]          ^^^^^
>     [javac] Cache cannot be resolved to a type
>     [javac] ----------
>     [javac] 36. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCacheProvider.java (at line 59)
>     [javac]   public Cache buildCache(String region, Properties properties) 
> throws CacheException {
>     [javac]                                                                   
>      ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 37. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCacheProvider.java (at line 63)
>     [javac]   String refreshPeriodString = cache.getProperty( 
> StringHelper.qualify(region, OSCACHE_REFRESH_PERIOD) );
>     [javac]                                                   ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 38. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java
>  (at line 66)
>     [javac]   String cron = cache.getProperty( StringHelp
>     [javac] er.qualify(region, OSCACHE_CRON) );
>     [javac]                                    ^^^^^^^^^^^^
>     [javac] StringHelper cannot be resolved
>     [javac] ----------
>     [javac] 39. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymph
>     [javac] ony/oscache/hibernate/OSCacheProvider.java (at line 70)
>     [javac]   throw new CacheException("OSCache was stopped or wasn't 
> configured via method start.");
>     [javac]             ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] 40. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java
>  (at line 77)
>     [javac]   return Timestamper.next();
>     [javac]          ^^^^^^^^^^^
>     [javac] Timestamper cannot be resolved
>     [javac] ----------
>     [javac] 41. ERROR in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java
>  (at line 103)
>     [javac]   public void start(Properties hibernateSyst
>     [javac] emProperties) throws CacheException {
>     [javac]                                                                  
> ^^^^^^^^^^^^^^
>     [javac] CacheException cannot be resolved to a type
>     [javac] ----------
>     [javac] ----------
>     [javac] 42. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/plugins/clustersupport/AbstractBroadcastingListener.java
>     [javac]  (at line 159)
>     [javac]   cache.flushPattern((String) message.getData(), CLUSTER_ORIGIN);
>     [javac]   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method flushPattern(String, String) from the type Cache is 
> deprecated
>     [javac] ----------
>     [javac] ----------
>     [javac] 43. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/plugins/clustersupport/ClusterNotification.java
>     [javac]  (at line 18)
>     [javac]   public class ClusterNotification implements Serializable {
>     [javac]                ^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ClusterNotification does not declare a 
> static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 44. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/plugins/diskpersistence/AbstractDiskPersistenceListener.java
>     [javac]  (at line 32)
>     [javac]   public abstract class AbstractDiskPersistenceListener 
> implements PersistenceListener, Serializable {
>     [javac]                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class AbstractDiskPersistenceListener does not 
> declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 45. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] 
> phony/oscache/plugins/diskpersistence/DiskPersistenceListener.java (at line 
> 19)
>     [javac]   public class DiskPersistenceListener extends 
> AbstractDiskPersistenceListener {
>     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class DiskPersistenceListener does not declare a 
> static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 46. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] 
> phony/oscache/plugins/diskpersistence/HashDiskPersistenceListener.java (at 
> line 23)
>     [javac]   public class HashDiskPersistenceListener extends 
> AbstractDiskPersistenceListener {
>     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class HashDiskPersistenceListener does not 
> declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 47. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/web/ServletCache.java (at line 27)
>     [javac]   public final class ServletCache extends Cache implements 
> HttpSessionBindingListener, Serializable {
>     [javac]                      ^^^^^^^^^^^^
>     [javac] The serializable class ServletCache does not declare a static 
> final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 48. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/web/ServletCacheAdministrator.java (at line 41)
>     [javac]   public class ServletCacheAdministrator extends 
> AbstractCacheAdministrator implements Serializable {
>     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ServletCacheAdministrator does not declare 
> a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 49. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/web/filter/ExpiresRefreshPolicy.java (at line 9)
>     [javac]   import com.opensymphony.oscache.base.NeedsRefreshException;
>     [javac]          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import com.opensymphony.oscache.base.NeedsRefreshException is 
> never used
>     [javac] ----------
>     [javac] 50. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/web/filter/ExpiresRefreshPolicy.java (at line 18)
>     [javac]   public class ExpiresRefreshPolicy implements EntryRefreshPolicy 
> {
>     [javac]                ^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ExpiresRefreshPolicy does not declare a 
> static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 51. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/web/filter/ResponseContent.java (at line 23)
>     [javac]   public class ResponseContent implements Serializable {
>     [javac]                ^^^^^^^^^^^^^^^
>     [javac] The serializable class ResponseContent does not declare a static 
> final serialVersionUID field of typ
>     [javac] e long
>     [javac] ----------
>     [javac] ----------
>     [javac] 52. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/web/tag/CacheTag.java
>  (at line 49)
>     [javac]   public class CacheTag extends BodyTagSupport imple
>     [javac] ments TryCatchFinally {
>     [javac]                ^^^^^^^^
>     [javac] The serializable class CacheTag does not declare a static final 
> serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 53. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/web/tag/FlushTag.java
>  (at line 44)
>     [javac]   public class FlushTag extends TagSupport {
>     [javac]                ^^^^^^^^
>     [javac] The serializable class FlushTag does not declare a static final 
> serialVersionUID field of type long
>     [javac] ----------
>     [javac] 54. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/web/tag/FlushTag.java (at line 146)
>     [javac]   cache.flushPattern(pattern);
>     [javac]   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method flushPattern(String) from the type Cache is deprecated
>     [javac] ----------
>     [javac] ----------
>     [javac] 55. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/web/tag/GroupTag.java
>  (at line 15)
>     [javac]   public class GroupTag extends TagSupport {
>     [javac]                ^^^^^^^^
>     [javac] The serializable class GroupTag does not declare a static final 
> serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 56. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensym
>     [javac] phony/oscache/web/tag/GroupsTag.java (at line 15)
>     [javac]   public class GroupsTag extends TagSupport {
>     [javac]                ^^^^^^^^^
>     [javac] The serializable class GroupsTag does not declare a static final 
> serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 57. WARNING in 
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/src/java/com/opensymphony/oscache/web/tag/UseCachedTag.java
>  (at line 31)
>     [javac]   public class UseCachedTag extends TagSupport {
>     [javac]                ^^^^^^^^^^^^
>     [javac] The serializable class UseCachedTag does not declare a static 
> final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 57 problems (30 errors, 27 warnings)
> 
> BUILD FAILED
> /build/user-oscache_2.4.1+dak1-1-amd64-VuSrM9/oscache-2.4.1+dak1/debian/build.xml:13:
>  Compile failed; see the compiler error output for details.
> 
> Total time: 1 second
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/09/07/oscache_2.4.1+dak1-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.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to