Your message dated Sat, 10 Apr 2010 23:15:18 +0000
with message-id <[email protected]>
and subject line Bug#559967: fixed in libxmlrpc3-java 3.1.3-2
has caused the Debian Bug report #559967,
regarding FTBFS [hppa]: method openConnection() in the type URL is not...
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 [email protected]
immediately.)


-- 
559967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559967
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libxmlrpc3-java
Version: 3.1.2-1
Severity: serious
User: [email protected]
Usertags: hppa

libxmlrpc3-java reliably fails to build on hppa:
  
https://buildd.debian.org/build.php?&pkg=libxmlrpc3-java&ver=3.1.2-1&arch=hppa&file=log

>From the most recent build attempt:
[...]
    [javac] 25. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java
    [javac]  (at line 63)
    [javac]     Map map = (Map) pObject;
    [javac]     ^^^
    [javac] Map is a raw type. References to generic type Map<K,V> should be 
parameterized
    [javac] ----------
    [javac] 26. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/ma
    [javac] in/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java (at line 
63)
    [javac]     Map map = (Map) pObject;
    [javac]                ^^^
    [javac] Map is a raw type. References to generic type Map<K,V> should be 
parameterized
    [javac] ----------
    [javac] 27. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java
    [javac]  (at line 64)
    [javac]     for (Iterator iter = map.entrySet().iterator();  
iter.hasNext();  ) {
    [javac]          ^^^^^^^^
    [javac] Iterator is a raw type. References to generic type Iterator<E> 
should be parameterized
    [javac] ----------
    [javac] 28. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java
 (at line 65)
    [javac]     Map.Entry entry = (Map.Entry) iter.next();
    [javac]     ^^^^^^^^^
    [javac] Map.Entry is a raw type. References to generic type 
Map<K,V>.Entry<K,V> should be parameterized
    [javac] ----------
    [javac] 29. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/ma
    [javac] in/java/org/apache/xmlrpc/client/XmlRpcLocalTransport.java (at line 
65)
    [javac]     Map.Entry entry = (Map.Entry) iter.next();
    [javac]                        ^^^^^^^^^
    [javac] Map.Entry is a raw type. References to generic type 
Map<K,V>.Entry<K,V> should be parameterized
    [javac] ----------
    [javac] ----------
    [javac] 30. ERROR in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/XmlRpcSun15HttpTransport.java
    [javac]  (at line 62)
    [javac]     final URLConnection conn = prox == null ? pURL.openConnection() 
: pURL.openConnection(prox);
    [javac]                                                                     
       ^^^^^^^^^^^^^^
    [javac] The method openConnection() in the type URL is not applicable for 
the arguments (Proxy)
    [javac] ----------
    [javac] ----------
    [javac] 31. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/ma
    [javac] in/java/org/apache/xmlrpc/client/util/ClientFactory.java (at line 
99)
    [javac]     public Object newInstance(Class pClass) {
    [javac]                               ^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be 
parameterized
    [javac] ----------
    [javac] 32. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
    [javac]  (at line 110)
    [javac]     public Object newInstance(ClassLoader pClassLoader, Class 
pClass) {
    [javac]                                                         ^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be 
parameterized
    [javac] ----------
    [javac] 33. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
    [javac]  (at line 126)
    [javac]     public Object newInstance(ClassLoader pClassLoader, final Class 
pClass, final String pRemoteName) {
    [javac]                                                               ^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be 
parameterized
    [javac] ----------
    [javac] 34. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
    [javac]  (at line 141)
    [javac]     Class[] exceptionTypes = pMethod.getExceptionTypes();
    [javac]     ^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be 
parameterized
    [javac] ----------
    [javac] 35. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
 (at line 143)
    [javac]     Class c = exceptionTypes[i];
    [javac]     ^^^^^
    [javac] Class is a raw type. References to generic type Class<T> should be 
parameterized
    [javac] ----------
    [javac] 36. WARNING in 
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java
    [javac]  (at line 144)
    [javac]     if (c.isAssignableFrom(t.getClass())) {
    [javac]         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Type safety: The method isAssignableFrom(Class) belongs to the raw 
type Class. References to generic type Class<T> should be parameterized
    [javac] ----------
    [javac] 36 problems (1 error, 35 warnings)

BUILD FAILED
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/debian/build.xml:42:
 The following error occurred while executing this line:
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/debian/build.xml:66:
 The following error occurred while executing this line:
/build/buildd-libxmlrpc3-java_3.1.2-1-hppa-Bsgr47/libxmlrpc3-java-3.1.2/debian/build.xml:89:
 Compile failed; see the compiler error output for details.

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



--- End Message ---
--- Begin Message ---
Source: libxmlrpc3-java
Source-Version: 3.1.3-2

We believe that the bug you reported is fixed in the latest version of
libxmlrpc3-java, which is due to be installed in the Debian FTP archive:

libxmlrpc3-client-java_3.1.3-2_all.deb
  to main/libx/libxmlrpc3-java/libxmlrpc3-client-java_3.1.3-2_all.deb
libxmlrpc3-common-java_3.1.3-2_all.deb
  to main/libx/libxmlrpc3-java/libxmlrpc3-common-java_3.1.3-2_all.deb
libxmlrpc3-java-doc_3.1.3-2_all.deb
  to main/libx/libxmlrpc3-java/libxmlrpc3-java-doc_3.1.3-2_all.deb
libxmlrpc3-java_3.1.3-2.debian.tar.gz
  to main/libx/libxmlrpc3-java/libxmlrpc3-java_3.1.3-2.debian.tar.gz
libxmlrpc3-java_3.1.3-2.dsc
  to main/libx/libxmlrpc3-java/libxmlrpc3-java_3.1.3-2.dsc
libxmlrpc3-server-java_3.1.3-2_all.deb
  to main/libx/libxmlrpc3-java/libxmlrpc3-server-java_3.1.3-2_all.deb



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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Werner <[email protected]> (supplier of updated libxmlrpc3-java 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 23:52:56 +0200
Source: libxmlrpc3-java
Binary: libxmlrpc3-common-java libxmlrpc3-client-java libxmlrpc3-server-java 
libxmlrpc3-java-doc
Architecture: source all
Version: 3.1.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Torsten Werner <[email protected]>
Description: 
 libxmlrpc3-client-java - XML-RPC implementation in Java (client side)
 libxmlrpc3-common-java - XML-RPC implementation in Java
 libxmlrpc3-java-doc - XML-RPC implementation in Java (API documentation)
 libxmlrpc3-server-java - XML-RPC implementation in Java (server side)
Closes: 559967
Changes: 
 libxmlrpc3-java (3.1.3-2) unstable; urgency=low
 .
   * Let 'maintainers' start with uppercase M.
   * Remove Thomas from uploaders.
   * Do no longer build the *-gcj packages. (Closes: #559967)
   * Switch to source format 3.0.
Checksums-Sha1: 
 b960013b153bcb88123373bd6417988ea19aacd9 1570 libxmlrpc3-java_3.1.3-2.dsc
 026d1bf831e2080937b4b5039ae8c3537e169e0b 5162 
libxmlrpc3-java_3.1.3-2.debian.tar.gz
 168f59e9ce26c6cb10652b7415a9d6b357e73705 92648 
libxmlrpc3-common-java_3.1.3-2_all.deb
 f458e58af1e7ed68fa465d680d72f8837c79164f 49440 
libxmlrpc3-client-java_3.1.3-2_all.deb
 647af1856983e16e40a9ebf167afe547f85bce33 126340 
libxmlrpc3-server-java_3.1.3-2_all.deb
 7db108d36ede09173c2cf7d7812ae5fd35411f48 337388 
libxmlrpc3-java-doc_3.1.3-2_all.deb
Checksums-Sha256: 
 304d92504d5d6e0c329e1c441773f16c27e74bdb48847b1c061e131e07044c4e 1570 
libxmlrpc3-java_3.1.3-2.dsc
 f7760d7cb37e56cf043987e45a60bf2d13c2430977af9f0625fe366f90918b39 5162 
libxmlrpc3-java_3.1.3-2.debian.tar.gz
 57592a50cf61cde31082584cd1da97831e503291747405da75f9268552f88fa9 92648 
libxmlrpc3-common-java_3.1.3-2_all.deb
 acb33e7f87593b234de347fa4f4187eb22b3e753d8c0cbb894ce211ed07693a8 49440 
libxmlrpc3-client-java_3.1.3-2_all.deb
 efe8cb27557c6fd9840bd937e17cd313392de2b6d855c7289690bbc7a410c4e9 126340 
libxmlrpc3-server-java_3.1.3-2_all.deb
 99c90868696620d5908181bdf07839fc26af499b5de1ff61d12b7c8f1fb962a4 337388 
libxmlrpc3-java-doc_3.1.3-2_all.deb
Files: 
 2b42231b83d23a0119dea3a59a9cf4a4 1570 java optional libxmlrpc3-java_3.1.3-2.dsc
 22ab3c4da5640a475b6d787c854e8716 5162 java optional 
libxmlrpc3-java_3.1.3-2.debian.tar.gz
 795050c9414e63caba8d7fb3109cb052 92648 java optional 
libxmlrpc3-common-java_3.1.3-2_all.deb
 4e9bf4e484a7a2d3a812e6de5e80dd78 49440 java optional 
libxmlrpc3-client-java_3.1.3-2_all.deb
 8b94b052fd0e3aa388bc106d21a3cdab 126340 java optional 
libxmlrpc3-server-java_3.1.3-2_all.deb
 eac36690254e3514139bafde8d37272b 337388 doc optional 
libxmlrpc3-java-doc_3.1.3-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvA9EkACgkQfY3dicTPjsPvMQCfb3hXPUFzE0IRhH8WInTN7/DA
zDkAniyECvnnS0wptjt6XDplIjavRCu7
=vPi5
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
[email protected] for discussions and questions.

Reply via email to