Created attachment 581894 [details, diff] Suggested fix, replacing "/" with ";" as a delimiter for the sed "s" command. The src_prepare function of dev-util uses sed to replace the python library path using $(get_libdir). However, it is using "/" as the delimiter for the "s" command, which does not work on riscv where the result of get_libdir inludes a "/" character. Using a different character as delimiter fixes the issue and allows boost-build to be built and installed.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21b930ffa5d99b7ed1079730f3dc9c859a2fbb2 commit e21b930ffa5d99b7ed1079730f3dc9c859a2fbb2 Author: Marcus Comstedt <marcus@mc.pp.se> AuthorDate: 2019-08-10 19:35:26 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2019-08-10 19:35:26 +0000 dev-util/boost-build: Make sed more robust Closes: https://bugs.gentoo.org/689278 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org> dev-util/boost-build/boost-build-1.70.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)