-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not-ocamlfind 0.14: windows bugfixes #27658
Conversation
executable name needs .EXE suffix. Also updated cached copy of ocamlfind to latest (1.9.8)
and fix for freebsd
The only error is on "lint": this package depends on "xdot" (for displaying dependency-graph of packages). I can make "xdot" a separate conf-package if that would be preferable, but it's been this way for a while. Can you let me know if I should change it? |
conflicts: [ | ||
"frama-clang" { = "0.0.14" } | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your commit message on that part seems to imply that frama-clang.0.0.14
is broken.
Was there a CI error?
Is it broken just in relation with not-ocamlfind? Or more generally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This particular release seems busted when it shows up in revdeps across a number of packages I've released. And the build failure is down at the C level, so I suspect it's related to the package, not anything it depends upon.
depexts: [ | ||
[ | ||
"xdot" | ||
] {os-family = "debian"} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably leave as is for now. We can split out a conf-xdot
package later.
Co-authored-by: Raphaël Proust <raphael-proust@users.noreply.github.com>
The C code has failed to build a number of times when built as part of revdeps, and there are a number of newer releases
Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>
everything passed except freebsd, where the CI jobs died early:
|
Yea, this is because the FreeBSD workers have been updated to 14.2. I am about to push a PR to opam-repo-ci to update the test matrix. |
Thanks |
executable name needs .EXE suffix. Also updated cached copy of ocamlfind to latest (1.9.8)