-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
opam: update to 2.3.0 #27076
base: master
Are you sure you want to change the base?
opam: update to 2.3.0 #27076
Conversation
Notifying maintainers: |
It fails to build:
UPD. These are missing prior to macOS 10.10. Possibly adding |
f323e67
to
a34cd53
Compare
a34cd53
to
cec4853
Compare
@kit-ty-kate If you prefer going with
It is supposed to “just work”, but here the build system seems to ignore |
cec4853
to
3342143
Compare
I figured out how to stop macports from trying to build on such old systems. It is much easier this way. |
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.
Please remove known_fail
, it is a fixable problem.
I will make a patch soon.
ocaml/opam/Portfile
Outdated
build.env-append \ | ||
DUNE_CONFIG__COPY_FILE=portable | ||
if {${os.platform} eq "darwin" && ${os.major} < 14} { | ||
known_fail yes |
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.
Well, no, this is not something acceptable.
Let me find how Opam passes linker flags, and I will make a patch.
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.
As you wish. I do not personally have more time to spend on this.
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.
I do not think there is a pressing need to update opam
this very moment and break it for several systems. 2.2.0 has been working fine so far, AFAIK.
@kit-ty-kate Could you please borrow the correct fix from here? barracuda156@58ec27f |
Co-authored-by: Sergey Fedorov <[email protected]>
3342143
to
fae7017
Compare
done. Thanks! |
Description
Type(s)
Tested on
macOS x.y
Xcode x.y / Command Line Tools x.y.z
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?