Bug 1605308
| Summary: | opam: FTBFS in Fedora rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mohan Boddu <mboddu> | ||||||||
| Component: | opam | Assignee: | Ben Rosser <rosser.bjr> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 29 | CC: | rosser.bjr | ||||||||
| 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: | 2018-08-22 17:34:54 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: | 1550761 | ||||||||||
| Bug Blocks: | 1602938 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Mohan Boddu
2018-07-20 14:48:41 UTC
Created attachment 1465141 [details]
build.log
Created attachment 1465142 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1465143 [details]
state.log
opam 2.0 (final) was released recently; I attempted to upgrade and see if that solved things, but it seems that we need a newer version of ocaml-re to do that. opam 2.0 (final) was released recently; I attempted to upgrade and see if that solved things, but it seems that we need a newer version of ocaml-re to do that. This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle. Changing version to '29'. I've done a few things here so far...
* Submitted a pull request to ocaml-re to update it to 1.7.3, which hopefully will make it possible to test build opam releases.
* Figured out why the build failed-- it looks like there was some deprecated syntax in opam's jbuild file for opam 2.0.0 beta6 and rc1 (just tagged as "2.0.0-rc"). If I remove the deprecated syntax, however, the build still fails on Rawhide with this unfriendly message:
Error: Files /usr/lib64/ocaml/dose3/algo.cmxa
and /usr/lib64/ocaml/ocamlgraph/graph.cmxa
make inconsistent assumptions over implementation Graph
If I can fix this problem quickly, I will build opam 2.0.0 rc1 (even though that's pretty old now) so the package is no longer FTBFS. Then if/when ocaml-re gets updated I'll build a newer opam release.
Alright, I've managed to get opam 2.0.0-rc to build. It requires an update to ocaml-dose3 though: ocaml-dose3-5.0.1-10.20180821git2c1b8df opam-2.0.0-0.9.rc.fc29 has been built (https://koji.fedoraproject.org/koji/taskinfo?taskID=29228744). I'll keep this open until there's also a build of opam 2.0.0-1.fc30 for Rawhide. https://koji.fedoraproject.org/koji/taskinfo?taskID=29230935 opam 2.0.0-1.fc30 has been built! Closing this ticket. |