Bug#849025: marked as done (jalview: FTBFS: error: cannot find symbol EnumCallback)

2021-02-06 Thread Debian Bug Tracking System
Your message dated Sun, 07 Feb 2021 06:33:21 +
with message-id 
and subject line Bug#849025: fixed in jalview 2.11.1.3+dfsg2-1
has caused the Debian Bug report #849025,
regarding jalview: FTBFS: error: cannot find symbol EnumCallback
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.)


-- 
849025: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849025
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jalview
Version: 2.7.dfsg-5
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Dear Maintainer,

jalview fails to build from source in unstable/amd64:

  […]

  [javac] «BUILDDIR»/src/jalview/ext/jmol/JalviewJmolBinding.java:952: 
error: cannot find symbol
  [javac]   public void notifyCallback(EnumCallback type, Object[] data)
  [javac]  ^
  [javac]   symbol:   class EnumCallback
  [javac]   location: class JalviewJmolBinding
  [javac] «BUILDDIR»/src/jalview/ext/jmol/JalviewJmolBinding.java:1006: 
error: cannot find symbol
  [javac]   public boolean notifyEnabled(EnumCallback callbackPick)
  [javac]^
  [javac]   symbol:   class EnumCallback
  [javac]   location: class JalviewJmolBinding
  [javac] «BUILDDIR»/src/jalview/ws/EnfinEnvision2OneWay.java:67: error: 
package com.lowagie.text.html does not exist
  [javac] import com.lowagie.text.html.HtmlEncoder;
  [javac] ^
  [javac] «BUILDDIR»/src/jalview/ws/rest/params/SeqVector.java:37: error: 
cannot find symbol
  [javac] import org.jmol.util.ArrayUtil;
  [javac] ^
  [javac]   symbol:   class ArrayUtil
  [javac]   location: package org.jmol.util
  [javac] «BUILDDIR»/src/jalview/appletgui/AppletJmol.java:32: error: 
cannot find symbol
  [javac] import org.jmol.viewer.JmolConstants;
  [javac]   ^
  [javac]   symbol:   class JmolConstants
  [javac]   location: package org.jmol.viewer
  [javac] «BUILDDIR»/src/jalview/appletgui/AppletJmolBinding.java:30: 
error: cannot find symbol
  [javac] import org.jmol.popup.JmolPopup;
  [javac]  ^
  [javac]   symbol:   class JmolPopup
  [javac]   location: package org.jmol.popup
  [javac] «BUILDDIR»/src/jalview/bin/Jalview.java:756: warning: non-varargs 
call of varargs method with inexact argument type for last parameter;
  [javac] gbcons = gbindingc.getConstructor(null);
  [javac]   ^
  [javac]   cast to Class for a varargs call
  [javac]   cast to Class[] for a non-varargs call and to suppress this 
warning
  [javac] «BUILDDIR»/src/jalview/bin/Jalview.java:757: warning: non-varargs 
call of varargs method with inexact argument type for last parameter;
  [javac] gbinding = gbcons.newInstance(null);
  [javac]   ^
  [javac]   cast to Object for a varargs call
  [javac]   cast to Object[] for a non-varargs call and to suppress this 
warning
  [javac] «BUILDDIR»/src/jalview/gui/Desktop.java:2177: warning: 
non-varargs call of varargs method with inexact argument type for last 
parameter;
  [javac]   Constructor gccons = gcClass.getConstructor(null);
  [javac]   ^
  [javac]   cast to Class for a varargs call
  [javac]   cast to Class[] for a non-varargs call and to suppress this 
warning
  [javac] «BUILDDIR»/src/jalview/gui/Desktop.java:2181: warning: 
non-varargs call of varargs method with inexact argument type for last 
parameter;
  [javac]   java.lang.reflect.Method run = gcClass.getMethod("run", 
null);
  [javac]   ^
  [javac]   cast to Class for a varargs call
  [javac]   cast to Class[] for a non-varargs call and to suppress this 
warning
  [javac] «BUILDDIR»/src/jalview/gui/Desktop.java:2182: warning: 
non-varargs call of varargs method with inexact argument type for last 
parameter;
  [javac]   Object gc = gccons.newInstance(null);
  [javac]  ^
  [javac]   cast to Object for a varargs call
  [javac]   cast to Object[] for a non-varargs call and to suppress this 
warning
  [javac] «BUILDDIR»/src/jalview/gui/Desktop.java:2185: warning: 
non-varargs call of varargs method 

