It looks like build-docbook-catalog-2.3 isn't respecting the ROOT= parameter when cleaning up. I'm not sure where to send a PR to the build-docbook-catalog repo, but here is git branch that contains two fixes: https://github.com/ismell/build-docbook-catalog/compare/master...fix-root Reproducible: Always Steps to Reproduce: 1. emerge-arm64-generic -av app-text/docbook-xml-dtd:4.5 app-text/docbook-xml-dtd:4.3 2. 3. Actual Results: grep: /build/arm64-generic//etc/xml/catalog.tmp: No such file or directory Expected Results: no errors
Thanks for these fixes - keep em coming :) Can do a PR at https://github.com/gentoo/build-docbook-catalog but I can pull from your fork too.
Ah, didn't realize the project was on github. Here is the PR: https://github.com/gentoo/build-docbook-catalog/pull/1