Skip to content
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

update ocamltop-gtk opam files; require ocaml < 4.03.0 #6411

Merged
merged 4 commits into from May 4, 2016
Merged

update ocamltop-gtk opam files; require ocaml < 4.03.0 #6411

merged 4 commits into from May 4, 2016

Conversation

zoggy
Copy link
Contributor

@zoggy zoggy commented May 3, 2016

No description provided.

build: [
["./configure" "--prefix" prefix]
[make "all"]
[make "install-lib"]
]
remove: [[make "uninstall-lib"]]
remove: [["ocamlfind" "remove" "ocamltop-gtk"]]
depends: [
"ocamlfind"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{build}?

@yallop
Copy link
Member

yallop commented May 4, 2016

The build's failing on 4.02:

### stderr ###
# findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
# findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
# findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
# findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
# File "ocamltop.ml", line 93, characters 23-28:
# Error: This pattern matches values of type 'a * 'b
#        but a pattern was expected which matches values of type
#          Parsetree.extension_constructor
# make: *** [ocamltop.cmo] Error 2

@zoggy
Copy link
Contributor Author

zoggy commented May 4, 2016

Let's remove this package, since it seems unused and I don't intend to maintain it. Better alternatives exist with utop and ocaml-top.

@camelus
Copy link
Contributor

camelus commented May 4, 2016

✅ No new or changed opam files 3118796

@yallop
Copy link
Member

yallop commented May 4, 2016

Ok; since nothing depends on this package, removing it is unlikely to cause problems.

@yallop yallop merged commit 9e87118 into ocaml:master May 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants