https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-backup/rdiff-backup-2.2.0 fails to compile. Discovered on: amd64 (internal ref: ci)
Created attachment 843881 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: /bin/sh: line 1: asciidoctor: command not found error: can't copy 'build/rdiff-backup.1': doesn't exist or not a regular file
*** Bug 887263 has been marked as a duplicate of this bug. ***
I just retested and it works here strange (and cp command has || die), trying to find something different between envs
I found it, I only had python3.10 (3.11 installed but deps do not support it). The manpages installation breaks with several python, patching setup.py and doing everything by hand
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49ed7e9a94fe41be0ef8324d27ef745a69dcd20 commit d49ed7e9a94fe41be0ef8324d27ef745a69dcd20 Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2022-12-19 21:16:58 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2022-12-19 21:18:33 +0000 app-backup/rdiff-backup: manually install manpages Using build/ generates errors when multiple python version are enabled Closes: https://bugs.gentoo.org/887261 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> .../files/rdiff-backup-2.2.0-no-manpages.patch | 35 ++++++++++++++++++++++ app-backup/rdiff-backup/rdiff-backup-2.2.0.ebuild | 12 ++++++-- 2 files changed, 44 insertions(+), 3 deletions(-)