https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-analyzer/ttcp-1.12-r3 fails to compile. Discovered on: amd64 (internal ref: ci)
Created attachment 840587 [details] build.log build log and emerge --info
Same here.
The problem is the 'mv' in src_prepare(): src_prepare() { mv "${DISTDIR}"/${P}.c ${PN}.c || die default } replacing it with 'cp' allows the package to build just fine. We simply are not allowed to remove anything from distfiles.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce3882b9e54417f5ac0cf4f0d57d9367b4bc77c commit 0ce3882b9e54417f5ac0cf4f0d57d9367b4bc77c Author: Sam James <sam@gentoo.org> AuthorDate: 2022-12-09 16:51:27 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-09 16:51:27 +0000 net-analyzer/ttcp: fix src_prepare Closes: https://bugs.gentoo.org/884635 Signed-off-by: Sam James <sam@gentoo.org> net-analyzer/ttcp/ttcp-1.12-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)