Your message dated Tue, 12 May 2015 07:04:51 +0000
with message-id <e1ys4fh-0005t7...@franck.debian.org>
and subject line Bug#784947: fixed in t-digest 1:3.0-1
has caused the Debian Bug report #784947,
regarding libt-digest-java: Version 3.1 is severely incompatible with version 
3.0
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.)


-- 
784947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784947
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libt-digest-java
Version: 3.0-1
Severity: grave

Elasticsearch 1.4.5 cannot be built with libt-digest-java/3.1-1 installed.
Reverting back to 3.0-1 resolves this problem.

The attached report generated by japi-compliance-checker shows that the
3.1 is backwards incompatible. The package should therefore be reverted
to 3.0.

-Hilko
Title: t-digest: 3.0 to 3.1 compatibility report

API compatibility report for the t-digest library  between 3.0 and 3.1 versions


Test Info


Library Namet-digest
Version #13.0
Version #23.1
Java Version1.7.0_79
SubjectBinary Compatibility

Test Results


Total Java ARchives1
Total Methods / Classes192 / 13
VerdictIncompatible
(30.2%)

Problem Summary


SeverityCount
Added Methods-33
Removed MethodsHigh10
Problems with
Data Types
High4
Medium1
Low4
Problems with
Methods
High1
Medium0
Low0

Added Methods (33)


t-digest-3.1.jar, AbstractTDigest.class
package com.tdunning.math.stats
AbstractTDigest.weightedAverage ( double x1, int w1, double x2, int w2 ) [static]  :  double
AbstractTDigest.weightedAverageSorted ( double x1, int w1, double x2, int w2 ) [static]  :  double

t-digest-3.1.jar, ArrayDigest.class
package com.tdunning.math.stats
ArrayDigest.centroids ( )  :  java.util.Collection<Centroid>

t-digest-3.1.jar, AVLTreeDigest.class
package com.tdunning.math.stats
AVLTreeDigest.centroids ( )  :  java.util.Collection<Centroid>

t-digest-3.1.jar, Encoding.class
package com.tdunning.math.stats
MergingDigest.Encoding.valueOf ( String name ) [static]  :  MergingDigest.Encoding
MergingDigest.Encoding.values ( ) [static]  :  MergingDigest.Encoding[ ]

t-digest-3.1.jar, GroupTree.class
package com.tdunning.math.stats
GroupTree.add ( Centroid centroid )  :  boolean
GroupTree.add ( Object x0 )  :  boolean

t-digest-3.1.jar, MergingDigest.class
package com.tdunning.math.stats
MergingDigest.add ( double x, int w )  :  void
MergingDigest.add ( double x, int w, java.util.List<Double> history )  :  void
MergingDigest.asBytes ( java.nio.ByteBuffer buf )  :  void
MergingDigest.asSmallBytes ( java.nio.ByteBuffer buf )  :  void
MergingDigest.byteSize ( )  :  int
MergingDigest.cdf ( double x )  :  double
MergingDigest.centroids ( )  :  java.util.Collection<Centroid>
MergingDigest.compress ( )  :  void
MergingDigest.compression ( )  :  double
MergingDigest.fromBytes ( java.nio.ByteBuffer buf ) [static]  :  MergingDigest
MergingDigest.MergingDigest ( double compression )
MergingDigest.MergingDigest ( double compression, int bufferSize )
MergingDigest.MergingDigest ( double compression, int bufferSize, int size )
MergingDigest.quantile ( double q )  :  double
MergingDigest.recordAllData ( )  :  TDigest
MergingDigest.size ( )  :  long
MergingDigest.smallByteSize ( )  :  int

t-digest-3.1.jar, Sort.class
package com.tdunning.math.stats
Sort.checkPartition ( int[ ] order, double[ ] values, double pivotValue, int start, int low, int high, int end ) [static]  :  void
Sort.Sort ( )
Sort.sort ( int[ ] order, double[ ] values ) [static]  :  void
Sort.sort ( int[ ] order, double[ ] values, int n ) [static]  :  void

