Control: reassign -1 netlib-java
Control: tags -1 help

Hi Santiago,

thanks a lot for your QA work.

On Tue, Mar 05, 2019 at 12:19:46AM +0000, Santiago Vila wrote:
> 
> -do-compile:
>     [mkdir] Created dir: /<<BUILDDIR>>/mtj-0.9.14+dfsg/build/empty
>     [mkdir] Created dir: 
> /<<BUILDDIR>>/mtj-0.9.14+dfsg/build/generated-sources/ap-source-output
>     [javac] Compiling 129 source files to 
> /<<BUILDDIR>>/mtj-0.9.14+dfsg/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 6
>     [javac] warning: [options] source value 6 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 1.6 is obsolete and will be 
> removed in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<BUILDDIR>>/mtj-0.9.14+dfsg/src/no/uib/cipr/matrix/AbstractSymmBandMatrix.java:25:
>  error: package org.netlib.blas does not exist
>     [javac] import org.netlib.blas.BLAS;
>     [javac]                       ^
>     [javac] 
> /<<BUILDDIR>>/mtj-0.9.14+dfsg/src/no/uib/cipr/matrix/AbstractSymmBandMatrix.java:26:
>  error: package org.netlib.lapack does not exist
>     [javac] import org.netlib.lapack.LAPACK;
>     [javac]                         ^
...
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 100 errors
>     [javac] 4 warnings

Mtj is corretc that classes org.netlib.blas.BLAS and
org.netlib.lapack.LAPACK do not exist.  I've reassigned the
bug to netlib-java.  I realised that

    /usr/share/java/netlib-java-0.9.3.jar

is nearly empty, specifically

    /org/netlib/arpack
    /org/netlib/blas
    /org/netlib/lapack

do not contain any classes.  Given that the last changelog for
netlib-java reads


netlib-java (0.9.3-4) unstable; urgency=medium

  * Deactivate watch file since in debian/README.source is declared that
    we do not really want to package the new versions
  * debhelper 12
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.3.0
  * Secure URI in copyright format

 -- Andreas Tille <ti...@debian.org>  Sun, 13 Jan 2019 21:11:05 +0100


and the previous version on snapshots[1] contains a proper jar file with
all classes I suspect some issue with a change in the Java VM.
Unfortunately I have no idea how to fix this and hope Debian Java team
can help here.

Kind regards

       Andreas.

[1] 
https://snapshot.debian.org/archive/debian/20160625T105051Z/pool/main/n/netlib-java/libnetlib-java_0.9.3-3_all.deb

-- 
http://fam-tille.de

Reply via email to