Closed samoht closed 4 years ago
The jbuilder issue has been reported to https://github.com/ocaml/dune/issues/783
Hey @samoht, sorry this fell off our radar. We just setup a system to import github requests into iron, so moving forward we should be more reactive on these issues.
I notice that the linked issues have been closed, so I'm assuming that this is no longer an issue for you and I'm closing it. Feel free to reopen if it is still an issue.
There are 2 issues in the packing of
bin_prot.xen
:pkg-config
is not called with the right path.ocb-stubblr
used to setPKG_CONFIG_PATH
to$(OPAM_LIB)/pkgconfig
. It is not the case anymore sopkg-config
will just fail.c_names
in thejbuild
file.If you try to fix that, you hit a bug with jbuilder:
include
statement are always executed, even in optional stanza. Which means that normal builds fail onpkg-config mirage-xen
when there is nomirage-xen
package installed.