Bug#706668: mysql-connector-java: FTBFS with openjdk-7

2013-05-03 Thread Verica_Lazova.str
Package: mysql-connector-java
Version: 5.1.16-2
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Fails to build with openjdk-7 due to incompatibility with the newer version of
JDBC (abstract methods need to be overridden).
Here is the relevant part of the build log.

[javac] /home/verica/mysql1/mysql-connector-
java-5.1.16/build/mysql-connector-java-5.1.16/com/mysql/jdbc/JDBC4LoadBalancedMySQLConnection.java:44:
error:
JDBC4LoadBalancedMySQLConnection is not abstract and does not override abstract
method getNetworkTimeout() in Connection
[javac] public class JDBC4LoadBalancedMySQLConnection extends
[javac]^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

BUILD FAILED
/home/verica/mysql1/mysql-connector-java-5.1.16/build.xml:771:
Compile failed; see the compiler error output for details.

Total time: 11 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


I propose a patch that fixes this issue as attachment.



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

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


0002-jdbc-override-abstract-methods.patch
Description: Binary data
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#706668: mysql-connector-java: FTBFS with openjdk-7

2013-05-03 Thread Niels Thykier
Control: severity -1 important
Control: tags -1 pending

On 2013-05-03 08:22, Verica_Lazova.str wrote:
 Package: mysql-connector-java
 Version: 5.1.16-2
 Severity: serious
 Tags: patch
 Justification: fails to build from source (but built successfully in the past)
 
 Fails to build with openjdk-7 due to incompatibility with the newer version of
 JDBC (abstract methods need to be overridden).
 Here is the relevant part of the build log.
 

OpenJDK-7 is not (yet) the default Java, so the package still builds
successfully (hench this is not a serious/RC bug at this time).  That
said it will probably be soon anyway.

 [...]
 
 
 I propose a patch that fixes this issue as attachment.
 
 [...]

It appears that a patch has already been committed[1] 10 months ago.
Accordingly I tagged this pending.  I didn't review either, if you have
reason to believe the existing patch is insufficient, please follow up
with more information.

~Niels

[1]
http://anonscm.debian.org/viewvc/pkg-java?view=revisionrevision=16211

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#706668: mysql-connector-java: FTBFS with openjdk-7

2013-05-03 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 important
Bug #706668 [mysql-connector-java] mysql-connector-java: FTBFS with openjdk-7
Severity set to 'important' from 'serious'
 tags -1 pending
Bug #706668 [mysql-connector-java] mysql-connector-java: FTBFS with openjdk-7
Added tag(s) pending.

-- 
706668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706668
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#706702: libbtm-java: FTBFS with openjdk-7

2013-05-03 Thread Shuxiong Ye
Package: libbtm-java
Version: 2.1.2
Tags: patch

Fail to build with OpenJDK7 for some abstract methods need to be
implemented.

Here goes the build log: also see the attatchment buildlog

dh build
   debian/rules override_dh_auto_build
make[1]: Entering directory `/home/yesx/source/libbtm-java-2.1.2'
CLASSPATH=/usr/share/java/slf4j-api.jar:/usr/share/java/geronimo-jms_1.1_spec-1.1.jar:/usr/share/java/geronimo-jta-1.0.1b-spec.jar:/usr/share/java/mockito-core.jar
ant -Djar.version=2.1.2
Buildfile: /home/yesx/source/libbtm-java-2.1.2/build.xml

[javac] /home/yesx/source/libbtm-java-2.1.2/build.xml:45: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds
[javac] Compiling 133 source files to
/home/yesx/source/libbtm-java-2.1.2/dist/classes
[javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5
[javac]
/home/yesx/source/libbtm-java-2.1.2/src/bitronix/tm/resource/jdbc/PoolingDataSource.java:48:
error: PoolingDataSource is not abstract and does not override abstract
method getParentLogger() in CommonDataSource
[javac] public class PoolingDataSource extends ResourceBean implements
DataSource, XAResourceProducer, PoolingDataSourceMBean {
[javac]^
[javac]
/home/yesx/source/libbtm-java-2.1.2/src/bitronix/tm/resource/jdbc/lrc/LrcXADataSource.java:37:
error: LrcXADataSource is not abstract and does not override abstract
method getParentLogger() in CommonDataSource
[javac] public class LrcXADataSource implements XADataSource {
[javac]^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[javac] 1 warning

I try to fix it. The patch is in the attatchments, transition-to-openjdk7


-- 
Sincerely

Shuxiong Ye

School of Electronics Engineering and Computer Science, Peking University


buildlog
Description: Binary data


transition-to-openjdk7
Description: Binary data
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#706702: More information

2013-05-03 Thread Shuxiong Ye
I try to build a few times, but sometimes it fails to pass the test.


-- 
Sincerely

Shuxiong Ye

School of Electronics Engineering and Computer Science, Peking University
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#706725: jenkins: multiple security vulnerabilities

2013-05-03 Thread Nobuhiro Ban
Package: jenkins
Version: 1.447.2+dfsg-3, 1.480.3+dfsg-1~exp2
Severity: grave
Tags: security

Dear Maintainer,

The upstream vendor announced a security advisory.
In this advisory, one vulnerability is rated critical severity,
two are high and one is medium.

https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-05-02
SECURITY-63 / CVE-2013-2034
SECURITY-67 / CVE-2013-2033
SECURITY-69 / CVE-2013-2034
SECURITY-71 / CVE-2013-1808

Regards,
Nobuhiro
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processed: Re: Bug#706725: Acknowledgement (jenkins: multiple security vulnerabilities)

2013-05-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 706725 1.447.2+dfsg-3
Bug #706725 [jenkins] jenkins: multiple security vulnerabilities
Marked as found in versions jenkins/1.447.2+dfsg-3.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
706725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706725
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.