t-digest-3.1.jar, TDigest.class
package com.tdunning.math.stats
TDigest.centroids ( ) [abstract]  :  java.util.Collection<Centroid>
TDigest.createAvlTreeDigest ( double compression ) [static]  :  TDigest
TDigest.createDigest ( double compression ) [static]  :  TDigest

t-digest-3.1.jar, TreeDigest.class
package com.tdunning.math.stats
TreeDigest.centroids ( )  :  java.util.Collection<Centroid>

to the top

Removed Methods (10)


t-digest-3.0.jar, AbstractTDigest.class
package com.tdunning.math.stats
AbstractTDigest.compress ( GroupTree p1 ) [abstract]  :  void

t-digest-3.0.jar, ArrayDigest.class
package com.tdunning.math.stats
ArrayDigest.centroidCount ( )  :  int
ArrayDigest.compress ( GroupTree other )  :  void

t-digest-3.0.jar, AVLTreeDigest.class
package com.tdunning.math.stats
AVLTreeDigest.centroidCount ( )  :  int
AVLTreeDigest.compress ( GroupTree other )  :  void

t-digest-3.0.jar, GroupTree.class
package com.tdunning.math.stats
GroupTree.add ( Centroid centroid )  :  void

t-digest-3.0.jar, TDigest.class
package com.tdunning.math.stats
TDigest.centroidCount ( ) [abstract]  :  int
TDigest.centroids ( ) [abstract]  :  Centroid>

t-digest-3.0.jar, TreeDigest.class
package com.tdunning.math.stats
TreeDigest.centroidCount ( )  :  int
TreeDigest.compress ( GroupTree other )  :  void

to the top

Problems with Data Types, High Severity (4)


t-digest-3.0.jar
package com.tdunning.math.stats
[+] AbstractTDigest (1)
[+] GroupTree (1)
[+] TDigest (2)

to the top

Problems with Methods, High Severity (1)


t-digest-3.0.jar, GroupTree
package com.tdunning.math.stats
[+] GroupTree.add ( Centroid centroid )  :  void (1)

to the top

Problems with Data Types, Medium Severity (1)


t-digest-3.0.jar
package com.tdunning.math.stats
[+] TDigest (1)

to the top

Problems with Data Types, Low Severity (4)


t-digest-3.0.jar
package com.tdunning.math.stats
[+] ArrayDigest (1)
[+] AVLTreeDigest (1)
[+] GroupTree (1)
[+] TreeDigest (1)

to the top

Java ARchives (1)


t-digest-3.0.jar

to the top



Test Info


Library Namet-digest
Version #13.0
Version #23.1
Java Version1.7.0_79
SubjectSource Compatibility

Test Results


Total Java ARchives1
Total Methods / Classes192 / 13
VerdictIncompatible
(29.7%)

Problem Summary


SeverityCount
Added Methods-32
Removed MethodsHigh9
Problems with
Data Types
High5
Medium0
Low1
Problems with
Methods
High0
Medium0
Low0

Added Methods (32)


t-digest-3.1.jar, AbstractTDigest.class
package com.tdunning.math.stats
AbstractTDigest.weightedAverage ( double x1, int w1, double x2, int w2 ) [static]  :  double
AbstractTDigest.weightedAverageSorted ( double x1, int w1, double x2, int w2 ) [static]  :  double

t-digest-3.1.jar, ArrayDigest.class
package com.tdunning.math.stats
ArrayDigest.centroids ( )  :  java.util.Collection<Centroid>

t-digest-3.1.jar, AVLTreeDigest.class
package com.tdunning.math.stats
AVLTreeDigest.centroids ( )  :  java.util.Collection<Centroid>

t-digest-3.1.jar, Encoding.class
package com.tdunning.math.stats
MergingDigest.Encoding.valueOf ( String name ) [static]  :  MergingDigest.Encoding
MergingDigest.Encoding.values ( ) [static]  :  MergingDigest.Encoding[ ]

t-digest-3.1.jar, GroupTree.class
package com.tdunning.math.stats
GroupTree.add ( Object x0 )  :  boolean

