Issue2110
Created on 2014-01-12.17:49:13 by Arfrever, last changed 2015-01-14.17:14:10 by zyasoft.
msg8219 (view) |
Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) |
Date: 2014-01-12.17:49:12 |
|
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 {
|
msg8220 (view) |
Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) |
Date: 2014-01-12.18:53:34 |
|
This patch fixes compilation failure. (I am not sure if methodName should be included in OSError message.)
|
msg8293 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-04-19.13:30:56 |
|
+1, will do the update to 3.0 for the beta 3 work
|
msg8356 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-05-10.05:14:43 |
|
Fixed in 7235:01460e803ef3
|
msg8434 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-05-18.02:50:15 |
|
So with 7256:8ceb0723b372 I have re-applied this patch, but the previous commit backed out the jar updates.
We can re-evaluate in beta 4 to see why Windows fails with those jar updates.
|
msg9096 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-10-06.03:22:00 |
|
Revisit with the latest release (3.0.6)
|
msg9299 (view) |
Author: Jim Baker (zyasoft) |
Date: 2015-01-05.01:36:12 |
|
Updated to jnr-posix 3.0.9 as of https://hg.python.org/jython/rev/63d850f63e6f
|
|
Date |
User |
Action |
Args |
2015-01-14 17:14:10 | zyasoft | set | status: pending -> closed |
2015-01-05 01:36:13 | zyasoft | set | status: open -> pending resolution: accepted -> fixed messages:
+ msg9299 |
2014-10-06 03:22:00 | zyasoft | set | priority: high resolution: fixed -> accepted messages:
+ msg9096 |
2014-05-18 02:50:16 | zyasoft | set | status: pending -> open messages:
+ msg8434 |
2014-05-10 05:14:43 | zyasoft | set | status: open -> pending resolution: fixed messages:
+ msg8356 |
2014-04-19 13:30:56 | zyasoft | set | assignee: zyasoft messages:
+ msg8293 nosy:
+ zyasoft |
2014-01-12 18:53:34 | Arfrever | set | files:
+ jython-jnr-posix-3.0.patch keywords:
+ patch messages:
+ msg8220 |
2014-01-12 17:49:13 | Arfrever | create | |
|