-
Notifications
You must be signed in to change notification settings - Fork 368
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
os-family changed for opensuse-tumbleweed? #5565
Comments
Dayum, you beat me at reporting! To reproduce: Leap 15.4
Tumbleweed
|
The origin is that
related to #4440 #3692 (especially #3692 (comment)). Note: opam depext is no more needed (nor maintained) as depext mechanism is integrated in opam since opam 2.1. To show configuration, you can use |
@rjbou Does the integrated depext in opam 2.1 not suffer from this same issue? $ docker run -it --entrypoint /bin/bash ocaml/opam:opensuse-tumbleweed-ocaml-4.14
opam@fe8872fd7ead:~> opam-2.1 --version
2.1.5
opam@fe8872fd7ead:~> opam-2.1 var os-family
opensuse
opam@fe8872fd7ead:~> opam --version
2.0.10
opam@fe8872fd7ead:~> opam var os-family
opensuse $ docker run -it --entrypoint /bin/bash ocaml/opam:opensuse-15.4-ocaml-4.14
opam@a393ced0bb8e:~> opam-2.1 --version
2.1.5
opam@a393ced0bb8e:~> opam-2.1 var os-family
suse
opam@a393ced0bb8e:~> opam --version
2.0.10
opam@a393ced0bb8e:~> opam var os-family
suse |
It appears that for opensuse-tumbleweed,
os-family = opensuse
while for opensuse-15.4os-family = suse
-- is this what is expected?For opensuse-tumbleweed
For opensuse-15.4
Related to ocaml/opam-repository#23851
The text was updated successfully, but these errors were encountered: