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

4.11.0~dev breaks use of topfind #9455

Closed
avsm opened this issue Apr 17, 2020 · 0 comments · Fixed by #9457
Closed

4.11.0~dev breaks use of topfind #9455

avsm opened this issue Apr 17, 2020 · 0 comments · Fixed by #9457
Labels
Milestone

Comments

@avsm
Copy link
Member

avsm commented Apr 17, 2020

When using 4.11.0~dev, trying to opam install topkg (or anything else using topfind) seems to break:

#=== ERROR while compiling topkg.1.0.1 ========================================#
# context     2.0.4 | macos/x86_64 | ocaml-variants.4.11.0+trunk | file:///Users/avsm/src/git/ocaml/opam-repository
# path        ~/.opam/devc2/.opam-switch/build/topkg.1.0.1
# command     ~/.opam/opam-init/hooks/sandbox.sh build ocaml pkg/pkg.ml build --pkg-name topkg --dev-pkg false
# exit-code   2
# env-file    ~/.opam/log/topkg-34480-60c5c2.env
# output-file ~/.opam/log/topkg-34480-60c5c2.out
### output ###
# [...]
# File "src/topkg_main.ml", line 7, characters 5-17:
# 7 | open Topkg_result
#          ^^^^^^^^^^^^
# Error: Unbound module Topkg_result
# File "src/topkg.ml", line 9, characters 8-20:
# 9 | include Topkg_result
#             ^^^^^^^^^^^^
# Error: Unbound module Topkg_result
# File "./pkg/pkg.ml", line 27, characters 5-10:
# 27 | open Topkg
#           ^^^^^
# Error: Unbound module Topkg

(I've not had a chance to bisect this further, but figured it's a serious enough regression to open up an issue early).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants