Re: (Fixed) Re: Most OCaml packages have broken deps now

2023-01-26 Thread Richard W.M. Jones
On Wed, Jan 25, 2023 at 02:36:56PM -0700, Jerry James wrote: > On Wed, Jan 25, 2023 at 2:43 AM Richard W.M. Jones wrote: > > I think we're fixed now. Here is the side tag & Bodhi update: > > Thank you for taking care of that. > > > - I have added support for rpmautospec > > That's great. > >

Re: (Fixed) Re: Most OCaml packages have broken deps now

2023-01-25 Thread Jerry James
On Wed, Jan 25, 2023 at 2:43 AM Richard W.M. Jones wrote: > I think we're fixed now. Here is the side tag & Bodhi update: Thank you for taking care of that. > - I have added support for rpmautospec That's great. > - There is now a cyclic dependency between ocaml-pp and ocaml-dune, > which

Re: Most OCaml packages have broken deps now

2023-01-25 Thread Jerry James
On Tue, Jan 24, 2023 at 11:58 AM Richard W.M. Jones wrote: > FYI debuginfo generation failed on several packages. I've had to > disable it on a few to get around this. For example: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=96625872 >

(Fixed) Re: Most OCaml packages have broken deps now

2023-01-25 Thread Richard W.M. Jones
I think we're fixed now. Here is the side tag & Bodhi update: https://koji.fedoraproject.org/koji/builds?inherited=0=62208=-build_id=1 https://bodhi.fedoraproject.org/updates/FEDORA-2023-7bd037f981 - - - Here are the scripts I used to do the build, including the custom make-like tool (called

Re: Most OCaml packages have broken deps now

2023-01-24 Thread Richard W.M. Jones
FYI debuginfo generation failed on several packages. I've had to disable it on a few to get around this. For example: https://koji.fedoraproject.org/koji/taskinfo?taskID=96625872 https://kojipkgs.fedoraproject.org//work/tasks/5943/96625943/build.log I'm not clear exactly why this is

Re: Most OCaml packages have broken deps now

2023-01-24 Thread Richard W.M. Jones
This is running now: https://koji.fedoraproject.org/koji/builds?inherited=0=62208=-build_id=1 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual

Re: Most OCaml packages have broken deps now

2023-01-23 Thread Richard W.M. Jones
On Mon, Jan 23, 2023 at 01:28:57PM -0700, Jerry James wrote: > On Mon, Jan 23, 2023 at 1:25 PM Richard W.M. Jones wrote: > > The OCaml package encodes the compiler flags into dependencies -- > > which is done for fairly accidental reasons. > > > > Because the compiler flags changed, combined with

Re: Most OCaml packages have broken deps now

2023-01-23 Thread Jerry James
On Mon, Jan 23, 2023 at 1:25 PM Richard W.M. Jones wrote: > The OCaml package encodes the compiler flags into dependencies -- > which is done for fairly accidental reasons. > > Because the compiler flags changed, combined with the builds being > done out of order, means that most of the packages

Most OCaml packages have broken deps now

2023-01-23 Thread Richard W.M. Jones
The OCaml package encodes the compiler flags into dependencies -- which is done for fairly accidental reasons. Because the compiler flags changed, combined with the builds being done out of order, means that most of the packages now have broken deps. Will fix ... Rich.