Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Why does opam 1.1.1 require Mavericks? #26414

Closed
FranklinChen opened this issue Feb 4, 2014 · 8 comments
Closed

Why does opam 1.1.1 require Mavericks? #26414

FranklinChen opened this issue Feb 4, 2014 · 8 comments

Comments

@FranklinChen
Copy link
Contributor

I have an old Mac (from 2008) running Mac OS X 10.7.5 (the latest version available for the Mac). The latest opam will not install:

$ brew upgrade opam
==> Upgrading 1 outdated package, with result:
opam 1.1.1
==> Upgrading opam
gringo: OS X Mavericks or newer is required.
Error: An unsatisfied requirement failed this build.
@mistydemeo
Copy link
Member

Looks like this isn't actually opam, but a couple levels down the dependency tree - gringo, a dependency of aspcud (an optional dependency of opam).

Seems like gringo actually requires C++11, which is something that needs to get fixed up - it's not a 10.9 dependency.

@examachine
Copy link

Can we please change it, then? :)

@examachine
Copy link

oh there it is on the opam site:

brew install opam --without-aspcud

@adamv
Copy link
Contributor

adamv commented Mar 7, 2014

Should we make this switch only available 10.8 and up?

@adamv
Copy link
Contributor

adamv commented Mar 7, 2014

Ping @MerelyAPseudonym.

@adamv
Copy link
Contributor

adamv commented Apr 12, 2014

@Homebrew/owners any objections to making this dependency conditional on OS X version?

@MikeMcQuaid
Copy link
Member

@adamv Seems fine.

@adamv
Copy link
Contributor

adamv commented Apr 13, 2014

It put in a pull request, but since gringo is marked as needing c++11 now, is this issue moot? @mistydemeo

@adamv adamv closed this as completed in 3a59694 Apr 13, 2014
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants