Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559352 - dev-ml/lwt-2.5.0 fails to build with USE=ssl
Summary: dev-ml/lwt-2.5.0 fails to build with USE=ssl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-01 19:59 UTC by M. B.
Modified: 2016-02-11 13:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log for 2.5.0 (build.log,23.40 KB, text/x-log)
2015-09-01 20:00 UTC, M. B.
Details
emerge --info dev-ml/lwt (file_559352.txt,20.42 KB, text/plain)
2015-09-01 20:03 UTC, M. B.
Details
suggested dependency version fix (lwt-ssl.patch,582 bytes, patch)
2015-12-14 17:27 UTC, Dawan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description M. B. 2015-09-01 19:59:00 UTC
When trying to build dev-ml/lwt with USE=ssl, the compile fails. Deactivating ssl, it works like a charm.

Reproducible: Always
Comment 1 M. B. 2015-09-01 20:00:05 UTC
Created attachment 410798 [details]
build.log for 2.5.0
Comment 2 M. B. 2015-09-01 20:03:55 UTC
Created attachment 410800 [details]
emerge --info dev-ml/lwt
Comment 3 M. B. 2015-09-03 09:54:28 UTC
not reproducible anymore without any changes ocaml-wise.
Comment 4 Dawan 2015-12-14 17:26:42 UTC
repoducible here

the problem is related to ocaml-ssl, and is explained towards the end of the log file:
"Error: Unbound value Ssl.read_into_bigarray"

this function was added in ocaml-ssl shortly before version 0.5.0, and is used in lwt since at least version 2.5.0
Comment 5 Dawan 2015-12-14 17:27:46 UTC
Created attachment 419194 [details, diff]
suggested dependency version fix