Bug#661970: libloader: FTBFS: package net.sf.ehcache does not exist

2012-03-15 Thread Rene Engelhard
Hi,

On Fri, Mar 02, 2012 at 08:52:06PM -0430, Miguel Landaeta wrote:
 diff -Nru libloader-1.1.6.dfsg/debian/changelog 
 libloader-1.1.6.dfsg/debian/changelog
 --- libloader-1.1.6.dfsg/debian/changelog 2011-11-24 16:56:18.0 
 -0430
 +++ libloader-1.1.6.dfsg/debian/changelog 2012-03-02 20:46:45.0 
 -0430
 @@ -1,3 +1,10 @@
 +libloader (1.1.6.dfsg-4) unstable; urgency=low
 +
 +  * Team upload.
 +  * d/rules: Use version-less ehcache-core jar file. (Closes: #661970).
 +
 + -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 20:47:22 -0430
 +
  libloader (1.1.6.dfsg-3) unstable; urgency=low
  
* add build-depends on ant-optional (closes: #648916) 
 diff -Nru libloader-1.1.6.dfsg/debian/rules libloader-1.1.6.dfsg/debian/rules
 --- libloader-1.1.6.dfsg/debian/rules 2011-11-01 10:44:26.0 -0430
 +++ libloader-1.1.6.dfsg/debian/rules 2012-03-02 20:45:13.0 -0430
 @@ -6,7 +6,7 @@
  
  JAVA_HOME := /usr/lib/jvm/default-java
  
 -DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase 
 commons-logging ehcache-core-2.1.0 batik batik-svg-dom xml-apis-ext junit 
 ant-contrib ant-junit
 +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase 
 commons-logging ehcache-core batik batik-svg-dom xml-apis-ext junit 
 ant-contrib ant-junit
  DEB_ANT_BUILDFILE := build.xml
  DEB_ANT_BUILD_TARGET := compile jar javadoc
  DEB_ANT_CHECK_TARGET := test

Will upload with the complete patch applied on top of -3.
Thanks :)

Regards,

Rene



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#661970: libloader: FTBFS: package net.sf.ehcache does not exist

2012-03-02 Thread Miguel Landaeta
Package: libloader
Version: 1.1.6.dfsg-3
Severity: serious

The relevant error messages are:

[javac] Compiling 88 source files to 
/tmp/buildd/libloader-1.1.6.dfsg/bin/classes
[javac] EHCacheProvider.java:20: package net.sf.ehcache does not exist
[javac] import net.sf.ehcache.CacheException;
[javac]  ^
[javac] EHCacheProvider.java:21: package net.sf.ehcache does not exist
[javac] import net.sf.ehcache.CacheManager;
[javac]  ^
[javac] EHCacheProvider.java:37: cannot find symbol
[javac] symbol  : class CacheManager
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac]   private static CacheManager cacheManager;
[javac]  ^
[javac] EHCacheProvider.java:39: cannot find symbol
[javac] symbol  : class CacheManager
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac]   public static CacheManager getCacheManager() throws CacheException
[javac] ^
[javac] EHCacheProvider.java:39: cannot find symbol
[javac] symbol  : class CacheException
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac]   public static CacheManager getCacheManager() throws CacheException
[javac]   ^
[javac] EHResourceBundleDataCache.java:20: package net.sf.ehcache does not 
exist
[javac] import net.sf.ehcache.Cache;
[javac]  ^
[javac] EHResourceBundleDataCache.java:21: package net.sf.ehcache does not 
exist
[javac] import net.sf.ehcache.CacheException;
[javac]  ^
[javac] EHResourceBundleDataCache.java:22: package net.sf.ehcache does not 
exist
[javac] import net.sf.ehcache.Element;
[javac]  ^
[javac] EHResourceBundleDataCache.java:39: cannot find symbol
[javac] symbol  : class Cache
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceBundleDataCache
[javac]   private Cache dataCache;
[javac]   ^
[javac] EHResourceBundleDataCache.java:41: cannot find symbol
[javac] symbol  : class Cache
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceBundleDataCache
[javac]   public EHResourceBundleDataCache(final Cache dataCache)
[javac]  ^
[javac] EHResourceDataCache.java:20: package net.sf.ehcache does not exist
[javac] import net.sf.ehcache.Cache;
[javac]  ^
[javac] EHResourceDataCache.java:21: package net.sf.ehcache does not exist
[javac] import net.sf.ehcache.CacheException;
[javac]  ^
[javac] EHResourceDataCache.java:22: package net.sf.ehcache does not exist
[javac] import net.sf.ehcache.Element;
[javac]  ^
[javac] EHResourceDataCache.java:39: cannot find symbol
[javac] symbol  : class Cache
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceDataCache
[javac]   private Cache dataCache;
[javac]   ^
[javac] EHResourceDataCache.java:41: cannot find symbol
[javac] symbol  : class Cache
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceDataCache
[javac]   public EHResourceDataCache(final Cache dataCache)
[javac]^
[javac] EHResourceFactoryCache.java:20: package net.sf.ehcache does not 
exist
[javac] import net.sf.ehcache.Cache;
[javac]  ^
[javac] EHResourceFactoryCache.java:21: package net.sf.ehcache does not 
exist
[javac] import net.sf.ehcache.CacheException;
[javac]  ^
[javac] EHResourceFactoryCache.java:22: package net.sf.ehcache does not 
exist
[javac] import net.sf.ehcache.Element;
[javac]  ^
[javac] EHResourceFactoryCache.java:114: cannot find symbol
[javac] symbol  : class Cache
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
[javac]   private Cache factoryCache;
[javac]   ^
[javac] EHResourceFactoryCache.java:116: cannot find symbol
[javac] symbol  : class Cache
[javac] location: class 
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
[javac]   public EHResourceFactoryCache(final Cache factoryCache)
[javac]   ^
[javac] ResourceException.java:45: warning: [deprecation] 
StackableException(java.lang.String,java.lang.Exception) in 
org.pentaho.reporting.libraries.base.util.StackableException has been 

Bug#661970: libloader: FTBFS: package net.sf.ehcache does not exist

2012-03-02 Thread Miguel Landaeta
tag 661970 + patch
thanks

This issue is easily solved using ehcache-core version-less jar in debian/rules 
file.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
diff -Nru libloader-1.1.6.dfsg/debian/changelog 
libloader-1.1.6.dfsg/debian/changelog
--- libloader-1.1.6.dfsg/debian/changelog   2011-11-24 16:56:18.0 
-0430
+++ libloader-1.1.6.dfsg/debian/changelog   2012-03-02 20:46:45.0 
-0430
@@ -1,3 +1,10 @@
+libloader (1.1.6.dfsg-4) unstable; urgency=low
+
+  * Team upload.
+  * d/rules: Use version-less ehcache-core jar file. (Closes: #661970).
+
+ -- Miguel Landaeta mig...@miguel.cc  Fri, 02 Mar 2012 20:47:22 -0430
+
 libloader (1.1.6.dfsg-3) unstable; urgency=low
 
   * add build-depends on ant-optional (closes: #648916) 
diff -Nru libloader-1.1.6.dfsg/debian/rules libloader-1.1.6.dfsg/debian/rules
--- libloader-1.1.6.dfsg/debian/rules   2011-11-01 10:44:26.0 -0430
+++ libloader-1.1.6.dfsg/debian/rules   2012-03-02 20:45:13.0 -0430
@@ -6,7 +6,7 @@
 
 JAVA_HOME := /usr/lib/jvm/default-java
 
-DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase 
commons-logging ehcache-core-2.1.0 batik batik-svg-dom xml-apis-ext junit 
ant-contrib ant-junit
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase 
commons-logging ehcache-core batik batik-svg-dom xml-apis-ext junit ant-contrib 
ant-junit
 DEB_ANT_BUILDFILE := build.xml
 DEB_ANT_BUILD_TARGET := compile jar javadoc
 DEB_ANT_CHECK_TARGET := test


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.