Your message dated Tue, 03 Jul 2007 17:02:13 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#410052: fixed in nss-mdns 0.10-2 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: libc6-ie86 Version: libc6-i386 Severity: important When using a java 32 bit virtual machine, the java programs fail to resolve names. Here is a simple java test program ---------------------------------------------- import java.io.IOException; import java.net.InetSocketAddress; import java.net.Socket; import java.net.SocketAddress; import java.net.UnknownHostException; public class TestConnect { /** * @param args */ public static void main(String[] args) { try { Socket s = new Socket(); SocketAddress addr = new InetSocketAddress("slashdot.org", 80); s.connect(addr); } catch (UnknownHostException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } } } ------------------------------------------- Running the program with a 32 bit java virtual machine fails with: java.net.UnknownHostException: slashdot.org at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:519) at java.net.Socket.connect(Socket.java:469) at TestConnect.main(TestConnect.java:17) The program makes no attempt of resolving names. No connection to name server is attempted. Everything works fine if a 64 bit java VM is used, thus the problem is in the 32 bit emulation. The free virtual machine from GCC included with Debian fails with the same error, but for different reasons. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-amd64 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---Source: nss-mdns Source-Version: 0.10-2 We believe that the bug you reported is fixed in the latest version of nss-mdns, which is due to be installed in the Debian FTP archive: libnss-mdns_0.10-2_i386.deb to pool/main/n/nss-mdns/libnss-mdns_0.10-2_i386.deb nss-mdns_0.10-2.diff.gz to pool/main/n/nss-mdns/nss-mdns_0.10-2.diff.gz nss-mdns_0.10-2.dsc to pool/main/n/nss-mdns/nss-mdns_0.10-2.dsc 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. Loic Minier <[EMAIL PROTECTED]> (supplier of updated nss-mdns 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.7 Date: Mon, 02 Jul 2007 21:42:31 +0200 Source: nss-mdns Binary: libnss-mdns lib32nss-mdns Architecture: source i386 Version: 0.10-2 Distribution: experimental Urgency: low Maintainer: Utopia Maintenance Team <[EMAIL PROTECTED]> Changed-By: Loic Minier <[EMAIL PROTECTED]> Description: libnss-mdns - NSS module for Multicast DNS name resolution Closes: 410052 Changes: nss-mdns (0.10-2) experimental; urgency=low . * Rework the build process completely to be able to build multiple flavors; build a "main" flavor and an addition "m32" flavor for amd64 which is installed in a new lib32nss-mdns package for 32-bits compatibility; build-depend on gcc-mutilib; initial patch proposed by Goswin von Brederlow; closes: #410052. Files: ef8e0737a254e182cd11e8844092c26e 727 admin optional nss-mdns_0.10-2.dsc 950728dd58891dcbc4e4a8e61df8a986 8834 admin optional nss-mdns_0.10-2.diff.gz a205899158ef2dce269b607c39d539aa 23960 admin optional libnss-mdns_0.10-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGiV1F4VUX8isJIMARAnQPAJ4iizqDLUbn+QzcoAD9no0MxjUPpACfaSyJ rKPcWApesMpZUPF8DuXMom4= =/dzO -----END PGP SIGNATURE-----
--- End Message ---