t-digest-3.1.jar, MergingDigest.class
package com.tdunning.math.stats
MergingDigest.add ( double x, int w )  :  void
MergingDigest.add ( double x, int w, java.util.List<Double> history )  :  void
MergingDigest.asBytes ( java.nio.ByteBuffer buf )  :  void
MergingDigest.asSmallBytes ( java.nio.ByteBuffer buf )  :  void
MergingDigest.byteSize ( )  :  int
MergingDigest.cdf ( double x )  :  double
MergingDigest.centroids ( )  :  java.util.Collection<Centroid>
MergingDigest.compress ( )  :  void
MergingDigest.compression ( )  :  double
MergingDigest.fromBytes ( java.nio.ByteBuffer buf ) [static]  :  MergingDigest
MergingDigest.MergingDigest ( double compression )
MergingDigest.MergingDigest ( double compression, int bufferSize )
MergingDigest.MergingDigest ( double compression, int bufferSize, int size )
MergingDigest.quantile ( double q )  :  double
MergingDigest.recordAllData ( )  :  TDigest
MergingDigest.size ( )  :  long
MergingDigest.smallByteSize ( )  :  int

t-digest-3.1.jar, Sort.class
package com.tdunning.math.stats
Sort.checkPartition ( int[ ] order, double[ ] values, double pivotValue, int start, int low, int high, int end ) [static]  :  void
Sort.Sort ( )
Sort.sort ( int[ ] order, double[ ] values ) [static]  :  void
Sort.sort ( int[ ] order, double[ ] values, int n ) [static]  :  void

t-digest-3.1.jar, TDigest.class
package com.tdunning.math.stats
TDigest.centroids ( ) [abstract]  :  java.util.Collection<Centroid>
TDigest.createAvlTreeDigest ( double compression ) [static]  :  TDigest
TDigest.createDigest ( double compression ) [static]  :  TDigest

t-digest-3.1.jar, TreeDigest.class
package com.tdunning.math.stats
TreeDigest.centroids ( )  :  java.util.Collection<Centroid>

to the top

Removed Methods (9)


t-digest-3.0.jar, AbstractTDigest.class
package com.tdunning.math.stats
AbstractTDigest.compress ( GroupTree p1 ) [abstract]  :  void

t-digest-3.0.jar, ArrayDigest.class
package com.tdunning.math.stats
ArrayDigest.centroidCount ( )  :  int
ArrayDigest.compress ( GroupTree other )  :  void

t-digest-3.0.jar, AVLTreeDigest.class
package com.tdunning.math.stats
AVLTreeDigest.centroidCount ( )  :  int
AVLTreeDigest.compress ( GroupTree other )  :  void

t-digest-3.0.jar, TDigest.class
package com.tdunning.math.stats
TDigest.centroidCount ( ) [abstract]  :  int
TDigest.centroids ( ) [abstract]  :  Centroid>

t-digest-3.0.jar, TreeDigest.class
package com.tdunning.math.stats
TreeDigest.centroidCount ( )  :  int
TreeDigest.compress ( GroupTree other )  :  void

to the top

Problems with Data Types, High Severity (5)


t-digest-3.0.jar
package com.tdunning.math.stats
[+] AbstractTDigest (1)
[+] GroupTree (1)
[+] TDigest (3)

to the top

Problems with Data Types, Low Severity (1)


t-digest-3.0.jar
package com.tdunning.math.stats
[+] GroupTree (1)

to the top

Java ARchives (1)


t-digest-3.0.jar

to the top



Generated on Mon May 11 03:29:17 2015 for t-digest by Java API Compliance Checker 1.3.7  
A tool for checking backward compatibility of a Java library API  

--- End Message ---
--- Begin Message ---
Source: t-digest
Source-Version: 1:3.0-1

