# Is this an opam anomaly?

**URL:** https://discuss.ocaml.org/t/is-this-an-opam-anomaly/14057
**Category:** Learning
**Created:** [February 11, 2024, 2:19pm UTC](https://discuss.ocaml.org/t/is-this-an-opam-anomaly/14057 "2024-02-11T14:19:41Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![kit-ty-kate](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ocaml.org/kit-ty-kate/32/5953_2.png) [@kit-ty-kate](https://discuss.ocaml.org/u/kit-ty-kate)
#### Post date: [February 13, 2024, 12:58pm UTC](https://discuss.ocaml.org/t/is-this-an-opam-anomaly/14057/6 "2024-02-13T12:58:25Z")

</div>

ocamlwiki seems to be a LLM-filled website. I would encourage you to avoid it, see this discussion: [What's up with ocamlwiki?](https://discuss.ocaml.org/t/whats-up-with-ocamlwiki/13605)

> [@progman](#):
>
> which is curious and if any opam maintainer out there would care to comment on how that might happen and ‘opam update’ rectifies matters, I would be glad to read it.

as for this, this is pretty simple. The file mentioned above was somehow removed (how is the mystery) and `opam update` simply redownloads the repository and sync it with what you have locally so in this case it saw that the file was missing and copied it back.

> [@progman](#):
>
> since originally posting I found another usage of this empty/install formula I knew to be working, now failing.

Could you submit a bug report in the [opam bugtracker](https://github.com/ocaml/opam/issues/new) with the result of `opam config report` and the output of the failing command?

Given another user reported a similar issue a few days ago on [here](https://discuss.ocaml.org/t/discover-ml-no-such-file-or-directory-when-installing-dream/13988) I’m wondering if there are something in common between you two. cc @dromas

---

_[View the full topic](https://discuss.ocaml.org/t/is-this-an-opam-anomaly/14057)._
