| Anonymous | Login | Signup for a new account | 2013-05-20 10:44 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0005382 | OCaml | OCaml general | public | 2011-10-23 18:25 | 2012-02-24 08:40 | |||||||
| Reporter | sthibaul | |||||||||||
| Assigned To | protz | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | 3.12.0 | |||||||||||
| Target Version | Fixed in Version | |||||||||||
| Summary | 0005382: Lacks support for ENOTSUP | |||||||||||
| Description | Hello, On some systems such as Solaris or GNU/Hurd, ENOTSUP and EOPNOSUPP do not have the same value, but ocaml code only deals with EOPNOSUPP, and thus ocaml applications only handle the EOPNOSUPP case. The attached patch fixes it by making ocaml convert ENOTSUP errors into EOPNOSUPP errors. Samuel | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0006443) protz (manager) 2011-12-21 14:09 |
Thanks for the patch, this has been fixed in revision r11915 in trunk. I'm trusting you that this is correct (and indeed it looks like it's correct) since I have no GNU/Hurd box ready to try out :-). Cheers, jonathan |
|
(0006961) glondu (reporter) 2012-02-24 08:26 |
Please apply this patch to branch 3.12 as well. |
|
(0006963) protz (manager) 2012-02-24 08:40 |
Fixed in svn r12185 |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-10-23 18:25 | sthibaul | New Issue | |
| 2011-10-23 18:25 | sthibaul | File Added: patch | |
| 2011-12-21 14:09 | protz | Note Added: 0006443 | |
| 2011-12-21 14:09 | protz | Status | new => resolved |
| 2011-12-21 14:09 | protz | Resolution | open => fixed |
| 2011-12-21 14:09 | protz | Assigned To | => protz |
| 2012-02-24 08:26 | glondu | Note Added: 0006961 | |
| 2012-02-24 08:40 | protz | Note Added: 0006963 | |
| Copyright © 2000 - 2011 MantisBT Group |