We believe that the bug you reported is fixed in the latest version of
t-digest, 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 784...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilko Bengen <ben...@debian.org> (supplier of updated t-digest 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, 11 May 2015 03:47:30 +0200
Source: t-digest
Binary: libt-digest-java libt-digest-java-doc
Architecture: source all
Version: 1:3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Hilko Bengen <ben...@debian.org>
Changed-By: Hilko Bengen <ben...@debian.org>
Description:
 libt-digest-java - Data structure for quantiles and related rank statistics
 libt-digest-java-doc - Documentation for libt-digest-java
Closes: 784947
Changes:
 t-digest (1:3.0-1) unstable; urgency=medium
 .
   * Reverted to t-digest 3.0 because 3.1 had introduced grave API/ABI
     incompatibility issues. (Closes: #784947)
   * Bumped epoch
Checksums-Sha1:
 a0ed2569746a3232ecbf3f7b9e6ccf088b958a53 2095 t-digest_3.0-1.dsc
 47af3e74956316bb436fd4b82d1199669e209b3c 3282914 t-digest_3.0.orig.tar.gz
 b0f37903bf49a7f3b265d38eac86383fd6395fd8 3140 t-digest_3.0-1.debian.tar.xz
 4c3e068a1467791a396e19b7264c5c79ee0066c1 49562 libt-digest-java_3.0-1_all.deb
 ca75ec5230e8754ddc2dffbc59e6a5f0093f9265 110952 
libt-digest-java-doc_3.0-1_all.deb
Checksums-Sha256:
 b5ce2781492a8872bcd4c97ba1561b553d282acb8aff4a1f56b40b6f5956f7b5 2095 
t-digest_3.0-1.dsc
 a18185a8e12be50ee27167d915e3e7a5cc596f2b714c3bd883975367a5ed250d 3282914 
t-digest_3.0.orig.tar.gz
 e89e24f463e56a7e9642d1e6260ebfeaf301ffef24d6a74e56c93d584ffd4b56 3140 
t-digest_3.0-1.debian.tar.xz
 eab4fecacb10b19228b8cfb1e7f6ba2fc793a5a31c4adcd6901b2ec3b4325281 49562 
libt-digest-java_3.0-1_all.deb
 3a227dd384a24e6d1ac64f0323c8491ea7262f53cd67253e0f14b7c941db07a8 110952 
libt-digest-java-doc_3.0-1_all.deb
Files:
 ef9b7d89e194144866579cc44a458c94 2095 java optional t-digest_3.0-1.dsc
 b2c5cf4bafb4ba108a19a0ee1c024f7d 3282914 java optional t-digest_3.0.orig.tar.gz
 e74902a8edf4e93884645edb1eb149ec 3140 java optional 
t-digest_3.0-1.debian.tar.xz
 d73306a7f37313ccfd834a3d9e83bc20 49562 java optional 
libt-digest-java_3.0-1_all.deb
 1ba0da6b624fe0f625e21734cc6226fa 110952 doc optional 
libt-digest-java-doc_3.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVUBJIAAoJEHW3EGNcITp+kwAQAJVxZMBtxRD7BHT4g6Z5oblL
8Me7g8FYSk53uDOYWqjMSteB5xSwL+BXgB44aw1FX2NPzhU4k23VnwPH7Z6b/6uj
J5XmfkSuY5TTSJOjl32Ae6d4im/Nw/mcIWVAZL31js6bviyvRtLjEL5U+FyobJrK
1XkOn+GqnlAD9bQ96FYyVR4iqgQN87ZtQtdTf6eIAaTTXxuNDqRe7YKn3fPhGuVB
2llxUZXP1fh31NsRw5Pz0pBn8QXHAXD0WZ5Bo3pOOFkaeOWdNPJhq3xRFth8XVKS
z4xUV5QJSRe7TNWJgrY9s+FgYwYAThzLiXHvTf9/7uPuyQh9YjmwIYOC/Uqx6ocx
mv8gJpxR4C8kARuTaMa3qZySXJXM76AjdAjDSeHPgJyyToGZiFk6U3fQn+SbElrd
hDte5DSYdJiA5WBNadgHd9U3SmImjBD3xkvvsZKijyCDTQtqqdmbWIAmyfaKq1xS
FXcak7b87R9rmhII0Ut9tSze2DDDU/MdGq8tEjUdbufIc5OzoButgVxVH1aucrVH
9uJwjsOU+cH8e0FyVtgQxDmV84jTMN2UdBLJWlnI5QndVKj8JWnPeR3joZPiED7r
PRhC942X9a4bZcf4zpQhtXh8rigPhS7M9Kd5CcjhpHE/xzWHd/fpE5iW7As2tGeR
CFOUFUZKOKx1sqIrM7md
=egyz
-----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