On 2019/08/05 15:47, Stuart Henderson wrote:
> On 2019/08/04 13:04, Christopher Zimmermann wrote:
> > CVSROOT: /cvs
> > Module name: ports
> > Changes by: [email protected] 2019/08/04 13:04:48
> >
> > Log message:
> > Import dever/ocaml-biniou
> >
> > improvements by @sthen, ok by @krw
> >
> > Status:
> >
> > Vendor Tag: chrisz
> > Release Tags: chrisz_20190804
> >
> > N ports/devel/ocaml-biniou/Makefile
> > N ports/devel/ocaml-biniou/distinfo
> > N ports/devel/ocaml-biniou/pkg/DESCR
> > N ports/devel/ocaml-biniou/pkg/PLIST
> > N ports/devel/ocaml-biniou/pkg/PFRAG.dynlink-native
> > N ports/devel/ocaml-biniou/pkg/PFRAG.native
> > N ports/devel/ocaml-biniou/patches/patch-Makefile
> >
> > No conflicts created by this import
> >
>
> Fails on i386:
>
> ===> Building for ocaml-biniou-1.2.0
> The jbuilder binary is deprecated and will cease to be maintained in July
> 2019.
> Please switch to dune instead.
> File "bin/jbuild", line 1, characters 0-0:
> Warning: jbuild files are deprecated, please convert this file to a dune file
> instead.
> Note: You can use "dune upgrade" to convert your project to dune.
> File "src/jbuild", line 1, characters 0-0:
> Warning: jbuild files are deprecated, please convert this file to a dune file
> instead.
> Note: You can use "dune upgrade" to convert your project to dune.
> File "test/jbuild", line 1, characters 0-0:
> Warning: jbuild files are deprecated, please convert this file to a dune file
> instead.
> Note: You can use "dune upgrade" to convert your project to dune.
> File "src/jbuild", line 9, characters 14-25:
> 9 | (libraries (easy-format))))
> ^^^^^^^^^^^
> Error: Library "easy-format" not found.
> Hint: try: dune external-lib-deps --missing @install
>
And the same problem shows up in my new build here:
===> Building for ocaml-yojson-1.7.0
File "lib/dune", line 40, characters 12-23:
40 | (libraries easy-format biniou))
^^^^^^^^^^^
Error: Library "easy-format" not found.
Hint: try: dune external-lib-deps --missing @install @examples
Where does the library search path come from? There's no difference
in the build log for devel/dune between this and a build where I didn't
run into this problem..