Some ocaml problems again. #135

Closed
opened 2022-08-12 10:29:31 +02:00 by patlefort · 7 comments

Hey, I'll have to annoy you again with ocaml: ocaml-findlib is waiting on ocaml-compiler-libs but it doesn't exist in the status page, so I think it might be stuck there. Also other packages have been skipped due to unable to resolve dependencies.

Hey, I'll have to annoy you again with ocaml: `ocaml-findlib` is waiting on `ocaml-compiler-libs` but it doesn't exist in the status page, so I think it might be stuck there. Also other packages have been skipped due to `unable to resolve dependencies`.
Owner

Something with the dependency resolving with split-packages seems wrong. ocaml-compiler-libs does not exist on the status page because it's not a package base itself, but a split package of ocaml.

I'll look into it later today.

PS: No annoyance here, I appreciate every (real) issue (or at least the reporting of it) :)

~~Something with the dependency resolving with split-packages seems wrong.~~ `ocaml-compiler-libs` does not exist on the status page because it's not a package base itself, but a split package of `ocaml`. I'll look into it later today. PS: No annoyance here, I appreciate every (real) issue (or at least the reporting of it) :)
anonfunc added the bug label 2022-08-12 13:50:52 +02:00
Owner

I think I found the problem. The rsync mirror used for checking packages throws rsync errors out of nowhere. I switched the mirror, lets see how it goes.

I think I found the problem. The rsync mirror used for checking packages throws rsync errors out of nowhere. I switched the mirror, lets see how it goes.
Owner

ALHP is still not building any of the ~190 queued packages. The mirror desync must have surfaced another problem, I'll look into it tomorrow, sadly haven't found enough time today.

ALHP is still not building any of the ~190 queued packages. The mirror desync must have surfaced another problem, I'll look into it tomorrow, sadly haven't found enough time today.
Owner

Seems like the build-queue rework I have done a while ago was simply overwhelmed due to its "single-threaded" nature. I fixed that, so ALHP should start building again soon. Don't except the first batch immediately, it has to go though ~300 packages of backlog...

Seems like the build-queue rework I have done a while ago was simply overwhelmed due to its "single-threaded" nature. I fixed that, so ALHP should start building again soon. Don't except the first batch immediately, it has to go though ~300 packages of backlog...
Owner

This should be resolved now, about ~400 packages were added at the end of today's build-cycle.

Can you confirm everything (regarding ocaml) is in order now?

This should be resolved now, about ~400 packages were added at the end of today's build-cycle. Can you confirm everything (regarding ocaml) is in order now?
Author

I can confirm it is working now.

I can confirm it is working now.
Owner

Good, closing this then.

Good, closing this then.
Sign in to join this conversation.