Closed alavrik closed 4 years ago
This depext seems broken, as it hasn't added m4 to the list for some reason:
$ opam depext -uivyj 2 piqilib.0.6.14
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting OPAM install the packages
The following actions will be performed:
- install ocamlbuild 0.12.0 [required by ulex, xmlm]
- install dune 1.2.1 [required by jbuilder]
- install conf-m4 1 [required by ocamlfind]
- install camlp4 4.07+1 [required by ulex]
- install jbuilder transition [required by base64, easy-format]
- install ocamlfind 1.8.0 [required by piqilib]
- install result 1.3 [required by topkg]
- install easy-format 1.3.1 [required by piqilib]
- install base-bytes base [required by base64, ulex]
- install topkg 0.9.1 [required by xmlm]
- install ulex 1.2 [required by piqilib]
- install base64 2.2.0 [required by piqilib]
- install xmlm 1.3.0 [required by piqilib]
- install piqilib 0.6.14*
===== 14 to install =====
Identified the issue and reported in https://github.com/ocaml/opam/issues/3557
The CI containers you are using actually used the master
branch of opam. I'm now rebuilding them with the 2.0 branch, in which depext worked fine. Once that finishes and deploys in a few hours, rerunning the CI should be a far happier experience for your packages.
Sorry about the downtime!
This seems to be resolved now
Thanks! @avsm @mseri how do I rerun the failed checks in #12610 ?
They should all have rerun by now with the fixed containers
@avsm reopen? -- I am still seeing 2 of the 3 original failures:
m4 command is not found: https://ci.ocamllabs.io/log/saved/docker-build-92e33c3d426a7e45db4c7b4f33bb2863/872f75e188722bcd376d6c7bddedcf982b0aa31f
campl4-extra external dependency is missing: https://travis-ci.org/ocaml/opam-repository/jobs/432061332
also, can you explain how to trigger checks rerun? It is something that can be done only by repo maintainers? Thanks!
ping. Has these been resolved? If yes, how do I rerun the checks for #12610 ?
I've just hit similar looking problem with camlp4-extra missing with a new pull request (https://github.com/ocaml/opam-repository/pull/13002): https://travis-ci.org/ocaml/opam-repository/jobs/456553616
This issue is stale because it has been open 90 days with no activity. Remove the stale label, or comment, or this will be closed in 15 days.
CI build for this pull request used to pass successfully a week ago: https://github.com/ocaml/opam-repository/pull/12610
Now it is failing in various steps. All such failures seem to be related to depexts handling. For instance:
Please advise on how to proceed. Any workarounds? Thanks!