Bug#665078: marked as done (jmock2: FTBFS: [javac] HamcrestTypeSafetyAcceptanceTests.java:27: cannot find symbol)

2012-07-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Jul 2012 23:02:15 +
with message-id 
and subject line Bug#662811: fixed in jmock2 2.5.1+dfsg-2
has caused the Debian Bug report #662811,
regarding jmock2: FTBFS: [javac] HamcrestTypeSafetyAcceptanceTests.java:27: 
cannot find symbol
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.)


-- 
662811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662811
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jmock2
Version: 2.5.1+dfsg-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/hamcrest-core.jar:/usr/share/java/hamcrest-library.jar:/usr/share/java/junit4.jar:/usr/share/java/cglib.jar:/usr/share/java/bsh.jar:/usr/share/java/asm3.jar:/usr/share/java/objenesis.jar:/usr/share/java/ant-junit.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true -Dversion=2.5.1zip.jars javadoc
> Buildfile: /«BUILDDIR»/jmock2-2.5.1+dfsg/build.xml
> 
> dir.build:
> [mkdir] Created dir: /«BUILDDIR»/jmock2-2.5.1+dfsg/build
> 
> compile:
> [mkdir] Created dir: /«BUILDDIR»/jmock2-2.5.1+dfsg/build/classes
> [javac] /«BUILDDIR»/jmock2-2.5.1+dfsg/build.xml:61: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
> [javac] Compiling 175 source files to 
> /«BUILDDIR»/jmock2-2.5.1+dfsg/build/classes
> [javac] Money.java:30: warning: unmappable character for encoding ASCII
> [javac] return "??" + amount;
> [javac] ^
> [javac] Money.java:30: warning: unmappable character for encoding ASCII
> [javac] return "??" + amount;
> [javac]  ^
> [javac] HamcrestTypeSafetyAcceptanceTests.java:3: cannot find symbol
> [javac] symbol  : class OrderingComparisons
> [javac] location: package org.hamcrest.number
> [javac] import static org.hamcrest.number.OrderingComparisons.greaterThan;
> [javac]  ^
> [javac] HamcrestTypeSafetyAcceptanceTests.java:3: static import only from 
> classes and interfaces
> [javac] import static org.hamcrest.number.OrderingComparisons.greaterThan;
> [javac] ^
> [javac] HamcrestTypeSafetyAcceptanceTests.java:4: cannot find symbol
> [javac] symbol  : class StringStartsWith
> [javac] location: package org.hamcrest.text
> [javac] import static org.hamcrest.text.StringStartsWith.startsWith;
> [javac]^
> [javac] HamcrestTypeSafetyAcceptanceTests.java:4: static import only from 
> classes and interfaces
> [javac] import static org.hamcrest.text.StringStartsWith.startsWith;
> [javac] ^
> [javac] Expectations.java:187: incompatible types
> [javac] found   : capture#280 of ? super java.lang.Boolean
> [javac] required: boolean
> [javac] return with(equalTo(value));
> [javac]^
> [javac] Expectations.java:191: incompatible types
> [javac] found   : capture#78 of ? super java.lang.Byte
> [javac] required: byte
> [javac] return with(equalTo(value));
> [javac]^
> [javac] Expectations.java:195: incompatible types
> [javac] found   : capture#644 of ? super java.lang.Short
> [javac] required: short
> [javac] return with(equalTo(value));
> [javac]^
> [javac] Expectations.java:199: incompatible types
> [javac] found   : capture#649 of ? super java.lang.Character
> [javac] required: char
> [javac] return with(equalTo(value));
> [javac]^
> [javac] Expectations.java:203: incompatible types
> [javac] found   : capture#229 of ? super java.lang.Integer
> [javac] required: int
> [javac] return with(equalTo(value));
> [javac]^
> [javac] Expectations.java:207: incompatible types
> [javac] found   : capture#162 of ? super java.lang.Long
> [javac] required: long
> [javac] return with(equalTo(value));
> [javac]^
> [javac] Expectations.java:211: incompatible types
> [

Bug#662811: marked as done (jmock2: FTBFS)

2012-07-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Jul 2012 23:02:15 +
with message-id 
and subject line Bug#662811: fixed in jmock2 2.5.1+dfsg-2
has caused the Debian Bug report #662811,
regarding jmock2: FTBFS
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.)


