Your message dated Thu, 15 Mar 2012 21:26:59 +0000
with message-id <[email protected]>
and subject line Bug#661970: fixed in libloader 1.1.6.dfsg-4
has caused the Debian Bug report #661970,
regarding libloader: FTBFS: package net.sf.ehcache does not exist
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
661970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661970
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
libloader_1.1.6.dfsg-3_amd64.build.gz
Description: Binary data
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: libloader
Source-Version: 1.1.6.dfsg-4
We believe that the bug you reported is fixed in the latest version of
libloader, which is due to be installed in the Debian FTP archive:
libloader-java-doc_1.1.6.dfsg-4_all.deb
to main/libl/libloader/libloader-java-doc_1.1.6.dfsg-4_all.deb
libloader-java_1.1.6.dfsg-4_all.deb
to main/libl/libloader/libloader-java_1.1.6.dfsg-4_all.deb
libloader_1.1.6.dfsg-4.debian.tar.gz
to main/libl/libloader/libloader_1.1.6.dfsg-4.debian.tar.gz
libloader_1.1.6.dfsg-4.dsc
to main/libl/libloader/libloader_1.1.6.dfsg-4.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Miguel Landaeta <[email protected]> (supplier of updated libloader package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 02 Mar 2012 20:47:22 -0430
Source: libloader
Binary: libloader-java libloader-java-doc
Architecture: source all
Version: 1.1.6.dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Miguel Landaeta <[email protected]>
Description:
libloader-java - Java general purpose resource loading framework
libloader-java-doc - Java general purpose resource loading framework --
documentation
Closes: 661970
Changes:
libloader (1.1.6.dfsg-4) unstable; urgency=low
.
* Team upload.
* d/rules: Use version-less ehcache-core jar file. (Closes: #661970).
Checksums-Sha1:
fbe002d07e787503adbefed82f7b65cc08062260 2286 libloader_1.1.6.dfsg-4.dsc
40890882defccacc46d540b21261fdc4d745388e 3217
libloader_1.1.6.dfsg-4.debian.tar.gz
5e7a460275e555999194b060b73022b10c4ad251 112710
libloader-java_1.1.6.dfsg-4_all.deb
0ad9514decba09b66d79910b43f278b19cdb3487 218624
libloader-java-doc_1.1.6.dfsg-4_all.deb
Checksums-Sha256:
50a67abe6b085ce9fc4130a68d6ab2c04d06b104bb2a59101395bc7b5edf32cc 2286
libloader_1.1.6.dfsg-4.dsc
0ae24c3a656d7a43ae9193bdc26abbf6c47f29dd27964c507f03d96c2d7cdc57 3217
libloader_1.1.6.dfsg-4.debian.tar.gz
49bfe52744a353fc9b0cdb8c1e4bed6a0f02356bb6688ca0cd915be373538e1f 112710
libloader-java_1.1.6.dfsg-4_all.deb
715631b12943c949288e7f7a06317ef5f78c42e5cbe23ec1feac8e7215d45e64 218624
libloader-java-doc_1.1.6.dfsg-4_all.deb
Files:
6154d5e7cf5c47bf9a74c52c03ab06ce 2286 java optional libloader_1.1.6.dfsg-4.dsc
c9bc08e55d122fd5910a57cfb4e3e586 3217 java optional
libloader_1.1.6.dfsg-4.debian.tar.gz
aa736481d1ce0cd49eed627924c02fb5 112710 java optional
libloader-java_1.1.6.dfsg-4_all.deb
40f95d0ff7ac9f4458668c30a33df4d4 218624 doc optional
libloader-java-doc_1.1.6.dfsg-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJPYlDyAAoJEAqgRXHQPj5wUSAQAKP3LM6YwVkf36z9HuHWarc6
LmllH0vFKgy4uy9ADDrKB7rAWXLnjw/rupf6zM8yJGC5fks8X5/ZEqCYt5Mvna/4
19MoPvVluP17qoBlA6WZsnZ7d5IaBhi2LI83z+uzvO7+3G6WwmeyyE9/cmasOzJh
uGYQAtEcYud4kHszGOqdDtM8zAQRqNCnrxdwUcngNTSpLibHxeD9ztnfTDuwSFoe
I4CPBqrnpliWyXBH6qBOoJ6Ii0zLSp2MlDmB/ypavIwbdr8aqSc3rqWR9B/ym/Pn
aUhpQp7cBzLVtkSwSBDjQxe2A59eC7stWOoB07uir29XIJq1gKusABgi/arUTNC2
P0pDk8p/Jzrav9qyPMPkoDY9UN9cVQIRvpmV5IutkYXbxzzbRPxgXJYoPOxYC/h5
p2tb8QQ4Hn5IPdcqzEHxofRCxi9vflXxx+vzNVtZ3+eNy8GVF0Tlqws0J5GP7MVN
LX+Kgl/9pTf3NDBSY3jW25uwuQHl0fN7D4M+iqfpU1VAg9UX/T7NUlMCYxSj40w2
L8Vmzw4wDjw/l6IlKKnl7tjn/cuxEvZvG35+L0vXX3+2UyFsvFPucXKO3utR68yH
SFxHuRFGhDbfzCft3a9gVWwiWqYkmtYkqROsn80ZFacw29tN5WUfytacQGgo6qOc
u5hv4tQS50RZ8sdgs9R/
=z6rp
-----END PGP SIGNATURE-----
--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.