Your message dated Tue, 25 Oct 2011 09:17:18 +0000
with message-id <e1rid8i-0006jf...@franck.debian.org>
and subject line Bug#646524: Removed package(s) from unstable
has caused the Debian Bug report #477211,
regarding ia32-sun-java6-bin: Needs to depend on lib32nss-mdns
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.)


-- 
477211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ia32-sun-java6-bin
Version: 6-06-1
Severity: grave
Justification: renders package unusable


Cannot resolve domain names.  Resolve fine on the rest of the system, have not 
tested with other JDK's.  Installed from package and set with 
update-java-alternatives.

DNS works for everything else on my system.  Running on Debian 2.6.23-AMD64.  
Have tried both Lenny packages and Sid packages.  Works as expected with 
sun-java6-bin,
fails with ia32-sun-java6-bin.  Arg.

Test with the following program:
// code modified from
// http://www.rgagnon.com/javadetails/java-0452.html
import java.net.InetAddress;

public class SimpleDNS {
  public static void main( String args[] ) {
    if( args.length == 0 ) {
      System.err.println( "Usage: SimpleDNS host" );
      System.exit( 99 );
    }
    for( int i = 0; i < args.length; i++ ) {
      try {
        System.out.println( args[i] + " is " +
          doLookup( args[i] ));
      }
      catch( Exception e ) {
        System.out.println(args[i] + " : " + e.getMessage());
        e.printStackTrace();
      }
    }
  }

  static String doLookup( String hostName ) throws Exception {
    InetAddress addr = InetAddress.getByName( hostName );
    return addr.getHostAddress();
  }
}

To Run:
  /usr/lib/jvm/ia32-java-6-sun/bin/java SimpleDNS slashdot.org

Excepted:
  slashdot.org is 66.35.250.150 [ed: or permutation thereof]

Result:
  slashdot.org : slashdot.org
  java.net.UnknownHostException: slashdot.org
        at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
        at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:849)
        at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1200)
        at java.net.InetAddress.getAllByName0(InetAddress.java:1153)
        at java.net.InetAddress.getAllByName(InetAddress.java:1083)
        at java.net.InetAddress.getAllByName(InetAddress.java:1019)
        at java.net.InetAddress.getByName(InetAddress.java:969)
        at SimpleDNS.doLookup(SimpleDNS.java:25)
        at SimpleDNS.main(SimpleDNS.java:14)



-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'testing'), (500, 'stable'), (100, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.16.13-xenU (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Version: 6.26-3+rm

Dear submitter,

as the package sun-java6 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/646524

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---
__
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.

Reply via email to