@RemoteAdmin
After a failed build, in 0.3.6 source directory in your build directory, edit the following file:
[build]/src/gapi-ocaml-0.3.6/_build/default/gapi-ocaml.install
and delete the lines beginning with "doc:[" all the way to the bottom of the file.
then makepkg -e
Pinned Comments
nerflad commented on 2019-09-10 10:13 (UTC)
@caseyjp1 It's not a problem with the build. Read the error message. You have updated ocaml since the last time you compiled this package so you need to recompile all the dependencies. Use "pacman -Qo [.cmi filename]" to find which packages to rebuild. Or if you're brave, pacman -Rsc gapi-ocaml && pacman -Sc and start from scratch.