ocaml.org
ocaml.org copied to clipboard
No docs for latest Uri
https://ocaml.org/p/uri/latest/doc/index.html shows a build error about solo5 (what does that have to do with Uri?!):
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_zeropage.c -o test_zeropage.o
# test_zeropage.c: In function 'solo5_app_main':
# test_zeropage.c:39:5: error: array subscript 0 is outside array bounds of 'uint64_t[0]' {aka 'long unsigned int[]'} [-Werror=array-bounds]
# 39 | *addr_invalid = 1;
# | ^~~~~~~~~~~~~
# cc1: all warnings being treated as errors
# make[2]: *** [../Makefile.tests:51: test_zeropage.o] Error 1
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_zeropage'
# make[1]: *** [GNUmakefile:33: test_zeropage] Error 2
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests'
# make: *** [GNUmakefile:70: tests] Error 2
The docs for an older version are present: https://ocaml.org/p/uri/4.2.0/doc/index.html
It looks like something tried to install too many packages together, one of them failed, which caused the docs to be absent for all of them.
Can the solo5 bindings be excluded from the doc build until the issue is solved, so we can see the docs for the other packages?