Closed markghayden closed 9 years ago
There is now: https://github.com/ocaml/opam-repository/pull/4815
Thanks for the quick response. It seems this has been fixed, but I'm not sure how to use the fix. When I try to do an 'opam upgrade' after an update, it asks if I want to remove ocaml-android, which I don't think I want to do. Are there specific steps I need to follow to do the upgrade?
thanks, Mark
debian64% opam update
=-=- Updating package repositories =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [android] git://github.com/whitequark/opam-android already up-to-date [default] synchronized from https://opam.ocaml.org [WARNING] A conflict was detected in your installation. This can be caused by updated constraints or conflicts in your installed packages:
You should run "opam upgrade --fixup" to resolve the situation. debian64% opam upgrade --fixup The following actions will be performed:
You do want to remove it, and then switch to 4.02.3+32bit
.
I've been successfully using 4.02.1 version of opal-android. I'm trying to upgrade my 32-bit opam-android installation and running into a problem. I'm building on a debian 64-bit install. The host compiler is 4.02.1 32-bit, but opal-android seems to now require 4.02.2 32-bit. I don't see a matching compiler listed by 'opam switch'. Is there a trick to getting this to work? The instructions seem out of date in that the refer to ocaml version 4.02.1. Are there plans to upgrade to current 4.02.3 compiler?
thanks, Mark