| Summary: | dev-lang/ocaml-3.12.1 lacks tcl 8.6 support | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin DiViaio <martindiv> |
| Component: | Current packages | Assignee: | Gentoo Team for the ML programming language family <ml> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge --info =dev-lang/ocaml-3.12.1::gentoo | ||
What about newer ocaml versions? tk support is now split in dev-ml/labltk that does support tk 8.6; closing as obsolete |
Created attachment 428034 [details] emerge --info =dev-lang/ocaml-3.12.1::gentoo The (non-autoconf) configure script that comes with the ocaml source code doesn't detect tcl/tk 8.6 and "silently" disables the labltk object at build time. Downgrading to tcl 8.5 fixes this. There is a "tk" use flag on dev-lang/ocaml that sets a dependency for >=dev-lang/tk-3.3.3. Could a dependency for <dev-lang/tk-8.6 also get added? Thanks.