Bug#661970: libloader: FTBFS: package net.sf.ehcache does not exist
Miguel Landaeta
miguel at miguel.cc
Sat Mar 3 01:03:00 UTC 2012
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 deprecated
[javac] super(message, ex);
[javac] ^
[javac] FileResourceLoader.java:173: warning: [deprecation] toURL() in java.io.File has been deprecated
[javac] return file.toURL();
[javac] ^
[javac] EHCacheProvider.java:43: cannot find symbol
[javac] symbol : variable CacheManager
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac] cacheManager = CacheManager.create();
[javac] ^
[javac] EHCacheProvider.java:56: cannot find symbol
[javac] symbol : class CacheManager
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac] final CacheManager manager = getCacheManager();
[javac] ^
[javac] EHCacheProvider.java:66: cannot find symbol
[javac] symbol : class CacheException
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac] catch (CacheException e)
[javac] ^
[javac] EHCacheProvider.java:76: cannot find symbol
[javac] symbol : class CacheManager
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac] final CacheManager manager = getCacheManager();
[javac] ^
[javac] EHCacheProvider.java:86: cannot find symbol
[javac] symbol : class CacheException
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac] catch (CacheException e)
[javac] ^
[javac] EHCacheProvider.java:96: cannot find symbol
[javac] symbol : class CacheManager
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac] final CacheManager manager = getCacheManager();
[javac] ^
[javac] EHCacheProvider.java:106: cannot find symbol
[javac] symbol : class CacheException
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHCacheProvider
[javac] catch (CacheException e)
[javac] ^
[javac] EHResourceBundleDataCache.java:64: cannot find symbol
[javac] symbol : class Element
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceBundleDataCache
[javac] final Element element = dataCache.get((Object) key);
[javac] ^
[javac] EHResourceBundleDataCache.java:82: cannot find symbol
[javac] symbol : class CacheException
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceBundleDataCache
[javac] catch (CacheException e)
[javac] ^
[javac] EHResourceBundleDataCache.java:103: cannot find symbol
[javac] symbol : class Element
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceBundleDataCache
[javac] final Element element = new Element(keyObject, valueObject);
[javac] ^
[javac] EHResourceBundleDataCache.java:103: cannot find symbol
[javac] symbol : class Element
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceBundleDataCache
[javac] final Element element = new Element(keyObject, valueObject);
[javac] ^
[javac] EHResourceDataCache.java:64: cannot find symbol
[javac] symbol : class Element
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceDataCache
[javac] final Element element = dataCache.get((Object) key);
[javac] ^
[javac] EHResourceDataCache.java:79: cannot find symbol
[javac] symbol : class CacheException
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceDataCache
[javac] catch (CacheException e)
[javac] ^
[javac] EHResourceDataCache.java:107: cannot find symbol
[javac] symbol : class Element
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceDataCache
[javac] dataCache.put(new Element(keyObject, dataCacheEntry));
[javac] ^
[javac] EHResourceFactoryCache.java:150: cannot find symbol
[javac] symbol : class Element
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
[javac] final Element element = factoryCache.get(new CompoundCacheKey(key, target));
[javac] ^
[javac] EHResourceFactoryCache.java:170: cannot find symbol
[javac] symbol : class CacheException
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
[javac] catch (CacheException e)
[javac] ^
[javac] EHResourceFactoryCache.java:185: cannot find symbol
[javac] symbol : class Element
[javac] location: class org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
[javac] factoryCache.put(new Element(source, (Object) resource));
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 37 errors
[javac] 2 warnings
BUILD FAILED
/tmp/buildd/libloader-1.1.6.dfsg/common_build.xml:1069: Compile failed; see the compiler error output for details.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (800, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libloader_1.1.6.dfsg-3_amd64.build.gz
Type: application/octet-stream
Size: 10758 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20120302/af16f274/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20120302/af16f274/attachment-0001.pgp>
More information about the pkg-java-maintainers
mailing list