| Anonymous | Login | Signup for a new account | 2013-06-20 14:42 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 | |||||||
| 0005604 | OCaml | OCamlbuild (the tool) | public | 2012-05-02 10:00 | 2012-05-02 12:04 | |||||||
| Reporter | william | |||||||||||
| Assigned To | dim | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | linux | OS Version | debian squeeze | ||||||||
| Product Version | 3.12.1 | |||||||||||
| Target Version | Fixed in Version | 4.00.0+dev | ||||||||||
| Summary | 0005604: _log file has different permissions than the other _build/* files | |||||||||||
| Description | Hello, my umask is rw-rw-r-- my _build/* files are all "rw-rw-r--" Only _log is "rw-r--r--" ... Makes it anoying when working in shared folders with others... Regards | |||||||||||
| Steps To Reproduce | umask 002 echo "Printf.printf \"hello\n\"" > test.ml ocamlbuild test.native ls -l _build | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0007395) dim (developer) 2012-05-02 12:03 |
Indeed, ocamlbuild forces permissions to be 644. It is now fixed. Commits 12411 and 12412. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-05-02 10:00 | william | New Issue | |
| 2012-05-02 12:03 | dim | Note Added: 0007395 | |
| 2012-05-02 12:04 | dim | Assigned To | => dim |
| 2012-05-02 12:04 | dim | Status | new => resolved |
| 2012-05-02 12:04 | dim | Resolution | open => fixed |
| 2012-05-02 12:04 | dim | Fixed in Version | => 4.00.0+dev |
| Copyright © 2000 - 2011 MantisBT Group |