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

dune install installs empty META files #78

Closed
rixed opened this issue Oct 3, 2019 · 3 comments
Closed

dune install installs empty META files #78

rixed opened this issue Oct 3, 2019 · 3 comments

Comments

@rixed
Copy link

rixed commented Oct 3, 2019

Context: MacOS.

Version 0.10, after a successful make && dune install -p qcheck-ounit (kind of mimicking the opam file for the package qcheck-ounit), dune installs 4 META files (along other files), 2 of which are empty.
For instance:

$ ls -l $(ocamlc -where)../qcheck-ounit/
total 12
-rw-r--r-- 1 rixed staff   1 Oct  3 13:10 META
-rw-r--r-- 1 rixed staff  52 Oct  3 13:10 dune-package
-rw-r--r-- 1 rixed staff 700 Oct  3 13:10 opam

Notice also the short dune-package file, limited to:

(lang dune 1.11)
(name qcheck-ounit)
(version 0.10)

Knowing nothing about dune I don't know how what to look for.
Although I remember being able to install this package just fine in the past, so this might be due to some local condition.

Any idea how I could investigate this further?

@c-cube
Copy link
Owner

c-cube commented Oct 3, 2019

if you do a local build of this, you could look in _build/default/src/ounit and see what's in there, and _build/default/META.qcheck-ounit.

Also could be that make doesn't build it, and you need dune build @install -p qcheck-ounit first.

@c-cube
Copy link
Owner

c-cube commented Nov 8, 2019

is this still relevant?

@rixed
Copy link
Author

rixed commented Nov 8, 2019

Probably not sorry. I failed to reproduce it, wanted to have another look later, and then it had fallen through the cracks.

@rixed rixed closed this as completed Nov 8, 2019
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

No branches or pull requests

2 participants