Message8219

Author Arfrever
Recipients Arfrever, fwierzbicki
Date 2014-01-12.17:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389548953.6.0.113906831647.issue2110@psf.upfronthosting.co.za>
In-reply-to
Content
Jython trunk fails to build with jnr-posix 3.0.*.
(This problem does not occur with jnr-posix 2.5.*.)

    [javac] /tmp/jython/src/org/python/modules/posix/PythonPOSIXHandler.java:21: error: PythonPOSIXHandler is not abstract and does not override abstract method error(Errno,String,String) in POSIXHandler
    [javac] public class PythonPOSIXHandler implements POSIXHandler {
History
Date User Action Args
2014-01-12 17:49:13Arfreversetrecipients: + Arfrever, fwierzbicki
2014-01-12 17:49:13Arfreversetmessageid: <1389548953.6.0.113906831647.issue2110@psf.upfronthosting.co.za>
2014-01-12 17:49:13Arfreverlinkissue2110 messages
2014-01-12 17:49:12Arfrevercreate