When installing mkvtoolnix within RAP prefix environment, configure is attempting to locatethe DocBook XSL root directory relative to the host OS, rather than the prefix root. Can install successfully by adding a hprefixify call on the docbook autoconf file. Reproducible: Always Steps to Reproduce: 1.create prefix environment 2.emerge mkvtoolnix 3. Actual Results: ... checking for DocBook XSL root directory... not found configure: error: DocBook XSL stylesheets are required for building.
Created attachment 889297 [details] build.log
Created attachment 889298 [details] config.log
Created attachment 889299 [details] emerge --info
Created attachment 889300 [details] emerge -pqv
Created attachment 889301 [details, diff] ebuild patch
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254f8f318934bfbfa0d77e38943eb9da06fab553 commit 254f8f318934bfbfa0d77e38943eb9da06fab553 Author: Alfred Wingate <parona@protonmail.com> AuthorDate: 2024-05-27 20:13:08 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-28 02:17:41 +0000 media-video/mkvtoolnix: add 84.0 * Include prefix fix as suggested by rpimonitrbtch. Bug: https://bugs.gentoo.org/928463 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org> media-video/mkvtoolnix/Manifest | 2 + media-video/mkvtoolnix/mkvtoolnix-84.0.ebuild | 138 ++++++++++++++++++++++++++ 2 files changed, 140 insertions(+)