-- 
662811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662811
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jmock2
Version: 2.5.1+dfsg-1
Severity: serious

Your package fails to build from source:

compile:
[mkdir] Created dir: /home/jmm/jmock2-2.5.1+dfsg/build/classes
[javac] /home/jmm/jmock2-2.5.1+dfsg/build.xml:61: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
[javac] Compiling 175 source files to 
/home/jmm/jmock2-2.5.1+dfsg/build/classes
[javac] Money.java:30: warning: unmappable character for encoding ASCII
[javac] return "??" + amount;
[javac] ^
[javac] Money.java:30: warning: unmappable character for encoding ASCII
[javac] return "??" + amount;
[javac]  ^
[javac] HamcrestTypeSafetyAcceptanceTests.java:3: cannot find symbol
[javac] symbol  : class OrderingComparisons
[javac] location: package org.hamcrest.number
[javac] import static org.hamcrest.number.OrderingComparisons.greaterThan;
[javac]  ^
[javac] HamcrestTypeSafetyAcceptanceTests.java:3: static import only from 
classes and interfaces
[javac] import static org.hamcrest.number.OrderingComparisons.greaterThan;
[javac] ^
[javac] HamcrestTypeSafetyAcceptanceTests.java:4: cannot find symbol
[javac] symbol  : class StringStartsWith
[javac] location: package org.hamcrest.text
[javac] import static org.hamcrest.text.StringStartsWith.startsWith;
[javac]^
[javac] HamcrestTypeSafetyAcceptanceTests.java:4: static import only from 
classes and interfaces
[javac] import static org.hamcrest.text.StringStartsWith.startsWith;
[javac] ^
[javac] Expectations.java:187: incompatible types
[javac] found   : capture#417 of ? super java.lang.Boolean
[javac] required: boolean
[javac] return with(equalTo(value));
[javac]^
[javac] Expectations.java:191: incompatible types
[javac] found   : capture#174 of ? super java.lang.Byte
[javac] required: byte
[javac] return with(equalTo(value));
[javac]^
[javac] Expectations.java:195: incompatible types
[javac] found   : capture#436 of ? super java.lang.Short
[javac] required: short
[javac] return with(equalTo(value));
[javac]^
[javac] Expectations.java:199: incompatible types
[javac] found   : capture#151 of ? super java.lang.Character
[javac] required: char
[javac] return with(equalTo(value));
[javac]^
[javac] Expectations.java:203: incompatible types
[javac] found   : capture#17 of ? super java.lang.Integer
[javac] required: int
[javac] return with(equalTo(value));
[javac]^
[javac] Expectations.java:207: incompatible types
[javac] found   : capture#395 of ? super java.lang.Long
[javac] required: long
[javac] return with(equalTo(value));
[javac]^
[javac] Expectations.java:211: incompatible types
[javac] found   : capture#740 of ? super java.lang.Float
[javac] required: float
[javac] return with(equalTo(value));
[javac]^
[javac] Expectations.java:215: incompatible types
[javac] found   : capture#78 of ? super java.lang.Double
[javac] required: double
[javac] return with(equalTo(value));
[javac]^
[javac] Expectations.java:219: incompatible types
[javac] found   : capture#875 of ? super T
[javac] required: T
[javac] return with(equalTo(value));
[javac]^
[javac] HamcrestTypeSafetyAcceptanceTests.java:26: cannot find symbol
[javac] symbol: method startsWith(java.lang.String)
[javac] exactly(1).of 
(anything()).method(withName("m")).with(startsWith("x"));
[javac]   ^
[javac] HamcrestTypeSafetyAcceptanceTests.java:27: cannot find symbol
[javac] symbol: method greaterThan(int)
[javac] exactly(1).of 
(anything()).method(withName("m")).with(greaterTha

jmock2_2.5.1+dfsg-2_amd64.changes ACCEPTED into unstable

2012-07-19 Thread Debian FTP Masters


Notes:
Mapping sid to unstable.


Accepted:
jmock2_2.5.1+dfsg-2.debian.tar.gz
  to main/j/jmock2/jmock2_2.5.1+dfsg-2.debian.tar.gz
jmock2_2.5.1+dfsg-2.dsc
  to main/j/jmock2/jmock2_2.5.1+dfsg-2.dsc
libjmock2-java-doc_2.5.1+dfsg-2_all.deb
  to main/j/jmock2/libjmock2-java-doc_2.5.1+dfsg-2_all.deb
libjmock2-java_2.5.1+dfsg-2_all.deb
  to main/j/jmock2/libjmock2-java_2.5.1+dfsg-2_all.deb


Changes:
jmock2 (2.5.1+dfsg-2) unstable; urgency=low
 .
  * Team upload.
  * Fix FTBFS with new libhamcrest-java >= 1.2 by backporting upstream changes
from 2.6.x release (Closes: #662811).
  * d/control: Bump Standards-Version to 3.9.3: no changes needed.
  * d/copyright: Upgrade from DEP5 to copyright format 1.0.
  * d/control: Remove Depends on JRE as per Java Policy.


Override entries for your package:
jmock2_2.5.1+dfsg-2.dsc - source java
libjmock2-java-doc_2.5.1+dfsg-2_all.deb - optional doc
libjmock2-java_2.5.1+dfsg-2_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 662811 


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 jmock2_2.5.1+dfsg-2_amd64.changes

2012-07-19 Thread Debian FTP Masters
jmock2_2.5.1+dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  jmock2_2.5.1+dfsg-2.dsc
  jmock2_2.5.1+dfsg-2.debian.tar.gz
  libjmock2-java_2.5.1+dfsg-2_all.deb
  libjmock2-java-doc_2.5.1+dfsg-2_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.


jmock2_2.5.1+dfsg-2_amd64.changes REJECTED

2012-07-19 Thread Debian FTP Masters



Reject Reasons:
md5sum for 
/srv/ftp-master.debian.org/ftp/pool/main/j/jmock2/jmock2_2.5.1+dfsg.orig.tar.gz 
doesn't match jmock2_2.5.1+dfsg-2.dsc.
size for 
/srv/ftp-master.debian.org/ftp/pool/main/j/jmock2/jmock2_2.5.1+dfsg.orig.tar.gz 
doesn't match jmock2_2.5.1+dfsg-2.dsc.

Notes:
Mapping sid to unstable.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


Processing of jmock2_2.5.1+dfsg-2_amd64.changes

2012-07-19 Thread Debian FTP Masters
jmock2_2.5.1+dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  jmock2_2.5.1+dfsg-2.dsc
  jmock2_2.5.1+dfsg-2.debian.tar.gz
  libjmock2-java_2.5.1+dfsg-2_all.deb
  libjmock2-java-doc_2.5.1+dfsg-2_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#682169: libcommons-compress-java: Package description should list more filetypes

2012-07-19 Thread Touko Korpela
Package: libcommons-compress-java
Version: 1.4.1-2
Severity: minor

Now only tar, zip and bzip2 are listed, but more formats (like xz)
are supported.
Quote from homepage:
The Apache Commons Compress library defines an API for working with ar,
cpio, Unix dump, tar, zip, gzip, XZ, Pack200 and bzip2 files.

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


ant-contrib 1.0~b3+svn177-5 MIGRATED to testing

2012-07-19 Thread Debian testing watch
FYI: The status of the ant-contrib source package
in Debian's testing distribution has changed.

  Previous version: 1.0~b3+svn177-4
  Current version:  1.0~b3+svn177-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 http://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.


c3p0 0.9.1.2-7 MIGRATED to testing

2012-07-19 Thread Debian testing watch
FYI: The status of the c3p0 source package
in Debian's testing distribution has changed.

  Previous version: 0.9.1.2-6
  Current version:  0.9.1.2-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 http://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.


libconqat-ccsm-commons-java REMOVED from testing

2012-07-19 Thread Debian testing watch
FYI: The status of the libconqat-ccsm-commons-java source package
in Debian's testing distribution has changed.

  Previous version: 2.7.dfsg-1
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
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 http://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.


libcommons-compress-java 1.4.1-2 MIGRATED to testing

2012-07-19 Thread Debian testing watch
FYI: The status of the libcommons-compress-java source package
in Debian's testing distribution has changed.

  Previous version: 1.4.1-1
  Current version:  1.4.1-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 http://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.


xz-java 1.0-2 MIGRATED to testing

2012-07-19 Thread Debian testing watch
FYI: The status of the xz-java source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0-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 http://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#682069: yui-compressor: Can't find bundle for base name org.mozilla.javascript.resources.Messages, locale en_US

2012-07-19 Thread Mathieu Malaterre
Package: yui-compressor
Version: 2.4.7-1
Severity: important


Steps:

$ wget https://raw.github.com/thatcher/openseadragon/master/openseadragon.js
$ yui-compressor -o test.js openseadragon.js

See attached error.log file.

Thanks much !


-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages yui-compressor depends on:
ii  default-jre-headl 1:1.6-40   Standard Java or Java compatible R
ii  gcj-4.4-jre-headl 4.4.5-2Java runtime environment using GIJ
ii  gcj-jre-headless  4:4.4.5-1  Java runtime environment using GIJ
ii  java-wrappers 0.1.16 wrappers for java executables
ii  libjargs-java 1.0.0-2Command-line argument parsing for 
ii  openjdk-6-jre-hea 6b18-1.8.13-0+squeeze2 OpenJDK Java runtime, using Hotspo

yui-compressor recommends no packages.

yui-compressor suggests no packages.

-- no debconf information
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:21)
Caused by: java.util.MissingResourceException: Can't find bundle for base name 
org.mozilla.javascript.resources.Messages, locale en_US
at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1539)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1278)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:805)
at 
org.mozilla.javascript.ScriptRuntime$DefaultMessageProvider.getMessage(ScriptRuntime.java:3608)
at 
org.mozilla.javascript.ScriptRuntime.getMessage(ScriptRuntime.java:3592)
at 
org.mozilla.javascript.ScriptRuntime.getMessage0(ScriptRuntime.java:3540)
at org.mozilla.javascript.Parser.addError(Parser.java:145)
at org.mozilla.javascript.Parser.reportError(Parser.java:160)
at org.mozilla.javascript.Parser.memberExprTail(Parser.java:2039)
at org.mozilla.javascript.Parser.memberExpr(Parser.java:1977)
at org.mozilla.javascript.Parser.unaryExpr(Parser.java:1832)
at org.mozilla.javascript.Parser.mulExpr(Parser.java:1761)
at org.mozilla.javascript.Parser.addExpr(Parser.java:1742)
at org.mozilla.javascript.Parser.shiftExpr(Parser.java:1722)
at org.mozilla.javascript.Parser.relExpr(Parser.java:1696)
at org.mozilla.javascript.Parser.eqExpr(Parser.java:1652)
at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:1641)
at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:1630)
at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:1619)
at org.mozilla.javascript.Parser.andExpr(Parser.java:1607)
at org.mozilla.javascript.Parser.orExpr(Parser.java:1595)
at org.mozilla.javascript.Parser.condExpr(Parser.java:1578)
at org.mozilla.javascript.Parser.assignExpr(Parser.java:1563)
at org.mozilla.javascript.Parser.expr(Parser.java:1542)
at org.mozilla.javascript.Parser.statementHelper(Parser.java:1221)
at org.mozilla.javascript.Parser.statement(Parser.java:726)
at org.mozilla.javascript.Parser.parseFunctionBody(Parser.java:482)
at org.mozilla.javascript.Parser.function(Parser.java:611)
at org.mozilla.javascript.Parser.primaryExpr(Parser.java:2255)
at org.mozilla.javascript.Parser.memberExpr(Parser.java:1974)
at org.mozilla.javascript.Parser.unaryExpr(Parser.java:1832)
at org.mozilla.javascript.Parser.mulExpr(Parser.java:1761)
at org.mozilla.javascript.Parser.addExpr(Parser.java:1742)
at org.mozilla.javascript.Parser.shiftExpr(Parser.java:1722)
at org.mozilla.javascript.Parser.relExpr(Parser.java:1696)
at org.mozilla.javascript.Parser.eqExpr(Parser.java:1652)
at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:1641)
at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:1630)
at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:1619)
at org.mozilla.javascript.Parser.andExpr(Parser.java:1607)
at org.mozilla.javascript.Parser.orExpr(Parser.java:1595)
at org.mozilla.javascript.Parser.condExpr(Parser.java:1578)
at org.mozilla.javascript.Parser.assignExpr(Parser.java:1563)
at org.mozilla.javascript.Parser.expr(Parser.java:1542)
at org.mozilla.javascript.Parser.primaryExpr(

Bug#682060: jarjar: Embeds parts of libasm3-java

2012-07-19 Thread Niels Thykier
Package: jarjar
Version: 1.1-3
Severity: important

This embedded code caused #646600 and it is not really preferred.

~Niels

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