Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887261 - app-backup/rdiff-backup-2.2.0 fails to compile: error: cant copy rdiff-backup.1: doesnt exist or not a regular file
Summary: app-backup/rdiff-backup-2.2.0 fails to compile: error: cant copy rdiff-backup...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
: 887263 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-12-19 20:11 UTC by Agostino Sarubbo
Modified: 2022-12-19 21:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,110.36 KB, text/plain)
2022-12-19 20:11 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-19 20:11:02 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-19 20:11:04 UTC
Created attachment 843881 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-19 20:11:05 UTC
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
Comment 3 Bernard Cafarelli gentoo-dev 2022-12-19 20:49:02 UTC
*** Bug 887263 has been marked as a duplicate of this bug. ***
Comment 4 Bernard Cafarelli gentoo-dev 2022-12-19 20:49:55 UTC
I just retested and it works here strange (and cp command has || die), trying to find something different between envs
Comment 5 Bernard Cafarelli gentoo-dev 2022-12-19 21:03:49 UTC
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
Comment 6 Larry the Git Cow gentoo-dev 2022-12-19 21:18:37 UTC
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(-)