Bug 1799815
Summary: | ocaml-lambda-term: FTBFS in Fedora rawhide/f32 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | ocaml-lambda-term | Assignee: | Ben Rosser <rosser.bjr> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | rawhide | CC: | rosser.bjr, sergey.avseyev | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2020-02-07 16:27:43 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1750908 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2020-02-06 19:04:10 UTC
Created attachment 1660150 [details]
build.log
Created attachment 1660151 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1660152 [details]
state.log
So it looks like lambda-term was broken for two reasons: * the lwt-log failure to build (due to lwt-log still needing jbuilder); I've fixed this. * "dune install ..." now installs man pages correctly; this broke a line in %install. The package has now built successfully: https://koji.fedoraproject.org/koji/taskinfo?taskID=41425570 |