Your message dated Tue, 25 Jun 2013 12:20:14 +0000
with message-id <e1ursei-0006o8...@franck.debian.org>
and subject line Bug#713139: fixed in libhibernate3-java 3.6.10.Final-2
has caused the Debian Bug report #713139,
regarding oscache: FTBFS:     [javac] 
/«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:77:
 cannot find symbol
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 ow...@bugs.debian.org
immediately.)


-- 
713139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: oscache
Version: 2.4.1+ds1-3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/default-java/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.jar:/usr/share/java/servlet-api-2.5.jar:/usr/share/java/jsp-api-2.1.jar:/usr/share/java/glassfish-javaee.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true   -buildfile debian/build.xml -propertyfile 
> /«BUILDDIR»/oscache-2.4.1+ds1/debian/ant.properties jar
> Buildfile: /«BUILDDIR»/oscache-2.4.1+ds1/debian/build.xml
> 
> compile:
>     [mkdir] Created dir: /«BUILDDIR»/oscache-2.4.1+ds1/class
>     [javac] /«BUILDDIR»/oscache-2.4.1+ds1/debian/build.xml:13: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
>     [javac] Compiling 65 source files to /«BUILDDIR»/oscache-2.4.1+ds1/class
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:5:
>  package org.hibernate.cache does not exist
>     [javac] import org.hibernate.cache.Cache;
>     [javac]                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:6:
>  package org.hibernate.cache does not exist
>     [javac] import org.hibernate.cache.CacheException;
>     [javac]                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:7:
>  package org.hibernate.cache does not exist
>     [javac] import org.hibernate.cache.Timestamper;
>     [javac]                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:20:
>  cannot find symbol
>     [javac] symbol: class Cache
>     [javac] public class OSCache implements Cache {
>     [javac]                                 ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:40:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public Object get(Object key) throws CacheException {
>     [javac]                                          ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:53:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public void put(Object key, Object value) throws 
> CacheException {
>     [javac]                                                      ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:60:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public void remove(Object key) throws CacheException {
>     [javac]                                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:67:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public void clear() throws CacheException {
>     [javac]                                ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:74:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public void destroy() throws CacheException {
>     [javac]                                  ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:83:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public void lock(Object key) throws CacheException {
>     [javac]                                         ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:90:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public void unlock(Object key) throws CacheException {
>     [javac]                                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:146:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public void update(Object key, Object value) throws 
> CacheException {
>     [javac]                                                         ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:153:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]     public Object read(Object key) throws CacheException {
>     [javac]                                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:8:
>  package org.hibernate.cache does not exist
>     [javac] import org.hibernate.cache.Cache;
>     [javac]                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:9:
>  package org.hibernate.cache does not exist
>     [javac] import org.hibernate.cache.CacheException;
>     [javac]                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:10:
>  package org.hibernate.cache does not exist
>     [javac] import org.hibernate.cache.CacheProvider;
>     [javac]                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:11:
>  package org.hibernate.cache does not exist
>     [javac] import org.hibernate.cache.Timestamper;
>     [javac]                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:12:
>  package org.hibernate.util does not exist
>     [javac] import org.hibernate.util.StringHelper;
>     [javac]                          ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:31:
>  cannot find symbol
>     [javac] symbol: class CacheProvider
>     [javac] public class OSCacheProvider implements CacheProvider {
>     [javac]                                         ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:59:
>  cannot find symbol
>     [javac] symbol  : class Cache
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCacheProvider
>     [javac]     public Cache buildCache(String region, Properties properties) 
> throws CacheException {
>     [javac]            ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:59:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCacheProvider
>     [javac]     public Cache buildCache(String region, Properties properties) 
> throws CacheException {
>     [javac]                                                                   
>        ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:103:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCacheProvider
>     [javac]     public void start(Properties hibernateSystemProperties) 
> throws CacheException {
>     [javac]                                                                   
>  ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/JavaGroupsBroadcastingListener.java:18:
>  warning: [deprecation] org.jgroups.blocks.NotificationBus in 
> org.jgroups.blocks has been deprecated
>     [javac] import org.jgroups.blocks.NotificationBus;
>     [javac]                          ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/JavaGroupsBroadcastingListener.java:38:
>  warning: [deprecation] org.jgroups.blocks.NotificationBus in 
> org.jgroups.blocks has been deprecated
>     [javac] public class JavaGroupsBroadcastingListener extends 
> AbstractBroadcastingListener implements NotificationBus.Consumer {
>     [javac]                                                                   
>                           ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/JavaGroupsBroadcastingListener.java:82:
>  warning: [deprecation] org.jgroups.blocks.NotificationBus in 
> org.jgroups.blocks has been deprecated
>     [javac]     private NotificationBus bus;
>     [javac]             ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:98:
>  cannot find symbol
>     [javac] symbol  : variable Timestamper
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]         return Timestamper.next();
>     [javac]                ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCache.java:105:
>  cannot find symbol
>     [javac] symbol  : variable Timestamper
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCache
>     [javac]         return Timestamper.ONE_MS * 60000; //ie. 60 seconds
>     [javac]                ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:63:
>  cannot find symbol
>     [javac] symbol  : variable StringHelper
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCacheProvider
>     [javac]             String refreshPeriodString = cache.getProperty( 
> StringHelper.qualify(region, OSCACHE_REFRESH_PERIOD) );
>     [javac]                                                             ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:66:
>  cannot find symbol
>     [javac] symbol  : variable StringHelper
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCacheProvider
>     [javac]             String cron = cache.getProperty( 
> StringHelper.qualify(region, OSCACHE_CRON) );
>     [javac]                                              ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:70:
>  cannot find symbol
>     [javac] symbol  : class CacheException
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCacheProvider
>     [javac]         throw new CacheException("OSCache was stopped or wasn't 
> configured via method start.");
>     [javac]                   ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/hibernate/OSCacheProvider.java:77:
>  cannot find symbol
>     [javac] symbol  : variable Timestamper
>     [javac] location: class com.opensymphony.oscache.hibernate.OSCacheProvider
>     [javac]         return Timestamper.next();
>     [javac]                ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/AbstractBroadcastingListener.java:159:
>  warning: [deprecation] flushPattern(java.lang.String,java.lang.String) in 
> com.opensymphony.oscache.base.Cache has been deprecated
>     [javac]                 cache.flushPattern((String) message.getData(), 
> CLUSTER_ORIGIN);
>     [javac]                      ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/plugins/clustersupport/JavaGroupsBroadcastingListener.java:113:
>  warning: [deprecation] org.jgroups.blocks.NotificationBus in 
> org.jgroups.blocks has been deprecated
>     [javac]             bus = new NotificationBus(BUS_NAME, properties);
>     [javac]                       ^
>     [javac] 
> /«BUILDDIR»/oscache-2.4.1+ds1/src/java/com/opensymphony/oscache/web/tag/FlushTag.java:146:
>  warning: [deprecation] flushPattern(java.lang.String) in 
> com.opensymphony.oscache.base.Cache has been deprecated
>     [javac]                 cache.flushPattern(pattern);
>     [javac]                      ^
>     [javac] 28 errors
>     [javac] 6 warnings
> 
> BUILD FAILED
> /«BUILDDIR»/oscache-2.4.1+ds1/debian/build.xml:13: Compile failed; see the 
> compiler error output for details.
> 
> Total time: 4 seconds
> make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/oscache_2.4.1+ds1-3_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: libhibernate3-java
Source-Version: 3.6.10.Final-2

We believe that the bug you reported is fixed in the latest version of
libhibernate3-java, which is due to be installed in the Debian FTP archive.

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 713...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated libhibernate3-java 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jun 2013 13:00:36 +0200
Source: libhibernate3-java
Binary: libhibernate3-java libhibernate3-java-doc
Architecture: source all
Version: 3.6.10.Final-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description: 
 libhibernate3-java - Relational Persistence for Idiomatic Java
 libhibernate3-java-doc - Relational Persistence for Idiomatic Java 
(documentation)
Closes: 713139
Changes: 
 libhibernate3-java (3.6.10.Final-2) unstable; urgency=low
 .
   * Use canonical URLs for the Vcs-* fields
   * Build depend on a recent version of maven-debian-helper to ensure
     the jars are properly installed in /usr/share/java (Closes: #713139)
   * Install the cleaned up tarball in the parent directory
Checksums-Sha1: 
 c39418252f0df1f76b87982949071927008ccf16 2922 
libhibernate3-java_3.6.10.Final-2.dsc
 414a245047e1d116f2f83e627a1708448e524e75 12069 
libhibernate3-java_3.6.10.Final-2.debian.tar.gz
 b65f6a9187ae52e230703ca56b0e43764006d062 3406526 
libhibernate3-java_3.6.10.Final-2_all.deb
 8da53e989bc9865ec1aea0ddb80909aa729163b0 5294702 
libhibernate3-java-doc_3.6.10.Final-2_all.deb
Checksums-Sha256: 
 ef2ae9f6ebc7f4d208ad331b2046e7ad7c67af28a2a78a5d26621a7bc97cadfa 2922 
libhibernate3-java_3.6.10.Final-2.dsc
 ac7a00ff9f71bc4c79c4db499fe4362780425065cb8cacdd4f1da3e03904ae4d 12069 
libhibernate3-java_3.6.10.Final-2.debian.tar.gz
 8150d13a830fa9a2dc1a291e268225fead646832888bd2d0add3d8c25d9ddbfd 3406526 
libhibernate3-java_3.6.10.Final-2_all.deb
 b12772c41bf0f04908a596526e3dc13ecced34b0beb281a0865de5f8b58882df 5294702 
libhibernate3-java-doc_3.6.10.Final-2_all.deb
Files: 
 69e7c71cf41216fe223969cfe32d440e 2922 java optional 
libhibernate3-java_3.6.10.Final-2.dsc
 f8d9588ea7473c87ec5dc324bd7a2e66 12069 java optional 
libhibernate3-java_3.6.10.Final-2.debian.tar.gz
 dd042b66d34f0646c5efabde4044ca38 3406526 java optional 
libhibernate3-java_3.6.10.Final-2_all.deb
 3ef7f187596b89b601c686e3e61ec88c 5294702 doc optional 
libhibernate3-java-doc_3.6.10.Final-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRyYgLAAoJEAVLu599gGRCv1gP/1DAmcn9e6+MXL0gV1dcxrI0
Sn4BX4RY2T9S9ZNh+//IHKNG0/o4ItFeLJ30nHoY710BghAWCCkNq6r15Xdftggy
kbYakzs3zc3/FQZMKW07XCJhiT24fenE5au2P3LbmlmidYjleOJx1GCgv2Byilb3
W91IiGzbsp+ozTDqEYciRCziRoLFfim06xKFpYo2Am1u8DMG6lc5JyjPMdxN75Id
nWEwEUccap9PHbADfLPF4o7P8/GKwxiFWvqArphu4mv1lRAJek9rNLLwCd5LVP0o
VS5YlDBYDdQMxtVfp2zk1ilXE1M5Ge6DXIrKPNh1hrWrQkx1pc15V/uwqyfnMQP9
dosxq++RCJOQM5CZjYv8FM0kxJuj1/yTSvch2kCqTnCadjVTW8NpgGwZrjwUzM8+
QTo8c3pWhXtWi8BulprEDq8N6VGjNE7d2dpHC4eMl7lMO2U4Qc7FPV8FZAoC+0Tp
y5Yq+q9W0PHSOKOvFKqM7iFJjeRJ+QE74ivOtOd38idygsCIi3CzsObyJqLMeBRl
guMONH8/8aIfg/Ri7krv6XKHXYM5WrzHdnPEU1gh7g3eZP+dBI1rmzjZUEhcD0WU
38p4kgzC9sIhzpZUMNMoxr2EIDIKGL29K4ukkq+FI7ZRTRsh8qzKJCjdDKUNg+EY
v9NP1ki2/zLkwqg8w5Mq
=JwzD
-----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
debian-j...@lists.debian.org for discussions and questions.

Reply via email to