Bug#893849: default-jre: Recommends default-java-plugin, which is no longer built

2018-03-23 Thread Vincent Lefevre
Package: default-jre
Version: 2:1.9-62
Severity: important

default-jre 2:1.9-62 still has:

  Recommends: default-java-plugin

but default-java-plugin is no longer built.

Because of that, aptitude refuses to upgrade default-jre without
a manual intervention:

The following packages depend on version 2:1.8-59 of default-jre, and will be  ▒
broken if it is upgraded.  ▒
   ▒
  * default-java-plugin (held/unchanged, 2:1.8-59) depends on default-jre (=   ▒
2:1.8-59)  ▒

(I suppose that aptitude doesn't try to remove the automatically
installed default-java-plugin package because it would break a
Recommends, as signaled by the second resolution choice.)

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.15.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages default-jre depends on:
ii  default-jre-headless  2:1.9-62
ii  openjdk-9-jre 9.0.4+12-2

Versions of packages default-jre recommends:
pn  default-java-plugin  

default-jre suggests no packages.

-- no debconf information

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#666256: libservlet2.5-java: trying to overwrite .../servlet-api-debian.pom in libservlet2.4-java

2012-03-29 Thread Vincent Lefevre
Package: libservlet2.5-java
Version: 6.0.35-2
Severity: grave
Justification: renders package unusable

libservlet2.5-java can't be upgraded from 6.0.35-1+squeeze2 to 6.0.35-2
if libservlet2.4-java 5.5.33-1 is installed:

Preparing to replace libservlet2.5-java 6.0.35-1+squeeze2 (using 
.../libservlet2.5-java_6.0.35-2_all.deb) ...
Unpacking replacement libservlet2.5-java ...
dpkg: error processing 
/var/cache/apt/archives/libservlet2.5-java_6.0.35-2_all.deb (--unpack):
 trying to overwrite 
'/usr/share/maven-repo/javax/servlet/servlet-api/debian/servlet-api-debian.pom',
 which is also in package libservlet2.4-java 5.5.33-1
configured to not write apport reports

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



__
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#350729: cacao: Incorrect result due to computations in extended precision on x86 (regression)

2006-01-31 Thread Vincent Lefevre
Package: cacao
Version: 0.94-1
Severity: normal

With the following program:

public class test {
public static void main(String[] args) throws Exception {
test t = new test();
t.doTest();
}

volatile double x, y, z, d;

public void doTest() {
x = 9007199254740994.0; /* 2^53 + 2 */
y = 1.0 - 1/65536.0;
z = x + y;
d = z - x;
System.out.println(z =  + z);
System.out.println(d =  + d);
}
}

I get on an x86 machine:

z = 9.007199254740996E15
d = 2.0

According to the Java specifications, computations must correspond
to the IEEE-754 double precision, and the result is incorrect.

Package cacao 0.93-4 did not have this problem:

z = 9.007199254740994E15
d = 0.0

For more information about this problem under Linux/x86 and various JVMs:

  http://www.vinc17.org/research/extended.html

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.4-20051215
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages cacao depends on:
ii  binutils 2.16.1cvs20060117-1 The GNU assembler, linker and bina
ii  classpath2:0.20-2clean room standard Java libraries
ii  classpath-common 2:0.20-2architecture independent files
ii  libc62.3.5-12GNU C Library: Shared libraries an
ii  libltdl3 1.5.22-2A system independent dlopen wrappe
ii  zlib1g   1:1.2.3-9   compression library - runtime

cacao recommends no packages.

-- no debconf information


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers