reproducible.debian.net status changes for lucene2

2015-12-20 Thread Reproducible builds folks
2015-12-20 02:15 https://reproducible.debian.net/unstable/amd64/lucene2 changed 
from FTBFS -> unreproducible
2015-12-20 19:40 https://reproducible.debian.net/unstable/amd64/lucene2 changed 
from unreproducible -> FTBFS

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


reproducible.debian.net status changes for plexus-cipher

2015-12-20 Thread Reproducible builds folks
2015-12-20 03:04 https://reproducible.debian.net/unstable/amd64/plexus-cipher 
changed from FTBFS -> reproducible

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


Bug#808451: marked as done (plexus-compiler-1.0: FTBFS: AbstractCompilerTest.java:27: error: package org.apache.maven.artifact does not exist)

2015-12-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Dec 2015 23:49:40 +
with message-id 
and subject line Bug#808451: fixed in plexus-compiler-1.0 1.9.2-6
has caused the Debian Bug report #808451,
regarding plexus-compiler-1.0: FTBFS: AbstractCompilerTest.java:27: error: 
package org.apache.maven.artifact does not exist
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.)


-- 
808451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808451
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: plexus-compiler-1.0
Version: 1.9.2-5
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

plexus-compiler-1.0 fails to build from source in unstable/amd64:

  [..]

  [INFO] 

  [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:aggregate (default-cli) on 
project plexus-compiler: An error has occurred in JavaDocs report generation:
  [ERROR] Exit code: 1 - 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:27:
 error: package org.apache.maven.artifact does not exist
  [ERROR] import org.apache.maven.artifact.Artifact;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:28:
 error: package org.apache.maven.artifact does not exist
  [ERROR] import org.apache.maven.artifact.DefaultArtifact;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:29:
 error: package org.apache.maven.artifact.handler does not exist
  [ERROR] import org.apache.maven.artifact.handler.DefaultArtifactHandler;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:30:
 error: package org.apache.maven.artifact.test does not exist
  [ERROR] import org.apache.maven.artifact.test.ArtifactTestCase;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:31:
 error: package org.apache.maven.artifact.versioning does not exist
  [ERROR] import org.apache.maven.artifact.versioning.VersionRange;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:47:
 error: cannot find symbol
  [ERROR] extends ArtifactTestCase
  [ERROR] ^
  [ERROR] symbol: class ArtifactTestCase
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTckTest.java:38:
 error: cannot access TestCase
  [ERROR] public abstract class AbstractCompilerTckTest
  [ERROR] ^
  [ERROR] class file for junit.framework.TestCase not found
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:52:
 error: package org.eclipse.jdt.core.compiler does not exist
  [ERROR] import org.eclipse.jdt.core.compiler.IProblem;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:53:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.ClassFile;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:54:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.CompilationResult;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:55:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.Compiler;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:56:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
  [ERROR] ^
  [ERROR] 
/build/plexus

plexus-compiler-1.0_1.9.2-6_amd64.changes ACCEPTED into unstable

2015-12-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Dec 2015 00:00:01 +0100
Source: plexus-compiler-1.0
Binary: libplexus-compiler-1.0-java libplexus-compiler-1.0-java-doc
Architecture: source all
Version: 1.9.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libplexus-compiler-1.0-java - Plexus compiler system
 libplexus-compiler-1.0-java-doc - Documentation for The API for the Plexus 
compiler system
Closes: 808451
Changes:
 plexus-compiler-1.0 (1.9.2-6) unstable; urgency=medium
 .
   * Team upload.
   * Build with the DH sequencer instead of CDBS (Closes: #808451)
Checksums-Sha1:
 38f2322c5b53c5eb39edbdbd98e20236b73339db 2590 plexus-compiler-1.0_1.9.2-6.dsc
 5be5885c8e9d7314330ab438611e0159def92840 7312 
plexus-compiler-1.0_1.9.2-6.debian.tar.xz
 9fbe325a6d5e152d598277fbd5ba9ed64db5ad75 60422 
libplexus-compiler-1.0-java-doc_1.9.2-6_all.deb
 0987f74d3e5362cbdcc5eab8afab26d0a239cf5e 77374 
libplexus-compiler-1.0-java_1.9.2-6_all.deb
Checksums-Sha256:
 fd1d6545fb015faa24481f08b76bc75cb675f130cf1bc656c4435fcd910e7613 2590 
plexus-compiler-1.0_1.9.2-6.dsc
 834145937f8e9d153ed3cae126dae2c65425582f8d563ffe05ee01589d7249cc 7312 
plexus-compiler-1.0_1.9.2-6.debian.tar.xz
 ea19c996e5d7be65b734a050a93a4b5858c54f0e84a45b0021ad255a81725bd3 60422 
libplexus-compiler-1.0-java-doc_1.9.2-6_all.deb
 f4bef6e0fe9b34cd3cdf887adc6d0e3d712bf6dfba6f2e9900b5d9d65d131330 77374 
libplexus-compiler-1.0-java_1.9.2-6_all.deb
Files:
 61824a0a321d7d4819baf1a19c2394a2 2590 java optional 
plexus-compiler-1.0_1.9.2-6.dsc
 fffd5031c3ed01c897d847110dd394c4 7312 java optional 
plexus-compiler-1.0_1.9.2-6.debian.tar.xz
 9f97ebdd0d2bd7a920a44143800dd991 60422 doc optional 
libplexus-compiler-1.0-java-doc_1.9.2-6_all.deb
 707359a62d92ea9fa7a6a4b7a2e7de06 77374 java optional 
libplexus-compiler-1.0-java_1.9.2-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWdzTzAAoJEPUTxBnkudCsEogP/1GkJNlvwe3ljIEfW4gFc5Jy
0drAyXeJpE+l1sq88d0rQDHB8g8eQcmJq+SFx7MQ2USLeQMSPyfGJ6ZoLzBYdoNA
rBPObDEyOC9z60z7n4hnKLu9y/C1c+/vWmWwenTZgWGlbQHrLNQUGtSkpGafjNan
/timlFesftobheg17O6lejn+6s/C74qQ6vRtRPYZN4FUkUKzgtsSjoQHTYeAqSBf
DZ2qr4otYEaTUXC9zfAyx8Ap3F6fM/veVeqv5AUL48SXeNx0qUoLq0jc9SLPqssZ
tpeTYqjAjf4Yndr9S+WEAfFiAXPt1qzHrwGnjOphR337ieEUapN9FHHShL716Szq
Crr1JRulLpSWAtv+VeBGIG3Z/tX23w0MY/vqCwwVMDP2bwjRhZiHeD9BG7dbJoWz
h91SKpuMzEOrw+49tO/e7mADLBlW38jeoTBYFSMQMnOL7ImYqsXaA0rJxS5J0AI1
gyOMaGnR6gIyjN1NNL784du/TpuBIf1rat3KuuCveKibwA+KrztO7TJyd2FCmJiu
kBNOMtmZ3izaaKNzEVrjYozzdapsl28dILvNlX70TV8UXKwb4/I/U2rnAmXm/93F
rBNs9Jmd09aX8ga3d+kCaop9XdQu0+IltGnaaixtzJlCM++GrRJ+wwx1pWhEvnOA
yuFzPlSZmFYy6AOA3Qp6
=tiRW
-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 plexus-compiler-1.0_1.9.2-6_amd64.changes

2015-12-20 Thread Debian FTP Masters
plexus-compiler-1.0_1.9.2-6_amd64.changes uploaded successfully to localhost
along with the files:
  plexus-compiler-1.0_1.9.2-6.dsc
  plexus-compiler-1.0_1.9.2-6.debian.tar.xz
  libplexus-compiler-1.0-java-doc_1.9.2-6_all.deb
  libplexus-compiler-1.0-java_1.9.2-6_all.deb

Greetings,

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

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


Bug#808494: marked as done (junit4: FTBFS: Plugin com.google.code.maven-replacer-plugin:replacer:1.5.3 or one of its dependencies could not be resolved)

2015-12-20 Thread Debian Bug Tracking System
Your message dated Sun, 20 Dec 2015 22:46:01 +
with message-id 
and subject line Bug#808494: fixed in junit4 4.12-3
has caused the Debian Bug report #808494,
regarding junit4: FTBFS: Plugin 
com.google.code.maven-replacer-plugin:replacer:1.5.3 or one of its dependencies 
could not be resolved
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.)


-- 
808494: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808494
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: junit4
Version: 4.12-2
Severity: serious
Justification: fails to build from source
Tags: sid 
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/junit4-4.12 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Dmaven.repo.local=/junit4-4.12/debian/maven-repo  package -DskipTests
[INFO] Scanning for projects...
[INFO] 
[INFO] 
[INFO] Building JUnit 4.12
[INFO] 
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ junit ---
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ junit ---
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 0.589 s
[INFO] Finished at: 2015-12-20T14:00:33+00:00
[INFO] Final Memory: 8M/360M
[INFO] 
[ERROR] Failed to execute goal 
com.google.code.maven-replacer-plugin:replacer:1.5.3:replace (default) on 
project junit: Execution default of goal 
com.google.code.maven-replacer-plugin:replacer:1.5.3:replace failed: Plugin 
com.google.code.maven-replacer-plugin:replacer:1.5.3 or one of its dependencies 
could not be resolved: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
org.codehaus.plexus:plexus-utils:jar:1.1 has not been downloaded from it 
before. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
/usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/junit4.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: junit4
Source-Version: 4.12-3

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

Debian distribution maintenance software
pp.
Markus Koschany  (supplier of updated junit4 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: SHA512

Format: 1.8
Date: Sun, 20 Dec 2015 21:57:58 +0100
Source: junit4
Binary: junit4 junit4-doc
Architecture: source all
Version: 4.12-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 junit4 - JUnit regression test framework for Java
 junit4-doc - JUnit regression test framework for Java - documentation
Closes: 808494
Changes:
 junit4 (4.12-3) unstable; urgency=medium
 .
   * Team upload.
   * mave

junit4_4.12-3_amd64.changes ACCEPTED into unstable

2015-12-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 20 Dec 2015 21:57:58 +0100
Source: junit4
Binary: junit4 junit4-doc
Architecture: source all
Version: 4.12-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 junit4 - JUnit regression test framework for Java
 junit4-doc - JUnit regression test framework for Java - documentation
Closes: 808494
Changes:
 junit4 (4.12-3) unstable; urgency=medium
 .
   * Team upload.
   * maven.ignoreRules: Ignore maven replacer plugin to prevent a FTBFS.
 (Closes: #808494)
   * Add Version.java.patch as a replacement for the replacer plugin.
   * Do not remove Version.java in clean target.
   * Switch from cdbs to dh sequencer.
   * Vcs-Browser: Use https.
   * Install all API documentation with junit4-doc.install.
   * Add privacy-breach-logo.patch and fit the Lintian error of the same name.
Checksums-Sha1:
 d86683e37b89dc38e4d1fea2006fb3524d8cb109 2423 junit4_4.12-3.dsc
 09e6894c9fcc516719b6a43da36e50b14336ea70 11812 junit4_4.12-3.debian.tar.xz
 4b38ac484d39a9a7c41ff33904aa23ce900e68ad 324652 junit4-doc_4.12-3_all.deb
 6572738401beb606281b4357903e5e39ed2d4de1 285218 junit4_4.12-3_all.deb
Checksums-Sha256:
 d74880864a19bac0236e96135fb6b24862cb4517a9db453ac13a2d7973929aef 2423 
junit4_4.12-3.dsc
 4412f37b35cbce6a4bb31737d432a07713cbdde1fc267253b0087d9881bab41e 11812 
junit4_4.12-3.debian.tar.xz
 0a04228b3fff7bd3a164f9e9532eed2b78efcd4fb6699b2d9d0749d738dcb325 324652 
junit4-doc_4.12-3_all.deb
 84499fe15e5f9c7227b8cdd7273a773f1099bab7c259c645429c39b14d2e806c 285218 
junit4_4.12-3_all.deb
Files:
 de8d254ee0d6a798a1dc9c412a3ff5cb 2423 java optional junit4_4.12-3.dsc
 3c6c5ea1cd8c635c7077f55598973588 11812 java optional 
junit4_4.12-3.debian.tar.xz
 00b2bae15bab4f1cc4ee24270890120b 324652 doc optional junit4-doc_4.12-3_all.deb
 a339a071ab200ded7e6e28fe9be58241 285218 java optional junit4_4.12-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJWdxd8XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkNDQP/jjvMd4HlpBuuxMYTLD1jnWb
8Fz2a5KUzG8MJJYVBxvuRrvYoh5K+2ojzfXYQ6l/W1tcYvuTvzH14ShDZgk6BJ1W
92WqnLtPLp2zgxVpnpcpAOohz5Zj5MKRBmRtAZsAPTtHszaVY6IoxbvQPhqx15jX
nO0UAXOVRIxly5/75jZQ6KPZyLzdgX0kdCtvgMF6gNZLfG1B63ATZZni427YF3Ow
vD8CYtcjyO1/f5qgPpyiDB3kjZUa6kXVfV4iBu1B/qUAbFj9jUhWFGSWRDfdx3Ew
xOGIQiJiyBCSc4IM91tx9X2hgOZLpux3nwh2UjkMCD8boJStda8wXm2gSX15B90J
Unmy9BhvowmPnzWYiIV41c3KOz8Zie6nhcKZGbWFetDy9BXS5PZC1pfewcGWr46Q
m5kjYIjYOOCCYBpq96BKg4V8SS3mZHDuE4S/ozc3mHDE4WGkYhy9J78EmxDQLeWU
xH+nS4PZNAOWUsQhwZOL4JOdk9sSgVmMZUGY38k/LKBXhUb/c2LPWzW/A/OJW2rr
ln14YnOkDm2u6B8tHXd2UdU81//ilXSnPSgYDPo6DZXgzOjd84ZwpkgYredCTMFZ
2fMsC0Ksr4YI235U8Bn0zyNuA5qhKnp/r7BAgLrDOlyOQy+8TUyhk5Kan/2o371K
A4ah4l+Rou2JD0/nwzAo
=IYyS
-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 junit4_4.12-3_amd64.changes

2015-12-20 Thread Debian FTP Masters
junit4_4.12-3_amd64.changes uploaded successfully to localhost
along with the files:
  junit4_4.12-3.dsc
  junit4_4.12-3.debian.tar.xz
  junit4-doc_4.12-3_all.deb
  junit4_4.12-3_all.deb

Greetings,

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

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


Processing of junit4_4.12-3_amd64.changes

2015-12-20 Thread Debian FTP Masters
junit4_4.12-3_amd64.changes uploaded successfully to ftp-master.debian.org
along with the files:
  junit4_4.12-3.dsc
  junit4_4.12-3.debian.tar.xz
  junit4-doc_4.12-3_all.deb
  junit4_4.12-3_all.deb

Greetings,

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

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


tomcat8_8.0.14-1+deb8u1_amd64.changes ACCEPTED into proposed-updates->stable-new, proposed-updates

2015-12-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 18 Dec 2015 10:20:56 +0100
Source: tomcat8
Binary: tomcat8-common tomcat8 tomcat8-user libtomcat8-java libservlet3.1-java 
libservlet3.1-java-doc tomcat8-admin tomcat8-examples tomcat8-docs
Architecture: source all
Version: 8.0.14-1+deb8u1
Distribution: jessie-security
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libservlet3.1-java - Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API 
classes
 libservlet3.1-java-doc - Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java 
API documenta
 libtomcat8-java - Apache Tomcat 8 - Servlet and JSP engine -- core libraries
 tomcat8- Apache Tomcat 8 - Servlet and JSP engine
 tomcat8-admin - Apache Tomcat 8 - Servlet and JSP engine -- admin web 
application
 tomcat8-common - Apache Tomcat 8 - Servlet and JSP engine -- common files
 tomcat8-docs - Apache Tomcat 8 - Servlet and JSP engine -- documentation
 tomcat8-examples - Apache Tomcat 8 - Servlet and JSP engine -- example web 
applicati
 tomcat8-user - Apache Tomcat 8 - Servlet and JSP engine -- tools to create user
Changes:
 tomcat8 (8.0.14-1+deb8u1) jessie-security; urgency=medium
 .
   * Fixed CVE-2014-7810: Malicious web applications could use expression
 language to bypass the protections of a Security Manager as expressions
 were evaluated within a privileged code section.
Checksums-Sha1:
 8fdb845c8a4eaa99954304bb457e15ffcc51b356 2842 tomcat8_8.0.14-1+deb8u1.dsc
 a7e2dc9204fe9afd075c293edf50fb364d4e3026 3342416 tomcat8_8.0.14.orig.tar.xz
 d783d94d475440773ac7fa16bcbab5b742a16a25 39548 
tomcat8_8.0.14-1+deb8u1.debian.tar.xz
 7b5935e9fa32f92bf054e5a4a17dd828ce03d54e 54918 
tomcat8-common_8.0.14-1+deb8u1_all.deb
 b6d0ddc9bfd1c7bcc0f3e0f50e4dec271e3e95fa 44148 tomcat8_8.0.14-1+deb8u1_all.deb
 4db5110d7864f90ba6814c4395f864c93137f8c9 32066 
tomcat8-user_8.0.14-1+deb8u1_all.deb
 632f53ff16caf48b766113789a5d05bb5a05f666 4584846 
libtomcat8-java_8.0.14-1+deb8u1_all.deb
 78f75c57ef3ea8760bcbcf65822051c1bff40f25 389674 
libservlet3.1-java_8.0.14-1+deb8u1_all.deb
 b2d97bde54c44a0cb75bac9b69f0cbe3469d5375 244670 
libservlet3.1-java-doc_8.0.14-1+deb8u1_all.deb
 fd2d839dc52603fbb759cc9285a89ba043accfb3 33326 
tomcat8-admin_8.0.14-1+deb8u1_all.deb
 25d86e64acb3117339b79f70a11f8ed2e92622ce 191946 
tomcat8-examples_8.0.14-1+deb8u1_all.deb
 fb6734e3bb7b5cb4c1ffb6b092ff43a9438d056a 685572 
tomcat8-docs_8.0.14-1+deb8u1_all.deb
Checksums-Sha256:
 8aa9aeb58f1e737f6e54b5f859d80fd9911be30968cf1d9bef354f2e4af76435 2842 
tomcat8_8.0.14-1+deb8u1.dsc
 88a33409bf713882942cedfd41adb54e940060e625df532511d515b848f3460c 3342416 
tomcat8_8.0.14.orig.tar.xz
 a7a36b5f700ce6043ac85f3ca0a843129ac7395343133d8a9b8dc493d9b23763 39548 
tomcat8_8.0.14-1+deb8u1.debian.tar.xz
 ba38ed7fe91c339f40c7c6c308e3f382f26d4cd9aeb3a81d29e0386fe7dd94f3 54918 
tomcat8-common_8.0.14-1+deb8u1_all.deb
 59046381b73451a36e268625c0dde42f529fa66f18964ff26dd14bd1cd419b1f 44148 
tomcat8_8.0.14-1+deb8u1_all.deb
 42ed5aa08799de58e048792cc69371ccad27ac44ec930c5a00da0c602d827273 32066 
tomcat8-user_8.0.14-1+deb8u1_all.deb
 ced303b3808110add4fab490e1593dfd2c3d88f150a597e13803625a4977181b 4584846 
libtomcat8-java_8.0.14-1+deb8u1_all.deb
 584c500dd798f6556f502feb9ddec4ab4a1cb2570d51a1b42c4af80d1f805857 389674 
libservlet3.1-java_8.0.14-1+deb8u1_all.deb
 12b06d186a2fab59fd119727a568385f0a8c3f8921a8b97bed9a15ca6f749b16 244670 
libservlet3.1-java-doc_8.0.14-1+deb8u1_all.deb
 b7b0caa638194e7613bc7f5f6be7719ef5a0a4d136e4d1a6a792ad43ccafe1e8 33326 
tomcat8-admin_8.0.14-1+deb8u1_all.deb
 275ca0144bf841b430fba1ac95d12a759d6bc9725283515f1894c357d40b1ecc 191946 
tomcat8-examples_8.0.14-1+deb8u1_all.deb
 9a7361ace9ba97ddb36971d23feb49650f3ecadec654fc7a703dec4054c8fb69 685572 
tomcat8-docs_8.0.14-1+deb8u1_all.deb
Files:
 b8427a6a8e5f07cbd01007cec749d103 2842 java optional tomcat8_8.0.14-1+deb8u1.dsc
 79b0e89d210ede119d2c6b47654cd6f1 3342416 java optional 
tomcat8_8.0.14.orig.tar.xz
 49f864fc1b36e16afe2f4dfd53cb7e02 39548 java optional 
tomcat8_8.0.14-1+deb8u1.debian.tar.xz
 2714c33c458e1133bc50510bf12827de 54918 java optional 
tomcat8-common_8.0.14-1+deb8u1_all.deb
 555fd82db6e8f543b7a74f169bc5adfd 44148 java optional 
tomcat8_8.0.14-1+deb8u1_all.deb
 994c66aa8a579a40b52c89fbef791f5c 32066 java optional 
tomcat8-user_8.0.14-1+deb8u1_all.deb
 993f4498d4850cad8905afd9156d4831 4584846 java optional 
libtomcat8-java_8.0.14-1+deb8u1_all.deb
 89d4314fa9aadb238247f0f3d6cc41e8 389674 java optional 
libservlet3.1-java_8.0.14-1+deb8u1_all.deb
 82ae812cf02fe8ea537b098d41c0993a 244670 doc optional 
libservlet3.1-java-doc_8.0.14-1+deb8u1_all.deb
 1c759e3d41021b5c2cb79546a7081bf4 33326 java optional 
tomcat8-admin_8.0.14-1+deb8u1_all.deb
 8d6af8e85f0c0c291221336ca84e8dc6 191946 java optional 
tomcat8-examples_8.0.14-1+deb8u1_all.deb
 efea5cfcd0064e19f3ac2b6d3bd1743f 685572 doc optional 
tomcat8-docs_8.0.14-1+deb8u1_all.deb

-BEGIN PGP SIGNATURE-
Version: 

maven-bundle-plugin 2.5.4-3 MIGRATED to testing

2015-12-20 Thread Debian testing watch
FYI: The status of the maven-bundle-plugin source package
in Debian's testing distribution has changed.

  Previous version: 2.4.0-2
  Current version:  2.5.4-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.


antlr3.2 3.2-14 MIGRATED to testing

2015-12-20 Thread Debian testing watch
FYI: The status of the antlr3.2 source package
in Debian's testing distribution has changed.

  Previous version: 3.2-13
  Current version:  3.2-14

-- 
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.


wagon2 2.10-2 MIGRATED to testing

2015-12-20 Thread Debian testing watch
FYI: The status of the wagon2 source package
in Debian's testing distribution has changed.

  Previous version: 2.10-1
  Current version:  2.10-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.


maven-ear-plugin 2.8-1 MIGRATED to testing

2015-12-20 Thread Debian testing watch
FYI: The status of the maven-ear-plugin source package
in Debian's testing distribution has changed.

  Previous version: 2.3.2-3
  Current version:  2.8-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.


libandroid-json-org-java 20121204-20090211-2 MIGRATED to testing

2015-12-20 Thread Debian testing watch
FYI: The status of the libandroid-json-org-java source package
in Debian's testing distribution has changed.

  Previous version: 20121204-20090211-1
  Current version:  20121204-20090211-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.


objenesis 2.2-1 MIGRATED to testing

2015-12-20 Thread Debian testing watch
FYI: The status of the objenesis source package
in Debian's testing distribution has changed.

  Previous version: 2.1-2
  Current version:  2.2-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.


mustache-java 0.8.17-5 MIGRATED to testing

2015-12-20 Thread Debian testing watch
FYI: The status of the mustache-java source package
in Debian's testing distribution has changed.

  Previous version: 0.8.17-4
  Current version:  0.8.17-5

-- 
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.


maven2-core 2.2.1-24 MIGRATED to testing

2015-12-20 Thread Debian testing watch
FYI: The status of the maven2-core source package
in Debian's testing distribution has changed.

  Previous version: 2.2.1-23
  Current version:  2.2.1-24

-- 
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.


Bug#808498: antlr4: FTBFS: org.codehaus.plexus:plexus-compiler-api:jar:debian has not been downloaded

2015-12-20 Thread Chris West (Faux)
Source: antlr4
Version: 4.5.1-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

[INFO] 
[INFO] Building ANTLR 4 Maven plugin 4.5.1
[INFO] 
[WARNING] The POM for org.codehaus.plexus:plexus-compiler-api:jar:debian is 
missing, no dependency information available
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] ANTLR 4  SUCCESS [  0.287 s]
[INFO] ANTLR 4 Runtime  SUCCESS [  6.361 s]
[INFO] ANTLR 4 Tool ... SUCCESS [  6.611 s]
[INFO] ANTLR 4 Maven plugin ... FAILURE [  0.055 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 13.455 s
[INFO] Finished at: 2015-12-20T13:32:24+00:00
[INFO] Final Memory: 19M/454M
[INFO] 
[ERROR] Failed to execute goal on project antlr4-maven-plugin: Could not 
resolve dependencies for project 
org.antlr:antlr4-maven-plugin:maven-plugin:4.5.1: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
org.codehaus.plexus:plexus-compiler-api:jar:debian has not been downloaded from 
it before. -> [Help 1]
...
/usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/antlr4.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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


Bug#808496: jsmpp: FTBFS: Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:2.5.4

2015-12-20 Thread Chris West (Faux)
Source: jsmpp
Version: 2.1.2-2
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

touch debian/stamp-poms-patched
# before-build target may be used to unpatch the pom files, so we need to check 
if
# patching the pom files is needed here, normally not
if [ ! -f pom.xml.save ]; then \
/usr/bin/make -f debian/rules patch-poms; \
fi
cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/jsmpp-2.1.2 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Dmaven.repo.local=/jsmpp-2.1.2/debian/maven-repo  package -DskipTests
[INFO] Scanning for projects...
[WARNING] The POM for biz.aQute:bndlib:jar:debian is missing, no dependency 
information available
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin 
org.apache.felix:maven-bundle-plugin:2.5.4 or one of its dependencies could not 
be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in 
offline mode and the artifact biz.aQute:bndlib:jar:debian has not been 
downloaded from it before. @ 
[ERROR] Unknown packaging: bundle @ line 7, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.jsmpp:jsmpp:2.1.2 (/jsmpp-2.1.2/pom.xml) has 2 errors
[ERROR] Unresolveable build extension: Plugin 
org.apache.felix:maven-bundle-plugin:2.5.4 or one of its dependencies could not 
be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in 
offline mode and the artifact biz.aQute:bndlib:jar:debian has not been 
downloaded from it before. -> [Help 2]
[ERROR] Unknown packaging: bundle @ line 7, column 13
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
/usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/jsmpp.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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


Bug#808494: junit4: FTBFS: Plugin com.google.code.maven-replacer-plugin:replacer:1.5.3 or one of its dependencies could not be resolved

2015-12-20 Thread Chris West (Faux)
Source: junit4
Version: 4.12-2
Severity: serious
Justification: fails to build from source
Tags: sid 
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/junit4-4.12 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Dmaven.repo.local=/junit4-4.12/debian/maven-repo  package -DskipTests
[INFO] Scanning for projects...
[INFO] 
[INFO] 
[INFO] Building JUnit 4.12
[INFO] 
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ junit ---
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ junit ---
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 0.589 s
[INFO] Finished at: 2015-12-20T14:00:33+00:00
[INFO] Final Memory: 8M/360M
[INFO] 
[ERROR] Failed to execute goal 
com.google.code.maven-replacer-plugin:replacer:1.5.3:replace (default) on 
project junit: Execution default of goal 
com.google.code.maven-replacer-plugin:replacer:1.5.3:replace failed: Plugin 
com.google.code.maven-replacer-plugin:replacer:1.5.3 or one of its dependencies 
could not be resolved: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
org.codehaus.plexus:plexus-utils:jar:1.1 has not been downloaded from it 
before. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
/usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/junit4.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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


Bug#808487: eclipse-subclipse: FTBFS: Unsatisfied import package org.tigris.subversion.svnclientadapter_0.0.0.

2015-12-20 Thread Chris West (Faux)
Source: eclipse-subclipse
Version: 1.10.3-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:


generateScript:
[eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
[eclipse.buildScript] Bundle org.tigris.subversion.clientadapter.javahl:
[eclipse.buildScript]   Unsatisfied import package 
org.tigris.subversion.svnclientadapter_0.0.0.
[eclipse.buildScript]   Unsatisfied import package 
org.tigris.subversion.svnclientadapter.javahl_0.0.0.
[eclipse.buildScript] Bundle org.tigris.subversion.clientadapter.javahl.win32:
[eclipse.buildScript]   Host plug-in 
org.tigris.subversion.clientadapter.javahl_[1.8.0,1.9.0) has not been found.
[eclipse.buildScript] Bundle org.tigris.subversion.clientadapter.javahl.win64:
[eclipse.buildScript]   Host plug-in 
org.tigris.subversion.clientadapter.javahl_[1.8.0,1.9.0) has not been found.
[eclipse.buildScript] Bundle org.tigris.subversion.clientadapter.svnkit:
[eclipse.buildScript]   Missing required plug-in 
org.tmatesoft.svnkit_[1.8.0,1.9.0).
[eclipse.buildScript] Bundle org.tigris.subversion.subclipse.graph:
[eclipse.buildScript]   Missing required plug-in org.eclipse.draw2d_3.2.0.
[eclipse.buildScript]   Missing required plug-in org.eclipse.gef_3.2.0.
[eclipse.buildScript] Bundle org.tigris.subversion.subclipse.graph.test:
[eclipse.buildScript]   Missing required plug-in 
org.tigris.subversion.subclipse.graph_0.0.0.
[eclipse.buildScript] Bundle org.tigris.subversion.subclipse.mylyn:
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.tasks.core_[3.0.0,4.0.0).
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.tasks.ui_[3.0.0,4.0.0).
[eclipse.buildScript]   Missing required plug-in 
org.eclipse.mylyn.team.ui_[3.0.0,4.0.0).

BUILD FAILED
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/build.xml:35:
 The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/build.xml:91:
 The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/templates/package-build/customTargets.xml:19:
 The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/genericTargets.xml:111:
 Processing inclusion from feature 
org.tigris.subversion.clientadapter.javahl.feature: Bundle 
org.tigris.subversion.clientadapter.javahl_1.8.3 failed to resolve.:
Unsatisfied import package org.tigris.subversion.svnclientadapter_0.0.0.
Unsatisfied import package 
org.tigris.subversion.svnclientadapter.javahl_0.0.0.


Total time: 8 seconds
An error has occurred. See the log file
/eclipse-subclipse-1.10.3/debian/.eclipse-build/build/home/workspace/.metadata/.log.
jh_compilefeatures: cd debian/.eclipse-build && 
/usr/lib/eclipse/buildscripts/pde-build -o 
/eclipse-subclipse-1.10.3/debian/.eclipse-build/orbitdeps -a "-DjavacTarget=1.5 
-DjavacSource=1.5"  -f org.tigris.subversion.clientadapter.javahl.feature 
returned exit code 13
debian/rules:10: recipe for target 'build' failed

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/eclipse-subclipse.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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


Bug#808485: eclipse-pydev: FTBFS: Missing required plug-in org.python_0.0.0.

2015-12-20 Thread Chris West (Faux)
Source: eclipse-pydev
Version: 3.9.2-4
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

...
[eclipse.buildScript]   Missing required plug-in org.python.pydev.jython_0.0.0.
[eclipse.buildScript] Bundle jnr.ffi:
[eclipse.buildScript]   Unsatisfied import package com.kenai.jffi_0.0.0.
[eclipse.buildScript] Bundle jnr.posix:
[eclipse.buildScript]   Unsatisfied import package sun.misc_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.constants_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.constants.platform_0.0.0.
[eclipse.buildScript]   Unsatisfied import package 
jnr.constants.platform.windows_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.ffi_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.ffi.annotations_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.ffi.byref_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.ffi.mapper_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.ffi.provider_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.ffi.types_0.0.0.
[eclipse.buildScript] Bundle org.python:
[eclipse.buildScript]   Unsatisfied import package com.kenai.jffi_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.constants_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.constants.platform_0.0.0.
[eclipse.buildScript]   Unsatisfied import package 
jnr.constants.platform.linux_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.posix_0.0.0.
[eclipse.buildScript]   Unsatisfied import package jnr.posix.util_0.0.0.
[eclipse.buildScript]   Unsatisfied import package org.antlr.runtime_0.0.0.
[eclipse.buildScript]   Unsatisfied import package org.antlr.runtime.tree_0.0.0.

BUILD FAILED
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/build.xml:35:
 The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/build.xml:91:
 The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/templates/package-build/customTargets.xml:19:
 The following error occurred while executing this line:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/genericTargets.xml:111:
 Processing inclusion from feature org.python.pydev.feature: Bundle 
org.python.pydev.jython_3.9.2.dist failed to resolve.:
Missing required plug-in org.python_0.0.0.


Total time: 6 seconds
An error has occurred. See the log file
/eclipse-pydev-3.9.2/debian/.eclipse-build/build/home/workspace/.metadata/.log.
jh_compilefeatures: cd debian/.eclipse-build && 
/usr/lib/eclipse/buildscripts/pde-build -o 
/eclipse-pydev-3.9.2/debian/.eclipse-build/orbitdeps -a "-DjavacTarget=1.7 
-DjavacSource=1.7 -DbuildId=dist -DforceContextQualifier=dist"  -f 
org.python.pydev.feature returned exit code 13
debian/rules:22: recipe for target 'override_jh_compilefeatures-indep' failed
make[1]: *** [override_jh_compilefeatures-indep] Error 13
make[1]: Leaving directory '/eclipse-pydev-3.9.2'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/eclipse-pydev.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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


Bug#808451: plexus-compiler-1.0: FTBFS: AbstractCompilerTest.java:27: error: package org.apache.maven.artifact does not exist

2015-12-20 Thread Chris Lamb
Source: plexus-compiler-1.0
Version: 1.9.2-5
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

plexus-compiler-1.0 fails to build from source in unstable/amd64:

  [..]

  [INFO] 

  [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:aggregate (default-cli) on 
project plexus-compiler: An error has occurred in JavaDocs report generation:
  [ERROR] Exit code: 1 - 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:27:
 error: package org.apache.maven.artifact does not exist
  [ERROR] import org.apache.maven.artifact.Artifact;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:28:
 error: package org.apache.maven.artifact does not exist
  [ERROR] import org.apache.maven.artifact.DefaultArtifact;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:29:
 error: package org.apache.maven.artifact.handler does not exist
  [ERROR] import org.apache.maven.artifact.handler.DefaultArtifactHandler;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:30:
 error: package org.apache.maven.artifact.test does not exist
  [ERROR] import org.apache.maven.artifact.test.ArtifactTestCase;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:31:
 error: package org.apache.maven.artifact.versioning does not exist
  [ERROR] import org.apache.maven.artifact.versioning.VersionRange;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java:47:
 error: cannot find symbol
  [ERROR] extends ArtifactTestCase
  [ERROR] ^
  [ERROR] symbol: class ArtifactTestCase
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTckTest.java:38:
 error: cannot access TestCase
  [ERROR] public abstract class AbstractCompilerTckTest
  [ERROR] ^
  [ERROR] class file for junit.framework.TestCase not found
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:52:
 error: package org.eclipse.jdt.core.compiler does not exist
  [ERROR] import org.eclipse.jdt.core.compiler.IProblem;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:53:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.ClassFile;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:54:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.CompilationResult;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:55:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.Compiler;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:56:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:57:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.ICompilerRequestor;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:58:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy;
  [ERROR] ^
  [ERROR] 
/build/plexus-compiler-1.0-1.9.2/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java:59:
 error: package org.eclipse.jdt.internal.compiler does not exist
  [ERROR] import org.eclipse.jdt.internal.compiler.IProb