jalview_2.11.1.3+dfsg2-1_source.changes ACCEPTED into unstable

2021-02-06 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 06 Feb 2021 23:04:36 +0100
Source: jalview
Architecture: source
Version: 2.11.1.3+dfsg2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Pierre Gruet 
Closes: 849025 897294
Changes:
 jalview (2.11.1.3+dfsg2-1) unstable; urgency=medium
 .
   [ Pierre Gruet ]
   * New upstream version (Closes: #849025)
   * New uploader (Closes: #897294)
   * Using version 4 in d/watch to remove files
   * Using secure URI in d/watch
   * Switching from cdbs to dh
   * Depending on debhelper-compat 13
   * Making the build with Maven instead of upstream's gradle
   * Removing call to classgraph, not needed for a Debian run
   * Updating build-dependencies list and d/jalview.classpath
   * Modifying the jar launcher by setting properly the jar manifest
   * Updating Vcs-* and Homepage fields in d/control
   * Refreshing d/copyright
   * Bump Standards version to 4.5.1:
 - Providing a FreeDesktop entry instead of former menu entry
 - Rules-Requires-Root: no
 - Using the https form of the copyright-format URL
   * Updating manpage
   * Deactivating Google Analytics, using a non-packaged and improperly
 licensed software
   * Adding Mime types in d/jalview.desktop and d/jalview-mime.xml
   * Adding autopkgtests
   * Integrating the patch of upstream to control the way the web services are
 launched
 .
   [ Steffen Moeller ]
   * Reintroduced debian/upstream/edam file
   * Created debian/upstream/metadata
 - references to papers
 - references to registries
   * Added prior forgotten PMID in metadata
   * d/u/metadata: syntax fixed(?) and URLs added
   * Added ref to conda, RRID->SciCrunch
 .
   [ Andreas Tille ]
   * d/rules: enforce LC_ALL=C.UTF-8 to cope with UTF-8 characters
Checksums-Sha1:
 548a554de254f0fd30c890bd240426cd52347135 2567 jalview_2.11.1.3+dfsg2-1.dsc
 f2b67678b7d343d94e3fe7bf0b3b56ae7c88d1fb 11035516 
jalview_2.11.1.3+dfsg2.orig.tar.xz
 cde21f50b59cfb0923959cb1418816075a035938 21684 
jalview_2.11.1.3+dfsg2-1.debian.tar.xz
 6cd625cdce30eea81828e828646d90e42d7f5f82 18103 
jalview_2.11.1.3+dfsg2-1_amd64.buildinfo
Checksums-Sha256:
 09fb0326ccc58d1edb17aae3a9f9a144c37adece49c43c7c869306493b743784 2567 
jalview_2.11.1.3+dfsg2-1.dsc
 ebf7a6102b6aba0d80c024774d3c71df5f13ab60fd2a7d7966a15da83883ad67 11035516 
jalview_2.11.1.3+dfsg2.orig.tar.xz
 138aa9cf7db20146e6267c500a82ff8f89bd920eed373a1a83978d520b93af38 21684 
jalview_2.11.1.3+dfsg2-1.debian.tar.xz
 6a40ad25523b758837334567167cc7fcbb00f50a8c64f2bf99bcd61d2d5e0345 18103 
jalview_2.11.1.3+dfsg2-1_amd64.buildinfo
Files:
 b8d27ca01ab874d8d2049d6afdf41d43 2567 science optional 
jalview_2.11.1.3+dfsg2-1.dsc
 67c1abe1d3c8e729b6989ad723935081 11035516 science optional 
jalview_2.11.1.3+dfsg2.orig.tar.xz
 75dab73f3b460ed83323287fcd5a84cf 21684 science optional 
jalview_2.11.1.3+dfsg2-1.debian.tar.xz
 e8e604b510b3fbb36f64e077e1eff3fb 18103 science optional 
jalview_2.11.1.3+dfsg2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmAfhOEACgkQYAMWptwn
dHapNA//aGuUpmYZelHwlB1DQBSi1TymQm5EEN6Y1BTmGGOZOAbyhM2elP/X8ZQc
yZ++9VyEcwVzmePPgle204wBJbjTY6rBqfQHfb4arFN7cH/HpZoo4NYqbYE+8TmE
QzsA+qjDS+JmjZ7oIULAzNKDjERPPCIP24CDUpmkwFL4iJ3Ru3FCefOaqbGymMpS
3xEpxJo/OzIscSZ2/q7A+V8rqX/h3tqvLaxLxjDkXVPfnPol1Nf1PxWGlwXVla/F
WHcufhPGKGxZD8mPkCxJKIcrC2rmXfBUgkHQVPNhLIvnOeE1cfJlMo+IgzvIOMvB
piUHId43rKNfYEkwnRkZiQIJSSLbwqNaGIs4kknwHuSIVmPbBeJVj9db7QKhXjJj
wxMo0oduu8Hvcra1q/ao0mfacy+3yw9a58W1pfR9z6L2+geO3mwhf5c/LfQ4DiBt
bCMTmhdiCrH0Si4iycG6BLQhhphr4Ziyx5AYPX8FKyg4ACDYYklYYckBOCySSvBy
XYIexP3d3YqBv7YwgM1W1MT7ObvPL5YQQJt1x9Pn7rIdESfxhzeCfETWyRnJT4Qe
7mx7RhBReXJ4zrjbMJEZqq5ib+/AGLy5zTb18lR4AiiPWz5r9tmO9g5Y1vO0vJ5T
XbXznRbaqEDLTjDcikZ1uVdEU6/wgS/YQq1U+UZw5achAL2NYiE=
=FGms
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

Processing of jalview_2.11.1.3+dfsg2-1_source.changes

2021-02-06 Thread Debian FTP Masters
jalview_2.11.1.3+dfsg2-1_source.changes uploaded successfully to localhost
along with the files:
  jalview_2.11.1.3+dfsg2-1.dsc
  jalview_2.11.1.3+dfsg2.orig.tar.xz
  jalview_2.11.1.3+dfsg2-1.debian.tar.xz
  jalview_2.11.1.3+dfsg2-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

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

libezmorph-java 1.0.6-4 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the libezmorph-java source package
in Debian's testing distribution has changed.

  Previous version: 1.0.6-3.1
  Current version:  1.0.6-4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

vorbis-java 0.8-3 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the vorbis-java source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.8-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

tika 1.22-2 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the tika source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.22-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

libjaxp1.3-java 1.3.05-6 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the libjaxp1.3-java source package
in Debian's testing distribution has changed.

  Previous version: 1.3.05-5.1
  Current version:  1.3.05-6

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

libjorbis-java 0.0.17-3 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the libjorbis-java source package
in Debian's testing distribution has changed.

  Previous version: 0.0.17-2.1
  Current version:  0.0.17-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

libmp3spi-java 1.9.5-2 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the libmp3spi-java source package
in Debian's testing distribution has changed.

  Previous version: 1.9.5-1.1
  Current version:  1.9.5-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

stringtemplate 3.2.1-3 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the stringtemplate source package
in Debian's testing distribution has changed.

  Previous version: 3.2.1-2.1
  Current version:  3.2.1-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

pantomime-clojure 2.1.0+dfsg-2 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the pantomime-clojure source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.1.0+dfsg-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

libbasicplayer-java 3.0-7 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the libbasicplayer-java source package
in Debian's testing distribution has changed.

  Previous version: 3.0-6.1
  Current version:  3.0-7

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

jgit 4.11.9-1 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the jgit source package
in Debian's testing distribution has changed.

  Previous version: 3.7.1-6
  Current version:  4.11.9-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

libjavaewah-java 1.1.7-1 MIGRATED to testing

2021-02-06 Thread Debian testing watch
FYI: The status of the libjavaewah-java source package
in Debian's testing distribution has changed.

  Previous version: 0.7.9-1
  Current version:  1.1.7-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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

ecj_3.16.0-1~bpo9+1_source.changes ACCEPTED into stretch-backports->backports-policy

2021-02-06 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2021 00:25:51 +0100
Source: ecj
Binary: ecj libecj-java
Architecture: source
Version: 3.16.0-1~bpo9+1
Distribution: stretch-backports
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 ecj- standalone version of the Eclipse Java compiler
 libecj-java - Eclipse Java compiler (library)
Changes:
 ecj (3.16.0-1~bpo9+1) stretch-backports; urgency=medium
 .
   * Rebuild for stretch-backports.
Checksums-Sha1:
 8e9700098a3bf51da9450074a3c28dd14e2db726 2015 ecj_3.16.0-1~bpo9+1.dsc
 ad75ba0cbf22fe00a002b087525854a9431a9cf5 13556 
ecj_3.16.0-1~bpo9+1.debian.tar.xz
 5e358c92fd14cd383d81f7393b61768fe6106a4f 7426 
ecj_3.16.0-1~bpo9+1_source.buildinfo
Checksums-Sha256:
 ccacab2bc24e302ad0f380a25725df7ca2d8c2882fa4dbd8ff8d2b8f7fec421b 2015 
ecj_3.16.0-1~bpo9+1.dsc
 c7c61a32a88a59ab2860947da810cc4109c776484198179affc80adf7f4e1b1e 13556 
ecj_3.16.0-1~bpo9+1.debian.tar.xz
 ab531498e5e27604eb56f5febcdabf5cb1e48ecbb19884f8baca969cbb02d51f 7426 
ecj_3.16.0-1~bpo9+1_source.buildinfo
Files:
 8753e8e37644d582bd0e68c8349435d8 2015 java optional ecj_3.16.0-1~bpo9+1.dsc
 5a5bbc1102771a8e061c48b706093ab1 13556 java optional 
ecj_3.16.0-1~bpo9+1.debian.tar.xz
 5d3069735b5cfac985469f807f05a6af 7426 java optional 
ecj_3.16.0-1~bpo9+1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmAfJdsSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsoYUQALGyOhQhZmbVZgKC1/huj0jEgruw9FPQ
xwD/R4zvfz5cRe9Fl833JoIaIqi6CXHZTAmCdTriaZo/mBnXhTANVlL9uqJMA8rQ
tK2pMd8r8OguIdQvxQbuXJzsLngP0u5RdnlY7RgvyVUvBRMuY90h05oufKVgcbf0
IipVJYNn9bPpRdyMrdui4DZ7fTwcNxaI5y3IeR//Y+8lvi1WCrNooTZnQioMMa5R
AejossAkVoKSj9iMLUNd2221AUTg0Yj/wITiMjrXQbHwB/DDFcoMgO12+rUiHIfx
hnVMYfOF49h+suGFa9tg/kp1yzv4J+z/S0g5R0HvQd1gut2MKsuGGH4tqakh77aE
Z/Ak6AL4OIopBXNQmtZO+IKoFXnlc+/sPgWZPCNLDqhpoQen0gjmEo3D+qe8cinl
+4hVkaHykbwK0ekLP1fu7ZDEe0M+u2K5tpSm+JDdOUUKSD9nUAhEUycw0bVmZ8b7
GDS5tM5L9DnjC+4trgCWaZT+7io4EC40cYvsZwrfUOrKA1kISSlPj4qBHANVhnIc
TE+c4QeeKnxwDcZDIzlv8H+5LufKR7vJb7n3/o03K1ZfSDAoqT77iLfa0rLPHHw6
OjqBSSFQffaO6eSsJe+efkoJSGcXGudRF3ZyCvc/C0+AxYQLtjNujcq1EBZ0MRRm
mApEGyp5ZRFU
=a8kj
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

Processing of ecj_3.16.0-1~bpo9+1_source.changes

2021-02-06 Thread Debian FTP Masters
ecj_3.16.0-1~bpo9+1_source.changes uploaded successfully to localhost
along with the files:
  ecj_3.16.0-1~bpo9+1.dsc
  ecj_3.16.0-1~bpo9+1.debian.tar.xz
  ecj_3.16.0-1~bpo9+1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

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

Bug#973135: Bug#973070: libsis-base-java: FTBFS: Could not delete the directory targets/unit-test-wd/ch.syst

2021-02-06 Thread Ivo De Decker
Hi,

On Thu, Oct 29, 2020 at 03:24:29PM +0100, Markus Koschany wrote:
> Am 29.10.20 um 15:11 schrieb Andreas Tille:
> > Hi,
> > 
> > here is a suggested patch for commons-io that would prevent making the
> > test in libsis-base-java fail.
> 
> It seems this is a six year old unresolved upstream bug.
> 
> https://issues.apache.org/jira/browse/IO-449
> 
> This should be fixed upstream in my opinion and not only in Debian. Other
> projects may rely exactly on that behavior.

Given that there is no clear consensus about what the exact behaviour should
be, I guess it's probably best to disable this test for now. I can confirm
that just commenting out the 2 tests in
src/test/java/org/codehaus/plexus/components/io/attributes/SymlinkUtilsTest.java
fixes the build.

As a side node: it seems that some of the builds succeed in the
reproducible-builds tests, while others do not. So the issue doesn't show up
in all cases. Maybe it's related to the type of filesystem used.

https://tests.reproducible-builds.org/debian/history/plexus-io.html

Cheers,

Ivo

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