Bug 2184754
| Summary: | Please branch and build coccinelle in epel9 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Martin.Oliveira |
| Component: | coccinelle | Assignee: | Richard W.M. Jones <rjones> |
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel9 | CC: | ctwo0002, rjones |
| 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: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Martin.Oliveira
2023-04-05 15:55:10 UTC
Possible dupe of https://bugzilla.redhat.com/show_bug.cgi?id=2030779 Hmm sorry I missed the duplicate. Fortunately, I think the comments there about missing dependencies no longer apply. I was able to build coccinelle from source on rhel9 using just the required dependencies which are available in the repos: - pkgconfig - chrpath - ocaml - ocaml-findlib - ocaml-findlib-devel - ocaml-ocamldoc ocaml-menhir and ocaml-pcre-devel are the two other listed dependencies, but those are optional. Coccinelle includes copies of those libraries under bundles/ and uses those if it can't find them in the system. |