| Anonymous | Login | Signup for a new account | 2013-06-19 14:25 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 | ||||||
| 0005395 | OCaml | OCamlbuild (the tool) | public | 2011-11-07 15:57 | 2012-09-20 16:38 | ||||||
| Reporter | lebotlan | ||||||||||
| Assigned To | xclerc | ||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | assigned | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 3.11.2 | ||||||||||
| Target Version | 4.00.2+dev | Fixed in Version | |||||||||
| Summary | 0005395: OCamlbuild ignores relative-symlinked subdirectories or subdirectories with a trailing slash. | ||||||||||
| Description | The given archive is as follows: - inside A/, B2 is a relative symbolic link to B1 - a.ml uses b.ml which is in A/B1/ Try the following commands : (* Works as expected *) rm -rf _build && ocamlbuild -I A/B1 A/a.cmo (* Both commands unexpectedly produce an error. *) rm -rf _build && ocamlbuild -I A/B1/ A/a.cmo rm -rf _build && ocamlbuild -I A/B1/. A/a.cmo (* And using the symbolic link just don't work. *) rm -rf _build && ocamlbuild -I A/B2 A/a.cmo | ||||||||||
| Additional Information | - When the symbolic link is absolute instead of relative, it appears to work. - I have not been able to test with version 3.12 - Could not find anything related in the documentation, wiki, or other bug reports. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0006584) doligez (manager) 2012-01-03 18:33 |
This may be related to PR#4549 (being fixed). |
|
(0008131) doligez (manager) 2012-09-20 16:38 |
Not related to 4549 after all. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-11-07 15:57 | lebotlan | New Issue | |
| 2011-11-07 15:57 | lebotlan | File Added: Ocamlbuild_symbolic_links_bug_report.tgz | |
| 2011-11-16 14:46 | xclerc | Status | new => assigned |
| 2011-11-16 14:46 | xclerc | Assigned To | => xclerc |
| 2012-01-03 18:33 | doligez | Note Added: 0006584 | |
| 2012-01-03 18:34 | doligez | Relationship added | related to 0004549 |
| 2012-02-02 15:17 | protz | Category | OCamlbuild => OCamlbuild (the tool) |
| 2012-07-10 13:48 | doligez | Target Version | => 4.01.0+dev |
| 2012-07-31 13:36 | doligez | Target Version | 4.01.0+dev => 4.00.1+dev |
| 2012-09-20 16:38 | doligez | Note Added: 0008131 | |
| 2012-09-20 16:38 | doligez | Target Version | 4.00.1+dev => 4.00.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |