Re: Fix devel/dune on non-native archs

2021-12-23 Thread Daniel Dickman
On Mon, 20 Dec 2021, Marc Espie wrote: > On Mon, Dec 20, 2021 at 08:25:40PM +0100, Christopher Zimmermann wrote: > > On Mon, Dec 20, 2021 at 09:02:22PM +0200, Anil Madhavapeddy wrote: > > > > > This also looks good to me. Is there any infrastructure in the > > > update-plist > > > to hook in

Re: Fix devel/dune on non-native archs

2021-12-20 Thread Jeremie Courreges-Anglas
On Mon, Dec 20 2021, Christopher Zimmermann wrote: > On Mon, Dec 20, 2021 at 09:02:22PM +0200, Anil Madhavapeddy wrote: > >>This also looks good to me. Is there any infrastructure in the update-plist >>to hook in custom logic for OCaml? The various cmx/cmxs/a files should >>all be routed to a PF

Re: Fix devel/dune on non-native archs

2021-12-20 Thread Marc Espie
On Mon, Dec 20, 2021 at 08:25:40PM +0100, Christopher Zimmermann wrote: > On Mon, Dec 20, 2021 at 09:02:22PM +0200, Anil Madhavapeddy wrote: > > > This also looks good to me. Is there any infrastructure in the update-plist > > to hook in custom logic for OCaml? The various cmx/cmxs/a files shoul

Re: Fix devel/dune on non-native archs

2021-12-20 Thread Christopher Zimmermann
On Mon, Dec 20, 2021 at 09:02:22PM +0200, Anil Madhavapeddy wrote: This also looks good to me. Is there any infrastructure in the update-plist to hook in custom logic for OCaml? The various cmx/cmxs/a files should all be routed to a PFRAG.native or PFRAG.dynlink-native file and it would be nic

Re: Fix devel/dune on non-native archs

2021-12-19 Thread Christopher Zimmermann
On Sun, Dec 19, 2021 at 07:46:27PM +0100, Jeremie Courreges-Anglas wrote: On Sun, Dec 19 2021, Jeremie Courreges-Anglas wrote: This fixes packaging on riscv64 and most likely all non-native archs (sparc64: http://build-failures.rhaalovely.net/sparc64/2021-12-04/devel/dune.log) Only a REVISION

Re: Fix devel/dune on non-native archs

2021-12-19 Thread Daniel Dickman
> On Dec 19, 2021, at 1:46 PM, Jeremie Courreges-Anglas wrote: > > On Sun, Dec 19 2021, Jeremie Courreges-Anglas wrote: >> This fixes packaging on riscv64 and most likely all non-native archs >> (sparc64: >> http://build-failures.rhaalovely.net/sparc64/2021-12-04/devel/dune.log) >> Only a R

Re: Fix devel/dune on non-native archs

2021-12-19 Thread Jeremie Courreges-Anglas
On Sun, Dec 19 2021, Jeremie Courreges-Anglas wrote: > This fixes packaging on riscv64 and most likely all non-native archs > (sparc64: > http://build-failures.rhaalovely.net/sparc64/2021-12-04/devel/dune.log) > Only a REVISION bump is needed, no need for conflict markers as the files > stay in t

Fix devel/dune on non-native archs

2021-12-19 Thread Jeremie Courreges-Anglas
This fixes packaging on riscv64 and most likely all non-native archs (sparc64: http://build-failures.rhaalovely.net/sparc64/2021-12-04/devel/dune.log) Only a REVISION bump is needed, no need for conflict markers as the files stay in the -private subpackage. ok? Index: Makefile ==