Bug#326867: libgnumail-java: FTBFS: Semantic Error: No applicable overload was found for a constructor with signature "POP3Connection(java.lang.String, int, int, int, boolean)"

Andreas Jochens aj at andaco.de
Tue Sep 6 09:41:49 UTC 2005


Package: libgnumail-java
Version: 1.0-5
Severity: serious

When building 'libgnumail-java' on unstable,
I get the following error:


    [javac]                                                      <-----------------------------
    [javac]    103.                                 connection = new POP3Connection(host, port,
    [javac]    104.                                                 connectionTimeout, timeout, session.getDebug());
    [javac]         ---------------------------------------------------------------------------------------------->
    [javac] *** Semantic Error: No applicable overload was found for a constructor with signature "POP3Connection(java.lang.String, int, int, int, boolean)" in type "gnu.inet.pop3.POP3Connection". Perhaps you wanted the overloaded version "POP3Connection(java.lang.String $1, int $2, int $3, int $4, boolean $5, javax.net.ssl.TrustManager $6) throws java.io.IOException, java.net.UnknownHostException;" instead?

    [javac] Found 1 semantic error compiling "/libgnumail-java-1.0/source/gnu/mail/providers/smtp/SMTPTransport.java":

    [javac]                            <-----------------------------
    [javac]    119.       connection = new SMTPConnection(host, port,
    [javac]    120.           connectionTimeout, timeout, session.getDebug());
    [javac]         -------------------------------------------------------->
    [javac] *** Semantic Error: No applicable overload was found for a constructor with signature "SMTPConnection(java.lang.String, int, int, int, boolean)" in type "gnu.inet.smtp.SMTPConnection". Perhaps you wanted the overloaded version "SMTPConnection(java.lang.String $1, int $2, int $3, int $4, boolean $5, javax.net.ssl.TrustManager $6) throws java.io.IOException;" instead?

BUILD FAILED
/libgnumail-java-1.0/build.xml:81: Compile failed; see the compiler error output for details.

Regards
Andreas Jochens




More information about the pkg-java-maintainers mailing list